8cf88099439e34c3bccdcc3dc9a2ea13ed3fd12f
[gnus] / lisp / ChangeLog
1 2011-10-20  Chong Yidong  <cyd@gnu.org>
2
3         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4         calling a minor mode from Lisp with nil arg enables it, so we have to
5         make the working a bit ambiguous here).
6
7 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
8
9         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
10         * nnir.el (nnir-mode): Use it.
11         * nnmairix.el (nnmairix-determine-original-group-from-registry):
12         Use it.
13
14         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
15         * nnmairix.el (gnus-registry-enabled): Ditto.
16
17 2011-10-17  Dave Abrahams  <dave@boostpro.com>
18
19         * gnus-registry.el (gnus-registry-enabled): Add new variable. (Bug#9691)
20         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
21         only while we need to find out if it should be t or nil.
22         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
23         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
24         the registry is installed.  Set it to nil when it's unloaded.
25         (gnus-registry-install-p): Provide user guidance for the initial value
26         of `gnus-registry-install' when it's 'ask, otherwise return its value.
27         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
28         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
29         * nnmairix.el (nnmairix-determine-original-group-from-registry):
30         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
31         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
32         `gnus-registry-install'.
33
34 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
35
36         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
37         previous change.
38         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
39         primary key is marked as disabled.
40
41 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
42
43         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
44         primary key is marked as disabled.
45
46 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
47
48         * html2text.el (html2text-clean-anchor): Check for quotes around
49         `href' value.
50
51 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
52
53         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
54         searching.  Drop `bbdb-cache'.
55
56 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * message.el (message-signed-or-encrypted-p): Exclude header when
59         checking if there is signed or encrypted body in text/plain message.
60
61 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
62
63         * html2text.el (html2text-get-attr): Correctly handle attribute values
64         containing "=".
65
66 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
67
68         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
69         handle bindings.
70
71 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-win.el (gnus-configure-windows): Protect against reading
74         ephemeral groups outside of Gnus.
75
76 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * shr.el (shr-tag-img): Don't get images displayed in tables.
79
80 2011-10-03  Glenn Morris  <rgm@gnu.org>
81
82         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
83         the "maintainer" version of debbugs.gnu.org reports.
84
85 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
88         make asynchronous adjacent image insertion work better.
89
90 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
91
92         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
93         documentation.
94
95 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
98         `gnus-asynchronous' isn't shadowed.
99
100 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
101
102         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
103
104         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
105         (nnimap-insert-partial-structure): The charset parameter isn't
106         case-sensitive.
107
108         * nnheader.el (nnheader-message-maybe): New function.
109
110         * shr.el (shr-tag-table): Render totally broken tables better.
111
112         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
113         computing the boundary.
114
115 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * pop3.el (pop3-number-of-responses): Remove.
118         (pop3-wait-for-messages): Rewrite to take linear time instead of
119         exponential time.
120
121 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122
123         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
124         re-fetch images.
125
126         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
127         re-fetch images when hitting `g' in Gnus.
128
129 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * mml.el (mml-inhibit-compute-boundary): New internal variable.
132         (mml-compute-boundary): Don't check collision if it is non-nil.
133         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
134         before checking collision.
135
136 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * message.el (message-indent-citation): Really make sure there's a
139         newline at the end.
140
141         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
142         Fix suggested by John Wiegley.
143
144         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
145
146         * gnus-art.el (gnus-treat-hide-citation): Add doc.
147
148         * message.el (message-default-send-rename-function): Break out into its
149         own function.
150
151         * ecomplete.el (ecomplete-display-matches): Revert patch since it
152         doesn't work under XEmacs.
153
154         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
155         of "imaps" to word around Windows problems.
156         (nnimap-open-connection-1): Use it.
157
158         * message.el (message-indent-citation): Revert last change which made
159         `F' not work.
160
161 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
162
163         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
164         terminal as well.
165
166 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
169         because it displays images using overlays that aren't easy to copy to
170         the article buffer.
171
172 2011-09-20  Ćukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
173
174         * message.el (message-indent-citation): Fix empty line removal at the
175         end of the citation.
176
177 2011-09-20  Julien Danjou  <julien@danjou.info>
178
179         * auth-source.el (auth-source-netrc-create): Use default value for
180         password if specified. Evaluate default.
181         (auth-source-plstore-create): Ditto.
182         (auth-source-plstore-create, auth-source-netrc-create): Fix default
183         value evaluation.
184         (auth-source-netrc-create): Typo fix.
185         (auth-source-plstore-create): Ditto.
186
187         * password-cache.el (password-cache-remove): Remove entries even if the
188         value is nil, so that password with a nil value (negative caching) is
189         possible to invalidate.
190
191         * auth-source.el (auth-source-format-cache-entry): New function.
192
193 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
194
195         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
196
197 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
200
201 2011-09-19  Julien Danjou  <julien@danjou.info>
202
203         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
204         which work with things that are not ASCII.
205
206 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
209
210 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
213         message level.
214
215 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
218
219 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * gnus.el (gnus-interactive-exit): Update defcustom spec.
222
223 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
224
225         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
226         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
227
228 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
229
230         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
231         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
232         articles.
233
234 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
235
236         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
237         (message-mail-other-window, message-mail-other-frame)
238         (message-news-other-window, message-news-other-frame):
239         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
240         instead of setting buffer display varibles.
241
242 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
245
246         * gnus-sum.el (gnus-fetch-headers): Bump message level.
247
248 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
251         duplicates" to a higher level.
252
253         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
254         most egregious messages.
255
256 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
259
260 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
261
262         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
263         up the file (bug#9351).
264
265 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
268         it does with all other backends, but decode the names immediately after
269         getting them.
270
271         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
272         decoding nnimap groups.
273
274         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
275         newsrc file.  It doesn't seem like an important optimisation any more.
276
277 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
278
279         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
280         overflows.
281
282 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
283
284         * gnus.el (gnus-article-mark-lists): Remove `recent'.
285         (gnus-interactive-exit): Extend to `quiet'.
286
287         * gnus-sum.el (gnus-offer-save-summaries): Use it.
288
289         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
290         string.
291
292         * plstore.el (plstore--get-buffer): Silence compiler warnings by
293         renaming function arguments from `this'.
294
295         * gnus-sum.el (gnus-newsgroup-recent): Remove.
296
297         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
298         has been renamed.
299         (gnus-lrm-string-p): Include RLM and PDF, too.
300
301         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
302         (bug#9225).
303
304 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
305
306         Add autoload cookies for functions used by sendmail.el.
307         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
308
309         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
310
311 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * gnus-art.el (article-date-ut): Work properly even when there are
314         things like Date header in the body; work for forwarded parts.
315
316 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
317
318         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
319         original-article-buffer.
320
321 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
322
323         * nnir.el (nnir-compose-result): Fix matching of server type.
324         (nnir-run-swish++): Ditto.
325         (nnir-run-namazu): Ditto.
326         (nnir-run-notmuch): Ditto.
327
328 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329
330         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
331         (bug#9405).
332
333         * gnus-score.el (gnus-summary-increase-score): Doc clarification
334         (bug#9421).
335
336         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
337         (bug#9425).
338
339         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
340         thing (bug#9426).
341
342 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
345         the error message.
346
347 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
348
349         * message.el (message-setup-1): Return t (Bug#9392).
350
351 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
352
353         * gnus-sum.el: When adding article headers to a summary buffer also
354         update gnus-newsgroup-articles (bug#9386).
355
356 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * auth-source.el: Autoload help-mode.
359
360 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
363         names.
364
365 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
366
367         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
368         mm-replace-in-string for compatibility issues.
369         * mml2015.el (mml2015-epg-verify): Ditto.
370
371 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
374
375         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
376
377 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
380         continue on and do the clean-up phase (bug#9188).
381
382         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
383         just ignore groups that can't be opened instead of erroring out
384         (bug#9225).
385
386         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
387         nil since some many people are fuddy-duddies.
388
389         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
390         images.
391
392         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
393         instead.
394
395         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
396
397         * gnus-util.el (gnus-process-live-p): Copy over compat function.
398
399         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
400         processing.
401
402         * nntp.el (nntp-kill-buffer): Kill the process before killing the
403         buffer to avoid warnings.
404
405 2011-08-20  Simon Josefsson  <simon@josefsson.org>
406
407         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
408         specified to reduce precision.
409
410 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
413         bodystructures (bug#9314).
414
415 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
418         Make button keymap non-sticky after buttons.
419
420 2011-08-18  David Engster  <dengste@eml.cc>
421
422         * nnmairix.el (nnmairix-request-set-mark)
423         (nnmairix-goto-original-article): Remove adding of article to registry,
424         since `gnus-registry-add-group' isn't available anymore.
425         (nnmairix-determine-original-group-from-registry):
426         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
427         available anymore.
428
429 2011-08-12  Simon Josefsson  <simon@josefsson.org>
430
431         * starttls.el (starttls-any-program-available): Define as obsolete
432         function.
433
434 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435
436         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
437         versions which Gnus use when appropriate.
438
439         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
440         a pretty destructive command.
441
442         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
443
444 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
445
446         * message.el (message-fix-before-sending): Make a different warning
447         about NUL characters (bug#9270).
448
449         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
450         from custom (bug#9260).
451
452         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
453         things work in Emacs 22 and XEmacs, too.
454
455         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
456         default From.
457
458         * gnus-spec.el (gnus-lrm-string-p): New macro.
459         (gnus-lrm-string): New constant.
460         (gnus-summary-line-format-spec): LRM-ify the from.
461         (gnus-tilde-max-form): LRM-ify string chopping.
462
463         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
464
465         * message.el (message-is-yours-p): Allow disabling canlock checking
466         (bug#9295).
467         (message-shoot-gnksa-feet): Add `canlock-verify'.
468         (message-auto-save-directory): Use ~/ as the auto-save directory if the
469         message directory isn't writable (bug#9304).
470
471         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
472         non-world-readable.
473
474 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
477         articles.
478
479 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
480
481         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
482         copy-list.
483
484 2011-08-12  Sam Steingold  <sds@gnu.org>
485
486         * gnus-score.el (gnus-score-find-alist): Keep the score files already
487         in the reverse order to avoid modifying the cache with `nreverse'.
488         (gnus-all-score-files): Do not modify the value returned by
489         `gnus-score-find-alist' because it lives in a cache variable.
490         (gnus-current-home-score-file): No need to `nreverse' the return value
491         of `gnus-score-find-alist', it is already in the correct order.
492
493 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
494
495         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
496         type MESSAGE and subtype RFC822 is slightly different from those of
497         type TEXT.
498
499 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
500
501         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
502         allows article-referral to work from an nnir group.
503
504 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
505
506         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
507
508 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
509
510         * mml1991.el (mml1991-epg-find-usable-key)
511         (mml1991-epg-find-usable-secret-key): New function.
512         (mml1991-epg-sign): Check if signing key is usable.
513         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
514
515 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
516
517         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
518         server-variables only. This should fix a bug introduced with commit
519         e1889675b7f4adf057833c5513c9374134c4e053.
520         (nnir-run-query): 'nnir-search-engine should not be set from the global
521         environment.
522
523 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
524
525         * nnir.el (nnir-search-thread): Position point on referring article
526         line.
527         (nnir-warp-to-article): Clean up summary buffers.
528
529         * nnimap.el (nnimap-request-thread): Whitespace fix.
530
531 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
532
533         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
534
535 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * starttls.el (starttls-available-p): Rename from
538         `starttls-any-program-available' and changed return convention.
539
540 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
541
542         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
543         `unix-sync' unless it's defined.
544
545 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
546
547         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
548         `aref' for XEmacs compatibiltiy.
549
550 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
553
554 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
555
556         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
557         closures, quote the form properly (bug#9194).
558
559 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
562         (gnus-summary-insert-new-articles): Protect against servers that are
563         down.
564
565 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
566
567         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
568         in mm handle if none is specified.
569
570 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
571
572         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
573
574 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
575
576         * nnir.el (nnir-search-thread): New function to make an nnir group
577         based on a thread query.
578
579         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
580         of nnir in thread referral.
581         (gnus-summary-refer-thread): Use it.
582
583         * nnimap.el (nnimap-request-thread): Use it.
584
585 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * shr.el (shr-tag-comment): Ignore HTML comments.
588
589 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
590
591         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
592         argument.
593         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
594         Use `nnir-address' to handle server info rather than passing an arg.
595
596         * nnimap.el (nnimap-make-thread-query): New utility function to format
597         an imap thread search query.
598         (nnimap-request-thread): Use it.
599
600         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
601         right select-method if we are not going back to the group buffer.
602
603 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
606         enter invalid buffer configurations into the quit form (bug#9107).
607         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
608         unplugged/plugged.
609
610         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
611         keep track of which ones are unread (bug#9061).
612
613         * gnus.el (gnus-refer-article-method): Allow entering any sexp
614         (bug#9055).
615
616         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
617         (bug#9041).
618
619         * gnus-html.el (mm-util): Require (bug#9073).
620
621         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
622         (gnus-summary-refer-thread): Use it to remove duplicates in the
623         un-threaded view (bug#9053).
624         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
625
626 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
627
628         * nnir.el (nnir-read-server-parm): Use default value from global
629         variable.  Without this the default search engine parameters aren't
630         used at all.
631
632 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
633
634         * message.el (message-unique-id): Don't use the undocumented return
635         value from (random t) (bug#9118).
636
637 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * message.el (message-auto-save-directory): If the ~/Mail directory
640         doesn't exist, use ~ as the auto-save directory (bug#4432).
641
642         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
643         hasn't already been started.
644
645 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
648
649         * message.el (message-reply): Work around mysterious bug where
650         `message-mode' seems to overwrite the locally bound `subject' variable.
651
652 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
653
654         * nnimap.el (nnimap-request-thread): Ensure search is performed in
655         correct group.
656
657         * gnus-int.el (gnus-request-thread): Add group argument.
658
659         * gnus-sum.el (gnus-summary-refer-thread): Use it.
660
661 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
664
665         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
666         renamed to `debbugs-gnu-*'.
667
668 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
669
670         * plstore.el: Revert the editing feature since it is not urgent.
671         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
672         (plstore-mode-decoded): Remove.
673
674 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675
676         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
677         isn't very interesting any more, and it leaks potentially secret data.
678         (gnus-debug): Remove.
679
680         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
681         use of :custom-show.
682
683 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
684
685         * plstore.el: Add documentation.
686         (plstore-mode): New mode to edit plstore file.
687         (plstore-mode-toggle-display, plstore-mode-original)
688         (plstore-mode-decoded): New command.
689         (plstore--encode, plstore--decode, plstore--write-contents-functions)
690         (plstore--insert-buffer, plstore--make): New function.
691         (plstore-open, plstore-save): Simplify by using them.
692
693 2011-07-06  Glenn Morris  <rgm@gnu.org>
694
695         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
696
697 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698
699         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
700         no longer is much used.
701         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
702         Articles".
703
704 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
705
706         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
707         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
708         `notmuch' backend.
709
710 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * mm-decode.el (mm-text-html-renderer): Doc fix.
713
714         * gnus-msg.el (gnus-bug): Fix the MML tag.
715
716         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
717
718 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
719
720         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
721         secondary methods if started with `gnus-no-server'.
722
723 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
724
725         * message.el (message-return-action): Fix typo in docstring.
726
727 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728
729         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
730         bug reports at once.
731
732         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
733
734 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * nndraft.el: Require gnus-group.
737         (nndraft-request-list): Declare.
738
739         * nndraft.el (nndraft-update-unread-articles): Don't show group having
740         no unread article unless it matches gnus-permanently-visible-groups.
741
742         * nndraft.el (nndraft-update-unread-articles): New function.
743         (nndraft-request-associate-buffer): Use it to update the number of
744         unread articles for the nndraft groups in the group buffer when saving
745         or killing a draft message.
746
747 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
748
749         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
750         systems to binary before writing and reading the mbox files.
751
752         * gnus.el (gnus-summary-line-format): Link to the info node for %U
753         instead of trying to list them all (bug#8978).
754
755 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
756
757         * pop3.el (pop3-open-server): Use :end-of-capability.
758
759 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
762         the id is always a number.
763
764         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
765
766         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
767         debbugs mode, if possible.
768
769 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
770
771         * auth-source.el (auth-source-token-passphrase-callback-function):
772         Reindent.
773         (epg-context-operation): Remove unnecessary autoload.
774
775 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * gnus.el (gnus-list-debbugs): New command.
778
779         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
780         mboxstat instead of the maintbox, since the stat seems to be fuller.
781
782         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
783         summary buffers.
784
785         * message.el (message-get-reply-headers): Delete all duplicates,
786         instead of the first.
787         (message-get-reply-headers): Ensure that we have progress while
788         deleting duplicates.
789
790         * gnus-msg.el (gnus-configure-posting-styles): Get the local
791         gnus-posting-style value from the summary buffer to make it easier to
792         make that a per-buffer conf.
793
794 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
795
796         * nnir.el (nnir-run-imap): Allow halting a search when an article is
797         found by setting `shortcut' in 'query.
798         (nnir-request-article): Use `shortcut' setting when requesting article
799         by Message-ID.
800
801 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
802
803         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
804         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
805         Bring the pseudo-headers back too.
806
807 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
808
809         * auth-source.el (auth-source-token-passphrase-callback-function):
810         Simplify and remove EPA dependency.
811
812 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
813
814         * nnir.el (nnir-request-article): Fix error message text.
815
816 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
817
818         * auth-source.el (plstore-delete): Autoload.
819         (auth-source-plstore-search): Support delete operation.
820         * plstore.el (plstore-delete): New function.
821
822 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
825         mark actually existing articles as unread rather than the ones that
826         active asserts.
827
828 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
829
830         * nntp.el (nntp-record-command):
831         * gnus-util.el (gnus-message-with-timestamp-1):
832         Use format-time-string rather than decoding time stamps by hand.
833         This is simpler and insulates the code from potential changes to
834         current-time format.
835
836 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
839
840 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
841
842         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
843         (plstore-save): Support public key encryption.
844         (plstore--init-from-buffer): New function.
845         (plstore-open): Use it; fix error when opening a non-existent file.
846         (plstore-revert): Use plstore--init-from-buffer.
847
848 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
849
850         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
851
852 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * mml2015.el (mml2015-use): Replace string-match-p with string-match
855         for old Emacsen.
856
857 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
858
859         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
860         is not fully working.
861
862 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * dgnushack.el: Autoload sha1 on XEmacs.
865
866         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
867         quit window configuration.
868
869         * auth-source.el (epg-context-set-passphrase-callback):
870         Remove duplicate autoload.
871
872 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
873
874         * nnir.el (nnir-request-article): Allow requesting articles by
875         Message-ID with nnimap.
876
877         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
878         current server.
879
880 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
881
882         * auth-source.el: Autoload EPA/EPG functions.
883         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
884         changed when EPA/EPG is not available.
885         (auth-source-backend): Rename "arg" member to "data".
886         (auth-source-backend-parse, auth-source-plstore-search)
887         (auth-source-plstore-create): Use it.
888
889 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
890
891         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
892         `gnus-refer-article-methods'.
893
894 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
895
896         * auth-source.el: Require EPA and EPG.
897         (auth-source-passphrase-alist): New variable.
898         (auth-source-passphrase-callback-function)
899         (auth-source-token-passphrase-callback-function): Callbacks for the
900         netrc field encryption (GPG tokens).
901         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
902         Symmetric encryption and decryption of the netrc GPG tokens.
903         (auth-source-netrc-normalize): Use them, simplifying the closure.
904
905 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
908         is available.
909
910 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
913         non-nil, and `nnimap-split-methods' is nil, use the former.
914
915 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
916
917         * plstore.el (plstore-revert): New function.
918         (plstore-open): Use it; hide the buffer from user.
919
920 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
921
922         * auth-source.el (auth-source-backend): New member "arg".
923         (auth-source-backend-parse): Handle new backend 'plstore.
924         * plstore.el: New file.
925
926 2011-06-30  Glenn Morris  <rgm@gnu.org>
927
928         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
929
930 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
933         expiring articles to.
934
935         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
936         variations as ASCII (bug#5458).
937
938 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
941
942 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * message.el (message-point-in-header-p): Tweak the function to default
945         to saying that we're not in the headers if there is no separator at
946         all.  This makes it possible to use the Message version of `M-q' in
947         buffers with no headers (bug#7987).
948         (message-point-in-header-p): Fix last checkin to work with an empty
949         mail-header-separator, too.
950
951         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
952         again, save the choice via customize.
953
954 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * message.el (message-send-mail-function): Add `sendmail-query-once'.
957
958         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
959         ended the connection, bail out before waiting infinitely on a new
960         connection.
961
962 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
963
964         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
965         reports.
966
967         * gnus.el (gnus-bug-package): Use "gnus."
968         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
969
970 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * dgnushack.el: Make the timer warning go away on XEmacs.
973
974         * gnus-art.el (gnus-article-stop-animations): New function to stop any
975         animations going on at article exit time.
976
977         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
978         since removing it breaks people upgrading.
979
980         * shr.el (shr-put-image): Use the new interface for animating images.
981         (shr-put-image): Animate for 60 seconds.
982
983         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
984         avoid compiler warnings.
985
986         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
987         error with `find-file-hooks' on Emacs 22.
988         (with-auth-source-epa-overrides): Ugly hack to Wrap the
989         `find-file-hook' things in `symbol-value' to avoid compilation warnings
990         on all architectures.
991
992         * spam.el (spam-stat): Require in a normal fashion without binding
993         `spam-stat-install-hooks' to avoid compilation warnings.
994
995         * spam-stat.el (spam-stat-install-hooks): Remove.
996         (spam-stat-install-hooks): Don't run automatically.
997
998 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
999
1000         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1001         and keystroke.
1002
1003 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * auth-source.el (auth-source-netrc-cache): Move forward.
1006
1007 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * proto-stream.el (proto-stream-open-starttls): Use
1010         `gnutls-available-p' to see whether we have built-in support.
1011
1012         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1013         we already know.
1014         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1015         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1016
1017 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1018
1019         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1020         %S format, since that looks odd.
1021         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1022         file, especially when saving.
1023
1024 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1025
1026         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1027         article found.
1028
1029 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1030
1031         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1032         `auth-source-save-secrets' with a more sensitive alist that can be
1033         configured per file.  Experimental, so defaults to 'never.
1034         (auth-source-netrc-create): Use it.  Still experimental code.
1035         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1036         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1037
1038 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1039
1040         * auth-source.el (auth-source-save-secrets): New variable to control if
1041         secret tokens should be saved encrypted.
1042         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1043         to `auth-source-netrc-normalize'.
1044         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1045         on the EPA variables being defined.
1046         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1047         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1048         the lexical-let closure.
1049         (auth-source-netrc-create): Create "gpg:" tokens according to
1050         `auth-source-save-secrets'.
1051
1052 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-group.el (gnus-group-update-group): Add new argument
1055         `info-unchanged' that stops updating dribble buffer.
1056
1057         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1058         deletes lines matching to it in dribble buffer.
1059
1060         * gnus-agent.el (gnus-agent-fetch-group-1):
1061         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1062         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1063         * gnus-start.el (gnus-group-change-level):
1064         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1065
1066         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1067         if newsgroup info is not changed.
1068
1069         * gnus-group.el (gnus-group-get-new-news-this-group):
1070         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1071         Don't update dribble buffer.
1072
1073 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1074
1075         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1076         remove entries with groups we ignore.
1077
1078 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1081         the underline comes at the bottom.
1082
1083 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1084
1085         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1086         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1087         (gnus-registry-article-marks-to-names): Rename from
1088         `gnus-registry-user-format-function-M2'.
1089
1090 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1093         ephemeral group.
1094
1095 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * shr.el (shr-browse-image): Copy the URL if called interactively.
1098
1099 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1102         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1103         done, then unselected articles may be marked as read.
1104
1105         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1106         since not doing this seems to lead to a race condition in pop3-logon.
1107
1108         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1109         so that the call chain it correct when we call "upwards".
1110
1111         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1112         in read-only groups.
1113
1114         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1115
1116         * message.el (message-cite-reply-position): Doc string fix.
1117
1118         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1119         avoid regexp overflow.
1120         (nnimap-transform-split-mail): Ditto.
1121
1122         * pop3.el (pop3-retr): Error out if the server closes the connection.
1123
1124 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1125
1126         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1127         mm-with-unibyte-current-buffer.  The buffer should not contain any
1128         multibyte chars anyway at this stage.
1129
1130 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1133         at the end of lines.
1134
1135 2011-05-29  Julien Danjou  <julien@danjou.info>
1136
1137         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1138
1139 2011-05-27  Glenn Morris  <rgm@gnu.org>
1140
1141         * gnus-group.el (gnus-bug-group-download-format-alist):
1142         Use the "maintainer" version of debian reports as well.
1143
1144 2011-05-26  Glenn Morris  <rgm@gnu.org>
1145
1146         * gnus-group.el (gnus-bug-group-download-format-alist):
1147         Use the "maintainer" version of debbugs.gnu.org reports.
1148
1149 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1152
1153 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1154
1155         * gnus-cus.el (gnus-agent-customize-category):
1156         * gnus-delay.el (gnus-delay-send-queue):
1157         * gnus.el (gnus-other-frame):
1158         Don't quote lambda expressions with `quote'.
1159
1160 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1161
1162         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1163         the thread moves us backwards and so we loop forever.
1164
1165 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1168         whitespace in base64 data lines.
1169
1170 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1171
1172         * gnus-registry.el (gnus-registry-user-format-function-M):
1173         Use `mapconcat'.
1174         (gnus-registry-user-format-function-M2): Use to see the full text of
1175         the marks.  Make "," the mark text separator.
1176
1177         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1178         authentication with auth-source.
1179
1180 2011-05-17  Glenn Morris  <rgm@gnu.org>
1181
1182         * gnus-group.el (gnus-import-other-newsrc-file):
1183         Use insert-file-contents.
1184
1185 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1186
1187         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1188         1000 iterations.
1189
1190 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * nntp.el (nntp-open-connection): Check if process-type is available.
1193
1194 2011-05-16  Julien Danjou  <julien@danjou.info>
1195
1196         * shr.el (shr-tag-del): Add support for del tag.
1197
1198 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1199
1200         * gnus-html.el (gnus-html-put-image): Register a displayer.
1201
1202         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1203
1204 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         * registry.el (prune-factor): New initialization parameter defaulting
1207         to 0.1.
1208         (registry-prune-hard): Use it.
1209
1210         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1211         0.1 expicitly.
1212
1213 2011-05-13  Glenn Morris  <rgm@gnu.org>
1214
1215         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1216         is bound, since this function requires sendmail.
1217
1218 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1219
1220         * registry.el (registry-usage-test): Disable pruning test.
1221
1222 2011-05-11  David Engster  <dengste@eml.cc>
1223
1224         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1225         Bind set-network-process-option for XEmacs.
1226
1227 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1228
1229         * registry.el (registry-prune-hard-candidates)
1230         (registry-prune-soft-candidates): Helper methods for registry pruning.
1231         (registry-prune): Use them.  Make the sort function optional.
1232
1233 2011-05-10  Jim Meyering  <meyering@redhat.com>
1234
1235         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1236
1237 2011-05-10  Julien Danjou  <julien@danjou.info>
1238
1239         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1240         symbol and not a list.
1241
1242 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-art.el (gnus-article-mode): Move binding of
1245         shr-put-image-function here from gnus-article-prepare-display.
1246
1247         * shr.el (shr-put-image-function): New variable.
1248         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1249         (shr-put-image): Return scaled image.
1250
1251         * gnus-art.el (gnus-shr-put-image): New function.
1252         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1253
1254         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1255         original ones, as deletable.
1256
1257 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1258
1259         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1260
1261 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1262
1263         * registry.el (registry-full): Add convenience method.  Fix logic.
1264         (registry-insert): Use it.  Fix logic here too.
1265
1266         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1267         `registry-prune' if `registry-full' returns t.
1268         (gnus-registry-handle-action)
1269         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1270         (gnus-registry-usage-test): Use it.
1271
1272 2011-05-07  Julien Danjou  <julien@danjou.info>
1273
1274         * shr.el (shr-link): Make shr-link inherit from link by default.
1275
1276 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1277
1278         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1279
1280 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1281
1282         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1283         error out because the face is not a list.
1284
1285 2011-05-05  Glenn Morris  <rgm@gnu.org>
1286
1287         * proto-stream.el (gnutls-negotiate): Fix declarations.
1288
1289         * gnus-start.el (gnus-propagate-marks): Declare.
1290
1291 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1292
1293         * registry.el (registry-reindex): Fix percentage message.
1294
1295         * proto-stream.el (network-stream-open-starttls): Adjust to call
1296         `gnutls-negotiate' with :process and :hostname arguments.
1297
1298 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1299
1300         * shr.el: Add shr-link face for links.
1301         (shr-urlify): Use it.
1302
1303         * registry.el (registry-insert): Make error message more helpful.
1304
1305 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * gnus-html.el (gnus-html-schedule-image-fetching):
1308         Use url-queue-retrieve, if it exists.
1309
1310         * shr.el (shr-tag-img): Ditto.
1311
1312         * gnus.el: Autoload more gnus-agent functions.
1313
1314         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1315         agent if we haven't already (bug#8502).
1316
1317         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1318         into the Agent, too.
1319
1320         * gnus-agent.el (gnus-agent-store-article): New function.
1321
1322         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1323         and moved from that file for reuse.
1324
1325         * pop3.el (pop3-open-server): Error messages are "-ERR".
1326
1327 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1330         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1331
1332 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1333
1334         * gnus.el: No Gnus v0.17 is released.
1335
1336 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1337
1338         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1339         buffer has moved to a different frame.
1340
1341 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1344         to get the conversion from unibyte to multibyte buffers to work on
1345         Emacs 22.
1346
1347         * nntp.el (nntp-request-article): Slight clean-up.
1348
1349 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * shr.el (shr-strike-through): New face.
1352         (shr-tag-s): Use it to provide <s> support.
1353         (shr-tag-s): Remove duplicate definition.
1354
1355 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1356
1357         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1358         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1359
1360 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1361
1362         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1363         `gnutls-negotiate'.
1364         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1365
1366 2011-04-23  Glenn Morris  <rgm@gnu.org>
1367
1368         * gnus-sum.el (gnus-extra-headers): Bump :version.
1369
1370 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * shr.el (shr-tag-sup): New function.
1373         (shr-tag-sub): Ditto.
1374
1375 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1376
1377         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1378         for the case where `gnus-registry-ignored-groups' is a list of lists,
1379         and don't call `gnus-parameter-registry-ignore' otherwise.
1380
1381 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1382
1383         * nnimap.el (nnimap-user): New backend variable.
1384         (nnimap-open-connection-1): Use it.
1385         (nnimap-credentials): Accept user parameter so it's explicit what user
1386         name is desired.
1387
1388         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1389         default.
1390
1391         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1392         not gnus-registry.el.
1393
1394         * gnus-registry.el: Mention in comments how to modify
1395         `gnus-extra-headers' for proper recipient tracking and that it may
1396         already have To and Cc recently, which it does as of this commit.
1397         (gnus-registry-ignored-groups): Remove defcustom.
1398         Explain why in comments.
1399         (gnus-registry-action): Fix data-header reference to use the extra
1400         headers.  Explain in package commentary how to add To and Cc headers to
1401         the gnus-extra-headers.
1402         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1403         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1404         parameter list or a string list in `gnus-registry-ignored-groups'.
1405         Fix logic error.
1406
1407 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * shr.el (shr-expand-url): Protect against null urls.
1410
1411 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * shr.el (shr-base): New binding.
1414         (shr-tag-base): Keep track of <base>.
1415         (shr-expand-url): New function used throughout.
1416
1417 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1418
1419         * gnus-registry.el
1420         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1421         (gnus-registry-ignored-groups): New variable.
1422         (gnus-registry-ignore-group-p): Use it.
1423         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1424         set the destination group to nil (same as delete) if it's ignored.
1425
1426 2011-04-20  David Engster  <dengste@eml.cc>
1427
1428         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1429
1430         * Makefile.in (test-nntp): New rule.
1431         (check): Add it.
1432         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1433
1434 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * gnus-registry.el (gnus-registry-action)
1437         (gnus-registry-fetch-header-fast):
1438         Don't use mail-header that looks an internal function of mailheader.el.
1439
1440 2011-04-19  Glenn Morris  <rgm@gnu.org>
1441
1442         * time-date.el (time-to-days): Remove unused local variables.
1443
1444 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * gnus-registry.el: Eliminate cl functions.
1447         (gnus-registry-sort-addresses): New function that replaces mapcan.
1448         (gnus-registry-action, gnus-registry-spool-action)
1449         (gnus-registry-split-fancy-with-parent)
1450         (gnus-registry-fetch-recipients-fast): Use it.
1451         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1452
1453         * registry.el (initialize-instance, registry-lookup)
1454         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1455         (registry-lookup-secondary-value, registry-search, registry-delete)
1456         (registry-insert, registry-reindex, registry-size, registry-prune):
1457         Use eval-and-compile.
1458
1459 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1460
1461         * registry.el (registry-reindex): New method to recreate the secondary
1462         registry indices.
1463
1464         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1465         tracked field changes.
1466         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1467         (gnus-registry-action, gnus-registry-spool-action)
1468         (gnus-registry-handle-action)
1469         (gnus-registry--split-fancy-with-parent-internal)
1470         (gnus-registry-split-fancy-with-parent)
1471         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1472         move, and delete actions, and for fancy splitting with parent.
1473         (gnus-registry-extract-addresses)
1474         (gnus-registry-fetch-recipients-fast)
1475         (gnus-registry-fetch-header-fast): Convenience functions.
1476         (gnus-registry-misc-test): ERT test of
1477         `gnus-registry-extract-addresses'.
1478
1479 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1480
1481         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1482         Track by subject first, then sender.
1483
1484 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1485
1486         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1487
1488         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1489         Lisp.
1490
1491         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1492         (gnus-draft-send): Use it to avoid popping
1493         up frames from gnus-group-send-queue.
1494
1495 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1496
1497         * gnus-registry.el: Updated gnus-registry docs.
1498
1499 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1500
1501         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1502         Fix logic bug.
1503         (gnus-registry-post-process-groups): Fix logging of no results and
1504         quote sender and subject.
1505
1506 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1509         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1510         gnutls-cli are too slow to be done opportunistically.
1511
1512         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1513         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1514         we had no early-data returned.
1515         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1516         two async commands to the same server at the same time.
1517
1518 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1519
1520         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1521
1522 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1525         "warning" level.
1526
1527         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1528         (mm-url-insert-file-contents): Don't set the package names.
1529
1530 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1531
1532         * gnus-registry.el (gnus-registry-action): Remove properties and
1533         simplify subject in `gnus-registry-handle-action'.
1534         (gnus-registry-spool-action): Get subject and sender from message if
1535         they are not passed in.
1536         (gnus-registry-handle-action): Remove properties and simplify subject
1537         consistently.
1538
1539 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1540
1541         * registry.el: Require CL before using defmacro*.
1542
1543 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1544
1545         * gnus-art.el (article-treat-date): Assume that
1546         gnus-article-date-headers may be a group parameter.
1547
1548 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1549
1550         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1551
1552         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1553         interactively so the newsrc file can contain foreign groups too.
1554         Useful for debugging but not much for users.
1555
1556 2011-04-07  David Engster  <dengste@eml.cc>
1557
1558         * registry.el (registry-usage-test): Only do
1559         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1560         lexical binding.
1561
1562 2011-04-07  David Engster  <dengste@eml.cc>
1563
1564         * Makefile.in (check, test-registry): New rules for test-suite.
1565
1566 2011-04-06  David Engster  <dengste@eml.cc>
1567
1568         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1569         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1570
1571 2011-04-06  David Engster  <dengste@eml.cc>
1572
1573         * registry.el (initialize-instance): Change :after to :AFTER to be
1574         compatible with old EIEIO version in XEmacs.
1575
1576 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1577
1578         * gnus-registry.el (gnus-registry-post-process-groups)
1579         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1580         and provide better messaging.
1581
1582 2011-04-06  David Engster  <dengste@eml.cc>
1583
1584         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1585         errors.
1586
1587         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1588         dgnushack-compile with error-on-warn enabled, and to signal an error if
1589         clean compilation failed.
1590         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1591         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1592
1593 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1594
1595         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1596         unconditionally anyway, discarding errors.
1597         (gnus-registry-delete-entries): New convenience function.
1598         (gnus-registry-import-eld): Import from old .eld registry.
1599
1600         * registry.el: Don't use ERT if it's not available.  Load it
1601         unconditionally anyway, discarding errors.
1602
1603         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1604         version from the Claudio Bley GnuTLS patch (extra optional parameters
1605         and host name).
1606
1607 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1608
1609         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1610         fixup the parameters that can be customized by the user between
1611         save/read cycles.
1612         (gnus-registry-read): Use it.
1613         (gnus-registry-make-db): Use it.
1614         (gnus-registry-spool-action, gnus-registry-handle-action):
1615         Fix messaging.
1616         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1617         Map references to actual group names with sender and subject tracking.
1618         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1619         (gnus-registry-usage-test): Add subject lookup test.
1620
1621         * registry.el (registry-db, initialize-instance): Set up constructor
1622         instead of :initform arguments for the sake of older Emacsen.
1623         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1624         pre-lexbind merge bug.
1625         (registry-usage-test): Use it.
1626         (initialize-instance, registry-db): Move the non-function initforms
1627         back to the class definition.
1628
1629 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1630
1631         * registry.el: New library to manage gnus-registry-style data.
1632
1633         * gnus-registry.el: Use it (major rewrite).
1634
1635         * nnregistry.el: Use it.
1636
1637         * spam.el: Use it.
1638
1639 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1642         marks on non-selected articles.
1643
1644 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1645
1646         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1647         parameter to open-protocol-stream.
1648
1649 2011-04-01  Julien Danjou  <julien@danjou.info>
1650
1651         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1652         fundamental-mode.
1653
1654 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1657         servers.
1658
1659 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1662         made marks not propagate, again.
1663
1664 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1665
1666         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1667         Make this the default type.
1668         (proto-stream-open-plain): Rename from proto-stream-open-default.
1669         (open-protocol-stream, proto-stream-open-starttls)
1670         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1671         with `plain'.
1672
1673         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1674         value.
1675
1676         * nntp.el (nntp-open-connection-function): Document the fact that some
1677         values are not functions but are instead handled specially.
1678         Recognize nntp-open-plain-stream value.
1679         (nntp-open-connection): Recognize that value.
1680
1681 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1684         where it seems to be needed.
1685
1686 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1689         stuff.
1690
1691         * gnus-score.el (gnus-score-string): Fix calling convention of
1692         `gnus-simplify-buffer-fuzzy' after last patches.
1693
1694         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1695         server for articles we didn't get any headers for.  This is a sanity
1696         check.
1697
1698 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1699
1700         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1701         new CAPABILITY, use it.
1702
1703 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1706         downloading anything.
1707
1708         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1709
1710 2011-03-29  Adam SjĂžgren  <asjo@koldfront.dk>
1711
1712         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1713         colors.
1714         (gnus-splash-svg-color-symbols): New function.
1715
1716 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717
1718         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1719         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1720         (gnus-simplify-subject-fuzzy): Use the local
1721         gnus-simplify-subject-fuzzy-regex instead of the global one.
1722         This makes using this variable in group parameters work.
1723
1724 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1725
1726         * gnus-registry.el (gnus-registry-unfollowed-groups):
1727         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1728         archive:sent-YYYY-MM-DD groups).
1729         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1730         tracking if there are more than `gnus-registry-max-track-groups'
1731         matches.
1732
1733 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1734
1735         * message.el (message--yank-original-internal): New function to do the
1736         insertion cleanly inside eval in `message-yank-original'.
1737         (message-yank-original): Use it.
1738
1739 2011-03-29  Julien Danjou  <julien@danjou.info>
1740
1741         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1742         local variables disabled rather than `normal-mode'.
1743
1744 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1745
1746         * imap.el (imap-shell-open, imap-process-connection-type):
1747         Use imap-process-connection-type for 'shell' streams as well as
1748         Kerberos, SSL, other subprocesses.
1749
1750 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1751
1752         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1753         with open-network-stream.
1754         (proto-stream-always-use-starttls): Option removed.
1755         (open-protocol-stream): Return a process object by default.  Provide a
1756         new parameter :return-list specifying a list-type return value, which
1757         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1758         :type `network' to `try-starttls', and `network-only' to `default'.
1759         Make `default' the default, for compatibility with open-network-stream.
1760         Handle the no-parameter case exactly as open-network-stream, with no
1761         additional stream processing.  Search plists using plist-get.
1762         Explicitly add :end-of-commend parameter if it is missing.
1763         (proto-stream-open-default): Rename from
1764         proto-stream-open-network-only.  Return 'default as the type.
1765         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1766         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1767         failed.  Always return a list with a (possibly dead) process as the
1768         first element, for compatibility with open-network-stream.
1769         (proto-stream-open-tls): Use plist-get.  Always return a list.
1770         (proto-stream-open-shell): Return `default' as connection type.
1771         (proto-stream-capability-open): Use plist-get.
1772         (proto-stream-eoc): Function deleted.
1773
1774         * nnimap.el (nnimap-stream, nnimap-open-connection)
1775         (nnimap-open-connection-1): Handle renaming of :type parameter for
1776         open-protocol-stream.
1777         (nnimap-open-connection-1): Pass a :return-list parameter
1778         open-protocol-stream to obtain a list return value.  Parse this list
1779         using plist-get.
1780
1781         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1782         for open-protocol-stream.  Accept open-protocol-stream return value
1783         that is a subprocess object instead of a list.  Handle the case of a
1784         dead returned process.
1785
1786 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1787
1788         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1789
1790         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1791
1792 2011-03-21  Julien Danjou  <julien@danjou.info>
1793
1794         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1795         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1796         query.
1797         (mm-inline-text): Render normal text with fontification whenever
1798         possible.
1799
1800         * gnus-sum.el (gnus-summary-save-parts-1):
1801         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1802         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1803         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1804         Use `mm-handle-filename'.
1805
1806         * mm-util.el (mm-handle-filename): New function, return the filename of
1807         an handle.
1808
1809 2011-03-18  Julien Danjou  <julien@danjou.info>
1810
1811         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1812         (gnus-buffer-live-p): Check that buffer is not nil.
1813
1814 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1815
1816         * gnus.el: No Gnus v0.15 is released.
1817
1818 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1821         avoid warning on XEmacs.
1822
1823         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1824         on XEmacs.
1825
1826         * gnus-art.el: Require mouse, which the build bot seems to say is
1827         needed.
1828
1829         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1830
1831         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1832         XEmacs, since it doesn't have url-retrieve-synchronously.
1833
1834         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1835         since assoc-string doesn't exist in XEmacs.
1836
1837 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1838
1839         * gnus-group.el (gnus-group-list-ticked): New function.
1840         (gnus-group-make-menu-bar): Provide a menu entry for it.
1841         (gnus-group-list-map): Provide a binding for it.
1842
1843 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * shr.el (shr-visit-file): New command.
1846
1847         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1848
1849 2011-03-17  BjĂžrn Mork  <bjorn@mork.no>
1850
1851         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1852         servers.
1853
1854 2011-03-16  Julien Danjou  <julien@danjou.info>
1855
1856         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1857         inline.
1858
1859         * gnus-art.el (article-hide-list-identifiers):
1860         Use gnus-group-get-list-identifiers.
1861
1862         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1863         (gnus-summary-remove-list-identifiers):
1864         Use gnus-group-get-list-identifiers to get regexp.
1865         (gnus-select-newsgroup, gnus-summary-insert-subject)
1866         (gnus-summary-insert-articles):
1867         Call gnus-summary-remove-list-identifiers unconditionally.
1868
1869 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1872         we're selecting a group with unread articles.
1873
1874         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1875
1876         * gssapi.el: New file separated out from imap.el to provide a general
1877         Kerberos 5 connection facility for Emacs.
1878
1879         * message.el (message-elide-ellipsis): Document the format spec
1880         ellipsis.
1881
1882 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1883
1884         * message.el (message-elide-region): Allow the ellipsis to say how many
1885         lines were removed.
1886
1887 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1890         window configurations containing buffers that are now dead.
1891
1892         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1893         parsing to avoid integer overflows.
1894         (nnimap-parse-flags): Simplify the last change.
1895         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1896         too large for 32-bit Emacsen.
1897
1898 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1899
1900         * auth-source.el (auth-source-netrc-create):
1901         * message.el (message-yank-original): Fix use of `case'.
1902
1903 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1904
1905         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1906         XEmacs, which was one character too wide.
1907
1908 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1909
1910         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1911         default number of articles to display.
1912         (gnus-articles-to-read): Use pretty names for prompt.
1913
1914 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * gnus-int.el (gnus-open-server): Ditto.
1917
1918         * gnus-start.el (gnus-activate-group): Give a backtrace if
1919         debug-on-quit is set and the user hits `C-g'.
1920         (gnus-read-active-file): Ditto.
1921
1922         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1923
1924 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1925
1926         * message.el (message-yank-original): Use cond instead of CL case.
1927
1928 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1929
1930         * auth-source.el (auth-source-netrc-create): Use usual format for the
1931         default in prompts.
1932
1933 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * lpath.el: Fbind read-char-choice for XEmacs.
1936
1937 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1938
1939         * auth-source.el (auth-source-netrc-create): Show the default in the
1940         prompt when prompting for token creation.
1941
1942 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1943
1944         * auth-source.el (auth-source-format-prompt): Always convert the value
1945         to a string to avoid evaluating non-string arguments.
1946         (auth-source-netrc-create): Offer default properly, not as initial
1947         content in `read-string'.
1948         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1949         of line to determine if we've been run before.  If so, don't run again,
1950         but print a trivial message to indicate the cache was hit instead.
1951
1952 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1953
1954         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1955         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1956         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1957         Gnus.
1958
1959 2011-03-11  Julien Danjou  <julien@danjou.info>
1960
1961         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1962         modified file".
1963
1964 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1965
1966         * auth-source.el (auth-source-read-char-choice): New function to read a
1967         character choice using `dropdown-list', `read-char-choice', or
1968         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1969         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1970         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1971         (auth-source-netrc-saver): Use it.
1972         (auth-source-pick-first-password): New convenience function.
1973
1974 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1975
1976         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1977         parameter in the credentials.
1978         (nnimap-open-connection-1): Use it after a successful login.
1979         (nnimap-credentials): Add IMAP-specific user and password prompt.
1980
1981         * auth-source.el (auth-source-search): Add :require parameter, taking a
1982         list.  Document it and the :save-function return token.  Pass :require
1983         down.  Change the CREATED message from a warning to a debug statement.
1984         (auth-source-search-backends): Pass :require down.
1985         (auth-source-netrc-search): Pass :require down.
1986         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1987         Change save prompt to indicate all modifications saved here are
1988         deletions.
1989         (auth-source-netrc-create): Take user login name as default in user
1990         prompt.  Move all the save functionality to a lexically bound function
1991         under the :save-function token in the returned list.  Set up clearer
1992         default prompts for user, host, port, and secret.
1993         (auth-source-netrc-saver): New function, intended to be wrapped for
1994         :save-function.
1995
1996 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1999         lines to be spaces instead.
2000
2001 2011-03-07  Julien Danjou  <julien@danjou.info>
2002
2003         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2004         (sieve-sasl-auth): Check that auth-source-search did return something,
2005         or just return an empty string.
2006
2007 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2008
2009         * gnus.el (gnus-interactive): Use read-directory-name.
2010
2011         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2012         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2013         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2014         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2015         Likewise.
2016
2017         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2018
2019 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2022         onto the list of killed groups, too.  This makes killed nnimap groups,
2023         for instance, more reliably not reappear.
2024
2025         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2026         the parent.
2027
2028         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2029
2030         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2031         really have server-side marks.
2032
2033         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2034         since most backends do not usefully have server-side marks.
2035         (gnus-update-read-articles): Propagate marks to all backends that
2036         really have server-side marks.
2037
2038 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2039
2040         * message.el (message-cite-reply-position, message-cite-style):
2041         New variables.
2042         (message-yank-original): Use the new citation styles.
2043
2044 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2045
2046         * message.el (message-options): Revert 22da67af (workaround for XEmacs
2047         buffer-local issue); don't mark it buffer-local when running under
2048         XEmacs.
2049
2050 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2051
2052         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2053         numbers too big to be `read'.
2054
2055 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2056
2057         * password-cache.el (password-in-cache-p): Add autoload.
2058
2059         * message.el (message-options): Make buffer-local two ways to attempt
2060         to fix a XEmacs bug.
2061
2062 2011-03-02  Julien Danjou  <julien@danjou.info>
2063
2064         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2065
2066 2011-03-01  Julien Danjou  <julien@danjou.info>
2067
2068         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2069         group.
2070         (article-hide-list-identifiers): Use list-identifier group parameter.
2071
2072 2011-02-28  Julien Danjou  <julien@danjou.info>
2073
2074         * sieve.el (sieve-buffer-script-name): New local variable to store
2075         sieve script name.
2076         (sieve-edit-script): Store sieve script name.
2077         (sieve-upload): Use sieve script name when uploading.
2078         (sieve-upload): Use substitute-command-keys.
2079         (sieve-edit-script): Use substitute-command-keys.
2080         (sieve-refresh-scriptlist): Use substitute-command-keys.
2081         (sieve-manage-mode-map): Define keymap properly.
2082         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2083         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2084         Remove commented code about cvs.
2085         (sieve-manage-quit): New function.
2086         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2087
2088 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2091
2092 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2093
2094         * auth-source.el (auth-source-search): Cache empty result sets.
2095
2096         * password-cache.el (password-in-cache-p): Convenience function to
2097         check if a key is in the cache, even if the value is nil.
2098
2099         * auth-source.el (auth-source-save-behavior): New variable to replace
2100         `auth-source-never-create'.
2101         (auth-source-netrc-create): Use it.
2102         (auth-source-never-save): Remove.
2103
2104 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2105
2106         * nnimap.el (nnimap-stream): Doc fix.
2107         (nnimap-open-connection-1): Reverse the order of the ports to that the
2108         prompted-for port is first.
2109
2110         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2111         retrieval by the no-group selection.
2112
2113         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2114         numerical parameters.
2115
2116 2011-02-25  Julien Danjou  <julien@danjou.info>
2117
2118         * gnus-gravatar.el: Use gnus-with-article-buffer.
2119
2120         * gnus-art.el (gnus-with-article-buffer): Check that the
2121         gnus-article-buffer is alive.
2122
2123 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2124
2125         * auth-source.el (auth-source-creation-prompts): New variable to manage
2126         creation-time prompts.
2127         (auth-source-search): Document it.
2128         (auth-source-format-prompt): Add utility function.
2129         (auth-source-netrc-create): Don't default the user name to
2130         user-login-name.  Use `auth-source-creation-prompts' and some default
2131         prompts for user, host, port, and password (the default generic prompt
2132         remains ugly).
2133         (auth-source-never-save): Add customizable option to never save info.
2134         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2135         mode excursion.
2136
2137 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2140         argument that XEmacs doesn't support.
2141
2142         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2143         compiled for Emacsen having no `libxml-parse-html-region' support.
2144
2145         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2146
2147         * lpath.el: Bind buffer-save-without-query for XEmacs.
2148
2149 2011-02-23  Julien Danjou  <julien@danjou.info>
2150
2151         * gnus-art.el (article-make-date-line): Ignore errors if time is
2152         invalid and not convertible.
2153         (article-make-date-line): Only add lapsed time if time is not nil.
2154
2155 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2156
2157         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2158         `read-char-choice' for backwards compatibility.
2159         (auth-source-netrc-element-or-first): New function to DTRT for
2160         parameter extraction.
2161         (auth-source-netrc-create): Use it and fix multiple parameter print
2162         bug.  Use the default passed from above (given-default) or the
2163         built-in (user-login-name for :user).
2164
2165 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2166
2167         * gnus-start.el (gnus-dribble-read-file):
2168         Set buffer-save-without-query, since we always want to save the dribble
2169         file, probably.
2170
2171         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2172         nnimap.
2173
2174         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2175         -summary- since it's a user-visible variable.
2176
2177         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2178         first time you use the new Gnus.
2179
2180 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2181
2182         * auth-source.el: Don't load netrc.el.
2183         (auth-sources): Search ~/.netrc as well by default.
2184         (auth-source-debug): Add 'trivia option for extra output.
2185         (auth-source-do-trivia): Use it.
2186         (auth-source-search): Simplify logic to use
2187         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2188         appropriate.  Don't keep a running count at this level.  Layer :create
2189         and :delete options appropriately on the first and second passes.
2190         Don't track the backend with the search results.
2191         (auth-source-search-backends): New function to search a list of
2192         backends for a processed spec.
2193         (auth-source-netrc-parse): Cache all netrc files, making
2194         auth-source-netrc-cache an alist keyed by the file name and using the
2195         file mtime as the caching criterion.  Keep the obfuscated data secret
2196         with a lexical bind.
2197         (auth-source-netrc-search): Don't calculate the length of the results
2198         unnecessarily.
2199         (auth-source-search-backends): Fix bug.
2200         (auth-source-netrc-create): Rework prompts.
2201
2202 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2203
2204         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2205         Lower case names of search constraints.
2206         (nnir-run-query): Cache and reuse search constraints for all imap
2207         servers.
2208
2209 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2210
2211         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2212         after exit.
2213         (gnus-setup-message): Define missing variable from last checkin.
2214
2215         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2216         value, show the raw article.
2217
2218 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2219
2220         * gnus.el: No Gnus v0.13 is released.
2221
2222 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2223
2224         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2225         auth-source now accepts numbers.
2226
2227         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2228         spec, too.
2229         (auth-source-ensure-strings): New function.
2230
2231         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2232         (gnus-article-setup-buffer): Always restart the date timer so that user
2233         changes to the frequency is respected.
2234
2235         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2236         port numbers, so make sure it gets that if nnimap-server-port is
2237         explicit.
2238
2239 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2240
2241         * nnimap.el (nnimap-inbox): Doc fix.
2242
2243 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2244
2245         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2246         Autoload.  Add optional arg FRAME, and pass it to color-values.
2247         (color-complement): Caller changed.  Doc fix.
2248         (color-gradient): Rewrite for better clarity and efficiency.
2249
2250 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2251
2252         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2253         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2254         color-lab-to-srgb.
2255
2256 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2257
2258         * color.el: First part of merge from hexrgb.el.
2259         (color-rgb-to-hex): Rename from color-rgb->hex.
2260         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2261         saturation to zero if the value is too small.
2262         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2263         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2264         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2265         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2266         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2267         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2268         (color-cie-de2000): Doc fix.
2269
2270 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2271
2272         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2273         given method as in the group name if we're using an extended method.
2274         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2275         command, if we're using that, instead of waiting for the beginning.
2276
2277         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2278         we're sure to get unique server names, and we don't output two async
2279         commands in the same buffer.  This fixes an NNTP hang for some users.
2280
2281 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2282
2283         * gnus.el: No Gnus v0.11 is released.
2284
2285 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2286
2287         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2288         summary buffer before reading going to the next buffer.  This avoids
2289         putting the point in the group buffer if you `C-g' the command.
2290
2291         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2292         cache (for now) to make ~/.authinfo.gpg files usable.
2293
2294         * nnfolder.el (copyright-update): Define for the compiler.
2295
2296         * auth-source.el (auth-source-search): Fix unbound variable.
2297
2298 2011-02-19  Glenn Morris  <rgm@gnu.org>
2299
2300         * gnus.el (gnus-meta): Doc fix.
2301
2302 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2303
2304         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2305         in case it's not yet loaded.
2306
2307 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2308
2309         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2310         line we're waiting for.
2311
2312 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2313
2314         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2315         face with line-width greater than zero will cause RET in gnus summary
2316         buffer to scroll down article page-wise because auto vscroll happens,
2317         it should be temporalily disabled when doing a scroll-up.
2318
2319 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2320
2321         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2322         outputs from the server.
2323
2324 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2325
2326         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2327         later so that bbdb can hook in easier.
2328
2329 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2330
2331         * auth-source.el (auth-source-search): Don't try to create credentials
2332         if the caller doesn't want that.
2333         (auth-source-search): If we don't find a match, don't bug out on
2334         non-bound variables.
2335         (auth-source-search): Only ask a single backend to create the
2336         credentials.
2337
2338         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2339         logging.
2340         (nnimap-credentials): Protect against auth-source-search returning nil.
2341         (nnimap-request-list): Protect against not being able to open the
2342         server.
2343
2344 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2345
2346         * auth-source.el (auth-source-search): Do a two-phase search, one with
2347         no :create to get the responses from all backends.
2348
2349         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2350         when getting credentials.
2351
2352         * gnus-util.el (gnus-delete-duplicates): New function.
2353
2354 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2355
2356         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2357         a creation default, pass the whole port list down.  It will be
2358         completed.
2359
2360         * auth-source.el (auth-source-search): Updated docs to talk about
2361         multiple creation choices.
2362         (auth-source-netrc-create): Accept a list as a value (from the search
2363         parameters) and do completion on that list.  Keep a separate netrc line
2364         with the password obscured for showing the user.
2365
2366         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2367         first choice to `auth-source-search' so it will be used for entry
2368         creation instead of the server's Gnus-specific name.
2369         (nnimap-credentials): Rely on the auth-source library to select which
2370         port is actually wanted in the new netrc entry, so don't override
2371         `auth-source-creation-defaults'.
2372
2373         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2374         :protocol and accept a missing user, host, or port as a wildcard match.
2375         (auth-source-debug): Default to off.
2376
2377         (auth-source-netrc-search, auth-source-netrc-create)
2378         (auth-source-secrets-search, auth-source-secrets-create)
2379         (auth-source-user-or-password, auth-source-backend, auth-sources)
2380         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2381         instead of :protocol.
2382
2383         * nnimap.el (nnimap-credentials): Pass a port default to
2384         `auth-source-search' in case an entry needs to be created.
2385         (nnimap-open-connection-1): Use :port instead of :protocol.
2386
2387 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * auth-source.el: Bind load-path when loading EIEIO from
2390         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2391         21.4 doesn't support, to `require'.
2392         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2393         delete-dups that is not available in XEmacs 21.4.
2394
2395 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2396
2397         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2398         as EIEIO must also be loaded when auth-source.el is being
2399         byte-compiled.
2400
2401 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2402
2403         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2404
2405         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2406
2407         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2408
2409         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2410
2411         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2412
2413         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2414
2415         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2416
2417         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2418         necessary.
2419
2420 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2421
2422         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2423         nil means that nnimap doesn't get updated.
2424
2425 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2426
2427         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2428         result when the user doesn't want to write to the file.
2429         (auth-source-netrc-search): Expect a synthetic result and proceed
2430         accordingly.
2431         (auth-source-cache-expiry): New variable to override
2432         `password-cache-expiry'.
2433         (auth-source-remember): Use it.
2434
2435         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2436         parameter.  Create entry if necessary by using :create t.
2437         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2438
2439 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2440
2441         * auth-source.el (auth-source-debug): Enable by default and don't
2442         mention the obsolete `auth-source-hide-passwords'.
2443         (auth-source-do-warn): New function to debug unconditionally.
2444         (auth-source-do-debug): Use it.
2445         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2446         and for Secrets API entries when the secrets.el library is not
2447         available.
2448
2449 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2450
2451         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2452         (gnus-summary-exit): Kill the correct article buffer on exit from a
2453         `C-d' group.
2454
2455         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2456         gnus-propagate-marks.
2457
2458         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2459         before killing the buffers so that a non-full window conf gets handled
2460         correctly.
2461         (gnus-summary-exit): Ditto.
2462         (gnus-summary-read-group-1): Ditto.
2463
2464         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2465         async code again so that we can debug it properly.
2466
2467         * message.el (message-reply): Take an optional switch-buffer parameter
2468         so that Gnus window confs are respected better.
2469
2470 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2471
2472         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2473         `plist-get' to accept non-list parameters (XEmacs issue).
2474         Fix docstring.
2475         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2476         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2477         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2478         Login collection is "Login" and not "login".
2479
2480 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2481
2482         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2483         multiple headers.
2484
2485         * nnimap.el (nnimap-inhibit-logging): New variable.
2486         (nnimap-log-command): Don't log login commands.
2487
2488         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2489         to have more parameters.
2490
2491         * nnimap.el (nnimap-send-command): Mark the command time for each
2492         command, so that we don't get NOOPs stepping on our toes.
2493
2494         * gnus-art.el (article-date-ut): Get the date from the Date header on
2495         `t'.
2496
2497 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * auth-source.el (auth-source-search): Use copy-sequence instead of
2500         the cl.el copy-list.
2501
2502 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2503
2504         * imap.el: Bring it back (revert
2505         84d800cd31de3064f0ed39617d725709a2f8f42f).
2506
2507 2011-02-13  Adam SjĂžgren  <asjo@koldfront.dk>
2508
2509         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2510         Improve prompt.
2511
2512 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2513
2514         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2515         washing status from the default format.  It isn't very informative.
2516
2517 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2518
2519         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2520         Fix Gcc processing on imap.
2521
2522 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2523
2524         * imap.el: Remove file.  All the functionality is in nnimap.el.
2525
2526 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2527
2528         * message.el (message-bury): Don't pop up a new window when selected
2529         window is dedicated.
2530
2531 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2532
2533         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2534
2535 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2536
2537         * sieve-manage.el: Autoload `auth-source-search'.
2538         (sieve-sasl-auth): Use it.
2539
2540 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2541
2542         * nnimap.el: Autoload `auth-source-forget+'.
2543         (nnimap-open-connection-1): Use it if the connection fails.
2544
2545         * auth-source.el: Require `password-cache'.
2546         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2547         obsolete.
2548         (auth-source-magic): Marker for `password-cache' keys.
2549         (auth-source-do-cache): Update docstring.
2550         (auth-source-search): Use and check cache.
2551         (auth-source-forget-all-cached, auth-source-remember)
2552         (auth-source-recall, auth-source-forget, auth-source-forget+)
2553         (auth-source-specmatchp): Caching support functions.
2554         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2555         Remove and obsolete.
2556         (auth-source-user-or-password): Remove caching to further discourage
2557         using it.  Always hide passwords.
2558
2559         * password-cache.el (password-cache-remove): Accept secrets that are
2560         not strings.
2561
2562 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2563
2564         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2565         code for now, since it doesn't work for all users.
2566
2567 2011-02-09  Julien Danjou  <julien@danjou.info>
2568
2569         * message.el (message-options): Make message-options really buffer
2570         local.
2571
2572 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2573
2574         * mail-source.el: Autoload `auth-source-search'.
2575         (mail-source-keyword-map): Note order matters.
2576         (mail-source-set-1): Get all the mail-source source values and
2577         defaults and search auth-source on those if needed.  This can all
2578         probably be simplified.
2579
2580         * nnimap.el: Autoload `auth-source-search'.
2581         (nnimap-credentials): Use it.
2582         (nnimap-open-connection-1): Ask for the virtual server and physical
2583         address in one shot.
2584
2585         * nntp.el: Autoload `auth-source-search'.
2586         (nntp-send-authinfo): Use it.  Note TODO.
2587
2588 2011-02-08  Julien Danjou  <julien@danjou.info>
2589
2590         * shr.el (shr-tag-body): Add support for text attribute in body
2591         markups.
2592
2593         * message.el (message-options): Make message-options a local variable.
2594
2595 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2596
2597         * auth-source.el (auth-source-secrets-search)
2598         (auth-source-user-or-password): Use `append' instead of `nconc'.
2599         (auth-source-user-or-password): Build return list better and protect
2600         against nil :secret.
2601
2602 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2603
2604         * nnimap.el (nnimap-update-info): Refactor slightly.
2605         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2606         (nnimap-update-info): Clean up slightly.
2607         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2608         characters.
2609         (nnimap-process-quirk): Rename function to avoid collision.
2610         (nnimap-update-info): Fix macrology bug-out.
2611         (nnimap-update-info): Simplify split history test.
2612
2613 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2614
2615         * auth-source.el (top): Require 'eieio unconditionally.
2616         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2617         (auth-source-secrets-search): Limit search when `max' is greater than
2618         number of results.
2619
2620 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2621
2622         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2623         part not returning any data.
2624
2625         * proto-stream.el (open-protocol-stream): Document the return value.
2626
2627 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2628
2629         * auth-source.el (auth-source-secrets-search): Add examples.
2630
2631 2011-02-06  Julien Danjou  <julien@danjou.info>
2632
2633         * message.el (message-setup-1): Handle message-generate-headers-first
2634         set to t.
2635
2636 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2637
2638         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2639         API with a string "secrets:collection-name" and with 'default.
2640         (auth-source-backend-parse): Parse "secrets:collection-name" and
2641         'default.  Recurse on parses instead of repeating code.  Use the
2642         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2643         message when ignoring a source.
2644         (auth-source-search): List ignored search keys at the top level.
2645         (auth-source-netrc-create): Use `case' instead of `cond'.
2646         (auth-source-secrets-search): Created with TODOs.
2647         (auth-source-secrets-create): Created with TODOs.
2648         (auth-source-retrieve, auth-source-create, auth-source-delete)
2649         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2650         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2651         (auth-source-user-or-password-sftp)
2652         (auth-source-user-or-password-smtp): Remove.
2653         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2654         around `auth-source-search'.  Not tested thoroughly.
2655
2656 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2657
2658         * auth-source.el: Bring in assoc and eioeio libraries.
2659         (secrets-enabled): New variable to track the status of the Secrets API.
2660         (auth-source-backend): New EIOEIO class to represent a backend.
2661         (auth-source-creation-defaults): New variable to set prompt defaults
2662         during token creation (see the `auth-source-search' docstring for
2663         details).
2664         (auth-sources): Simplify to allow a simple string as a netrc backend
2665         spec.
2666         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2667         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2668         (auth-source-search): Main auth-source API entry point.
2669         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2670         (auth-source-search-collection): Helper function for searching.
2671         (auth-source-netrc-parse, auth-source-netrc-normalize)
2672         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2673         Supports search, create, and delete.
2674         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2675         backend stubs.
2676         (auth-source-user-or-password): Call `auth-source-search' but it's not
2677         ready yet.
2678
2679 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2680
2681         * message.el (message-setup-1): Remove the read-only stuff, since it
2682         doesn't work under XEmacs, for some reason.
2683
2684         * gnus-sum.el (gnus-user-date): Rename back from
2685         gnus-summary-user-date since user code refers to it.
2686
2687         * shr.el (shr-render-td): Store the actual background colour used.
2688
2689         * message.el (message-setup-1): Don't bind the constant
2690         -forbidden-properties.
2691         (message-setup-1): Revert previous change, since it needs to bind the
2692         props to insert them.
2693         (message-resend): Allow removing the read-only separator line.
2694
2695 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2696
2697         * nnimap.el (nnimap-request-accept-article): Give an error message if
2698         the APPEND wasn't successful.
2699
2700 2011-02-03  Adam SjĂžgren  <asjo@koldfront.dk>
2701
2702         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2703         that have no groups.
2704
2705 2011-02-03  Julien Danjou  <julien@danjou.info>
2706
2707         * gnus-draft.el: Remove progn around gnus-draft-setup.
2708
2709 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2710
2711         * gnus-start.el (gnus-read-active-for-groups): This function is never
2712         called with a nil `infos', so clean that up.
2713         (gnus-get-unread-articles): Request active files from primary/secondary
2714         methods that have no groups (yet).
2715
2716 2011-02-03  Julien Danjou  <julien@danjou.info>
2717
2718         * message.el (message-setup-1): Always generate References first.
2719         (message-mail): Return the return value of message-setup, not always t.
2720         (message-setup-1): Insert mail-header-separator with read-only and
2721         intangible properties set.
2722
2723         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2724         user-date in docstring.
2725
2726         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2727
2728         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2729         docstring.
2730
2731         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2732         defcustom, with type and group. Move from gnus-util.el. Rename to
2733         gnus-summary-user-date-format-alist.
2734
2735 2011-02-03  Glenn Morris  <rgm@gnu.org>
2736
2737         * nnimap.el (gnus-fetch-headers): Declare.
2738
2739         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2740
2741 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2742
2743         * message.el (message-forward-make-body-digest-plain)
2744         (message-followup, message-reply): Clean up things noted by Stefan.
2745
2746         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2747         gnus-article-update-date-headers is nil.
2748         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2749         it didn't really work with defcustom.
2750         (article-update-date-lapsed): Make sure the window start doesn't move,
2751         either.
2752
2753 2011-02-01  Julien Danjou  <julien@danjou.info>
2754
2755         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2756         format.
2757
2758         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2759         standard in Emacs nowadays.
2760
2761         * color.el (color-gradient): Add a color-gradient function.
2762
2763 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2764
2765         * message.el (message-expand-name): Don't trust the return value of
2766         bbdb-complete-name.
2767         (message-check-news-header-syntax): Remove unused var `start'.
2768         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2769         (message-inhibit-body-encoding): Move to before first use.
2770         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2771         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2772         (Organization, Message-ID, Date, mh-previous-window-config):
2773         Defvar the vars using dynamic scoping.
2774
2775 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2776
2777         * shr.el (shr-render-td): Only do colours at the final rendering.
2778         Should be slightly faster.
2779         (shr-insert-table): Fix up TD background colours when doing the
2780         vertical padding.
2781
2782         * gnus-art.el (article-date-ut): Protect against articles with no Date
2783         header.
2784         (article-update-date-lapsed): Don't use current-column to find the
2785         horizontal position.  It's fragile in the presence of \003 characters.
2786
2787         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2788
2789 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2790
2791         * gnus-art.el (article-transform-date): Rewrite to still work when
2792         there are several rfc2822 parts.
2793         (article-transform-date): Fix infinite recursion.
2794         (article-date-ut): Replace infinitely many Date headers with a single
2795         one when called interactively.
2796
2797         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2798         secure manner.
2799
2800         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2801         move around by not using save-window-excursion.  It seems to work...
2802
2803 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * gnus-art.el (article-make-date-line): Work for user-defined format.
2806
2807 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2808
2809         * nntp.el (nntp-retrieve-group-data-early)
2810         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2811         fetching functions.
2812
2813         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2814         thoroughly for all backends that have no known groups.  This should
2815         allow new nnml methods to retrieve mail.
2816
2817         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2818         that Gnus doesn't know exists again.
2819
2820         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2821         (gnus-treat-date-ut): Ditto.
2822         (gnus-article-update-date-header): Rename.
2823         (gnus-treat-date-local): Remove.
2824         (gnus-treat-date-english): Remove.
2825         (gnus-treat-date-lapsed): Remove.
2826         (gnus-treat-date-combined-lapsed): Remove.
2827         (gnus-treat-date-original): Remove.
2828         (gnus-treat-date-iso8601): Remove.
2829         (gnus-treat-date-user-defined): Remove.
2830         (gnus-article-date-headers): New variable to control all the date
2831         header options.
2832         (article-date-ut): Rewrite to allow using the new way to format date
2833         headers(s).
2834
2835 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2836
2837         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2838         method.
2839         (nnmail-article-group): A better test for fanciness.
2840
2841         * nnimap.el (nnimap-request-head): Protect against not finding the
2842         article by Message-ID.
2843
2844 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2845
2846         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2847         keep point at the "same place".
2848
2849 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2850
2851         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2852         data if the group is unactivated.
2853
2854 2011-01-28  Julien Danjou  <julien@danjou.info>
2855
2856         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2857         (gnus-all-windows-visible-p): Remove old compatibility code.
2858         (gnus-window-top-edge): Add docstring.
2859
2860         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2861
2862 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2863
2864         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2865         older request-update-info.
2866
2867         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2868
2869 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2870
2871         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2872         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2873
2874 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2875
2876         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2877         groups.  This makes the nndraft:queue group pop up if it's not already
2878         there.
2879
2880         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2881         messages" logic, which was reversed.
2882
2883         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2884         the "same place" even if point is on the line being replaced.
2885         (article-update-date-lapsed): Allow updating both the combined lapsed
2886         and the lapsed headers.
2887         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2888         (article-make-date-line): Limit the number of segments dynamically to
2889         avoid too-long lines.
2890
2891 2011-01-27  Julien Danjou  <julien@danjou.info>
2892
2893         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2894         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2895
2896 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2899         Use plist-get instead of the cl function getf.
2900
2901 2011-01-27  Glenn Morris  <rgm@gnu.org>
2902
2903         * gnus-util.el (float-time): Get rid of compiler warning, again.
2904
2905 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2906
2907         * shr.el (shr-put-color): Special-case background colours: Do put them
2908         at the blank parts at the front of the lines.
2909
2910         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2911         exit hook to nix out all data on readedness on group exit.
2912
2913         * gnus-util.el (float-time): If float-time is bound, always use it on
2914         all Emacsen.  It's unclear why the subrp check was there.
2915         (time-date): Require to make some autoload issues on XEmacs go away.
2916
2917         * shr.el (shr-put-color): Don't do the box padding in tables, since
2918         they're already padded.
2919
2920 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2921
2922         * gnus-art.el (gnus-article-next-page): When the last line of the
2923         article is displayed, scroll down once more instead of going to the
2924         next article at once.
2925         (article-lapsed-string): Refactor out and allow specifying how many
2926         segments you want.
2927         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2928         (gnus-article-update-lapsed-header): New variable.
2929
2930         * shr.el: Revert change that made headings use different-sized faces.
2931         The Emacs display engine isn't advanced enough that, for instance,
2932         tables can comfortably use differently-sized faces.
2933
2934 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2935
2936         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2937         used.
2938         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2939         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2940         we're using an encrypted connection.
2941
2942         * proto-stream.el: Alter the interface functions to also return the
2943         actual stream type used: network or tls.
2944
2945 2011-01-25  Julien Danjou  <julien@danjou.info>
2946
2947         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2948         (mm-display-javascript-inline): New function.
2949
2950         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2951         viewing function.
2952
2953 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * shr.el (shr-expand-newlines): Fix variable name.
2956
2957 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2958
2959         * shr.el (shr-expand-newlines): Make nested boxes work.
2960
2961 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2962
2963         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2964         backgrounds.
2965         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2966         in a more sensible manner.
2967
2968 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2969
2970         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2971         if EPG is loaded.
2972
2973 2011-01-24  Julien Danjou  <julien@danjou.info>
2974
2975         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2976         tags.
2977
2978 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2979
2980         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2981         commands.
2982
2983         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2984         in the article buffer.
2985         (gnus-gravatar-insert): Use blank space from the current buffer to
2986         avoid breaking text properties.  This makes X-Sent updating work again.
2987
2988         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2989
2990 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2991
2992         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2993         fix the bug in url-http.el instead.
2994
2995         * shr.el (shr-image-fetched): Ditto.
2996
2997         * shr.el (shr-image-fetched): Avoid having point move in the article
2998         buffer.
2999
3000         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3001         buffer after being called.  It's apparently being killed by url.el, and
3002         killing it made point move to end-of-buffer in a random buffer.
3003
3004         * shr.el (shr-image-fetched): Ditto.
3005
3006 2011-01-23  Julien Danjou  <julien@danjou.info>
3007
3008         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3009
3010         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3011         text/x-org.
3012
3013 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3014
3015         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3016         (i.e., nnimap) returning nil as the article number.
3017
3018 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3019
3020         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3021         "DelSp" parameter in RFC3676.
3022
3023 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3024
3025         * message.el (message-check-recipients): Display the encoded version of
3026         the bogus address if they differ.
3027
3028         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3029         after sending.
3030
3031         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3032
3033         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3034
3035         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3036         group buffer after sending the queue.
3037
3038         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3039
3040 2011-01-22  Julien Danjou  <julien@danjou.info>
3041
3042         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3043
3044 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3045
3046         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3047         nested related parts.
3048
3049         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3050         unexpired articles.  This fixes the regression that led expiry marks to
3051         disappear from nnfolder groups.
3052
3053 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3054
3055         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3056         Don't confuse the "ret" of "retrograde" with RET.
3057
3058 2011-01-21  Julien Danjou  <julien@danjou.info>
3059
3060         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3061         than mm-insert-inline.
3062
3063 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3066         Widen article buffer.
3067
3068 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3069
3070         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3071         the temp buffer.
3072         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3073
3074 2011-01-20  Julien Danjou  <julien@danjou.info>
3075
3076         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3077
3078         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3079         than mm-insert-inline to insert inline part: this respect
3080         mm-inline-media-tests displayers.
3081
3082         * mm-view.el (mm-display-shell-script-inline): New function.
3083
3084         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3085
3086         * mm-uu.el (mm-uu-type-alist): Add org block.
3087         (mm-uu-org-src-code-block-extract): New function.
3088
3089         * mm-view.el (mm-display-org-inline): New function.
3090
3091         * mm-decode.el (mm-automatic-display): Add text/org.
3092
3093         * mailcap.el (mailcap-mime-extensions): Add .org.
3094
3095 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3098         gnus-article-add-buttons.
3099
3100 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3101
3102         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3103         From header with a date and "nobody" as the sender.
3104
3105 2011-01-19  Julien Danjou  <julien@danjou.info>
3106
3107         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3108         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3109         if you have the same regexp several times.
3110         (gnus-button-push): Fix matching when regexp is symbol.
3111
3112 2011-01-15  Glenn Morris  <rgm@gnu.org>
3113
3114         * message.el (message-mail): A compose-mail function should
3115         accept headers as strings.
3116
3117 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3118
3119         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3120         Add :vert-only tags.
3121         (message-mail): New arg RETURN-ACTION.
3122         (message-return-action): New var.
3123         (message-bury): Use it.
3124         (message-mode): Make it buffer-local.
3125         (message-send-and-exit): Always call message-bury.
3126
3127         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3128         message-mail.
3129
3130 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * nnimap.el (nnimap-convert-partial-article): Protect against
3133         zero-length body parts.
3134
3135         * mm-decode.el (mm-preferred-alternative-precedence):
3136         Discourage showing empty parts.
3137
3138         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3139         and stuff if the backend didn't return the article number.  This fixes
3140         an Exchange-related nnimap bug.
3141
3142         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3143         group window, because it does the wrong thing when a separate frame
3144         displays the group buffer.
3145
3146         * proto-stream.el (open-protocol-stream): Protect against the low-level
3147         transport functions returning nil.
3148
3149 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3150
3151         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3152         (mml2015-epg-find-usable-secret-key): New function.
3153         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3154         mml2015-epg-find-usable-key (Bug#7797).
3155         (mml2015-epg-encrypt): Ditto.
3156
3157 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * dgnushack.el (rot13-string): Fix the way to get the argument.
3160
3161 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3164
3165 2011-01-03  Glenn Morris  <rgm@gnu.org>
3166
3167         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3168
3169         * sieve.el (sieve-open-server): Give a more explicit error if
3170         sieve-manage-open returns nil.  (Bug#7720)
3171
3172 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3173
3174         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3175
3176 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3179         This avoids sending passwords in plain text over non-encrypted
3180         channels.
3181
3182         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3183
3184         * nnimap.el (nnimap-login): Refactored out into own function, and
3185         implement CRAM-MD5.
3186         (nnimap-wait-for-line): Refactored out.
3187
3188         * mm-view.el (mml-smime): Require.
3189
3190 2010-12-20  David Engster  <deng@eml.cc>
3191
3192         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3193         use EPG to decrypt S/MIME messages instead of openssl.
3194
3195 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3198
3199         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3200         status is the group clearly is unreachable.
3201
3202         * auth-source.el (auth-source-create): Add the optional second
3203         parameter to `local-variable-p' to be compatible with XEmacs.
3204
3205 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3206
3207         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3208         work when using a compressed nnml folder.
3209
3210 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3213         backends after sanitising on entry, because this never makes sense:
3214         If the articles have gone missing, then the data no longer exists on
3215         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3216         overwrite anything anyway.
3217
3218         * shr.el (shr-insert-document): Bind shr-width dynamically to
3219         window-width if it's nil.
3220
3221 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3222
3223         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3224         with the meaning of using the full emacs window width for rendering.
3225
3226 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3227
3228         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3229         case when sender is not given.
3230
3231 2010-12-23  Julien Danjou  <julien@danjou.info>
3232
3233         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3234         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3235         the addresses, otherwise we might misplaced the gravatar.
3236
3237 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3238
3239         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3240         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3241         obsolete in Emacs.
3242
3243 2010-12-20  Julien Danjou  <julien@danjou.info>
3244
3245         * gnus-util.el (gnus-rescale-image): Revert last change.
3246
3247 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3248
3249         * binhex.el: Improve commentary (Bug#7482).
3250
3251 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * gnus-group.el (gnus-group-delete-articles): New command.
3254
3255 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3256
3257         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3258
3259 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3262         here, since it's up to the backends to do CRLF removal if their
3263         protocol has it.
3264
3265         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3266
3267 2010-12-17  Julien Danjou  <julien@danjou.info>
3268
3269         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3270         they are from file. Can also scale up.
3271
3272 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3273
3274         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3275         gnus-use-agent.
3276         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3277
3278         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3279
3280 2010-12-17  Julien Danjou  <julien@danjou.info>
3281
3282         * gravatar.el (gravatar-retrieve-synchronously): New function.
3283         (gravatar-get-data): Make more robust.
3284
3285 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3288
3289 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3292         to really consider the last line.
3293
3294 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3295
3296         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3297         list of recipient keys, or use symmetric encryption if not a list.
3298         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3299         EPA override, replacing the call to `netrc-store-data'.
3300
3301 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3302
3303         * gnus-srvr.el: Avoid passing nil regexp argument to
3304         delete-matching-lines.
3305
3306 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3309         fetching stops when Gnus exits.
3310
3311         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3312         function.
3313         (nnfolder-request-expire-articles): Save all the buffers after doing
3314         expiry.
3315
3316         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3317         the last article", since that led to serious performance regressions
3318         when expiring nnml groups.
3319
3320 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3321
3322         * nnir.el: Improve customizations.
3323
3324 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3327
3328         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3329         group has been killed.
3330         (gnus-group-yank-group): Ditto.
3331
3332         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3333
3334         * nnimap.el (nnimap-request-update-group-status): New function.
3335
3336         * gnus-int.el (gnus-request-update-group-status): New interface
3337         function.
3338
3339         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3340         copying read-ness to the backends.
3341
3342         * nnimap.el (nnimap-quirk): New function.
3343         (nnimap-retrieve-group-data-early): Use it.
3344         (nnimap-quirks): New alist.
3345
3346 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3349         don't delete it within indentation.
3350
3351 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3354         previous line.
3355
3356 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3359         QRESYNC command by deleting a superfluous space which broke Cyrus
3360         servers.  This change will break other servers that are buggy the other
3361         way around.
3362
3363 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3364
3365         * spam.el: Reindent and fix long lines.
3366         (spam-copy-or-move-routine): Exclude invalid move destinations.
3367
3368 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3369
3370         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3371         installed the registry.
3372
3373 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3376
3377 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3378
3379         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3380         groupname doesn't contain "gmane".
3381
3382 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3385         and netrc-bound-and-true-p bindings.
3386         (netrc-parse): Cache the netrc contents.
3387
3388         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3389         (gnus-1): Don't create the nndrafts group twice.
3390         (gnus-setup-news): There's no need to read the active file here, since
3391         that's done again later on a per-backend basis.
3392         (gnus-start-draft-setup): Make sure that the new group is started out
3393         empty.
3394
3395         * gnus-agent.el (gnus-agentize): Don't create the queue group
3396         automatically on startup.  It'll be created later, if needed.
3397
3398         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3399         of automatically subscribed groups.
3400         (gnus-auto-subscribed-categories): New variable.
3401         (gnus-matches-options-n): Use it.
3402         (gnus-default-subscribed-newsgroups): Remove unused variable.
3403         (gnus-start-draft-setup): Message a bit less.
3404
3405 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3406
3407         * nnir.el (nnir-run-imap): Return article list in order of increasing
3408         UID.
3409
3410 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * gnus-sum.el (gnus-summary-enter-digest-group):
3413         Mention gnus-auto-select-on-ephemeral-exit.
3414
3415         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3416         convention of the network-only option.
3417
3418 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * proto-stream.el (proto-stream-open-network-only): New function to
3421         have a way to specify non-STARTTLS upgrade connections.
3422
3423 2010-12-10  Julien Danjou  <julien@danjou.info>
3424
3425         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3426         email address is nil.
3427
3428         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3429
3430 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3431
3432         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3433         deletion.
3434         (nnir-run-imap): Only need to parse list once.
3435
3436 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3437
3438         * shr.el (shr-tag-script): Ignore <script>.
3439         (shr-tag-label): Add <label> support.
3440
3441 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3444
3445         * shr.el (shr-image-displayer): Work for images lined side by side.
3446
3447 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3448
3449         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3450         parameter, since XEmacs doesn't accept t as a parameter.
3451
3452 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3453
3454         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3455         ids.
3456         (nnir-run-gmane): Simplify groupspec formatting.
3457         (nnir-request-expire-articles): New function.
3458
3459 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3462         overflow, possibly.
3463
3464         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3465         (shr-render-td): Handle td style="" better.
3466         (shr-tag-table): Use the color from the style sheet.
3467         (shr-render-td): Make sure we copy over all the overlays, too.
3468
3469 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3470
3471         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3472         (nnir-request-article): Improve article retrieval.
3473
3474 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * mm-util.el (mm-extra-numeric-entities): New variable.
3477
3478         * mm-url.el (mm-url-decode-entities):
3479         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3480
3481         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3482
3483 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3484
3485         * message.el: Use completion-at-point.
3486         (message-completion-function): New fun, extracted from message-tab.
3487         (message-mode): Use it for completion-at-point-functions.
3488         (message-tab): Use it and completion-at-point.
3489
3490 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3493         character if a non-breakable character follows.
3494
3495 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3498         any stream.
3499
3500         * shr.el (shr-tag-font): Colorize the region.
3501         (shr-tag-body): Ditto.
3502         (shr-tag-font): Actually let the styles be inherited instead of
3503         overwriting them.
3504         (shr-tag-font): Get the background color right.
3505         (shr-tag-style): Ignore all <style> tags for the moment.
3506
3507         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3508         a Message-ID to avoid having nnimap depend on gnus-sum.
3509
3510         * shr.el (shr-descend): Only colorize something if we have a node that
3511         sets colors.
3512
3513 2010-12-06  Julien Danjou  <julien@danjou.info>
3514
3515         * shr.el (shr-render-td): Render td content with shr-descend, so style
3516         will be applied to <td> too.
3517         (shr-colorize-region): Colorize region even if we only have a background.
3518         (shr-tag-body): Fix color and background color inheritance.
3519         Do not recolorize after shr-generic.
3520         (shr-tag-font): Let shr-generic colorize via inheritance.
3521
3522 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3525
3526 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3527
3528         * nnir.el (nnir-request-move-article): Remove obsolete code.
3529
3530 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3533
3534 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3535
3536         * gnus-sum.el (gnus-summary-respool-article): The completion function
3537         expects a list instead of an alist.
3538
3539         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3540         string as the parameter.
3541
3542         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3543
3544         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3545         styles.
3546         (shr-colorize-region): New function.
3547         (shr-insert-background-overlay): Remove.
3548         (shr-render-td): Background setting should be taken care of on a higher
3549         level.
3550         (shr-tag-body): Use post-hoc colorizations.
3551         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3552         (shr-put-color-1): Don't overwrite old colors.
3553         (shr-colorize-region): When the background color isn't explicit, use
3554         a fixed background.
3555
3556         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3557         nnmail variables.
3558
3559 2010-12-05  BjĂžrn Mork  <bjorn@mork.no>
3560
3561         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3562         unless necessary.
3563
3564 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3565
3566         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3567         server.
3568
3569 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3572         so that TAB works.
3573
3574         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3575         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3576
3577         * shr.el (shr-urlify): Show the URL before the title to avoid
3578         misleading URLs.
3579
3580 2010-12-04  Adam SjĂžgren  <asjo@koldfront.dk>
3581
3582         * shr.el (shr-urlify): Display the title in <a> tags.
3583
3584 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3585
3586         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3587
3588 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3589
3590         * nnir.el: Rearrange code to allow macros to be autoloaded by
3591         gnus-sum.el.
3592         (nnir-retrieve-headers-override-function): Make this variable
3593         customizable.
3594         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3595
3596         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3597         from nnir.el.
3598
3599 2010-12-03  Julien Danjou  <julien@danjou.info>
3600
3601         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3602
3603 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3606         allow optional argument `environment'.
3607
3608 2010-12-03  Glenn Morris  <rgm@gnu.org>
3609
3610         * mm-extern.el (message-goto-body): Update declaration.
3611
3612 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-util.el (gnus-macroexpand-all): New function.
3615
3616         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3617         instead of macroexpand-all that is unavailable in XEmacs.
3618
3619 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3620
3621         * nnir.el (nnir-summary-line-format): New variable.
3622         (nnir-mode): Use it.
3623         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3624         (nnir-article-ids): Reimplement as defsubst.
3625         (nnir-retrieve-headers): Don't mangle the subject header.
3626         (nnir-run-imap): Use 100 as RSV score.
3627         (nnir-run-find-grep): Fix for full server searching.
3628         (nnir-run-gmane): Better restriction to gmane groups.
3629
3630         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3631         summary buffers.
3632
3633 2010-12-02  Julien Danjou  <julien@danjou.info>
3634
3635         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3636
3637         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3638
3639         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3640         support.
3641
3642 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3643
3644         * nnir.el: Update to handle the registry better.
3645         (autoload): Silence byte-compiler.
3646         (nnir-open-server): Add a hook for nnir groups.
3647         (nnir-request-move-article): Don't mangle the header. Better to use
3648         formating variables (which will be added in the future).
3649         (nnir-registry-action): Update the registry using the original article
3650         group name.
3651         (nnir-mode): Install nnir-specific hooks for updating the registry.
3652
3653         * gnus-sum.el
3654         (gnus-article-original-subject,gnus-newsgroup-original-name):
3655         Remove obsolete variables.
3656         (gnus-summary-move-article): Remove use of obsolete variables.
3657         (gnus-summary-local-variables): Make move and delete hooks local to
3658         summary buffers.
3659
3660 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * rtree.el: New file.
3663
3664 2010-12-01  Julien Danjou  <julien@danjou.info>
3665
3666         * message.el (message-user-organization): Do not use
3667         gnus-local-organization.
3668
3669         * gnus.el: Remove gnus-local-organization.
3670
3671         * gnus-msg.el: Remove nastygram thing.
3672
3673 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3674
3675         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3676         funcall.
3677
3678 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3681         names.
3682
3683         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3684         characters.
3685
3686         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3687         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3688         Suggested by Ć těpĂĄn Němec <stepnem@gmail.com>.
3689         (gnus-gravatar-transform-address): Use mail-extract-address-components
3690         that supports non-ASCII names rather than mail-header-parse-addresses.
3691
3692 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * proto-stream.el (open-protocol-stream): All starttls connections are
3695         handled by the network handler.
3696
3697 2010-11-30  Julien Danjou  <julien@danjou.info>
3698
3699         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3700         (nnimap-open-connection-1): Fix PREAUTH.
3701
3702         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3703
3704 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3707         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3708         (shr-insert): Use them.
3709         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3710
3711 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3712
3713         * nnir.el (nnir-request-move-article): Bail out if original group
3714         doesn't support article moves.
3715         (nnir-get-active): Improve active list retrieval.
3716
3717 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718
3719         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3720
3721 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3722
3723         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3724         seem to accept strings-with-numbers as port numbers,
3725
3726 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3727
3728         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3729         change the registry.
3730
3731 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3734         delete-dups that is not available in XEmacs 21.4.
3735
3736         * mm-util.el (mm-delete-duplicates): Add comment.
3737
3738 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3739
3740         * nnir.el (nnir-ignored-newsgroups): New variable.
3741         (nnir-get-active): Use it.
3742
3743 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * proto-stream.el (proto-stream-open-network): Add some comments.
3746
3747         * nntp.el (nntp-open-connection): Provide a :success condition.
3748
3749         * nnimap.el (nnimap-open-connection-1): Ditto.
3750
3751         * proto-stream.el (proto-stream-open-network): See what the response to
3752         the STARTTLS command is.
3753
3754         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3755         backwards compatibility).
3756         (nnimap-open-connection-1): Really respect nnimap-server-port.
3757
3758         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3759         TLS upgrades we don't really care about the identity of the peer.
3760         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3761         that what we've checked for.
3762         (proto-stream-always-use-starttls): Only default to t if
3763         open-gnutls-stream exists.
3764         (proto-stream-open-network): If STARTTLS failed, then just open a
3765         normal connection.
3766         (proto-stream-open-network): Wait until the greeting before doing
3767         STARTTLS.
3768
3769         * nntp.el (nntp-open-connection): Report what the connection error is.
3770
3771         * proto-stream.el (open-protocol-stream): Rename from
3772         open-proto-stream.
3773
3774 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3775
3776         * nnimap.el (nnimap-stream): Change default to `undecided'.
3777         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3778         first, and then network.
3779         (nnimap-open-connection-1): Respect nnimap-server-port.
3780         (nnimap-open-connection): Be more backwards-compatible.
3781
3782         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3783         (proto-stream-open-starttls): De-duplicate the starttls code.
3784         (proto-stream-open-starttls): Folded back into the main function.
3785         (proto-stream-open-network): Fix typo in the gnutls path.
3786         (proto-stream-command): Refactor out.
3787
3788         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3789
3790         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3791         starttls.el STARTTLS.
3792
3793         * color.el (color-lab->srgb): Fix function call name.
3794
3795         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3796         if we're using tls.el.
3797         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3798         built in, then don't try to establish a STARTTLS connection.
3799
3800         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3801         servers.
3802
3803         * proto-stream.el (open-proto-stream): Use network, not stream.
3804         (open-proto-stream): Add a way to specify what the end of a command is.
3805
3806         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3807         connections types.
3808         (nntp-open-network-stream): Remove.
3809         (nntp-open-ssl-stream): Remove.
3810         (nntp-open-tls-stream): Remove.
3811         (nntp-ssl-program): Remove.
3812
3813         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3814
3815 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3816
3817         * nnir.el: Fix typos.
3818         (nnir-retrieve-headers-override-function): Rename variable to reflect
3819         new semantics.
3820         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3821         macros.
3822         (nnir-request-article, nnir-request-move-article): Use them.
3823         (nnir-categorize): New function.
3824         (nnir-run-query): Use it.
3825         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3826         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3827         sorted.
3828         (nnir-group-full-name): Use gnus-group-full-name instead.
3829         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3830         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3831
3832 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3835
3836         * proto-stream.el: New library to provide protocol-specific
3837         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3838         protocols.
3839         (open-proto-stream): Complete the documentation.
3840         (proto-stream-open-network): Fix some typos.
3841
3842         * nnimap.el (nnimap-open-connection): Use it.
3843
3844 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3845
3846         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3847         negotiation.
3848
3849 2010-11-26  Julien Danjou  <julien@danjou.info>
3850
3851         * color.el: Rename various rgb functions to srgb.
3852
3853 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3854
3855         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3856         names.
3857
3858 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * shr.el (shr-insert): Revert last change.
3861         (shr-find-fill-point): Never leave point being at bol;
3862         relax the kinsoku limitation when rendering tables.
3863
3864 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3867         results from -accept-article.
3868
3869         * shr-color.el: Require cl when compiling.
3870
3871         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3872         checkin.
3873
3874         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3875
3876         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3877
3878         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3879         'add and 'delete to set backend marks.
3880
3881         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3882
3883         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3884
3885         * nntp.el (nntp-request-set-mark): Use it.
3886
3887         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3888
3889         * nnml.el (nnml-request-set-mark): Ditto.
3890
3891         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3892         introduces regressions in article selection.
3893         (nnimap-find-uid-response): New function.
3894         (nnimap-request-accept-article): Use the UID returned, if any.
3895         (nnimap-request-move-article): Use the UID returned, if any.
3896         (nnimap-get-groups): Reimplement to work with folded lines.
3897         (nnimap-find-uid-response): The UID is the last element in the list.
3898         (nnimap-request-set-mark): Extend syntax with 'set.
3899
3900         * nnml.el (nnml-request-set-mark): Ditto.
3901
3902         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3903
3904         * nntp.el (nntp-request-set-mark): Ditto.
3905
3906 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * message.el (message-called-interactively-p): A temporary macro.
3909         (message-goto-body): Use it temporarily.
3910
3911 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3914         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3915         (nnimap-last-response-string): Fix last unfolding fix.
3916
3917 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * shr.el (shr-insert): Fix the way to fold lines.
3920
3921 2010-11-25  Julien Danjou  <julien@danjou.info>
3922
3923         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3924
3925         * color.el: Rename from color-lab.el
3926         (color-rgb->hex): Add.
3927         (color-complement): Add.
3928         (color-complement-hex): Add.
3929
3930         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3931
3932 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933
3934         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3935         don't exist.
3936
3937 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3940         assuming that article displaying or another mml-preview may be
3941         interrupted for an error or for the like.
3942
3943         * shr.el (shr-get-background): Fix argument name.
3944
3945 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3948
3949         * gnus-sum.el (gnus-summary-include-articles): New function.
3950
3951         * message.el (message-goto-body): called-interactively-p needs a
3952         parameter, so use `any'.
3953
3954         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3955         clear marks before moving, since they're synced from the Gnus side
3956         first.
3957
3958         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3959         (gnus-summary-move-article): Copy over all marks before moving, so that
3960         IMAP doesn't think a new article has arrived.
3961
3962 2010-11-24  Julien Danjou  <julien@danjou.info>
3963
3964         * shr.el (shr-insert-background-overlay): Fix typo.
3965         (shr-render-td): Copy the background before rendering.
3966
3967         * shr-color.el (shr-color-visible): Fix docstring.
3968
3969         * shr.el (shr-tag-table): Add bgcolor support.
3970         (shr-render-td): Add bgcolor support.
3971         (shr-get-background): Add.
3972         (shr-insert-foreground-overlay): Use shr-get-background.
3973
3974         * message.el (message-goto-body): Use called-interactively-p.
3975         (message-in-body-p): message-goto-body returns point.
3976
3977 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978
3979         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3980         Fixes something or other in Emacs 23, and is backwards compatible.
3981
3982         * message.el (message-goto-body): Remove the <#secure special-casing,
3983         which is too special.
3984
3985         * shr.el (shr-parse-style): Drop !important from styles.
3986
3987 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3988
3989         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3990         this function to return incorrect results when calling it with an
3991         explicit article argument different from
3992         (gnus-summary-article-number).
3993
3994 2010-11-24  Julien Danjou  <julien@danjou.info>
3995
3996         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3997         (shr-tag-body): Add background support.
3998         (shr-descend): Add background support.
3999         (shr-tag-title): Add.
4000
4001         * shr-color.el (shr-color-visible): Really return original background
4002         if fixed.
4003
4004 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005
4006         * shr.el (shr-color-check): Protect against non-existent colour names.
4007
4008 2010-11-24  Julien Danjou  <julien@danjou.info>
4009
4010         * color-lab.el: Require 'cl when compiling.
4011
4012         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4013
4014         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4015         matched part.
4016
4017         * color-lab.el: Fix all expt calls to use float type.
4018
4019 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4020
4021         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4022         expression to shr-color-check as is.
4023
4024         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4025
4026         * color-lab.el: Add coding cookie.
4027         (float-pi): Use eval-and-compile.
4028
4029         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
4030         compiled for Emacsen having no `libxml-parse-html-region' support.
4031
4032 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * shr.el (shr-insert-color-overlay): Split stuff like
4035         "#444444 !important" to find the real colour.
4036         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4037         parse <font color="red"> entries.
4038
4039 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4040
4041         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4042         point when parsing headers.
4043
4044         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4045         is positioned properly when parsing headers.
4046
4047 2010-11-23  Julien Danjou  <julien@danjou.info>
4048
4049         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4050
4051         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4052
4053         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4054
4055         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4056         Use shr-color-hue-to-rgb.
4057         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4058
4059 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060
4061         * shr.el (shr-color->hexadecimal): Autoload.
4062         (shr-descend): Add color to all tags.
4063
4064 2010-11-22  Julien Danjou  <julien@danjou.info>
4065
4066         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4067         shr-color->hexadecimal.
4068
4069         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4070         RGB() or HSL() color representation.
4071
4072         * shr.el (shr-tag-font): Add.
4073         (shr-tag-color-check): New function to get better colors.
4074         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4075         tag-span.
4076
4077         * shr-color.el: New file.
4078
4079         * color-lab.el: New file.
4080
4081         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4082
4083 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4084
4085         * nnir.el: Fix typo in comments.
4086         (nnir-run-imap): Simplify code. No need to reverse artlist.
4087         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4088
4089 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4092
4093         * nnimap.el (nnimap-get-capabilities): Refactor out.
4094         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4095
4096 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4097
4098         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4099         appearing when `mm-uu-hide-markers' is nil.
4100
4101 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4102
4103         * nnimap.el (nnimap-unselect-group): Make into its own function.
4104         (nnimap-request-rename-group): Unselect group before renaming.
4105         This had gotten lost somewhere.
4106         (nnimap-request-accept-article): Keep track of examined groups, and
4107         unselect the group before APPENDing to read-only groups.
4108         (nnimap-request-move-article): Clear flags before moving so that they
4109         can be re-set later.
4110
4111 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4114         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4115
4116 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * gnus-art.el (gnus-mime-display-single)
4119         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
4120         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4121         parameter.
4122
4123 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4126         (shr-table-vertical-line): New variable.
4127         (shr-insert-table): Use it.
4128
4129 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-html.el (gnus-html-wash-images): Don't display images if
4132         gnus-inhibit-images is non-nil; register displayer for cid images.
4133         (gnus-html-display-image): Work for cid image.
4134         (gnus-html-insert-image): Allow arguments.
4135         (gnus-html-put-image): Inhibit read-only.
4136         (gnus-html-prefetch-images): Don't prefetch images if
4137         gnus-inhibit-images is non-nil.
4138
4139 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * shr.el (shr-put-image): Break lines when inserting big pictures.
4142
4143 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4144
4145         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4146         sender, thanks Katsumi Yamaoka.
4147
4148 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4149
4150         * nnir.el (nnir-run-imap): Reverse the article list for each group
4151         rather than the whole list.
4152
4153 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * shr.el (shr-image-displayer): Protect function against non-existent
4156         image source.
4157
4158         * gnus-art.el (gnus-inhibit-images): New user option.
4159         (gnus-mime-display-single): Don't display image if it is non-nil.
4160
4161         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4162         gnus-inhibit-images.
4163
4164         * shr.el (shr-image-displayer): New function.
4165         (shr-tag-img): Use it.
4166
4167 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4168
4169         * mml2015.el (mml2015-epg-sign): Use From header.
4170
4171 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4174
4175         * gnus-util.el (gnus-find-text-property-region): Return markers.
4176
4177         * shr.el (shr-tag-img): Put a displayer in the text property.
4178
4179         * gnus-util.el (gnus-find-text-property-region): New utility function.
4180
4181         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4182         (gnus-html-show-images): Remove.
4183
4184         * gnus-art.el (gnus-article-show-images): New, more general function.
4185
4186         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4187         image url text properties.
4188
4189         * shr.el: Ditto.
4190
4191         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4192         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4193
4194 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4197         work for two or more articles.
4198
4199 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4202         divide an image that's in an html article to two or more when washing
4203         non-ASCII characters in alt text of it.
4204
4205 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4208         smime-decrypt-region using function argument.
4209         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4210
4211         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4212
4213         * smime.el (smime-decrypt-region): Catch it.
4214
4215 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4216
4217         * smime.el (smime-mode-map): Move initialization into declaration.
4218         (gnus-run-mode-hooks): Don't autoload.
4219         (smime-mode): Use define-derived-mode.
4220
4221 2010-11-11  Glenn Morris  <rgm@gnu.org>
4222
4223         * smime.el (from): Restrict declaration to XEmacs.
4224
4225         * nnir.el (gnus-group-topic-name): Autoload.
4226
4227 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * shr.el (shr-insert): Don't break long line if it is because of
4230         kinsoku-bol characters in the line end.
4231
4232 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4233
4234         * nnir.el (nnir-request-move-article): Fix to provide original group
4235         and subject.
4236         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4237         been retrieved.
4238
4239         * gnus-sum.el (gnus-summary-move-article): Use original group and
4240         subject for virtual articles such as those in an nnir summary buffer.
4241
4242 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4245         least 21.5).
4246
4247         * smime.el (from): Declare it again for XEmacs.
4248
4249 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250
4251         * message.el (message-resend): Don't disable encoding unless it's
4252         already encoded.
4253
4254         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4255         low-numbered articles.
4256
4257 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * rfc2047.el (rfc2047-syntax-table): Simplify.
4260
4261         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4262
4263         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4264         set-char-table-range for XEmacs.
4265
4266 2010-11-10  Glenn Morris  <rgm@gnu.org>
4267
4268         * time-date.el (time-to-seconds): Always an alias on Emacs,
4269         never a real function.
4270         (with-no-warnings): Remove compat stub, now unused.
4271         (time-less-p): Doc fix.
4272         (time-to-number-of-days): Simplify.
4273
4274         * smime.el (from): Remove unused declaration.
4275
4276         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4277         (gnus-float-time): On Emacs, always an alias.
4278
4279         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4280         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4281
4282 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * dgnushack.el: Don't use ignore-errors in the top level form since it
4285         is unavailable in XEmacs even if cl is loaded.
4286
4287         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4288
4289 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * shr.el (browse-url-mailto): Autoload.
4292
4293         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4294
4295         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4296         regexp doesn't need quoting.
4297
4298 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4299
4300         * message.el (message-subject-trailing-was-ask-regexp)
4301         (message-subject-trailing-was-regexp): Match was: in addition to was.
4302
4303 2010-11-09  Glenn Morris  <rgm@gnu.org>
4304
4305         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4306         (nnbabyl-check-mbox): Use point-at-bol.
4307
4308 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4311
4312         * message.el (message-mailto): New function.
4313         (message-mailto): Should accept other parameters.
4314         (message-mailto): Remove since it duplicates browse-url-mailto
4315         functionality.
4316
4317 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4320         methods.
4321         (gnus-read-active-file): Ditto.
4322
4323         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4324         ": " from the prompt.
4325         (gnus-group-make-group): Ditto.
4326
4327 2010-11-07  Glenn Morris  <rgm@gnu.org>
4328
4329         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4330         (gnus-bookmark-kill-line): Use point-at-eol.
4331
4332 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4335         asterisks in From header.
4336
4337 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4338
4339         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4340         string to avoid making the From headers syntactically invalid.
4341
4342         * message.el (message-send-mail): Don't insert courtesy messages if the
4343         message already has List-Post and List-ID messages.
4344
4345 2010-11-06  Glenn Morris  <rgm@gnu.org>
4346
4347         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4348         `condition', `type', `length' a prefix.
4349         (gnus-treat-predicate): Update for above name changes.
4350
4351 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4352
4353         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4354         binding.  Handled by `gnus-summary-refer-thread' instead.
4355         (nnir-warp-to-article): New backend function.
4356
4357         * nnimap.el (nnimap-request-thread): Force dependency updating.
4358
4359         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4360         (gnus-summary-refer-thread): Rework to improve thread-referral.
4361
4362         * gnus-int.el (gnus-warp-to-article): New function.
4363
4364         * gnus-sum.el (gnus-summary-article-map): Bind it.
4365
4366 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4367
4368         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4369         gnus-summary-refer-thread.
4370
4371         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4372         headers.
4373         (gnus-summary-limit-include-thread): Prevent articles in thread from
4374         being cut in gnus-cut-threads.
4375         (gnus-summary-refer-thread): Limit retrieved headers to those in
4376         thread.
4377
4378 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * message.el (message-send-mail): Use the value of
4381         message-courtesy-message from the message buffer.
4382
4383         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4384
4385         * shr.el (shr-browse-url): Implement mailto: URLs.
4386
4387         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4388         "raw".
4389
4390         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4391         if it's already selected.
4392
4393         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4394
4395 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4398         to measure the length and truncate alt text.
4399
4400 2010-11-03  Glenn Morris  <rgm@gnu.org>
4401
4402         * nndiary.el (nndiary-generate-nov-databases-1)
4403         (nndiary-generate-active-info): Rename dynamic variable `files' to
4404         something less generic.
4405
4406 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4407
4408         * nnir.el (nnir-request-move-article): Call the underlying backend to
4409         move articles from nnir.
4410
4411 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4412
4413         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4414
4415 2010-11-02  Julien Danjou  <julien@danjou.info>
4416
4417         * nnir.el: Remove wais support.
4418
4419 2010-11-02  Glenn Morris  <rgm@gnu.org>
4420
4421         * gnus-html.el: Reorder requirements to quieten compiler.
4422
4423 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4426         properly for XEmacs as well.
4427         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4428         (gnus-article-natural-long-line-p): Use window-width rather than
4429         frame-width.
4430
4431 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4432
4433         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4434         (nnir-read-parms): Don't modify query.
4435         (nnir-run-query): Add ability to search topic on current line.
4436         (nnir-get-active): Clean up.
4437
4438 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4441         degenerate articles.
4442
4443         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4444         (gnus-print-buffer): Just print the buffer as is, without any copying
4445         to a buffer and then re-highlighting.
4446
4447         * nnimap.el (nnimap-request-group): Store the new updated info.
4448         (nnimap-request-group): Select the group when we don't know whether it
4449         exists or not.
4450
4451         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4452         groups.
4453
4454         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4455         groups.
4456
4457         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4458         groups.
4459
4460         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4461         long-lines case by only filling the long lines.
4462
4463         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4464         (bug #7311).
4465
4466 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * shr.el: No need to declare `declare-function' since shr.el is for
4469         only Emacsen that provide `libxml-parse-html-region'.
4470
4471         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4472         effective only in a file it is referred to.
4473
4474 2010-11-01  Glenn Morris  <rgm@gnu.org>
4475
4476         * mm-util.el (gnus-completing-read): Autoload.
4477         (mm-read-coding-system): Simplify Emacs definition.
4478
4479         * nnmail.el (gnus-activate-group):
4480         * nnimap.el (gnutls-negotiate):
4481         * nntp.el (netrc-parse): Fix declarations.
4482
4483 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4486         string-match-p in Emacs >=23.
4487
4488         * gnus-msg.el (gnus-configure-posting-styles)
4489         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4490
4491 2010-11-01  Glenn Morris  <rgm@gnu.org>
4492
4493         * nnir.el (declare-function): Add compat stub.
4494         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4495         (nnir-run-gmane): Require 'mm-url.
4496
4497         * mm-util.el (mm-string-to-multibyte): Simplify.
4498
4499         * shr.el (declare-function): Add compat stub.
4500         (url-cache-create-filename): Declare.
4501         (mm-disable-multibyte, widget-convert-button): Autoload.
4502
4503         * smime.el (ldap-search): Declare.
4504         (smime-cert-by-ldap-1): Require ldap on Emacs.
4505
4506         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4507         (nnimap-keepalive): Use gnus-float-time.
4508
4509         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4510         (mail-source-delete-crash-box): Use gnus-float-time.
4511
4512         * gnus-dired.el (gnus-completing-read): Autoload.
4513
4514         * mm-view.el (gnus-rescale-image): Autoload.
4515
4516         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4517
4518         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4519
4520         * sieve-manage.el: Require 'cl when compiling.
4521
4522         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4523         (gnus-iswitchb-completing-read): Require iswitchb.
4524         (gnus-select-frame-set-input-focus): Silence compiler.
4525
4526 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527
4528         * message.el (message-subject-trailing-was-query): Change default to t,
4529         since I think that's what most people want.
4530
4531         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4532         appending for easier debugging.
4533         (nnimap-wait-for-connection): Take a regexp.
4534         (nnimap-request-accept-article): Wait for the continuation line before
4535         sending anything unless we're streaming.
4536
4537         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4538         leave the header washing to take place.
4539
4540 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4541
4542         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4543         regular expression match and replace in posting styles.
4544
4545 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4546
4547         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4548         an entire server.
4549         (nnir-get-active): New function.
4550         (nnir-run-imap): Use it.
4551         (nnir-run-gmane): Who knew, gmane search returns an article score!
4552
4553         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4554         server on the current line with nnir.
4555
4556 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4559         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4560         left edge.
4561         (gnus-article-foldable-buffer): Skip past the prefix when determining
4562         raggedness.
4563
4564         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4565         the raw article, and change `C-u g' to show the article without doing
4566         treatments.
4567
4568         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4569         on to `gnus-treat-article'.
4570         (gnus-inhibit-article-treatments): New variable.
4571
4572         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4573
4574         * gnus-art.el (gnus-treatment-function-alist): Have
4575         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4576         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4577         sections.
4578
4579         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4580         parameter.
4581         (gnus-article-fill-cited-long-lines): New function.
4582         (gnus-article-fill-cited-article): Allow filling only long sections.
4583
4584         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4585         and non-punctuation (like after the apostrophe in "'We").
4586
4587         * gnus-sum.el (gnus-summary-select-article): Make sure
4588         gnus-original-article-buffer is alive.
4589
4590         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4591         reflect the order they're in in the digest.
4592
4593         * gnus.el (gnus-group-startup-message): Move point to the start of the
4594         buffer.
4595
4596         * nnimap.el (nnimap-capability): New function.
4597         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4598         is set.
4599
4600 2010-10-31  David Engster  <dengste@eml.cc>
4601
4602         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4603         conform with changes to gnus-completing-read.
4604
4605 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4608
4609 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4610
4611         * nnir.el: Move defvar, defcustom around to keep file organized
4612         and keep byte-compiler quiet.
4613         (nnir-read-parms): Accept search-engine as arg.
4614         (nnir-run-query): Pass search-engine as arg.
4615         (nnir-search-engine): Remove.
4616
4617 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4618
4619         * shr.el (shr-generic): The text nodes should be text, not :text.
4620
4621         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4622         later in the file.
4623
4624 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4625
4626         * nnir.el: General clean up.  Allow searching with multiple engines.
4627         Allow separate extra-parameters for each engine.
4628         Batch queries when possible.
4629         (nnir-imap-default-search-key,nnir-method-default-engines):
4630         Add customize interface.
4631         (nnir-run-gmane): New engine.
4632         (nnir-engines): Use it.  Qualify all prompts with engine name.
4633         (nnir-search-engine): Remove global variable.
4634         (nnir-run-hyrex): Restore for now.
4635         (nnir-extra-parms,nnir-search-history): New variables.
4636         (gnus-group-make-nnir-group): Use them.
4637         (nnir-group-server): Remove in favor of gnus-group-server.
4638         (nnir-request-group): Avoid searching twice.
4639         (nnir-sort-groups-by-server): New function.
4640
4641 2010-10-30  Julien Danjou  <julien@danjou.info>
4642
4643         * gnus-group.el: Remove gnus-group-fetch-control.
4644
4645         * gnus-start.el (gnus-find-new-newsgroups):
4646         Remove gnus-check-first-time-used.
4647
4648         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4649
4650 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4651
4652         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4653         set on groups that don't have \* permanentflags.
4654
4655 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4656
4657         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4658         control the background color.
4659         (shr-tag-img): Ignore very small web bug type images.
4660         (shr-put-image): Add help-echo alt texts to the images.
4661         (shr-tag-video): Show the video poster image.
4662
4663 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * shr.el (shr-table-depth): New variable.
4666         (shr-tag-table-1): Only insert the images after the top-level table.
4667
4668         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4669
4670         * gnus-util.el (gnus-list-memq-of-list): New function.
4671
4672         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4673         selected.
4674         (nnimap-unsplittable-articles): New slot.
4675         (nnimap-new-articles): Use it.
4676
4677 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4678
4679         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4680         move to the previous line on `M-g'.
4681
4682 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4685         *-request-group, which seems unnecessary.
4686
4687         * nnimap.el (nnimap-quote-specials): Function copied over from
4688         imap.el.
4689         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4690         they support that.  Suggested by Tom Regner.
4691
4692 2010-10-29  Julien Danjou  <julien@danjou.info>
4693
4694         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4695         defalias.
4696         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4697
4698         * gnus.el: Remove `gnus-nntp-service' variable.
4699         (gnus-secondary-servers): Make obsolete.
4700         (gnus-nntp-server): Make obsolete.
4701
4702         * gnus-start.el (gnus-1): Remove x-splash calls.
4703
4704         * gnus-ems.el (gnus-x-splash): Remove.
4705
4706         * gnus.el (gnus-group-startup-message): Simplify/update code.
4707
4708         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4709         definition.
4710
4711         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4712         capability before doing anything.
4713         (gnus-group-insert-group-line): Remove useless
4714         gnus-group-remove-excess-properties.
4715
4716 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4719
4720 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4723         config after reselecting.
4724
4725 2010-10-28  Julien Danjou  <julien@danjou.info>
4726
4727         * shr.el (shr-put-image): Use point even if only inserting text.
4728         (shr-put-image): Save excursion when inserting alt text on non-graphic
4729         display, so the behaviour is the same when we are on a graphic display.
4730
4731         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4732
4733 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4736         (gnus-mime-copy-part): Check coding system, not charset.
4737         (gnus-mime-view-part-externally): Never remove part.
4738         (gnus-mime-view-part-internally): Don't remove part here.
4739         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4740         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4741         multipart/alternative.
4742
4743         * mm-decode.el (mm-display-part): Take optional arg `force'.
4744
4745 2010-10-26  Julien Danjou  <julien@danjou.info>
4746
4747         * gnus-group.el (gnus-group-default-list-level): Add this function to
4748         compute the default list level.
4749         (gnus-group-default-list-level): Add possibility to use a function.
4750
4751 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4754
4755         * gnus-group.el (gnus-group-completing-read)
4756         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4757         gnus-replace-in-string.
4758
4759 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * shr.el (shr-tag-div): Add.
4762
4763         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4764
4765 2010-10-25  Julien Danjou  <julien@danjou.info>
4766
4767         * gnus-util.el: Remove `gnus-with-local-quit'.
4768
4769         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4770
4771 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4772
4773         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4774         the original article buffer.
4775
4776 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4777
4778         * nnimap.el (nnimap-request-head): New function.
4779         (nnimap-request-move-article): Try to be slighly faster by not
4780         requesting the entire message when moving.
4781         (nnimap-transform-headers): Don't bug out on bodiless articles.
4782         (nnimap-send-command): Have no outstanding messages if the IMAP server
4783         doesn't support streaming.
4784         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4785
4786 2010-10-24  Julien Danjou  <julien@danjou.info>
4787
4788         * message.el (message-default-headers): Fix type.
4789
4790 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791
4792         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4793         prefetching images.
4794
4795         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4796         backend for unknown groups.  This is mainly useful for nnimap groups.
4797
4798         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4799         group isn't covered by the agent.
4800
4801 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4802
4803         * nnir.el (nnir-method-default-engines): New variable.
4804         (nnir-run-query): Use it.
4805         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4806         (gnus-summary-nnir-goto-thread): Change group if needed.
4807
4808         * gnus-group.el (gnus-group-group-map): Add key binding for
4809         gnus-group-make-nnir-group.
4810
4811 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * shr.el (shr-tag-object): Add.
4814
4815         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4816         original article buffer live.
4817         (gnus-summary-select-article-buffer):
4818         Mention gnus-widen-article-buffer.
4819
4820 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * shr.el (shr-tag-strong): Add.
4823
4824 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4825
4826         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4827         group names.  They mess up the group buffer badly.
4828
4829         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4830
4831         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4832         instead of the summary one.
4833
4834 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * mml.el (mml-preview): Work properly when editing article.
4837
4838         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4839         gnus-have-read-active-file if it's already been in.
4840
4841 2010-10-22  Tom Tromey  <tromey@redhat.com>
4842
4843         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4844         gnus-group-completing-read.
4845
4846 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4847
4848         * message.el (message-mode-map): Don't bind M-; to comment region, to
4849         allow the global comment-dwim to work.
4850
4851 2010-10-21  Julien Danjou  <julien@danjou.info>
4852
4853         * message.el (message-setup-1): Allow message-default-headers to be a
4854         function.
4855
4856 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * shr.el (shr-tag-table): Simplify.
4859
4860 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4861
4862         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4863         to avoid trying to snarf invalid stuff.
4864
4865         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4866
4867         * gnus.el (gnus-message-archive-group): Quote value.
4868         (gnus-message-archive-group): Mark as changed.
4869
4870         * shr.el (shr-add-font): Don't put the font properties on the newline
4871         or the indentation.
4872
4873         * message.el (message-fix-before-sending): Change options when sending
4874         non-printable characters.
4875
4876         * gnus.el (gnus-message-archive-method): Change the default to
4877         monthly outgoing groups.
4878
4879         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4880         that have gotten new numbers.
4881
4882         * nnimap.el (nnimap-request-replace-article): New function.
4883
4884 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4887         (nnrss-request-article): Don't use special html washing code.
4888
4889 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * shr.el (shr-tag-table): Remove useless nconc.
4892
4893 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894
4895         * gnus-art.el (article-wash-html): Simplify and remove the charset
4896         stuff.  Use the normal html rendering code instead of the special html
4897         washing code.
4898
4899         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4900         `gnus-w3m' symbols.
4901         (mm-text-html-washer-alist): Remove.
4902
4903         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4904         (mm-inline-media-tests): Remove use.
4905         (mm-text-html-renderer): Change default to the `shr' symbol.
4906
4907         * mm-view.el (mm-inline-text-html): Remove use.
4908
4909         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4910         `gnus-blocked-images' to be a function.
4911         (gnus-article-wash-function): Remove.
4912
4913 2010-10-20  Julien Danjou  <julien@danjou.info>
4914
4915         * spam.el (spam-list-of-processors): Mark as obsolete.
4916
4917         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4918         (nnimap-insert-partial-structure): Fix boundary detection.
4919
4920 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4921
4922         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4923         run file-truename on remote files.  This can be expensive and even
4924         prevent one from editing drafts if some unrelated buffer has a stale
4925         connection.
4926
4927 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4930         kinsoku-eol regardless of shr-kinsoku-shorten.
4931         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4932         (shr-tag-table): Support caption, thead, and tfoot.
4933
4934 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4937         lines.
4938         (shr-save-contents): New command and keystroke.
4939
4940         * nndoc.el (nndoc-type-alist): Add git support.
4941         (nndoc-git-type-p): New function.
4942         (nndoc-transform-git-article): Ditto.
4943         (nndoc-transform-git-headers): Ditto.
4944         (nndoc-transform-git-headers): Generate Subject headers.
4945
4946         * shr.el (shr-parse-style): New function.
4947         (shr-tag-span): Ditto.
4948
4949         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4950         to `G G' to avoid collisions.
4951
4952 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * shr.el: Load kinsoku if necessary.
4955         (shr-kinsoku-shorten): New internal variable.
4956         (shr-find-fill-point): Make kinsoku shorten text line if
4957         shr-kinsoku-shorten is bound to non-nil.
4958         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4959         shr-indentation too when testing if table is wider than frame width.
4960         (shr-insert-table): Use `string-width' instead of `length' to measure
4961         text width.
4962         (shr-insert-table-ruler): Make sure indentation is done at bol.
4963
4964 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4965
4966         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4967         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4968         undecoded network data.
4969
4970 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4971
4972         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4973         name in the mode line spec so that the mode line menu works
4974         (bug #2431).
4975
4976         * message.el (message-get-reply-headers): If we're fed `to-address',
4977         then always use that.
4978
4979         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4980         aren't so wide as to need to switch off the edit menu.
4981
4982         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4983         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4984
4985         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4986         `M-g'.
4987         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4988         the permanent marks.
4989
4990 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4991
4992         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4993         Splitting according to references/in-reply-to obeys the ignore-groups
4994         variable, while splitting by sender and subject do not.
4995
4996 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4999         alist, so that we can look for non-Unicode chars.
5000         (article-translate-strings): Allow both character and string maps.
5001
5002 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5003
5004         * shr.el (shr-insert): Don't insert space behind a wide character
5005         categorized as kinsoku-bol, or between characters both categorized as
5006         nospace.
5007
5008 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5009
5010         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5011         headers to gnus-newsgroup-headers.
5012
5013 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * shr.el (shr-tag-img): Don't align images -- since we're not
5016         rescaling, this often leads to ugly displays.
5017
5018 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5019
5020         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5021         duplicates.
5022
5023 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5024
5025         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5026         call.
5027
5028 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029
5030         * gnus.el: Autoload gnus-html-show-images.
5031
5032         * nnimap.el: Use nnheader-message throughout.
5033
5034         * shr.el (shr-tag-img): Ignore images with no data.
5035
5036 2010-10-15  Julien Danjou  <julien@danjou.info>
5037
5038         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5039         a possibility to disable format=flow encoding when using hard newlines.
5040
5041 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * shr.el (shr-insert): Remove space inserted before or after a
5044         breakable character or at the beginning or the end of a line.
5045         (shr-find-fill-point): Do kinsoku; find the second best point or give
5046         it up if there's no breakable point.
5047
5048 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5049
5050         * nnimap.el (nnimap-open-connection): Message when opening connection
5051         for debugging purposes.
5052
5053         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5054         on every setup buffer call to allow this to change from article to
5055         article.
5056
5057         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5058         buffers where we have a wide table.
5059
5060 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5061
5062         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5063         uses *-request-thread.
5064
5065 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5068         incantation, which is no longer valid.
5069
5070 2010-10-14  Julien Danjou  <julien@danjou.info>
5071
5072         * shr.el: Fix defcustom type (char -> character).
5073
5074 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5077         programs.
5078
5079 2010-10-14  Julien Danjou  <julien@danjou.info>
5080
5081         * shr.el (shr-tag-a): Use url-link as widget type.
5082
5083         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5084         `gnus-group-get-icon'.
5085
5086 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5089         This should make server editing work better.
5090
5091         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5092
5093         * tls.el (tls-program): Remove spurious %s from openssl.
5094
5095         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5096         (nnimap-parse-flags): Fix regexp.
5097
5098         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5099         probably work for CJVK text, too.
5100
5101         * nnimap.el (nnimap-extend-tls-programs): Remove.
5102         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5103
5104         * tls.el (tls-starttls-switches): Remove starttls hack.
5105         (open-tls-stream): Ditto.
5106         (tls-find-starttls-argument): Ditto.
5107
5108 2010-10-13  Julien Danjou  <julien@danjou.info>
5109
5110         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5111         responses.
5112
5113 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5114
5115         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5116
5117         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5118         anything in Emacs.
5119
5120         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5121
5122 2010-10-13  Julien Danjou  <julien@danjou.info>
5123
5124         * shr.el (shr-width): Make shr-width a defcustom with default to
5125         fill-column.
5126         (shr-tag-img): Use shr-width rather than fill-column.
5127
5128 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * dgnushack.el (byte-optimize-apply)
5131         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5132
5133         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5134         position when (X-)Faces exist.
5135         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5136         avatars when called interactively.
5137
5138 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5141         gnus-article-x-face-too-ugly is bound.
5142
5143 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5146
5147         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5148         mailbox that doesn't exist.
5149
5150 2010-10-12  Julien Danjou  <julien@danjou.info>
5151
5152         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5153         (shr-get-image-data): Encode URL properly when fetching from cache.
5154         (shr-tag-img): Use aligned-to spaces to align correctly images.
5155
5156         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5157         before inserting the Gravatar.
5158
5159         * shr.el (shr-tag-img): Add align attribute support for <img>.
5160
5161 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162
5163         * gnus-gravatar.el (gnus-art): Require.
5164
5165         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5166         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5167         Remove long obsoleted functions.
5168
5169 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5172
5173         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5174
5175         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5176         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5177         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5178         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5179         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5180         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5181         * sieve-manage.el, smime.el, spam.el:
5182         Fix comment for declare-function.
5183
5184 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185
5186         * nnimap.el (nnimap-request-rename-group): Select group read-only
5187         before renaming it.
5188
5189         * shr.el (shr-insert): Fix up the white space only regexp.
5190
5191         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5192         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5193
5194         * shr.el (shr-current-column): New function.
5195         (shr-find-fill-point): New function.
5196
5197 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5198
5199         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5200         numbers.
5201
5202 2010-10-11  Julien Danjou  <julien@danjou.info>
5203
5204         * shr.el (shr-hr-line): Add.
5205         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5206         display hr lines.
5207         (shr-max-columns): Do not change state to nil if we just inserting
5208         spaces.
5209
5210 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5211
5212         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5213         select the last group.
5214
5215 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5216
5217         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5218
5219 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5220
5221         * dig.el (dig-mode-map): Declare and define in one step.
5222
5223 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5224
5225         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5226         for Gnus.
5227         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5228         (nnimap-update-qresync-info): Mark \Seen articles as read.
5229
5230         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5231         non-variable, too.
5232
5233         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5234         available.
5235         (nnimap-update-info): Rely more on the current active than the param
5236         active to avoid marking articles as read too much.
5237
5238         * auth-source.el (auth-source-create): Use (user-login-name) for the
5239         user name default.
5240
5241         * nnimap.el (nnimap-update-info): If the server doesn't return any
5242         useful info, just use the previous info.
5243         (nnimap-update-info): Prefer old info over start-article.
5244         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5245
5246 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5247
5248         * nnir.el (autoload): Clean up autoloads.
5249         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5250         Use key rather than value.
5251         (nnir-imap-search-other): New variable.
5252         (nnir-read-parm): Use it.
5253         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5254         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5255
5256 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5257
5258         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5259         the process, too.
5260
5261 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5262
5263         * spam.el (gnus-summary-mode-map): Bind to "$".
5264         Suggested by Russ Allbery.
5265
5266         * shr.el: Rework the way things are indented by <li> slightly.
5267
5268         * gnus.el (gnus-group-set-parameter): Fix typo.
5269
5270         * nnimap.el: Start implementing QRESYNC support.
5271
5272 2010-10-09  Julien Danjou  <julien@danjou.info>
5273
5274         * nnir.el (nnir-engines): Fix too many arguments.
5275
5276 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5279         group is the "last", so that the backends like nnfolder actually save
5280         their folders.
5281
5282         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5283         try to use that for the tls stream.
5284         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5285         UIDVALIDITY and find out which groups are read-only and not.
5286         (nnimap-get-flags): Use the same marks parsing code as the rest of
5287         nnimap.
5288
5289 2010-10-09  Julien Danjou  <julien@danjou.info>
5290
5291         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5292
5293         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5294         retrieving gravatars.
5295
5296         * shr.el (shr-table-corner): Add.
5297         (shr-table-line): Add.
5298         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5299
5300 2010-10-08  Julien Danjou  <julien@danjou.info>
5301
5302         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5303
5304 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5305
5306         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5307
5308         * gnus-sum.el (gnus-mark-article-as-unread)
5309         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5310         (gnus-summary-set-bookmark): Use it.
5311
5312         * gnus-msg.el (gnus-setup-message): Use it.
5313
5314         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5315
5316         * gnus.el (gnus-group-remove-parameter): Use it.
5317
5318         * gnus-group.el (gnus-group-make-web-group): Use it.
5319
5320         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5321
5322         * nnregistry.el: Update docs to mention manual.
5323
5324         * gnus-registry.el: Update docs to mention nnregistry.el.
5325         (gnus-registry-initialize): Don't install nnregistry refer method
5326         automatically.
5327         (gnus-registry-install-nnregistry): Remove it.
5328
5329 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330
5331         * shr.el (shr-insert): Don't insert double spaces.
5332
5333 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-gravatar.el (gnus-treat-from-gravatar)
5336         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5337         called interactively.
5338
5339         * gnus-art.el (gnus-mime-view-part-externally)
5340         (gnus-mime-view-part-internally): Make predicate function passed to
5341         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5342         of a mime type.
5343
5344         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5345
5346 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * shr.el (require): Require cl when compiling.
5349         (shr-tag-hr): New function.
5350
5351         * nnimap.el (nnimap-update-info): Remove double setting of high.
5352         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5353         This makes nnimap work properly on Courier again.
5354
5355         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5356         the variable for backwards compatibility.
5357
5358         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5359         the file name before using to avoid setting mm-default-directory to
5360         nil.
5361
5362         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5363         bidning gnus-agent variables.
5364
5365         * shr.el (shr-render-td): Use a cache for the table rendering function
5366         to avoid getting an exponential rendering behaviour in nested tables.
5367         (shr-insert): Rework the line-breaking algorithm.
5368         (shr-insert): Don't leave trailing spaces.
5369         (shr-insert-table): Also insert empty TDs.
5370         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5371
5372 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5373
5374         * gnus-sum.el (gnus-number): Rename from `number'.
5375         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5376         (gnus-summary-limit-children): Update uses correspondingly.
5377
5378 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5381         (gnus-gravatar-transform-address): Don't show avatars of people of
5382         which mail addresses match gnus-gravatar-too-ugly.
5383
5384 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * shr.el (shr-table-widths): Expand TD elements to fill available
5387         space.
5388
5389 2010-10-07  Julien Danjou  <julien@danjou.info>
5390
5391         * nnimap.el (nnimap-request-rename-group): Add this method.
5392
5393 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5396         name from XEmacs' function-arglist.
5397
5398         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5399         gravatar under XEmacs.
5400
5401 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5402
5403         * auth-source.el: Update docs with TODO items.
5404
5405         * gnus-sync.el: Update docs to explain state and plans.
5406
5407         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5408         Hooks for mark updates.
5409         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5410
5411         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5412         hooks with arguments, which is needed for mark update hooks.
5413
5414 2010-10-06  Julien Danjou  <julien@danjou.info>
5415
5416         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5417         was matched.
5418
5419         * sieve-manage.el: Update example in `Commentary'.
5420
5421         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5422
5423         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5424         not 2000.
5425         (sieve-manage-authenticate): Re-add function.
5426
5427 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428
5429         * shr.el (shr-insert): Get 'space transition right.
5430         (shr-render-td): Only delete space at the end of the TD.
5431
5432         * nnimap.el (nnimap-open-connection): Prepare to support
5433         open-gnutls-stream.
5434
5435         * shr.el: Rearrange function order to be more logical.
5436
5437 2010-10-06  Julien Danjou  <julien@danjou.info>
5438
5439         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5440         (nnrss-discover-feed): Remove 404 URL in docstring.
5441
5442         * nnir.el: Fix Swish-E URL.
5443         Fix Namazu URL.
5444
5445         * message.el (message-change-subject): Remove 404 URL in a comment.
5446
5447 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5450         called interactively.
5451
5452         * gnus-util.el (gnus-remove-if): Allow hash table.
5453         (gnus-remove-if-not): New function.
5454
5455         * gnus-art.el (gnus-mime-view-part-as-type)
5456         * gnus-score.el (gnus-summary-score-effect)
5457         * gnus-sum.el (gnus-read-move-group-name):
5458         Replace remove-if-not with gnus-remove-if-not.
5459
5460         * gnus-group.el (gnus-group-completing-read):
5461         Regard collection as a hash table if it is not a list.
5462
5463 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5464
5465         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5466
5467         * shr.el: Document the table-rendering algorithm.
5468
5469 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5472         for Emacsen having no `libxml-parse-html-region' support.
5473
5474 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5475
5476         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5477         invalid URLs.
5478
5479         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5480         line-broken.
5481         (shr-tag-img): Ignore image fetching errors.
5482         (shr-overlays-in-region): Compute overlay positions correctly.
5483
5484         * mm-decode.el (mm-shr): Require shr.
5485
5486         * gnus-art.el (gnus-blocked-images): Move variable here.
5487
5488         * shr.el (shr-insert-table): Bind free variable.
5489
5490         * mm-decode.el (mm-shr): Bind shr-content-function.
5491
5492         * shr.el (shr-content-function): New variable.
5493
5494         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5495         added for symmetry.
5496
5497         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5498
5499         * gnus-group.el (gnus-group-make-group): Doc fix.
5500
5501         * nnimap.el (nnimap-request-newgroups): Return success.
5502
5503         * shr.el (shr-find-elements): New function.
5504         (shr-tag-table): Put all the images after the table.
5505         (shr-tag-table): Really inhibit images inside the table.
5506         (shr-collect-overlays): Copy over overlays from the TD elements to the
5507         main document.
5508
5509         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5510         gnus-blocked-images.
5511
5512 2010-10-05  Julien Danjou  <julien@danjou.info>
5513
5514         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5515
5516         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5517         (gnus-html-maximum-image-size): Add this function.
5518         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5519
5520         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5521         server-value of the capability is nil.
5522
5523 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524
5525         * shr.el (shr-tag-em): Add <EM> tag.
5526
5527 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5528
5529         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5530         customizable.
5531
5532         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5533         handing broken links to browse-url.
5534
5535 2010-10-05  Julien Danjou  <julien@danjou.info>
5536
5537         * gnus-util.el (gnus-emacs-completing-read)
5538         (gnus-iswitchb-completing-read): Use autoload rather than require.
5539
5540 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5543         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5544         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5545         iswitchb-temp-buflist for XEmacs.
5546
5547         * gnus-util.el (gnus-completing-read-function): Exclude
5548         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5549         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5550         XEmacs.
5551
5552         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5553         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5554
5555         * gnus-html.el: Don't require help-fns under XEmacs.
5556         (gnus-html-schedule-image-fetching): Work for XEmacs.
5557
5558         * mm-decode.el (mm-shr): Decode contents by charset.
5559
5560 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5561
5562         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5563         unknown.
5564
5565         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5566         (shr-get-image-data): Ensure against the cache file missing.
5567
5568         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5569         for data.
5570
5571         * spam-report.el (spam-report-url-ping-plain): Don't query about
5572         killing the process.
5573
5574         * shr.el (shr-render-td): Protect against too-wide text.
5575
5576 2010-10-04  Julien Danjou  <julien@danjou.info>
5577
5578         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5579         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5580
5581         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5582         retrieved.
5583
5584 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5585
5586         * shr.el (browse-url): Require.
5587         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5588         lines.
5589         (shr-show-alt-text, shr-browse-image): New commands.
5590         (shr-browse-url, shr-copy-url): New commands.
5591
5592         * gnus-sum.el (gnus-widen-article-window): New variable.
5593         (gnus-summary-select-article-buffer): Use it.
5594
5595         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5596         without @ signs.
5597
5598 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5599
5600         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5601
5602 2010-10-04  Julien Danjou  <julien@danjou.info>
5603
5604         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5605         for XEmacs.
5606
5607 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5608
5609         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5610
5611         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5612         (nnimap-close-server): Implement.
5613
5614         * dgnushack.el (iswitchb): Require to shut up the compiler.
5615
5616         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5617         (shr-insert): Tweak line breaking.
5618         (shr-insert): Handle <pre> better.
5619         (shr-tag-li): Get <li> indentation right.
5620         (shr-tag-li): Get <li> indentation even righter.
5621         (shr-tag-blockquote): Ensure paragraph start.
5622         (shr-make-table): Tweak table generation.
5623         (shr-make-table): Fix typo.
5624
5625         * shr.el: Implement table rendering.
5626
5627 2010-10-04  Julien Danjou  <julien@danjou.info>
5628
5629         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5630
5631 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5632
5633         * shr.el (shr-insert): Use string anchors instead of line anchors.
5634
5635 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5636
5637         * shr.el: Add headings.
5638         (shr-ensure-paragraph): Actually work.
5639         (shr-tag-li): Make <ul> prettier.
5640         (shr-insert): Get white space at the beginning/end of elements right.
5641         (shr-tag-p): Collapse subsequent <p>s.
5642         (shr-ensure-paragraph): Don't insert double line feeds after blank
5643         lines.
5644         (shr-insert): \t is also space.
5645         (shr-tag-s): Fix "s" tag name function.
5646         (shr-tag-s): Fix face prop name.
5647
5648 2010-10-03  Julien Danjou  <julien@danjou.info>
5649
5650         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5651
5652         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5653         gnus-window-inside-pixel-edges.
5654
5655         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5656         gnus-ems.
5657
5658         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5659
5660         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5661         function.
5662
5663         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5664         resize choice.
5665
5666 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667
5668         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5669         beginning of the buffer.
5670
5671         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5672         article buffer again.
5673
5674         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5675
5676         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5677         when it's at the start of the buffer.
5678
5679         * shr.el (shr-tag-blockquote): Convert name.
5680         (shr-rescale-image): Use the right image-size variant.
5681
5682         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5683         buffer isn't shown, then select the current article first instead of
5684         bugging out.
5685         (gnus-summary-select-article-buffer): Show both the article and summary
5686         buffers again.
5687
5688         * shr.el (shr-fontize-cont): Protect against regions with no text.
5689         Rename tag functions to shr-tag-* for enhanced security.
5690         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5691
5692 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5693
5694         * shr.el (shr-insert):
5695         * pop3.el (pop3-movemail):
5696         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5697         loaded.
5698
5699 2010-10-03  Glenn Morris  <rgm@gnu.org>
5700
5701         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5702
5703         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5704
5705         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5706
5707         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5708
5709         * gnus-util.el (gnus-make-local-hook): Simplify.
5710
5711 2010-10-02  Julien Danjou  <julien@danjou.info>
5712
5713         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5714         (gnus-ido-completing-read): New function.
5715         (gnus-emacs-completing-read): New function.
5716         (gnus-completing-read): Use gnus-completing-read-function.
5717         Add gnus-completing-read-function.
5718
5719 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5720
5721         * shr.el (shr-insert-document): Autoload.
5722         (shr-img): Be silent.
5723         (shr-insert): Add a newline after every picture before text.
5724         (shr-add-font): Use overlays for combining faces.
5725         (shr-insert): Pass upwards the text start point.
5726
5727         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5728         possible.
5729         (mm-shr): New function.
5730
5731 2010-10-02  Julien Danjou  <julien@danjou.info>
5732
5733         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5734         should go backward.
5735
5736 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5737
5738         * shr.el (shr): Fix typo in provide call.
5739
5740 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5741
5742         * shr.el: New file.
5743
5744         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5745
5746         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5747         completing read.
5748
5749 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5750
5751         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5752         we're being queried about.  Suggested by Dan Jacobson.
5753
5754         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5755         Suggested by Jason Eisner.
5756
5757         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5758         table, too.  Suggested by Stefan Wiens.
5759         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5760         the table unnecessary.  Suggested by Stefan Wiens.
5761
5762         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5763         longer needed, and probably doesn't work either, as pointed out by
5764         Stefan Wiens.
5765         (gnus-summary-exit): Remove call to the clearing function.
5766         (gnus-summary-exit-no-update): Ditto.
5767
5768         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5769         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5770         Reported by Stefan Monnier.
5771         (gnus-summary-save-in-rmail): Ditto.
5772
5773         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5774         article buffer, instead of both the article buffer and the summary
5775         buffer.  Sort of suggested by Dan Jacobson.
5776
5777         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5778
5779         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5780         Suggested by Dan Jacobson.
5781
5782         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5783         documentation clearer.
5784
5785         * message.el (message-shorten-references): Comment on the number "21".
5786         Suggested by Stefan Monnier.
5787
5788         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5789         Suggested by Dan Jacobson.
5790
5791         * gnus.el (gnus-large-newsgroup):
5792         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5793
5794         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5795         externalize attachments.  Bug reported by Steve Wen.
5796
5797         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5798         really message anything to the user.
5799
5800         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5801         directly.
5802
5803         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5804         messages in empty groups.
5805
5806 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5807
5808         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5809         non-UIDNEXT group.
5810
5811 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5812
5813         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5814         not the value from the collection.
5815
5816         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5817         values.  This sometimes happens on some groups that have no info.
5818         (nnimap-request-newgroups): New function.
5819
5820 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5821
5822         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5823         check into `gnus-registry-initialize'.
5824         (gnus-registry-initialize): Ditto.
5825         Fix and extend header docs.
5826
5827 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5828
5829         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5830         regexp backtrace overflows.
5831
5832         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5833         for starttls that tls.el implements; i.e. openssl.
5834
5835         * tls.el (tls-starttls-switches): Give up on using starttls with
5836         gnutls-cli.
5837         (tls-program): Add --insecure to be consistent with the defaults from
5838         openssl s_client.  Now all three commands are insecure.
5839
5840 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * lpath.el: Bind completion-styles-alist for XEmacs.
5843
5844         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5845         (gravatar-create-image): New function that's an alias to
5846         gnus-xmas-create-image, gnus-create-image, or create-image.
5847         (gravatar-data->image): Use it.
5848
5849 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5850
5851         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5852         install the nnregistry refer method.
5853         (gnus-registry-install-hooks): Use it.
5854         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5855         unfollowed groups.
5856
5857 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5858
5859         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5860         expanding threads.
5861
5862 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5863
5864         * nnir.el: Use the server names without suffixes (bug #7009).
5865
5866         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5867         unencrypted to STARTTLS, if possible.
5868
5869 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5870
5871         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5872         headers before superseding.
5873
5874 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5875
5876         * nnrss.el (nnrss-use-local): Add documentation.
5877
5878         * nnimap.el (nnimap-extend-tls-programs): New function.
5879         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5880         (nnimap-wait-for-connection): Accept the greeting from the stupid
5881         output from openssl s_client -starttls, too.
5882
5883         * tls.el (tls-starttls-switches): New variable.
5884         (tls-find-starttls-argument): Use it.
5885         (open-tls-stream): Ditto.
5886
5887         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5888         (netrc-machine): Ditto.
5889
5890         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5891         article number.
5892         (nnimap-split-fancy): New variable.
5893         (nnimap-split-incoming-mail): Use it.
5894
5895         * nntp.el (nntp-server-list-active-group): Document.
5896
5897         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5898         SELECT to get the message-id.
5899
5900         * mail-source.el (mail-sources): Remove webmail support.
5901         (defvar): Ditto.
5902         (mail-source-fetcher-alist): Ditto.
5903         (mail-source-fetch-webmail): Remove.
5904
5905         * webmail.el: Remove -- doesn't seem relevant any more.
5906
5907         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5908
5909         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5910         the \r.
5911
5912 2010-09-30  Julien Danjou  <julien@danjou.info>
5913
5914         * gnus-agent.el (gnus-agent-add-group): Fix call to
5915         gnus-completing-read.
5916
5917 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * nndoc.el (nndoc-retrieve-groups): New function.
5920
5921         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5922         `default', use nnmail-split-methods.
5923         (nnimap-request-article): Downcase the NILs so that they are nil.
5924
5925         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5926         symbol.
5927
5928         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5929         code, since if the user has requested network, that's what they ought
5930         to get.
5931         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5932         (nnimap-split-rule): Mark as obsolete.
5933
5934         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5935         New variable.
5936
5937         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5938         correct slot, too.
5939
5940 2010-09-29  Julien Danjou  <julien@danjou.info>
5941
5942         * gnus.el (gnus-local-domain): Declare variable obsolete.
5943
5944         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5945         Fix history computing.
5946         (gnus-ido-completing-read): Require ido.
5947
5948 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5951         build Gnus.
5952
5953         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5954         when interpreting the structures.
5955         (nnimap-request-accept-article): Add \r\n to the lines to make this
5956         work with Cyrus.
5957
5958         * nndraft.el (nndraft-request-expire-articles): Use the group name
5959         instead if "nndraft".  Fix found by Nils Ackermann.
5960
5961 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5962
5963         * nnregistry.el: Add.
5964
5965 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5966
5967         * nnmail.el (group, group-art-list, group-art):
5968         Remove unneeded directives.
5969
5970 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5973         (mm-mime-charset)
5974         * rfc2047.el (rfc2047-syntax-table)
5975         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5976
5977         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5978         rather than `insert-file-contents' and `eval-region'.
5979
5980         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5981         construction.
5982
5983         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5984
5985         * time-date.el: No need to require cl for Emacs 21.
5986
5987 2010-09-29  Julien Danjou  <julien@danjou.info>
5988
5989         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5990         replacement of `gnus-gravatar-relief' to mimic
5991         `gnus-faces-properties-alist'.
5992         Add :version property.
5993
5994 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * mail-source.el (mail-source-report-new-mail)
5997         * message.el (message-default-mail-headers)
5998         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5999
6000         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6001
6002 2010-09-28  Julien Danjou  <julien@danjou.info>
6003
6004         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6005         mail-address contains the same string as real-name.
6006
6007         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6008         non-blank in header, otherwise it'll get stripped.
6009
6010         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6011         real-name, and then for mail address rather than doing : or , search.
6012
6013 2010-09-27  Julien Danjou  <julien@danjou.info>
6014
6015         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6016         right completing-read function.
6017         (gnus-use-ido): New variable
6018         (gnus-completing-read-with-default): Remove.
6019         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6020         (gnus-agent-add-group):
6021         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6022         * mm-view.el (mm-view-pkcs7-decrypt):
6023         * mm-util.el (mm-codepage-setup):
6024         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6025         * mml-smime.el (mml-smime-openssl-sign-query):
6026         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6027         (mml-insert-multipart):
6028         * gnus-msg.el (gnus-summary-yank-message):
6029         * gnus-int.el (gnus-start-news-server):
6030         * mm-decode.el (mm-interactively-view-part):
6031         * gnus-dired.el (gnus-dired-attach):
6032         * gnus.el (gnus-read-method):
6033         * gnus-bookmark.el (gnus-bookmark-jump):
6034         * gnus-art.el (gnus-mime-view-part-as-type)
6035         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6036         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6037         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6038         * nnmairix.el (nnmairix-create-server-and-default-group)
6039         (nnmairix-update-groups, nnmairix-get-server)
6040         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6041         (nnmairix-get-group-from-file-path):
6042         * nnrss.el (nnrss-find-rss-via-syndic8):
6043         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6044         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6045         (gnus-group-browse-foreign-server):
6046         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6047         (gnus-summary-execute-command, gnus-summary-respool-article)
6048         (gnus-read-move-group-name):
6049         * gnus-score.el (gnus-summary-increase-score)
6050         (gnus-summary-score-effect):
6051         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6052
6053 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
6056         x-focus-frame.
6057
6058         * nnimap.el (auth-source-forget-user-or-password)
6059         (auth-source-user-or-password): Autoload.
6060
6061         * message.el (message-from-style, message-interactive)
6062         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6063         (message-yank-prefix, message-indentation-spaces, message-signature)
6064         (message-signature-file): Add comment.
6065
6066 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067
6068         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6069         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6070         new articles.
6071
6072         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6073         parts.
6074         (nnimap-request-article): Work with the t setting, too.
6075
6076         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6077         that you don't get flashes of other buffers.
6078         (gnus-summary-show-complete-article): Intern before setting.
6079
6080 2010-09-27  David Engster  <dengste@eml.cc>
6081
6082         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6083         well as HEADERS.
6084         (nnmairix-retrieve-headers): Provide new argument for the above.
6085
6086 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6087
6088         * gnus-sum.el (gnus-summary-move-article): Don't alter
6089         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6090         group.
6091
6092         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6093
6094         * message.el (message-cite-prefix-regexp): Revert my last edit.
6095
6096         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6097         variable instead of the Gnus variable.
6098
6099         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6100
6101         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6102
6103         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6104         since some servers don't like it.
6105         (nnimap-open-connection): Forget credentials if the server says the
6106         password was wrong.
6107         (nnimap-parse-line): Protect against invalid data.
6108
6109         * gnus-sum.el (gnus-summary-move-article): Add comment.
6110         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6111         nothing alters it while scanning for new messages.
6112
6113         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6114         which may or may not help.
6115         (nnimap-open-connection): If we're doing a stream connection, and then
6116         discover we're on a STARTTLS-capable server, then open a STARTTLS
6117         connection instead.
6118
6119 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * nnimap.el (utf7): Require.
6122
6123         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6124         prefix.
6125
6126 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6127
6128         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6129
6130 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6131
6132         * nnimap.el (nnimap-request-accept-article): Message the error on
6133         error.
6134
6135 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6138
6139 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6140
6141         * nndoc.el (nndoc-request-list): Return success always.
6142
6143         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6144         `fetch-old' -- we only want to fetch the articles we've requested.
6145         The rest are in the agent, probably.
6146         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6147         disappeared server" to something low.  It's not important.
6148
6149         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6150         arrived before the FETCH data.
6151
6152         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6153         target here, because we don't know the Gnus name of the group.
6154
6155         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6156         for the correct group.
6157
6158         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6159
6160         * gnus.el (gnus): Give a final warning after startup.
6161
6162         * gnus-util.el (gnus-action-message-log): New variable.
6163         (gnus-message): Use it.
6164         (gnus-final-warning): New function.
6165
6166         * nnimap.el (nnimap-open-connection): Record the greeting.
6167         (nnimap): Add greeting.
6168
6169 2010-09-26  Julien Danjou  <julien@danjou.info>
6170
6171         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6172         arguments.
6173         (gnus-html-wash-images): Fix spec computing to include start/end.
6174
6175         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6176
6177 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6178
6179         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6180         deletion.
6181         (nnimap-retrieve-headers): Don't select the group, because that's
6182         already done by nnimap-possibly-change-group.
6183
6184         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6185         (gnus-picon-transform-address): Use it.
6186
6187         * mail-source.el (mail-source-value): Revert previous patch.
6188
6189         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6190         on failure.
6191         (nnimap-open-connection): Look up both virtual and physical server name
6192         credentials.
6193
6194         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6195
6196 2009-02-07  Dave Love  <fx@gnu.org>
6197
6198         * tls.el (open-tls-stream): Don't query killing process.
6199
6200 2009-02-08  Dave Love  <fx@gnu.org>
6201
6202         * gnus-win.el (gnus-window-to-buffer-helper)
6203         (gnus-all-windows-visible-p): Function needn't be a symbol.
6204
6205         * mail-source.el (mail-source-value): Function needn't be a symbol.
6206
6207 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * message.el (message-cite-prefix-regexp): Remove } from the cite
6210         prefix.
6211
6212         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6213         highlight again, so that the highlight is correct.
6214
6215         * gnus-picon.el (gnus-picon): Remove again.
6216         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
6217
6218         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6219         doing the header highlightling, so that the background colour of the
6220         picon is correct.
6221
6222         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6223         (gnus-picon): Ditto.
6224         (gnus-picon): Reinstate.  The background colour for picons is white.
6225         (gnus-picon-insert-glyph): Make the background white.
6226
6227         * nnml.el (nnml-open-nov): Don't return dead buffers.
6228
6229         * auth-source.el (auth-source-create): Query the user for whether to
6230         store the credentials.
6231
6232         * netrc.el (netrc-store-data): New function.
6233
6234         * auth-source.el (auth-source-user-or-password): Use the existing auth
6235         sources, if any, for creation.
6236
6237         * gnus.el (gnus-group-fast-parameter): Return the last matching
6238         parameter instead of the first matching parameter.
6239
6240 2010-09-26  Julien Danjou  <julien@danjou.info>
6241
6242         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6243
6244 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6245
6246         * mml2015.el (mml2015-use): Remove gpg support.
6247
6248         * mml1991.el (mml1991-function-alist): Remove gpg function.
6249         (mml1991-gpg-sign): Remove.
6250
6251 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6252
6253         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6254         (gnus-browse-unsubscribe-current-group): Document it.
6255         (gnus-browse-unsubscribe-group): Use it.
6256
6257 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6258
6259         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6260         address to the To list for easier response.
6261
6262         * gnus.el (gnus-play-startup-jingle): Remove.
6263         (gnus-splash): Don't play jingle.
6264         (gnus): Silence gnus-load message.
6265
6266         * gnus-art.el (gnus-treat-play-sounds): Remove.
6267
6268         * gnus.el (gnus-play-jingle): Remove audio support.
6269
6270         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6271
6272         * earcon.el: Remove -- no users.
6273
6274         * gnus-audio.el: Remove -- no users of this package.
6275
6276         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6277
6278         * gnus-start.el (gnus-setup-news): Remove nocem support.
6279
6280         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6281
6282         * gnus.el (gnus-use-nocem): Remove.
6283
6284         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6285         Remove.
6286
6287         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6288         uses NoCeM any more.
6289
6290         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6291         (gnus-button-ctan-handler): Ditto.
6292         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6293         (gnus-button-ctan-directory-regexp): Ditto.
6294         (gnus-button-handle-ctan): Ditto.
6295         (gnus-button-tex-level): Ditto.
6296         (gnus-button-alist): Remove CTAN stuff.
6297
6298 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6299
6300         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6301         nnimap-streaming test.
6302
6303         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6304         servers twice.
6305
6306         * nnimap.el (nnimap-open-connection): Add more error reporting when
6307         nnimap fails early.
6308
6309         * nnheader.el (nnheader-get-report-string): New function.
6310         (nnheader-get-report): Use it.
6311
6312         * gnus-int.el (gnus-check-server): Say what the error was when opening
6313         failed.
6314
6315         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6316         using streaming.
6317
6318 2010-09-25  Julien Danjou  <julien@danjou.info>
6319
6320         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6321         gnus-window-inside-pixel-edges.
6322
6323 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6324
6325         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6326
6327         * mm-decode.el (mm-save-part): Allow saving to other directories the
6328         normal Emacs way.
6329
6330         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6331         Suggested by Jay Berkenbilt.
6332
6333         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6334         there isn't a single byte.
6335
6336         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6337         just do it.  It doesn't really seem to matter what the user responds
6338         here, I think, so it's just a confusing question.
6339
6340         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6341         non-streaming case.
6342
6343         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6344         (gnus-article-encrypt-body): Use it.
6345
6346         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6347         keystroke.
6348
6349         * nnimap.el (nnimap-find-wanted-parts-1):
6350         Use gnus-fetch-partial-articles.
6351
6352         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6353
6354         * nnimap.el (nnimap-insert-partial-structure): New function.
6355         (nnimap-get-partial-article): New function.
6356         (nnimap-request-article): Use it.
6357         (nnimap-wait-for-response): Return whether the wait was successful.
6358         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6359         retrieval wasn't successful.
6360         (nnimap-retrieve-group-data-early): Allow throttling servers.
6361         (nnimap-streaming): New variable.
6362         (nnimap-fetch-partial-articles): Remove.
6363
6364         * mm-decode.el (mm-with-part): Protect against killed buffers.
6365
6366         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6367         for prettier summary display.
6368
6369 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6370
6371         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6372
6373 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6374
6375         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6376         apparently third-party libraries depend on it.
6377
6378         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6379         before starting negotiation.
6380
6381         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6382         privacy reasons.
6383         (gnus-treat-mail-gravatar): Ditto.
6384
6385         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6386         buffer when inserting images.  Inserting text into the headers, for
6387         instance, can make them invalid.
6388
6389 2010-09-25  Julien Danjou  <julien@danjou.info>
6390
6391         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6392         variables.
6393
6394         * nnheader.el: Remove useless variables news-reply-yank-from and
6395         news-reply-yank-message-id.
6396
6397         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6398         variables.
6399
6400         * mml1991.el: Remove useless mml1991-verbose.
6401
6402         * gnus.el: Remove useless variable gnus-use-generic-from.
6403         Remove obsolete variable gnus-topic-indentation.
6404
6405         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6406
6407         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6408
6409         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6410
6411         * gnus-group.el: Remove useless gnus-group-icon-cache.
6412         Remove useless gnus-ephemeral-group-server.
6413
6414         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6415
6416         * mml2015.el: Remove useless mml2015-verbose.
6417
6418         * mml-smime.el: Remove useless mml-smime-verbose.
6419
6420         * gnus.el: Remove useless gnus-local-domain.
6421
6422         * gnus-gravatar.el (gnus-gravatar-transform-address):
6423         Use gnus-gravatar-size.
6424
6425         * gnus-art.el: Remove useless gnus-treat-translate.
6426
6427 2010-09-24  Julien Danjou  <julien@danjou.info>
6428
6429         * gnus-sum.el: Add support for Gravatars.
6430
6431         * gnus-art.el: Add support for Gravatars.
6432
6433         * gnus-gravatar.el: Add this file.
6434
6435         * gravatar.el: Add this file.
6436
6437 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6438
6439         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6440
6441         * gnus-group.el (gnus-group-fetch-faq): Remove.
6442
6443         * gnus.el (gnus-group-faq-directory): Remove.
6444
6445         * gnus-group.el (gnus-group-fetch-charter): Remove.
6446
6447         * gnus.el (gnus-group-charter-alist): Remove.
6448
6449         * gnus-group.el (gnus-group-archive-directory): Remove.
6450         (gnus-group-recent-archive-directory): Ditto.
6451         (gnus-group-make-archive-group): Remove.
6452
6453         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6454
6455         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6456         use the same article number for all the cached articles.
6457
6458         * nnimap.el (nnimap-command): Register the last command time so
6459         that we can use it for idling NOOPs.
6460         (nnimap-open-connection): Start the keeplive timer.
6461         (nnimap-make-process-buffer): Store all the process buffers.
6462         (nnimap-keepalive): New function.
6463
6464         * starttls.el (starttls-open-stream): Add autoload cookie.
6465
6466 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6467
6468         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6469         handling.
6470
6471 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6472
6473         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6474         its data structures.
6475
6476         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6477         instead of the cl.el copy-list.
6478         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6479         equalp.
6480
6481 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6484         and tool-bar-local-item-from-menu.
6485
6486         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6487         mode-line-highlight face for Emacs.
6488
6489         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6490         loading gnus-sum.elc; fix comment for canlock-verify.
6491         (gnus-article-jump-to-part): Use read-number.
6492         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6493         Remove Emacs pre-21 compatible code for help-echo.
6494         (gnus-article-next-page-1): No need to adjust the number of lines.
6495         (gnus-article-describe-bindings): Always use help-buffer.
6496
6497         * gnus-audio.el (gnus-audio-inline-sound)
6498         * gnus-cus.el (gnus-custom-mode)
6499         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6500
6501         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6502
6503         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6504         compatible code.
6505
6506 2010-09-24  Glenn Morris  <rgm@gnu.org>
6507
6508         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6509         visiting the fcc file in rmail-mode.
6510
6511         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6512
6513 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6514
6515         * nnir.el: Silence the byte compiler.
6516
6517         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6518         alias to browse-url-url-encode-chars if any.
6519         (gnus-html-encode-url): Use it.
6520
6521 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6522
6523         * gnus-start.el (gnus-use-backend-marks): New variable.
6524         (gnus-get-unread-articles-in-group): Use it.
6525
6526         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6527         makeover.
6528
6529 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6530
6531         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6532
6533 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6534
6535         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6536         Remove.
6537         (gnus-setup-news-hook):
6538         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6539
6540         * gnus-int.el (gnus-request-update-info): Protect against backends not
6541         having the function.
6542
6543         * nnimap.el (nnimap-stream): Mention starttls.
6544         (nnimap-open-connection): Add starttls support.
6545
6546 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6547
6548         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6549
6550 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6551
6552         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6553         BODYSTRUCTUREs.
6554         (nnimap-transform-headers): Unfold quoted {42} headers.
6555
6556         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6557         the info.
6558         (gnus-get-unread-articles): Only call updatep on backends that support
6559         it.
6560
6561         * nnweb.el (nnweb-request-update-info): NOOP.
6562
6563         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6564
6565         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6566         since it only deals with marks.
6567
6568         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6569         gnus-request-marks, and make a new gnus-request-update-info.
6570
6571         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6572         the active instead of the high number, which is usually too low.
6573
6574 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6575
6576         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6577         * encrypt.el: Remove.
6578
6579 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6580
6581         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6582         server in symbolic form.
6583
6584         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6585
6586 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587
6588         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6589         (nnimap-update-info): Fix up code slightly.
6590
6591         * gnus-int.el (gnus-open-server): Add tracing for performance
6592         debugging.
6593
6594         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6595         (gnus-group-insert-group-line): Pass the real group name so that it
6596         gets the right data.
6597
6598         * gnus-start.el (gnus-get-unread-articles): Don't have
6599         `gnus-get-unread-articles-in-group' update info, since that can be
6600         really slow and doesn't seem to be needed?
6601
6602 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6603
6604         * time-date.el (date-to-time): Try using parse-time-string first before
6605         using the slower timezone-make-date-arpa-standard.
6606
6607 2010-09-22  Julien Danjou  <julien@danjou.info>
6608
6609         * gnus-group.el (gnus-group-insert-group-line):
6610         Call gnus-group-highlight-line.
6611         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6612         default hook list.
6613         (gnus-group-update-eval-form): Add new function.
6614         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6615         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6616
6617 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6618
6619         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6620         immediate, then expire all articles.
6621         (nnimap-update-info): Fix off-by-one errors.
6622         (nnimap-flags-to-marks): Would return no marks lists for group with no
6623         flags.  Instead return the other data.
6624
6625 2010-09-22  Julien Danjou  <julien@danjou.info>
6626
6627         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6628         Only return an icon.
6629         (gnus-group-insert-group-line): Compute icon to return.
6630
6631         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6632         (gnus-html-image-fetched): Only cache if
6633         gnus-html-image-automatic-caching is set.
6634         (gnus-html-image-fetched): Check for errors.
6635
6636 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6639         once per method on `g'.  This ensures that backends like nnfolder don't
6640         open all their folders.
6641
6642         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6643         (nnimap-request-list): Nix out group in the correct buffer.
6644         (nnimap-parse-flags): Implement by using `read' instead of
6645         hand-parsing.
6646         (nnimap-flags-to-marks): Pass on permanent-flags.
6647         (nnimap-make-process-buffer): Record the server name.
6648         (nnimap-parse-flags): Fix typo.
6649         (nnimap-request-scan): Run split on the server in general, not just a
6650         single group.
6651
6652         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6653         parameter, and propagate this downwards.
6654
6655         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6656         since EXAMINE changes it on the server.
6657
6658         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6659         this command might take a while.
6660
6661 2010-09-22  Julien Danjou  <julien@danjou.info>
6662
6663         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6664         harmful if you have 2 images side-by-side, they can't be properly
6665         update on text deletion.  Using text-property is safer here.
6666         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6667         data.
6668
6669 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * nnimap.el (nnimap-expunge-inbox): Remove.
6672         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6673         (nnimap-expunge): Flip default to t.
6674
6675         * gnus.el (gnus-method-to-server): Don't push things to the cache
6676         unless it's unique.
6677         (gnus-server-to-method): Ditto.
6678
6679 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6680
6681         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6682
6683 2010-09-22  Julien Danjou  <julien@danjou.info>
6684
6685         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6686         get the start of data.
6687         (gnus-html-encode-url): Add this function to encode special chars in
6688         URL.
6689         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6690         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6691
6692         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6693         default.
6694         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6695
6696         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6697         images alt-text.
6698         (gnus-html-put-image): Put alt-text as help-echo.
6699
6700 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6703         * mm-util.el (mm-decompress-buffer)
6704         * nnir.el (nnir-run-find-grep)
6705         * pop3.el (pop3-list): Use 3rd arg of split-string.
6706
6707         * time-date.el (format-seconds): Comment fix.
6708
6709         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6710         and byte-optimize-form-code-walker.
6711         (dgnushack-make-auto-load): Don't advise make-autoload.
6712
6713         * lpath.el: Remove Emacs 21 stuff.
6714
6715 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6716
6717         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6718         outside the active range.  Suggested by Dan Christensen.
6719
6720         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6721         slightly later to avoid double-getting it.
6722
6723         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6724         previous patch.
6725
6726         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6727
6728 2010-09-21  Adam SjĂžgren  <asjo@koldfront.dk>
6729
6730         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6731
6732 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * gnus-int.el (gnus-open-server): Give a better error message in the
6735         "go offline" case.
6736
6737         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6738         marks for nnimap, which is seldom the right thing to do.
6739
6740         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6741         (gnus-same-method-different-name): New function.
6742
6743         * nnimap.el (parse-time): Require.
6744
6745         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6746         method in the presence of many similar methods.
6747
6748         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6749
6750         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6751         nnml-inhibit-expiry.
6752
6753         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6754         find out whether methods are equal.
6755
6756         * nnimap.el (nnimap-find-expired-articles): New function.
6757         (nnimap-process-expiry-targets): New function.
6758         (nnimap-request-move-article): Request the article before looking at
6759         what the Message-ID is.  Fix found by Andrew Cohen.
6760         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6761
6762         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6763         for oldness in addition to being a predicate.
6764
6765         * nnimap.el (nnimap-request-group): When we have zero articles, return
6766         the right data to Gnus.
6767         (nnimap-request-expire-articles): Only delete articles immediately if
6768         the target is 'delete.
6769
6770         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6771         method, this would bug out.
6772
6773         * gnus-group.el (gnus-group-expunge-group): Rename from
6774         gnus-group-nnimap-expunge, and implemented as a normal interface
6775         function.
6776
6777         * gnus-int.el (gnus-request-expunge-group): New function.
6778
6779         * nnimap.el (nnimap-request-create-group): Implement.
6780         (nnimap-request-expunge-group): New function.
6781
6782 2010-09-21  Julien Danjou  <julien@danjou.info>
6783
6784         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6785         (gnus-html-cache-expired): Add new function.
6786         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6787         wethever we should display image for fetch it.
6788         Compute alt-text earlier to pass it to the fetching function too.
6789         (gnus-html-schedule-image-fetching): Change function argument to only
6790         get one image at a time, not a list.
6791         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6792         cache.
6793         (gnus-html-get-image-data): New function to retrieve image data from
6794         cache.
6795         (gnus-html-put-image): Change buffer argument to use image data rather
6796         than file, and place image above region rather than inserting a new
6797         one.  Do not take alt-text as argument, since it's useless now: we place
6798         the image above alt-text.
6799         (gnus-html-prune-cache): Remove.
6800         (gnus-html-show-images): Start to fetch image when we find one, do not
6801         push into a temporary list.
6802         (gnus-html-prefetch-images): Only fetch image if they have expired.
6803         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6804         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6805
6806 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6809
6810 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6811
6812         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6813         spec inser "*" if the group isn't active instead of 0.
6814
6815         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6816         opening the server.
6817         (nnimap-request-delete-group): Implement group deletion.
6818         (nnimap-transform-headers): Return the size of the entire message in
6819         the Bytes header, not just the size of the first part.
6820         (nnimap-request-move-article): When moving an article from nnimap,
6821         request the article first so the accepting form has an article to
6822         accept.  Reported by Dan Christensen.
6823         (nnimap-command): Make sure that the error message doesn't error out.
6824
6825 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6826
6827         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6828         we haven't requested anything.
6829
6830 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6833         "".  Fix found by Andrew Cohen.
6834
6835         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6836         instead of -encode-string.
6837
6838 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6841
6842         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6843         by mm-subst-char-in-string.
6844
6845 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6846
6847         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6848         waiting for the connection string.
6849
6850         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6851         arriving.
6852
6853         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6854         bogus characters.  This allows selecting certain Gmail groups.
6855
6856         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6857         (nnimap-fetch-partial-articles): New variable.
6858         (nnimap-open-connection): When looking for credentials, also use the
6859         nnimap-server-port.
6860         (nnimap-request-article): Return the group/article number, so that Gnus
6861         `^' works as expected.
6862         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6863
6864         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6865         comments.
6866         (gnus-methods-sloppily-equal): New function.
6867         (gnus): When using the development version of Gnus, load the gnus-load
6868         file.
6869
6870         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6871         `gnus-open-server' on each method before trying to scan them etc.
6872         This ensures that all the backend parameters are set correctly.
6873
6874         * nnimap.el (nnimap-authenticator): New variable.
6875         (nnimap-open-connection): Allow anonymous login.
6876         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6877         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6878
6879         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6880         patch, found by Knut Anders Hatlen.
6881
6882 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6883
6884         * gnus-agent.el (gnus-agent-batch-confirmation)
6885         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6886         to gnus-message.
6887         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6888         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6889         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6890         * gnus-int.el (gnus-open-server): Likewise.
6891         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6892         (gnus-score-check-syntax): Likewise.
6893         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6894         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6895         Likewise.
6896         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6897
6898 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6899
6900         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6901         calling conventions so that prefetch doesn't bug out.
6902
6903 2010-09-19  Julien Danjou  <julien@danjou.info>
6904
6905         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6906         rather than `subst-char-in-region' in order to be able to replace ASCII
6907         char by UTF-8 ones.
6908
6909         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6910         than curl.
6911         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6912         the right URL and ALT text on images.
6913         (gnus-html-wash-tags): Fix tag case.
6914         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6915         (gnus-article-html): Add -o display_ins_del=2 option.
6916         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6917
6918 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919
6920         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6921         the extra mail headers, which sometimes seem to happen for unknown
6922         reasons.
6923
6924         * mail-parse.el (mail-header-encode-parameter): Define as
6925         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6926         (or most, perhaps?) mail readers don't understand the latter, but do
6927         understand the former.
6928
6929         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6930         to nil, so that no methods are automatically agentized.  I think this
6931         is probably what most users want.
6932
6933         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6934         from url-retrieve, for instance about invalid URLs.
6935
6936         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6937         groups that have no articles.
6938         (nnimap-request-article): Check that we really got an article when we
6939         requested one.
6940
6941         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6942         doesn't exist.
6943
6944         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6945         nntp buffer so the agent can save it.
6946         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6947         that CRLF doesn't get translated to \n.
6948         (nnimap-open-connection): Don't make 'shell commands only send \n.
6949
6950 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6951
6952         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6953         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6954         Update var name.
6955         (nnml-generate-nov-file): Use dolist.
6956         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6957         Use with-current-buffer.
6958
6959 2010-09-18  Julien Danjou  <julien@danjou.info>
6960
6961         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6962         parallel.
6963
6964 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6967         the range update right.
6968         (nnimap-request-group): Don't make `M-g' bug out on group with no
6969         marks.
6970         (nnoo): Require, so that other packages can require nnimap.
6971         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6972         command we're looking for.  This helps when the server sends more
6973         responses after we've gotten everything we expected.
6974         (nnimap): Add a `newlinep' field to keep track of end-of-line
6975         conventions.
6976         Don't send CRLF to things that don't want it.
6977         (nnimap-request-accept-article): Ditto.
6978
6979 2010-09-18  Julien Danjou  <julien@danjou.info>
6980
6981         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6982         than curl to retrieve images.
6983
6984 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6985
6986         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6987         the marks.
6988         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6989         (nnimap-wait-for-connection): New function.
6990         (nnimap-open-connection): If we have PREAUTH, don't query for login
6991         credentials.
6992         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6993         when doing a partial update.
6994
6995 2010-09-18  Julien Danjou  <julien@danjou.info>
6996
6997         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6998         tags.
6999
7000 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7001
7002         * nnimap.el (nnimap-credentials): New function.
7003         (nnimap-open-connection): Use the new function to look for credentials
7004         also on the numeric equivalents of "imap" and "imaps".
7005
7006         * gnus-start.el (gnus-activate-group): Send the info to
7007         gnus-request-group.
7008
7009         * nnimap.el (nnimap-request-group): Have the "check" version of the
7010         function parse flags and update the info, so that a `M-g' get a total
7011         resync of all flags from the group.
7012
7013         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7014         to allow backends to alter the info on group selection.  Also alter all
7015         the backend -request-group functions to take the parameter.
7016
7017         * nnimap.el (nnimap-store-info): New function.
7018         (nnimap-update-info): Store the info for later usage.
7019         (nnimap-request-group): Use the stored info for the dont-check case, so
7020         that we don't retrieve all marks when we enter a group.
7021
7022         * nnimap.el: Use deffoo instead of defun for interface functions.
7023
7024         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7025         update the group info.  This makes the nndraft groups, for instance, go
7026         back to their old behaviour.
7027
7028         * gnus-sum.el (gnus-select-newsgroup): Indent.
7029
7030         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7031         in.
7032         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7033         nothing.
7034
7035         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7036         from methods that are denied.
7037
7038         * gnus-int.el (gnus-method-denied-p): New function.
7039
7040         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7041         store the password instead of netrc.
7042         (nnimap-open-connection): Don't error out when we can't make a
7043         connections.
7044
7045         * auth-source.el (auth-source-create): In the password prompt, say what
7046         we're querying for.  Also prompt for user name if that hasn't been
7047         given.
7048
7049         * nnimap.el (nnimap-with-process-buffer): Remove.
7050
7051 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7054         method when we're reading from the agent.
7055
7056         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7057
7058         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7059         that's probably most useful for users.
7060
7061         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7062         "failed" all the time.
7063
7064         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7065         ...)) with (with-current-buffer ... ).
7066
7067         * nntp.el (nntp-open-server): Return whether the open was successful or
7068         not.
7069
7070         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7071         select an unread unseen article first.
7072
7073         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7074         /etc/services, supply some sensible port defaults.
7075
7076         * dgnushack.el: Define netrc-credentials.
7077
7078 2010-09-17  Julien Danjou  <julien@danjou.info>
7079
7080         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7081
7082 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7083
7084         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7085         doesn't have any parameters.
7086
7087 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088
7089         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7090         only upcased checks.
7091
7092         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7093
7094         * nnimap.el (nnimap-open-shell-stream): New function.
7095         (nnimap-open-connection): Use it.
7096         (nnimap-transform-headers): Get the number of lines in each message.
7097         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7098         number of lines.
7099         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7100         problem.
7101
7102         * utf7.el (utf7-encode): Autoload.
7103
7104         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7105         to allow the mail splitting to not return a default group.  This is
7106         useful for nnimap, which will leave unmatched mail in the inbox.
7107
7108         * nnimap.el: Rewritten.
7109
7110         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7111         nnimap usage.
7112
7113         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7114         if the move is internal, so that nnimap can do fast internal moves.
7115
7116         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7117         data.
7118         (gnus-read-active-for-groups): Support finishing the early retrieval of
7119         data.
7120
7121         * gnus-range.el (gnus-range-nconcat): New function.
7122
7123         * gnus-int.el (gnus-finish-retrieve-group-infos)
7124         (gnus-retrieve-group-data-early): New functions.
7125
7126 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7127
7128         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7129         (nnrss-retrieve-groups):
7130         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7131         (pop3-quit): Use with-current-buffer.
7132
7133 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7136         instead of nnheader-accept-process-output.
7137
7138         * dgnushack.el (dgnushack-compile): Add comment.
7139
7140         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7141
7142         * gnus-html.el (gnus-html-schedule-image-fetching)
7143         (gnus-html-prefetch-images): Replace process-kill-without-query by
7144         gnus-set-process-query-on-exit-flag.
7145
7146 2010-09-16  Romain Francoise  <romain@orebokech.com>
7147
7148         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7149
7150 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7151
7152         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7153         parameter to unintern is mandatory-ish in Emacs 24.
7154
7155         * gnus-html.el (gnus-html-schedule-image-fetching)
7156         (gnus-html-prefetch-images): Check for curl before using it.
7157
7158         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7159         depend on curl, which isn't essential.
7160
7161         * imap.el: Revert back to version
7162         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7163         seem problematic.
7164
7165 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7166
7167         * gnus-registry.el (gnus-registry-install-shortcuts):
7168         Explicitly pass `obarray' to `unintern' to avoid a warning.
7169
7170 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7171
7172         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7173         change.
7174
7175         * nnrss.el (nnrss-request-list): Remove this function and related
7176         functions, including the moreover stuff.
7177
7178 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * nnrss.el (nnrss-retrieve-groups): New function.
7181
7182 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7183
7184         * .dir-locals.el: Add no-byte-compile cookie.
7185
7186 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * time-date.el (format-seconds): Comment fix.
7189
7190         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7191         for back end that doesn't support request-scan.
7192
7193 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7196         then do request scans from the backends.
7197
7198         * netrc.el (netrc-credentials): New conveniency function.
7199
7200         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7201         avoid running a hook per line, since this takes a lot of time,
7202         profiling shows.
7203         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7204         directly if gnus-visual-p is true.
7205
7206 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7209         groups; replace mapcar with dolist which is a bit faster; pass groups
7210         info to gnus-read-active-file-1.
7211         (gnus-read-active-file-1): Scan only specified groups if the new
7212         optional arg `infos' is given.
7213
7214 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7215
7216         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7217
7218         * pop3.el (pop3-movemail): Remove.
7219         (pop3-streaming-movemail): Rename to pop3-movemail.
7220
7221         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7222         don't restrict end-tag searches to the end of the line.
7223
7224 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7227         articles of every unchecked group to t, which means unknown since the
7228         server has never been opened.
7229
7230 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231
7232         * gnus-html.el (gnus-html-show-alt-text): New command.
7233         (gnus-html-browse-image): Ditto.
7234         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7235         to browse the image directly.
7236         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7237         better.
7238
7239         * gnus-async.el (gnus-async-article-callback):
7240         Call `gnus-html-prefetch-images' unconditionally.
7241
7242         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7243         before feeding URLs to curl.
7244
7245 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7248         internal images as deletable by `W D D'.
7249
7250         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7251         (gnus-async-article-callback): Fix typo.
7252
7253 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7254
7255         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7256         current line to work around bugs in the output from w3m.
7257
7258         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7259         for groups that want that.
7260
7261         * nntp.el (nntp-wait-for-string): Supply a timeout for
7262         accept-process-output to ensure progress.
7263
7264         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7265         level to get unread articles from, then use that for foreign groups,
7266         too.
7267
7268         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7269         confuses the rest of the function.
7270
7271         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7272         for the methods that support -retrieve-groups, too.
7273
7274         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7275
7276 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7279         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7280
7281         * pop3.el: Require cl when compiling.
7282         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7283
7284 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7287         that aren't going to be activated.
7288         (gnus-get-unread-articles): Fix up the last commit.
7289
7290         * gnus-html.el (gnus-article-html): Allow calling without specifying
7291         the handle.  In that case, dissect the buffer first.
7292
7293         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7294
7295         * nnimap.el (nnimap-open-connection): Revert the change that would look
7296         into authinfo for imaps instead of imap.
7297
7298         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7299         say that you don't want to call gnus-request-group with don-check, but
7300         do check the reponse.  This is for virtual groups only.
7301         (gnus-get-unread-articles): Count the archive groups as secondary, so
7302         that they're activated the same way as before.
7303
7304         * imap.el (imap-message-map): Removed optional buffer parameter, since
7305         no callers use it.
7306         (imap-message-get): Ditto.
7307         (imap-message-put): Ditto.
7308         (imap-mailbox-map): Ditto.
7309         (imap-mailbox-put): Ditto.
7310         (imap-mailbox-get): Ditto.
7311         (imap-mailbox-get): Revert last change for this function.
7312
7313         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7314         case-insensitively.
7315         (nnimap-debug): Remove.
7316
7317         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7318         callers to use `imap-fetch' instead.  According to the comments, this
7319         should be safe, since all other IMAP clients use the 1:* syntax.
7320         (imap-enable-exchange-bug-workaround): Remove.
7321         (imap-debug): Remove -- doesn't seem very useful.
7322
7323         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7324         mail from a file, and the file doesn't exist.
7325
7326         * imap.el (imap-log): New convenience function used throughout instead
7327         of repeating the same code all over the place.
7328
7329         * pop3.el (pop3-streaming-movemail): Return t for success.
7330
7331         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7332         .authinfo if we're using ssl connection.
7333
7334         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7335         already have if we're in a main Gnus `g' run.
7336
7337         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7338
7339 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7342
7343         * nnmh.el (nnmh-request-list-1): Bind `file'.
7344
7345         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7346         alias to set-process-query-on-exit-flag or process-kill-without-query.
7347         (pop3-open-server): Use it.
7348
7349 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7350
7351         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7352         box to the Incoming file.  Fixes mistake in previous checkin.
7353
7354         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7355         request loop (for debugging purposes) removed.
7356
7357         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7358         culprit is more visible.
7359         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7360         (nnml-add-incremental-nov): New functions to do "incremental" nov
7361         updates, where we just append to the end of the existing nov files
7362         without reading/writing them in full.
7363
7364         * mail-source.el (mail-source-delete-crash-box): Really only check the
7365         incoming files once in a while.
7366
7367         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7368
7369         * mail-source.el (mail-source-delete-crash-box): Only check the
7370         incoming files for deletion once per day to save a lot of file
7371         accesses.
7372
7373         * pop3.el (pop3-logon): Fix up unbound variable typo.
7374
7375         * mail-source.el (pop3-streaming-movemail): Autoload.
7376
7377         * pop3.el (pop3-streaming-movemail):
7378         Respect pop3-leave-mail-on-server.
7379
7380         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7381         retrieval.
7382
7383         * pop3.el (pop3-process-filter): Remove unused function.
7384         (pop3-streaming-movemail, pop3-send-streaming-command)
7385         (pop3-wait-for-messages, pop3-write-to-file)
7386         (pop3-number-of-responses): New functions for streaming pop3
7387         retrieval.
7388
7389         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7390         come from no known methods.
7391         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7392         list.
7393
7394         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7395         message sizes.
7396         (pop3-movemail): Use erase-buffer instead of looping and deleting
7397         regions, which seems rather odd.
7398
7399         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7400         file once per `g' run.
7401
7402         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7403         directories.  This makes the draft queue directory work.
7404
7405         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7406         data from the backends, so that we only request the list of groups from
7407         each method once.  This should speed things up considerably.
7408
7409         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7410         detect that it's not implemented.
7411
7412         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7413         we actually do recurse down into the tree, but don't stat all leaf
7414         nodes.
7415
7416         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7417         then say so instead of bugging out.
7418
7419         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7420         files exist before trying to read them.
7421
7422         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7423         around <pre_int>.
7424
7425         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7426
7427         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7428
7429 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * mm-util.el (mm-image-load-path): Just return the image directories,
7432         not all directories in the path in addition to the image directories.
7433         (mm-image-load-path): Maintain a cache of the image directories so that
7434         the `g' command in Gnus doesn't have to stat dozens of directories each
7435         time.
7436
7437         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7438         (gnus-html-wash-tags): Add a new `i' command to insert images.
7439         (gnus-html-insert-image): New command and keystroke.
7440         (gnus-html-redisplay-with-images): New command and keystroke.
7441         (gnus-html-show-images): Rename command.
7442         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7443         spacers.
7444         (gnus-html-wash-tags): Decode entities at the end, so that entities
7445         inside the tags don't mess up the rest of the "parsing".
7446
7447         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7448         so that nnimap methods aren't agentized by default.  There's apparently
7449         many problems related to agent/imap behaviour.
7450
7451         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7452
7453         * gnus-html.el: Doc fix.
7454
7455 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7458         specifier-spec-list for Emacs 21.
7459
7460         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7461         glyph-width and glyph-height instead of display-graphic-p and
7462         image-size; make avoidance of displaying small images work for XEmacs.
7463
7464         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7465         for XEmacs.
7466
7467         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7468         of symbol that holds plist data.
7469         (gnus-process-plist): Remove plist of process after getting it.
7470
7471 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7472
7473         * message.el (message-generate-hashcash): Change default to
7474         'opportunistic if hashcash is installed.
7475
7476         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7477         (gnus-html-put-image): Only call image-size once, since it's somewhat
7478         time-consuming on remote X servers.
7479
7480 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7483         type on data, not a file name.
7484
7485         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7486         window-pixel-edges for Emacs 21.
7487
7488         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7489         decoded contents.
7490         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7491
7492 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7493
7494         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7495         group line format, since it isn't very interesting.
7496
7497         * gnus-agent.el (gnus-agent-short-article),
7498         (gnus-agent-long-article): Increase values for these two variables,
7499         since most people are likely to have more network connection and
7500         storage than before.
7501
7502         * gnus.el (gnus-refer-article-method): Change default to 'current.
7503         When referring an article, the common behaviour is to refer it from the
7504         current select method, not the native select method.  The chances of
7505         the native select method having the message in question is rather slim
7506         these days.
7507
7508         * gnus-sum.el (gnus-auto-select-subject): Change default to
7509         `unseen-or-unread'.  I think it's likely that most people want to
7510         select an unseen article over a previously seen, but unread one.
7511
7512         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7513         means that in the article buffer none of the minor mode elements will
7514         be shown, usually, and this is not desirable in most cases.
7515
7516         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7517         that commands like `d' (and the like) go to the next line in the
7518         buffer, instead of the next unread article.  I think this is the
7519         behaviour that is most natural for most users.
7520         (gnus-single-article-buffer): Change default to nil, so that people can
7521         have as many article buffers open as they have summary buffer.  I think
7522         this is the most natural way for the groups to behave.
7523
7524         * message.el (message-generate-new-buffers): Change default to
7525         `unsent', so that all new message buffers start their names with the
7526         string "*unsent", and it's easier to find the buffers if you move from
7527         them.
7528
7529 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7530
7531         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7532         small.  They're probably tracking images.
7533         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7534         (gnus-html-rescale-image): Yet another try at getting the image sizing
7535         right.
7536
7537         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7538         nntp-marks-file-name is nil.
7539
7540 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7541
7542         * gnus-html.el (gnus-html-wash-tags)
7543         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7544         Better logging.
7545
7546 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7547
7548         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7549
7550         * gnus-html.el (gnus-html-wash-tags): Check the value of
7551         gnus-blocked-images in the summary buffer.
7552
7553 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7554
7555         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7556
7557 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7558
7559         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7560         like "a", it seems like.
7561         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7562         since it needs to be picked from the correct buffer.
7563
7564         * nnwfm.el: Remove.
7565
7566         * nnlistserv.el: Remove.
7567
7568 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7569
7570         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7571         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7572
7573 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574
7575         * nnkiboze.el: Remove.
7576
7577         * nndb.el: Remove.
7578
7579         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7580         alt text.
7581         (gnus-html-rescale-image): Try to get the rescaling logic right for
7582         images that are just wide and not tall.
7583
7584         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7585         overshadow variable bindings.
7586
7587 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7588
7589         * gnus-html.el (gnus-html-wash-tags)
7590         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7591         Add extra logging.
7592
7593 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7594
7595         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7596         (gnus-max-image-proportion): New variable.
7597         (gnus-html-rescale-image): New function.
7598         (gnus-html-put-image): Rescale images.
7599
7600 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7601
7602         Fix up some byte-compiler warnings.
7603         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7604         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7605         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7606         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7607         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7608         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7609         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7610
7611 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus-html.el (gnus-article-html): Decode contents by charset.
7614
7615 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7618         (gnus-html-frame-width, gnus-blocked-images)
7619         * message.el (message-prune-recipient-rules): Add custom version.
7620         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7621
7622         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7623         functions.
7624
7625         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7626         gnus-process-get.
7627
7628 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7629
7630         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7631         instead of lsub directly.
7632
7633 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7634
7635         * nnwarchive.el: Remove.
7636
7637         * gnus-soup.el: Remove.
7638
7639         * nnsoup.el: Remove.
7640
7641         * nnultimate.el: Remove.
7642
7643         * gnus-html.el (gnus-blocked-images): New variable.
7644
7645         * message.el (message-prune-recipients): New function.
7646         (message-prune-recipient-rules): New variable.
7647
7648         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7649         guess whether a long line is natural text or not.
7650
7651         * gnus-html.el (gnus-html-schedule-image-fetching):
7652         Use gnus-process-plist and friends for compatibility.
7653
7654 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7655
7656         * gnus-html.el: Require packages that define macros used in this file.
7657         (gnus-article-mouse-face): Declare to silence byte-compiler.
7658         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7659         process-get.
7660         (gnus-html-put-image): Use plist-get to avoid getf.
7661         (gnus-html-prefetch-images): Use with-current-buffer.
7662
7663 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * gnus-ems.el: Provide compatibility functions for
7666         gnus-set-process-plist.
7667
7668         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7669         header-line-format for XEmacs 21.4.
7670
7671         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7672         * gnus.el (gnus-valid-select-methods)
7673         * message.el (message-send-mail-partially-limit)
7674         * mm-decode.el (mm-text-html-renderer)
7675         * mml.el (mml-insert-mime-headers-always)
7676         * smiley.el (smiley-regexp-alist): Bump custom version.
7677
7678 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7679
7680         * gnus-html.el: require mm-url.
7681         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7682         with the url to `url'.
7683         (gnus-html-wash-tags): Support cid: URLs/images.
7684
7685 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7686
7687         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7688         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7689         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7690
7691         * gnus-move.el: Remove file, since it doesn't really work.
7692
7693         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7694         UTF-8.  This seems to fix problems with some German web feeds.
7695
7696         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7697         at the top so that the proper colours are applied.
7698
7699         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7700         don't have dots in their names.
7701
7702         * gnus-art.el (gnus-article-view-part): Doc fix.
7703
7704         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7705         XEmacs-compatible.
7706         (gnus-html-put-image): Don't do images on non-graphic displays.
7707
7708         * nnslashdot.el: Remove this unused backend.
7709
7710         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7711         actions.
7712         (gnus-undo-register-1): Revert last change.
7713
7714         * gnus-group.el (gnus-group-completing-read): Protect against not
7715         having completion-styles bound.
7716
7717         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7718         make broken recipients happier.
7719
7720         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7721
7722         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7723         point parameter.
7724
7725         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7726
7727         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7728         completion-styles for group selection.
7729
7730 2009-02-04  Andreas Schwab  <schwab@suse.de>
7731
7732         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7733         headers and regexp-quote the match if necessary.
7734
7735 2009-03-24  Miles Bader  <miles@gnu.org>
7736
7737         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7738         the blinking smiley.
7739
7740 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7741
7742         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7743         blink smiley.
7744
7745 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746
7747         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7748         where the dribbel file lives exists.
7749
7750         * message.el (message-send-mail-partially-limit): Change the default to
7751         nil, since most people don't want this.
7752
7753         * mm-url.el (mm-url-decode-entities): Also decode entities like
7754         &#x3212.
7755
7756 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7757
7758         * gnus-sum.el (gnus-summary-idna-message):
7759         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7760         Hyperlink urls in docstrings with URL `...'.
7761
7762 2010-08-29  Adam SjĂžgren  <asjo@koldfront.dk>
7763
7764         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7765         functions.
7766
7767 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7768
7769         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7770         say what the mouseover text should be.
7771
7772         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7773         version of the mm-w3m-safe-url-regexp variable to only download images
7774         in the groups where we want that to happen.
7775
7776         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7777
7778         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7779         easier debugging.
7780         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7781         big pictures in the article buffer.
7782
7783         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7784         gnus-article-html.
7785         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7786         w3m.
7787
7788         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7789
7790 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7791
7792         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7793         which doesn't exist.
7794
7795         * message.el (message-inhibit-ecomplete): New variable to allow some
7796         function to inhibit ecomplete address storage.
7797         (message-resend): Disable ecomplete message storage when resending
7798         messages.
7799
7800         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7801
7802 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7805         Save excursion while copying, moving, and deleting articles in order to
7806         prevent the cursor from jumping to unforeseen place.
7807
7808 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * lpath.el: No need to bind bookmark-current-buffer,
7811         bookmark-yank-point and bookmark-make-record-function.
7812
7813 2010-08-17  Glenn Morris  <rgm@gnu.org>
7814
7815         * gnus-sync.el: Require gnus components whose functions are used.
7816
7817         * gnus-art.el (bookmark-make-record-function):
7818         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7819         Declare for compiler.
7820
7821         * mm-url.el (mml-compute-boundary): Autoload.
7822
7823 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7826
7827 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7828
7829         Typo fix "hoo4a" -> "hook".
7830
7831         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7832
7833 2010-08-14  Glenn Morris  <rgm@gnu.org>
7834
7835         * gnus-sync.el (gnus-sync): Fix defgroup version.
7836
7837 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7838
7839         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7840
7841         * gnus-sync.el: Fix docs.
7842         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7843         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7844
7845 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7846
7847         Optimizations for gnus-sync.el.
7848
7849         * gnus-sync.el: Add docs about gnus-sync-backend
7850         possibilities.
7851         (gnus-sync-save): Remove unnecessary message.
7852         (gnus-sync-read): Optimize and show what groups were skipped.
7853
7854 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7855
7856         Minor bug fixes for gnus-sync.el.
7857
7858         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7859         Don't read the sync on get-new-news.
7860
7861         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7862         quiet.
7863
7864         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7865         (fix typo).
7866
7867 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7868
7869         Make saving and restoring of hidden threads work with overlays.
7870         Patch applied by Ted Zlatanov.
7871
7872         * gnus-sum.el (gnus-hidden-threads-configuration)
7873         (gnus-restore-hidden-threads-configuration): Update to deal with text
7874         properties, rather than searching for a magic character.
7875
7876 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7877
7878         New gnus-sync.el library for synchronization of marks.
7879
7880         * gnus-sync.el: New library for synchronization of marks.
7881
7882         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7883         renamed from `gnus-registry-grep-in-list'.
7884
7885         * gnus-registry.el (gnus-registry-follow-group-p):
7886         Use `gnus-grep-in-list'.
7887
7888         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7889
7890 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7893         determining charset of text fails.
7894
7895 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * nnmail.el (nnmail-get-new-mail-1): Revert.
7898
7899         * nnml.el (nnml-active-number): Make sure names of newly created groups
7900         in nnml-group-alist are encoded.
7901
7902 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7905         containing non-ASCII characters in active file for nnml back end.
7906
7907 2010-07-24  David Engster  <dengste@eml.cc>
7908
7909         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7910         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7911
7912 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7913
7914         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7915         tag (Bug#6654).
7916
7917 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7920         the article buffer, not the summary buffer.
7921
7922 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7925         Emacs 23 as well.
7926
7927 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7930         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7931
7932 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7933
7934         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7935         Patch applied by Karl Fogel.
7936
7937         * gnus-sum.el (gnus-summary-bookmark-make-record):
7938         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7939
7940 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7941
7942         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7943         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7944         C-w still not working correctly from Article buffers; Thierry's
7945         patch to fix that will be applied after this.
7946
7947         * gnus-art.el (bookmark-make-record-function): New local variable.
7948
7949         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7950         article buffer.
7951         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7952
7953 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7954
7955         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7956         on changes in bookmark.el.
7957
7958 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7961         `no-log' instead of message not to log prompt string.
7962
7963 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7964
7965         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7966         the *other* type of HTML form submission.
7967
7968 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7969
7970         * auth-source.el (auth-source-pick): If choice does not contain a
7971         questioned keyword, set the check to t.
7972
7973 2010-06-12  Romain Francoise  <romain@orebokech.com>
7974
7975         * gnus-util.el (gnus-date-get-time): Move up before first use.
7976
7977 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7980         (gnus-article-edit-part): Bind it to make last part that is substituted
7981         or deleted visible.
7982         (gnus-mime-display-single): Buttonize part of which id equals to
7983         gnus-mime-buttonized-part-id.
7984
7985 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7986
7987         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7988         (gnus-dd-mmm): Use gnus-date-get-time.
7989         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7990         simplify logic.
7991         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7992         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7993
7994 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7995
7996         * auth-source.el (top): Autoload `secrets-list-collections',
7997         `secrets-create-item', `secrets-delete-item'.
7998         (auth-sources): Fix tag string.
7999         (auth-get-source, auth-source-retrieve, auth-source-create)
8000         (auth-source-delete): New defuns.
8001         (auth-source-pick): Rewrite in order to avoid 2 passes.
8002         (auth-source-forget-user-or-password): New parameter USERNAME.
8003         (auth-source-user-or-password): New parameters CREATE-MISSING and
8004         DELETE-EXISTING.  Retrieve password interactively, if needed.
8005
8006 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8007
8008         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8009         deleting unused directories when gnus-expert-user is t.
8010
8011 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8014         for each temp file when gnus-article-browse-delete-temp is ask.
8015
8016 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8017
8018         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
8019         Replace Lisp calls to delete-backward-char by calls to delete-char.
8020
8021 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8022
8023         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8024
8025 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8026
8027         * password-cache.el (password-cache-remove): Fix docstring.
8028
8029 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8032         article unless decoding article to be saved.
8033
8034 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
8037         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8038         generated within the mm-with-unibyte-current-buffer macro.
8039
8040 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8043         to nil when we're in a mml-preview buffer and no group is selected.
8044
8045 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8046
8047         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8048         when catching the `C-g'.  Reported by "Leo".
8049
8050 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * message.el (message-forward-make-body-plain)
8053         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8054         multibyte-string-p.
8055
8056         * lpath.el: Revert.
8057
8058 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * message.el (message-forward-make-body-mml): Assume original message
8061         is multibyte string; error on unibyte.
8062         (message-forward-make-body-plain): Ditto; don't add excessive newline
8063         in body end.
8064
8065         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
8066
8067 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8068
8069         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8070         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8071
8072 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * mm-extern.el (mm-extern-url): Don't use
8075         mm-with-unibyte-current-buffer.
8076         (mm-extern-cache-contents): Use with-current-buffer instead of
8077         save-excursion + set-buffer.
8078
8079 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * mm-util.el (mm-emacs-mule): Remove.
8082
8083 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8084
8085         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8086         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8087         change.
8088
8089 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8092         bind the default value of enable-multibyte-characters to nil.
8093
8094 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * message.el (message-forward-make-body-plain)
8097         (message-forward-make-body-mml):
8098         Don't use mm-with-unibyte-current-buffer.
8099
8100 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8101
8102         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
8103
8104 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8105
8106         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8107         (Bug#5592).
8108
8109 2010-05-07  Julien Danjou  <julien@danjou.info>
8110
8111         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8112         it to mm-pipe-part.
8113
8114         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8115         it is given.
8116
8117 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * binhex.el (binhex-decode-region-internal)
8120         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
8121         (dns-query)
8122         * nnweb.el (nnweb-gmane-search)
8123         * pgg-parse.el (pgg-parse-armor)
8124         * pgg.el (pgg-verify-region)
8125         * sha1.el (sha1-string-external)
8126         * uudecode.el (uudecode-decode-region-internal)
8127         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8128         XEmacs.
8129
8130         * gnus-art.el (gnus-article-browse-html-parts)
8131         * gnus-group.el (gnus-read-ephemeral-gmane-group)
8132         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8133         make-temp-file.
8134
8135         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8136         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8137         compiling.
8138
8139         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8140         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8141         XEmacs when compiling.
8142
8143         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8144         gnus-pick-mode-off-hook for XEmacs when compiling.
8145         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8146         gnus-binary-mode-off-hook for XEmacs when compiling.
8147
8148         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8149         Return nil if char-charset is not available.
8150
8151         * imap.el (imap-disable-multibyte)
8152         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8153         macros.
8154
8155         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8156         instead of encode-coding-string.
8157
8158         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8159         'xemacs) instead of mm-emacs-mule to switch function definitions.
8160         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8161
8162         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8163         bind temporary-file-directory for XEmacs;
8164         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8165         timer-set-function for XEmacs 21.4 and SXEmacs;
8166         bind timer-list for XEmacs 21.4 and SXEmacs;
8167         fbind char-charset and find-charset-region for non-Mule XEmacs;
8168         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8169         encode-coding-region and encode-coding-string for XEmacs having no
8170         file-coding feature.
8171
8172 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8173
8174         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8175
8176 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8179         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8180
8181 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8182
8183         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8184         alias `jka-compr-delete-temp-file' no longer exists.
8185
8186 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8187
8188         Use define-minor-mode in Gnus where applicable.
8189         * mml.el (mml-mode): Use define-minor-mode.
8190         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8191         (gnus-undo-mode): Use define-minor-mode.
8192         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8193         (gnus-dead-summary-mode): Use define-minor-mode.
8194         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8195         Initialize in declaration.
8196         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8197         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8198         (gnus-mailing-list-mode): Use define-minor-mode.
8199         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8200         (gnus-draft-mode): Use define-minor-mode.
8201         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8202         (gnus-dired-mode): Use define-minor-mode.
8203
8204 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8205
8206         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8207         handles on recursive mml-to-mime translation and check them for
8208         boundary delimiter collisions.  Reported by Greg Troxel.
8209
8210 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8213
8214 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8215
8216         * mm-util.el (mm-find-buffer-file-coding-system):
8217         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8218
8219 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8220
8221         * message.el (message-generate-headers): Record insertion of optional
8222         headers as well.  Otherwise the check to prevent repeated insertion of
8223         optional headers is a no-op.
8224
8225 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8226
8227         * smime.el: Don't mention CVS.
8228
8229         * nnrss.el (nnrss-fetch): Don't mention CVS.
8230
8231         * nnir.el: Don't mention CVS.
8232
8233 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8234
8235         * gnus-sum.el (gnus-summary-bookmark-make-record):
8236         Add `location' field.
8237
8238 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * lpath.el: Fbind bookmark-default-handler,
8241         bookmark-get-bookmark-record, bookmark-make-record-default,
8242         bookmark-prop-get for Emacs <23 and XEmacs.
8243
8244 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8245
8246         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8247         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8248         Use with-current-buffer to silence the byte-compiler.
8249         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8250         bother to require `gnus'.
8251         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8252
8253 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8254
8255         * gnus-sum.el (gnus-summary-bookmark-make-record)
8256         (gnus-summary-bookmark-jump): New functions.
8257         (gnus-summary-mode): Setup bookmark support.
8258
8259 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8260
8261         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8262         if set.
8263
8264 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8267         gnus-article-browse-html-save-cid-image; make it work recursively for
8268         forwarded messages as well.
8269         (gnus-article-browse-html-parts): Work when prefix arg is given.
8270         (gnus-article-browse-html-article): Doc fix.
8271
8272 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8273
8274         * message.el (message-default-mail-headers):
8275         (message-default-headers): Carry the value mail-default-headers over
8276         into message-default-mail-headers, rather than message-default-headers.
8277
8278 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8279
8280         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8281         charset.
8282
8283         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8284         charset into the <meta> tag when the article is encoded to utf-8.
8285
8286 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * gnus-art.el (gnus-article-browse-delete-temp-files):
8289         Delete directories as well.
8290         (gnus-article-browse-html-parts): Work for images that do not specify
8291         file names; delete temp directory when quitting; insert header at the
8292         right place; use file: scheme for image files.
8293
8294 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8295
8296         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8297         (gnus-article-browse-html-parts): Use it to make temporary cid image
8298         files in addition to html file so that browser may display them.
8299
8300 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8303
8304 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8305
8306         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8307
8308 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8309
8310         * auth-source.el (auth-sources): Change default to be simpler.
8311         Explain about Secret Service API sources.  Improve Customize options.
8312         (auth-source-pick): Change to accept any number of search parameters.
8313         Implement fallbacks iteratively, not recursively.  Add scoring on the
8314         second pass and sort by score.  Call Secret Service API when needed.
8315         (auth-source-user-or-password): Use it.  Call Secret Service API
8316         directly when needed to get the user name and the password.
8317
8318 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8319
8320         * message.el (message-interactive): Doc fix.
8321         (message-qmail-inject-args): Reflow.
8322         (message-kill-to-signature): Fix typo in docstring.
8323
8324         * smiley.el (smiley-buffer): Fix typo in docstring.
8325
8326 2010-03-24  Glenn Morris  <rgm@gnu.org>
8327
8328         * mail-source.el (gnus-message): Declare.
8329         (mail-source-delete-old-incoming): Require gnus-util.
8330
8331 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8334
8335         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8336
8337         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8338         password-cache's default if it is not bound.
8339         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8340         password-cache-expiry's default if it is not bound.
8341
8342         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8343         available in Emacs 21.
8344
8345         * lpath.el: Suppress compiler warnings for:
8346         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8347         XEmacs;
8348         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8349         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8350         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8351
8352 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8353
8354         * auth-source.el (auth-sources): Fix up definition so extra parameters
8355         are always inline.
8356
8357 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8358
8359         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8360         wasn't updated after mismatch.  Clear cached mailbox info correctly
8361         when uidvalidity changes.
8362         (nnimap-group-prefixed-name): New function to avoid some code
8363         duplication.
8364         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8365         (nnimap-request-group): Use it.
8366         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8367         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8368         with many imap folders.  This is done by caching the group status from
8369         the imap server persistently in a group parameter `imap-status'.  (This
8370         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8371         but not persistently, so every Gnus startup was still very slow.)
8372
8373 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8374
8375         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8376         delete the extra newline.  Otherwise editing of :string and :number
8377         types don't work.
8378
8379 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8380
8381         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8382         secrets.el dependency.
8383         (auth-sources): Add optional user name.  Add secrets.el configuration
8384         choice (unused right now).
8385
8386 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8387
8388         * gnus-sum.el (gnus-summary-make-menu-bar):
8389         Let `gnus-registry-install-shortcuts' fill in the functions.
8390
8391         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8392         warnings.
8393         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8394         (gnus-registry-install-shortcuts): Populate and use it in a
8395         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8396
8397 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8398
8399         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8400         In-place substitutions for the group name encoding/decoding.
8401         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8402         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8403         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8404         (nnimap-update-unseen, nnimap-request-list)
8405         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8406         (nnimap-request-set-mark, nnimap-split-to-groups)
8407         (nnimap-split-articles, nnimap-request-newgroups)
8408         (nnimap-request-create-group, nnimap-request-accept-article)
8409         (nnimap-request-delete-group, nnimap-request-rename-group)
8410         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8411         `encoded-mbx' for consistency.
8412         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8413         variable `imap-current-mailbox'.
8414
8415         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8416         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8417
8418 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8419
8420         * pop3.el (pop3-display-message-size-flag): Display message size byte
8421         counts during POP3 download.
8422         (pop3-movemail): Use it.
8423         (pop3-list): Implement listing of available messages.
8424
8425 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8426
8427         * nnir.el (nnir-get-article-nov-override-function): New function to
8428         override the normal NOV retrieval.
8429         (nnir-retrieve-headers): Use it.
8430
8431 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8432
8433         * auth-source.el (netrc-machine-user-or-password): Autoload.
8434
8435 2010-03-19  Glenn Morris  <rgm@gnu.org>
8436
8437         Stop message.el from loading about 40 libraries it doesn't always need.
8438         The general approach is to autoload rather than require, and to
8439         require in the specific functions rather than the file.  (Bug#5642)
8440
8441         * gmm-utils.el: Don't require wid-edit.
8442         (widget-create-child-value, widget-convert, widget-default-get):
8443         Autoload.
8444
8445         * gnus-util.el: Don't require time-date, netrc.
8446         (message-fetch-field, gnus-group-name-decode): Declare rather than
8447         autoloading.
8448         (gnus-fetch-field): Require message.
8449         (gnus-decode-newsgroups): Require gnus-group.
8450
8451         * ietf-drums.el: Don't require time-date.
8452
8453         * message.el: Don't require hashcash, canlock, ecomplete.
8454         Do require mail-utils.  Require nnheader only when compiling.
8455         (smtpmail-default-smtp-server): Remove declaration.
8456         (message-send-mail-function): Check smtpmail-default-smtp-server
8457         is bound rather than requiring smtpmail.
8458         (message-auto-save-directory, message-insert-signature):
8459         Use expand-file-name rather than nnheader-concat.
8460         (nnheader-insert-file-contents): Autoload.
8461         (hashcash-wait-async): Declare.
8462         (message-send-mail): Only call gnus-setup-posting-charset if
8463         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8464         (message-send-mail-with-sendmail): Require sendmail.
8465         (canlock-password, canlock-password-for-verify): Declare.
8466         (message-canlock-password): Require canlock.
8467         (nnheader-get-report): Autoload.
8468         (gnus-setup-posting-charset): Declare.
8469         (message-send-news): Require gnus-msg.
8470         (message-make-references, message-make-in-reply-to): Use mail-header-id
8471         rather than the alias mail-header-message-id.
8472         (ecomplete-add-item, ecomplete-save): Declare.
8473         (message-put-addresses-in-ecomplete): Require ecomplete.
8474         (ecomplete-display-matches): Autoload.
8475
8476         * mm-decode.el: Don't require mailcap, gnus-util.
8477         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8478         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8479         Autoload.
8480         (mailcap-mime-extensions): Declare.
8481
8482         * mm-encode.el: Don't require mailcap.
8483         (mailcap-extension-to-mime): Autoload.
8484
8485         * mml-sec.el: Don't require password-cache.
8486
8487         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8488         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8489         (mml-minibuffer-read-type): Require mailcap.
8490         (mml-preview): Require gnus-msg.
8491
8492         * mml1991.el: Require password-cache.
8493         (password-cache-expiry): Remove declaration.
8494
8495         * mml2015.el: Require password-cache.
8496         (password-cache-expiry): Remove declaration.
8497
8498         * nneething.el (mailcap): Require mailcap.
8499
8500         * nnheader.el (declare-function): Add compatibility stub.
8501         (message-remove-header): Declare rather than autoload.
8502         (nnheader-replace-header): Require message.
8503
8504         * nnimap.el (declare-function): Add compatibility stub.
8505         (netrc-parse, netrc-machine-user-or-password): Declare.
8506         (nnimap-open-connection): Require netrc.
8507
8508         * nntp.el (declare-function): Add compatibility stub.
8509         (netrc-parse, netrc-machine, netrc-get): Declare.
8510         (nntp-send-authinfo): Require netrc.
8511
8512         * rfc2047.el: Don't require qp.
8513         (quoted-printable-encode-region, quoted-printable-decode-string):
8514         Autoload.
8515
8516         * sieve-mode.el: Don't require easymenu.
8517         (easy-menu-add-item): Autoload it.
8518
8519         * spam-stat.el (time-to-number-of-days): Autoload it.
8520
8521 2010-03-19  Glenn Morris  <rgm@gnu.org>
8522
8523         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8524
8525 2010-03-18  Glenn Morris  <rgm@gnu.org>
8526
8527         * hashcash.el (declare-function): Remove duplicate definition.
8528
8529 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8530
8531         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8532         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8533         value if any backslash escapes).
8534
8535 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8538         if it is available.  (bug#5647)
8539
8540         * lpath.el: Suppress compiler warning for coding-system-from-name for
8541         Emacs 21 and XEmacs.
8542
8543 2010-03-14  Juri Linkov  <juri@jurta.org>
8544
8545         * hmac-def.el:
8546         * hmac-md5.el:
8547         * netrc.el: Fix keywords.
8548
8549 2010-02-26  Glenn Morris  <rgm@gnu.org>
8550
8551         * message.el (message-send-mail-function): Change the default, so that
8552         it inherits from a customized send-mail-function.  (Bug#5643)
8553
8554 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8555
8556         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8557         shell-command-to-string signals an error (bug#5299).
8558
8559 2010-02-24  Glenn Morris  <rgm@gnu.org>
8560
8561         * message.el (message-smtpmail-send-it)
8562         (message-send-mail-with-mailclient): Doc fixes.
8563
8564 2010-02-16  Glenn Morris  <rgm@gnu.org>
8565
8566         * message.el (message-default-mail-headers): Change the default value
8567         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8568
8569 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8572         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8573
8574 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8575
8576         * time-date.el (date-to-time): Doc fix (Bug#5408).
8577
8578 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8579
8580         * message.el (message-mail): Just pass yank-action on to message-setup.
8581         (message-setup): Handle (FUN . ARGS) form of yank-action.
8582         (message-with-reply-buffer, message-widen-reply)
8583         (message-yank-original): Handle non-buffer values of
8584         message-reply-buffer (Bug#4080).
8585         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8586
8587 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8588
8589         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8590         Fix typo in docstring.
8591
8592 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8593
8594         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8595         response.
8596
8597 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8600
8601         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8602
8603         * message.el (message-check-news-header-syntax): Protect against a
8604         string that `rfc822-addresses' returns when parsing fails.
8605
8606 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8609         (gnus-previous-char-property-change): New functions.
8610
8611         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8612
8613 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8614
8615         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8616         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8617
8618 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8619
8620         * message.el (message-exchange-point-and-mark): Rework last change to
8621         avoid using optional arg of exchange-point-and-mark, for backward
8622         compatibility.
8623
8624 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8625
8626         * message.el (message-exchange-point-and-mark):
8627         Call exchange-point-and-mark with an argument rather than setting
8628         mark-active by hand (Bug#5175).
8629
8630 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * nntp.el (nntp-service-to-port): Work for service expressed with
8633         numeric string; replace [:digit:] with [0-9] for XEmacs.
8634
8635 2009-12-17  Glenn Morris  <rgm@gnu.org>
8636
8637         * gnus-group.el (gnus-bug-group-download-format-alist):
8638         Change emacs entry to debbugs.gnu.org.  Bump :version.
8639
8640 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8643
8644 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * message.el (message-info): Explain why we use `Info-goto-node'.
8647
8648 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8651
8652 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8653
8654         * message.el (message-completion-in-region): New compatibility function.
8655         (message-expand-group): Use it.
8656
8657 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8660         with no unread article should be listed if the 2nd arg `predicate' is
8661         given.
8662
8663 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8666
8667 2009-11-29  Juri Linkov  <juri@jurta.org>
8668
8669         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8670         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8671         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8672
8673 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8674
8675         * sha1.el (sha1-string-external): default-directory "/" in case
8676         otherwise non-existent.  process-connection-type pipe for touch of
8677         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8678
8679 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8680
8681         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8682         it's comms related and sgml-mode.el has "comm" on that basis too.
8683
8684 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8687         containing tspecial characters if they have been already quoted.
8688
8689 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8690
8691         * dns-mode.el (auto-mode-alist): Purecopy string.
8692
8693 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8694
8695         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8696
8697 2009-10-24  Glenn Morris  <rgm@gnu.org>
8698
8699         * gnus-art.el (help-xref-stack-item): Define for compiler.
8700
8701 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8702
8703         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8704
8705 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8708
8709 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8712         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8713
8714 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8717         (gnus-overlays-in): New alias to overlays-in.
8718
8719         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8720         gnus-overlay-get, and gnus-delete-overlay.
8721         (gnus-summary-show-thread): Make it work as well for systems in which
8722         next-single-char-property-change is not available.
8723         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8724
8725         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8726         (gnus-overlay-get): New alias to extent-property.
8727         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8728
8729         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8730         SXEmacs.
8731
8732         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8733         SXEmacs.
8734
8735 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8738
8739 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8740
8741         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8742         and XEmacs that don't have `remove-overlays'.
8743
8744 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8745
8746         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8747         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8748         selective display.  Use overlays instead.
8749
8750 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8751
8752         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8753
8754 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8755
8756         * spam-stat.el (spam-stat-load): Fix typo in message.
8757
8758 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8759
8760         * dig.el (dig-invoke): Fix typo in docstring.
8761         (query-dig): Reflow docstring.
8762
8763 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8764
8765         * gnus-art.el (gnus-article-encrypt-body):
8766         * message.el (message-check-recipients):
8767         * mm-util.el (mm-codepage-setup):
8768         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8769         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8770
8771 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8772
8773         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8774         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8775         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8776         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8777         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8778
8779 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8780
8781         * dig.el: Add "Keywords: comm", as per net-utils.el.
8782
8783 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8784
8785         * dig.el (dig-mode): Use define-derived-mode.
8786
8787 2009-09-19  Glenn Morris  <rgm@gnu.org>
8788
8789         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8790
8791 2009-09-18  Glenn Morris  <rgm@gnu.org>
8792
8793         * gnus-diary.el (gnus-diary-check-message):
8794         * message.el (message-insert-formatted-citation-line):
8795         * nnbabyl.el (top-level):
8796         * nndiary.el (nndiary-schedule):
8797         Fix typos in condition-case handlers.
8798
8799 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8802         configuration that provides the sole article window in a frame;
8803         position point correctly after deleting a part.
8804
8805 2009-09-14  Adam SjĂžgren  <asjo@koldfront.dk>
8806
8807         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8808         (spam-resolve-registrations-routine): Use it to unregister articles
8809         that change status.
8810
8811 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8814         with XEmacs.
8815         (parse-time-string-chars): Use it.
8816
8817 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8818
8819         * imap.el (imap-interactive-login): Better messages.
8820         (imap-open): Fix bug with renamed buffer on reconnect.
8821         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8822         for easier debugging and cleaner code.  On successful (guessed based on
8823         server capabilities) secondary authentication, set imap-state
8824         correctly.
8825         (imap-last-authenticator): Define imap-last-authenticator as a variable
8826         to avoid warnings.
8827
8828 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * nnrss.el (nnrss-request-article): Remove binding of
8831         default-enable-multibyte-characters that has gotten needless by
8832         the 2007-07-13 change in rfc2047-encode-message-header.
8833
8834         * mml.el (mml-insert-multipart): Error on the message header.
8835         (mml-insert-part): Error on the message header; position point at
8836         the end of a MIME tag.
8837
8838 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * time-date.el (autoload): Expand define-obsolete-function-alias into
8841         defalias and make-obsolete for old Emacsen that Gnus supports.
8842         (with-no-warnings): Define it for old Emacsen.
8843         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8844         is available.
8845         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8846         float-time is available; suppress compile warning for time-to-seconds.
8847
8848         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8849         (gnus-float-time): Alias to float-time if it exists.
8850
8851         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8852         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8853         float-time is available; suppress compile warning for time-to-seconds.
8854
8855         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8856         XEmacs.
8857
8858 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8859
8860         * imap.el (imap-message-map): Docstring fix.
8861
8862 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8865         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8866         Add the optional argument `encoding' that overrides the default.
8867
8868         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8869         mm-encode-buffer.
8870
8871 2009-09-04  Glenn Morris  <rgm@gnu.org>
8872
8873         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8874         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8875         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8876         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8877         * mm-util.el (mm-with-unibyte-current-buffer)
8878         (mm-find-buffer-file-coding-system):
8879         * yenc.el (yenc-decode-region): Use default-value rather than
8880         default-enable-multibyte-characters.
8881
8882 2009-09-03  Glenn Morris  <rgm@gnu.org>
8883
8884         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8885         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8886         than default-enable-multibyte-characters.
8887
8888 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8889
8890         * gnus-art.el (gnus-article-read-summary-keys):
8891         Fix gnus-buffer-configuration's value temporarily used.
8892
8893 2009-09-02  Glenn Morris  <rgm@gnu.org>
8894
8895         * gnus-util.el (gnus-float-time): New function.
8896         * gnus-delay.el (gnus-delay-article):
8897         * gnus-sum.el (gnus-thread-latest-date):
8898         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8899         * nnspool.el (nnspool-request-newgroups):
8900         Use gnus-float-time rather than time-to-seconds.
8901         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8902
8903         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8904         (gnus-header-subject-face, gnus-header-newsgroups-face)
8905         (gnus-header-name-face, gnus-header-content-face):
8906         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8907         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8908         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8909         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8910         (gnus-cite-face-11):
8911         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8912         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8913         (gnus-server-closed-face, gnus-server-denied-face)
8914         (gnus-server-offline-face):
8915         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8916         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8917         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8918         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8919         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8920         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8921         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8922         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8923         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8924         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8925         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8926         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8927         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8928         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8929         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8930         (gnus-summary-high-undownloaded-face)
8931         (gnus-summary-low-undownloaded-face)
8932         (gnus-summary-normal-undownloaded-face)
8933         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8934         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8935         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8936         (gnus-splash-face):
8937         * message.el (message-header-to-face, message-header-cc-face)
8938         (message-header-subject-face, message-header-newsgroups-face)
8939         (message-header-other-face, message-header-name-face)
8940         (message-header-xheader-face, message-separator-face)
8941         (message-cited-text-face, message-mml-face):
8942         * sieve-mode.el (sieve-control-commands-face)
8943         (sieve-action-commands-face, sieve-test-commands-face)
8944         (sieve-tagged-arguments-face):
8945         * spam.el (spam-face):
8946         Mark face aliases with "-face" in the name as obsolete.
8947
8948 2009-09-01  Glenn Morris  <rgm@gnu.org>
8949
8950         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8951         than goto-line.
8952
8953 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8956         Don't move point if the command is invoked inside the message header.
8957
8958 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8959
8960         * imap.el (imap-send-command): Simplify.
8961         (imap-wait-for-tag): point-max -> buffer-size.
8962
8963 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8964
8965         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8966         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8967         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8968         * nnir.el (nnir-swish-e-index-file):
8969         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8970         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8971         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8972         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8973         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8974         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8975
8976 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8979         Don't save excursion.
8980
8981 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8982
8983         * nnheader.el (nnheader-find-file-noselect):
8984         * mm-util.el (mm-insert-file-contents):
8985         Use (default-value 'major-mode) instead of default-major-mode.
8986
8987 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8988
8989         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8990
8991 2009-08-26  Glenn Morris  <rgm@gnu.org>
8992
8993         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8994         than placing in files.el.
8995
8996 2009-08-25  Glenn Morris  <rgm@gnu.org>
8997
8998         * nnir.el (top-level): Don't require cl at run-time.
8999         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9000         Replace cl-function substitute with gnus-replace-in-string.
9001         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9002         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9003         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9004         simplified expansions.
9005
9006 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9007
9008         * dig.el (dig): Add autoload cookie.
9009
9010 2009-08-22  Glenn Morris  <rgm@gnu.org>
9011
9012         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9013         goto-line.
9014
9015 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9016
9017         * parse-time.el (parse-time-string-chars): Save match data.
9018
9019 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9020
9021         * parse-time.el (parse-time-string-chars): Compute using character
9022         classes, to handle non-ascii characters (Bug#3190).
9023
9024 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9027
9028         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9029         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9030         (gnus-mm-display-part, gnus-mime-display-single)
9031         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9032         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9033
9034         * gnus-sum.el
9035         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9036         (gnus-summary-move-article): Add expirable mark to articles copied or
9037         moved to group that has auto-expire turned on if the option is non-nil.
9038
9039 2009-07-24  Glenn Morris  <rgm@gnu.org>
9040
9041         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9042         Fix typo.  (Bug#3903)
9043
9044 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9047         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9048         that should not be used for draft articles.
9049         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9050         that has no concern in minor mode keys.
9051         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9052         Abolish.
9053
9054 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9057         article without making inquiry to a user for unknown encoding.
9058
9059         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9060         (nnmaildir--scan): Assume i-node and device number that file-attributes
9061         returns might be cons-cell.
9062
9063         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
9064
9065         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
9066
9067 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9068
9069         * auth-source.el: Remove docs now in auth.texi.  Don't use
9070         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9071         `auth-source-hide-passwords' and use them.
9072
9073 2009-07-15  Glenn Morris  <rgm@gnu.org>
9074
9075         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9076
9077 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9080         excessive whitespace from the default values of title and description.
9081
9082 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9085         mail-fetch-field to fetch Content-Description header in order to
9086         exclude newlines.
9087
9088 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
9089
9090         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
9091         format used by GnuPG 2.0.11.
9092
9093 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9096         to deleted part.
9097
9098 2009-05-30  David Engster  <dengste@eml.cc>
9099
9100         * nnmairix.el: Remove old documentation in the commentary block.
9101         (nnmairix-request-group): Do not update active file for nnml back ends.
9102         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9103         end so that overview files are ignored.
9104         (nnmairix-update-groups): Make updating the groups more robust by using
9105         marks.
9106         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9107         with dollar characters in message-id.
9108
9109 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9112         2008-12-25 in dns.el.
9113
9114 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9115
9116         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9117         could happen if the text is only composed of spaces and/or tabs.
9118
9119 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9120
9121         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9122         when sending a queued message to avoid extra mml tags.
9123
9124 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9127
9128 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9131         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9132         rmail-toggle-header for XEmacs;
9133         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9134
9135 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gnus-dired.el: Remove autoload for gnus-setup-message.
9138         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9139         displaying Gnus logo; always use compose-mail.
9140
9141 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9144
9145 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9148         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9149         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9150         available.
9151         (gnus-nocem-epg-verify): New function.
9152
9153 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9154
9155         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9156
9157 2009-02-15  Glenn Morris  <rgm@gnu.org>
9158
9159         * gnus-util.el (rmail-insert-rmail-file-header)
9160         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9161         autoloads.
9162         (rmail-default-rmail-file): Remove unnecessary declaration.
9163         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9164
9165 2009-02-14  Glenn Morris  <rgm@gnu.org>
9166
9167         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9168         variable (only used in gnus-util, which declares it anyway).
9169         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9170         which was only needed by gnus-art (changed to not use it any more).
9171         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9172         only used in gnus-util, which autoloads it itself.
9173         (rmail-update-summary): Fix autoload.
9174
9175         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9176         rather than rmail-output-to-rmail-file.
9177
9178 2009-02-07  Glenn Morris  <rgm@gnu.org>
9179
9180         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9181         autoload of function that no longer exists.
9182         (rmail-toggle-header): Declare.
9183         (message-forward-rmail-make-body): Handle mbox Rmail.
9184
9185 2009-01-31  Glenn Morris  <rgm@gnu.org>
9186
9187         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9188         2009-01-09 change.
9189
9190 2009-01-31  Dave Love  <fx@gnu.org>
9191
9192         * imap.el (imap-fetch-safe): Bind debug-on-error.
9193         (imap-debug): Add imap-fetch-safe.
9194
9195 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9196
9197         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9198         (auth-source-forget-all-cached): New convenience function.
9199         (auth-source-user-or-password): Accept list of modes or a single mode.
9200
9201         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9202         auth-source modes.
9203
9204         * netrc.el (netrc-machine-user-or-password): Use list of
9205         auth-source modes.
9206
9207         * nnimap.el (nnimap-open-connection): Use list of
9208         auth-source modes.
9209
9210         * nntp.el (nntp-send-authinfo): Use list of
9211         auth-source modes.
9212
9213 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9214
9215         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9216         now.
9217
9218 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9221         coding system in XEmacs; add a workaround for XEmacs.
9222
9223         * lpath.el: Fbind coding-system-aliasee.
9224
9225 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9228         of current-language-environment.
9229
9230 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9233         available at runtime.
9234
9235 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9238
9239 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9240
9241         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9242         the greatest positive fixnum value doesn't work under an XEmacs with
9243         bignum support; use the most-positive-fixnum constant instead,
9244         available since Emacs 21.1 with cl and XEmacs 21.1.
9245
9246 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9249         XEmacs gets not to work.
9250
9251 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * mm-util.el (mm-coding-system-priorities): Allow the value like
9254         "Japanese (UTF-8)" of current-language-environment.
9255
9256 2009-01-09  Glenn Morris  <rgm@gnu.org>
9257
9258         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9259         with last-command-event.
9260
9261 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9262
9263         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9264         in the doc string.
9265
9266         * message.el (message-fix-before-sending): Amend comment.
9267
9268 2009-01-08  Dave Love  <fx@gnu.org>
9269
9270         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9271
9272 2009-01-07  David Engster  <dengste@eml.cc>
9273
9274         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9275         simplified server definitions by converting it via
9276         gnus-server-to-method.
9277
9278 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9281         parameter's operands.
9282
9283 2009-01-06  David Engster  <dengste@eml.cc>
9284
9285         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9286         primary select method (for gnus-group-mark-article-as-read).
9287
9288 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9289
9290         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9291         `(gnus)Face', not `(gnus)X-Face'.
9292
9293 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * mm-util.el (mm-ucs-to-char): New function.
9296
9297         * mm-url.el (mm-url-decode-entities): Use it.
9298
9299         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9300         unicode-to-char.
9301
9302 2009-01-05  Dave Love  <fx@gnu.org>
9303
9304         * time-date.el: Require cl for `declare'.
9305
9306 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9309         Dave Love.
9310
9311 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * message.el (message-fix-before-sending): Add `eight-bit' to
9314         illegible-text check.
9315
9316 2009-01-03  Michael Olson  <mwolson@gnu.org>
9317
9318         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9319         `headers' is nil.  This can occur if the IMAP server does not have
9320         permissions to read messages from a folder, but can write new messages
9321         to the folder.
9322         (nnimap-request-article-part): Do not insert `data' if it is nil.
9323
9324         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9325         characters which will confuse `read', so skip past them.
9326
9327 2009-01-01  Dave Love  <fx@gnu.org>
9328
9329         * imap.el (imap-string-to-integer): Fix typo.
9330         (imap-fetch-safe): New function.
9331         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9332
9333         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9334
9335         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9336         (imap-parse-greeting): Fix doc strings.
9337         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9338         (imap-parse-flag-list): Make messages unique.
9339         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9340
9341         * nnimap.el: Fix author email.
9342         (nnimap-split-rule): Add FIXME comment.
9343         (nnimap-debug): Fix doc string.
9344
9345 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9346
9347         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9348
9349 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9352         nslookup if resolv.conf isn't available.
9353         (dns-query): Rename from query-dns.
9354         (dns-query-cached): Rename from query-dns-cached.
9355
9356 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9359         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9360         to check if those variables exist (first appeared in Emacs 18.50).
9361
9362 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * mm-util.el (mm-line-number-at-pos): New function.
9365
9366         * spam-report.el (spam-report-process-queue): Use it.
9367
9368 2008-12-24  David Engster  <dengste@eml.cc>
9369
9370         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9371         parameters that haven't existed as variables as buffer-local variables.
9372
9373 2008-12-23  Dave Love  <fx@gnu.org>
9374
9375         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9376         cadar.
9377
9378         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9379         imap-starttls-p.
9380         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9381
9382 2008-12-22  Dave Love  <fx@gnu.org>
9383
9384         * imap.el: Fix author email.  Doc fixes.
9385         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9386         reply.
9387
9388 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * spam-report.el (spam-report-gmane-max-requests): New constant.
9391         (spam-report-gmane-wait): New variable.
9392         (spam-report-gmane-ham, spam-report-gmane-spam)
9393         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9394         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9395         the server.
9396
9397         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9398         Add explanations.
9399
9400         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9401         nnheader-accept-process-output and nnheader-read-timeout if available.
9402         (pop3-movemail): Use it.
9403
9404         * message.el (message-check-news-body-syntax): Fix signature check if
9405         there's an attachment.
9406
9407 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * mm-util.el: Add comments to the mm- emulating functions.
9410
9411 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9412
9413         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9414         Reported by Stephen Berman <stephen.berman@gmx.net>.
9415
9416 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * mm-util.el (mm-substring-no-properties): New function.
9419         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9420         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9421         (mm-string-to-multibyte): Doc fix.
9422
9423         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9424
9425 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9426
9427         * mml.el (mml-attach-file): Strip text properties from file name.
9428         (Bug#1574)
9429
9430 2008-12-16  Glenn Morris  <rgm@gnu.org>
9431
9432         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9433
9434 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9437         knows since the charset specified might be a bogus alias that
9438         mm-charset-synonym-alist provides.
9439
9440 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9443         "ISO_8859-1".
9444
9445         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9446
9447 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9448
9449         * mm-util.el (mm-charset-eval-alist):
9450         Define it before mm-charset-to-coding-system.
9451         (mm-charset-to-coding-system): Add optional argument `silent';
9452         define it before mm-charset-override-alist.
9453         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9454         default value if it can be used in Emacs currently running;
9455         silence mm-charset-to-coding-system.
9456
9457 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9460         `allow-override' which says whether to use `mm-charset-override-alist'.
9461         (rfc2047-decode-encoded-words): Use it.
9462
9463         * mm-util.el (mm-charset-override-alist): Fix custom type;
9464         add `(gb2312 . gbk)' to choices.
9465
9466 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9469         fast.
9470
9471         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9472
9473         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9474
9475 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9476
9477         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9478         on links.
9479
9480         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9481
9482 2008-12-03  Lute Kamstra  <lute@gnu.org>
9483
9484         * sha1.el: Remove leading * from docstrings of defcustoms,
9485         deffaces, defconsts and defuns.
9486
9487 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9488
9489         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9490         users' addresses that don't have domain parts.
9491         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9492         rather than message-narrow-to-head since there will be the message
9493         header separator.
9494
9495 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9496
9497         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9498         since the result is inserted in a unibyte buffer anyway.
9499         (nnimap-demule-use-string-to-multibyte): Remove.
9500         (nnimap-demule): Alias it to mm-string-to-multibyte.
9501
9502 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9503
9504         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9505         variable for debugging bug#464 and bug#1174.
9506         (nnimap-demule): Use it.
9507
9508 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9511         score calculation correctly.
9512
9513 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9514
9515         * message.el (message-send-mail): Just set the buffer to unibyte
9516         rather than use mm-with-unibyte-current-buffer which does a lot more.
9517         (message-send-mail-partially): Don't bother with
9518         mm-with-unibyte-current-buffer since it's already been made unibyte by
9519         message-send-mail.
9520
9521 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9522
9523         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9524
9525 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9526
9527         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9528
9529 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9532         require itself and to remove `with-no-warnings'.
9533
9534 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9535
9536         * starttls.el (starttls-any-program-available): Get the name of the
9537         available TLS layer program.
9538         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9539         well as the host name in the "opening" message.
9540
9541         * auth-source.el (auth-source-cache, auth-source-do-cache)
9542         (auth-source-user-or-password): Cache passwords and logins by default,
9543         allow override with `auth-source-do-cache'.
9544         (auth-source-forget-user-or-password): Allow users to remove cache
9545         entries if needed.
9546
9547 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9548
9549         * md4.el (md4-buffer): Fix typo in docstring.
9550         (md4, md4-64): Doc fixes.
9551         (md4-pack-int32): Reflow docstring.
9552
9553 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9554
9555         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9556         condition-case to only the forward-sexp call.
9557
9558 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9559
9560         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9561         quotes contained.  Make it more robust regardless by an extra
9562         condition-case wrapper.
9563
9564 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9567
9568 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * nnml.el (nnml-request-expire-articles): Check if the function set to
9571         `nnmail-expiry-target' returns the symbol `delete'.
9572
9573         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9574
9575         * nnmail.el (nnmail-expiry-target): Fix custom type.
9576
9577 2008-10-02  Glenn Morris  <rgm@gnu.org>
9578
9579         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9580         Silence compiler warning.
9581
9582 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9583
9584         * tls.el (open-tls-stream): Show the actual command being
9585         executed, instead of the format string.
9586
9587 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * lpath.el: Fbind codepage-setup for Emacs 23.
9590
9591 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9592
9593         * mml.el (mml-menu): Don't assume mml2015 is bound.
9594
9595 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9598         exists.
9599
9600 2008-09-27  Glenn Morris  <rgm@gnu.org>
9601
9602         * gnus-util.el (mail-header-remove-comments): Autoload it.
9603
9604 2008-09-27  Andreas Schwab  <schwab@suse.de>
9605
9606         * gnus-util.el (gnus-split-references): Strip comments.
9607         (gnus-parent-id): Likewise.
9608
9609 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * message.el (message-confirm-send): Fix version.
9612
9613 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9614
9615         * message.el (message-idna-to-ascii-rhs-1): Use
9616         mail-extract-address-components rather than mail-header-parse-addresses
9617         that is an alias by default to ietf-drums-parse-addresses that does not
9618         support non-ASCII names in headers' contents.
9619
9620 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9621
9622         * message.el (message-confirm-send): Fix variable documentation to
9623         avoid the "y/n" wording.
9624
9625 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9626
9627         * message.el (message-set-auto-save-file-name): Save to a different
9628         filename so multiple messages (especially drafts) can be recovered.
9629
9630 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9631
9632         * message.el (message-confirm-send): Add appropriate version.
9633
9634 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9635
9636         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9637         defvar.
9638
9639 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9640
9641         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9642         (mm-pkcs7-enveloped-magic): Ditto.
9643
9644 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9645
9646         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9647         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9648
9649 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9650
9651         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9652         default, it's better.
9653
9654 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9655
9656         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9657         summary line gnus-number property and ignore them (with a warning
9658         message).
9659
9660 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9663         macro caddr in the interactive form since it won't be expanded.
9664
9665 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9668         `charset'; fix name of function called recursively.
9669         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9670
9671 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9674         (gnus-mime-set-charset-parameters): New function.
9675         (gnus-mime-view-part-as-charset): Use it to correctly display part
9676         specifying wrong charset.
9677
9678 2008-09-08  David Engster  <dengste@eml.cc>
9679
9680         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9681         in completing-read for back end server.
9682
9683 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9684
9685         * message.el (message-confirm-send): New variable to confirm sending a
9686         message.
9687         (message-send): Use it.
9688
9689 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9690
9691         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9692
9693 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9696
9697 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9698
9699         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9700         prevent tracking too many groups.
9701         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9702         Use it.
9703
9704 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9705
9706         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9707         moving point to the bottom of the window in order to avoid recentering.
9708
9709 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9710
9711         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9712
9713         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9714         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9715         (gnus-article-beginning-of-window): Fix calculation.
9716
9717 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * gnus-msg.el (gnus-summary-supersede-article)
9720         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9721         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9722         message header.
9723
9724 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9725
9726         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9727         pending output coming after the status change.
9728
9729 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9730
9731         * message.el:
9732         * gnus-start.el:
9733         * gnus-registry.el: Remove VMS support.
9734
9735 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9738         macro.
9739         (rfc2104-hash): Use it.
9740
9741 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9742
9743         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9744         (gnus-summary-sort-by-most-recent-date): New commands.
9745         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9746         and menu entries.
9747
9748 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9751         don't redisplay article for raw contents; remove plural articles stuff.
9752
9753         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9754         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9755         on gnus-summary-save-article; display results properly.
9756
9757 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * lpath.el: No need to fbind ns-focus-frame.
9760
9761 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9764
9765 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * gnus-art.el (gnus-summary-save-in-pipe):
9768         Consider gnus-save-all-headers.
9769
9770 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9771
9772         * gnus-util.el (ns-focus-frame): Remove declaration.
9773         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9774         like x.
9775
9776 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9777
9778         * rfc2104.el (rfc2104-zero): Delete defconst.
9779         (rfc2104-hex-alist): Likewise.
9780         (rfc2104-hex-to-int): Delete func.
9781         (rfc2104-hexstring-to-bitstring): Likewise.
9782         (rfc2104-nybbles): New defconst.
9783         (rfc2104-hash): Rewrite for speed.
9784
9785 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * tls.el (open-tls-stream): Make it work with the 2nd argument
9788         BUFFER that is a string but does not exist as a buffer object, as
9789         mentioned in the doc-string.
9790
9791 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9794         SXEmacs.
9795
9796 2008-07-16  Glenn Morris  <rgm@gnu.org>
9797
9798         * gnus-util.el (ns-focus-frame): Declare for compiler.
9799
9800 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9803         set as a group parameter.
9804         (gnus-summary-save-in-pipe): Work when it is called independently.
9805         (gnus-summary-pipe-to-muttprint): Don't modify
9806         gnus-summary-pipe-output-default-command.
9807
9808 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9809
9810         * message.el (message-send-mail-with-sendmail):
9811         Display the error message.
9812
9813 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * gnus-art.el (gnus-default-article-saver):
9816         Add gnus-summary-save-in-pipe to choices.
9817         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9818         gnus-summary-pipe-output-default-command as the default command.
9819         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9820         instead of gnus-last-shell-command.
9821
9822         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9823         New user option.
9824         (gnus-summary-muttprint-program): Mention the value will be changed.
9825         (gnus-summary-save-article): Force showing of all headers.
9826         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9827
9828 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9829
9830         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9831
9832 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9833
9834         * nnimap.el (nnimap-id):
9835         * sieve-manage.el (sieve-manage-open): Doc fixes.
9836
9837 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9838
9839         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9840         if available.
9841
9842 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9843
9844         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9845
9846         * nnkiboze.el (nnkiboze-generate-group):
9847         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9848
9849         * nnmairix.el: Require CL.
9850
9851 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * dgnushack.el: Autoload get-display-table and put-display-table for
9854         XEmacs 21.5.
9855
9856         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9857         21.4 and SXEmacs.
9858
9859 2008-06-15  David Engster  <dengste@eml.cc>
9860
9861         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9862
9863 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9864
9865         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9866         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9867         runtime choice under XEmacs.
9868
9869         * gnus-sum.el (gnus-summary-set-display-table):
9870         Use `gnus-put-display-table', `gnus-get-display-table',
9871         `gnus-set-display-table' for the display table, instead of `aset'.
9872
9873         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9874         Use `gnus-put-display-table', `gnus-get-display-table',
9875         `gnus-set-display-table' for the display table.
9876
9877 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * nnmairix.el: Add autoloads.
9880
9881 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * nnmairix.el (nnmairix-delete-recreate-group)
9884         (nnmairix-update-and-clear-marks): Fix error messages.
9885
9886 2008-06-14  David Engster  <dengste@eml.cc>
9887
9888         * nnmairix.el: Upgrade to version 0.6.
9889         (nnmairix-group-toggle-propmarks-this-group)
9890         (nnmairix-group-toggle-readmarks-this-group)
9891         (nnmairix-group-delete-recreate-this-group)
9892         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9893         (nnmairix-remove-tick-mark-original-article): New commands.
9894         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9895         (nnmairix-propagate-marks-to-nnmairix-groups)
9896         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9897         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9898         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9899         functions needed for marks propagation and manipulation of read marks.
9900         (nnmairix-update-groups): New function.
9901         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9902         (nnmairix-determine-original-group-from-registry)
9903         (nnmairix-determine-original-group-from-path)
9904         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9905         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9906         New helper functions.
9907         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9908         keystrokes for new commands.
9909         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9910         (nnmairix-request-group): Check allow-fast group parameter.
9911         (nnmairix-request-create-group): Set allow-fast group parameter if
9912         nnmairix-allowfast-default is set.
9913         (nnmairix-close-group): Propagate marks upon closing if needed.
9914         (nnmairix-group-toggle-threads-this-group): Use new.
9915         nnmairix-group-toggle-parameter helper function.
9916         (nnmairix-search): Better check for empty search result.
9917         (nnmairix-goto-original-article): Use new helper functions for
9918         determining original article.
9919         (nnmairix-show-original-article): Make sure message-id is in brackets.
9920         (nnmairix-call-mairix-binary): Change variable name.
9921         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9922         helper function.
9923         (nnmairix-widget-toggle-activate): Fix doc string.
9924
9925 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * nnir.el: Require edmacro when compiling with XEmacs.
9928         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9929         available in Emacs 21.
9930
9931 2008-06-11  Glenn Morris  <rgm@gnu.org>
9932
9933         * gnus-util.el (x-focus-frame):
9934         * gnus.el (image-size):
9935         * mm-decode.el (image-size): Declare.
9936
9937         * gnus-picon.el (declare-function): Add compat definition.
9938         (image-size): Declare.
9939
9940         * gnus-group.el (tool-bar-map):
9941         * gnus-sum.el (tool-bar-map): Define for compiler.
9942
9943         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9944
9945         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9946
9947         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9948         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9949         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9950         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9951         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9952         * sieve-manage.el, spam-report.el, spam.el:
9953         Remove unnecessary eval-and-compile of autoloads.
9954
9955 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9956
9957         * auth-source.el: Precise Tramp doc.
9958
9959 2008-06-07  Glenn Morris  <rgm@gnu.org>
9960
9961         * nnmairix.el: Remove unnecessary eval-when-compile.
9962
9963 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * lpath.el: Fbind propertize for XEmacs 21.4.
9966
9967 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9968
9969         * nnir.el: Move here from ../contrib.
9970
9971 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9972
9973         * gnus-util.el (gnus-read-shell-command): New function.
9974         * mm-decode.el (mm-pipe-part):
9975         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9976
9977 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9980
9981 2008-06-03  Glenn Morris  <rgm@gnu.org>
9982
9983         * pop3.el (nnheader-accept-process-output): Autoload it.
9984
9985 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9988         are not 2-digit hexadecimal characters that follow `%'s.
9989
9990 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * message.el (message-bogus-recipient-p): Fix type in doc string.
9993         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9994         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9995         Improve custom options.
9996         (message-bogus-recipient-p): Adjust accordingly.
9997
9998 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9999
10000         * parse-time.el (parse-time-months, parse-time-weekdays): Add
10001         long-form month and day names.
10002
10003 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * dgnushack.el: Autoload debug, eudc-expand-inline and
10006         pgg-snarf-keys-region for XEmacs.
10007
10008         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
10009
10010         * nnmairix.el: Require edmacro when compiling with XEmacs.
10011
10012 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10015         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10016
10017 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10018
10019         * auth-source.el: Add more docs.
10020
10021         * netrc.el (netrc-machine): Always match if the port is not given.
10022
10023 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024
10025         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10026         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10027         retrieval faster in some cases, but might make CPU usage larger.
10028         If this has any bad side effects, we might revert this change.
10029
10030         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10031         seems to make mail retrieval much, much faster.
10032         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10033         unconditionally.
10034
10035         * gnus-draft.el (gnus-group-send-queue):
10036         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10037
10038 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10039
10040         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10041
10042         * message.el (message-bogus-address-regexp): Fix and improve custom
10043         type.
10044         (message-setup-hook): Add message-check-recipients as custom option.
10045
10046 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10047
10048         * message.el (message-cite-function): Remove bogus autoload which crept
10049         in during merge from v5-10.
10050
10051 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10052
10053         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10054
10055         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10056
10057         * auth-source.el: Preliminary Tramp docs.
10058         (auth-sources): Change the default auth-sources to use
10059         EPA .gpg files.
10060
10061 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10062
10063         * nntp.el: Autoload `auth-source-user-or-password'.
10064         (nntp-send-authinfo): Use it.
10065
10066         * nnimap.el: Autoload `auth-source-user-or-password'.
10067         (nnimap-open-connection): Use it.
10068
10069         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10070         for the gnus-message function.
10071         (auth-source-user-or-password): Use it.
10072
10073 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10074
10075         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10076         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10077         (rfc2104-hash): Use it.
10078
10079 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10080
10081         * gnus-art.el (gnus-article-toggle-truncate-lines):
10082         Don't use `iff' in docstring.
10083
10084 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10085
10086         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10087
10088         * gnus-util.el (gnus-extract-address-component-name)
10089         (gnus-extract-address-component-email): Convenience functions around
10090         `gnus-extract-address-components'.
10091
10092         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10093         Use `gnus-extract-address-component-email' to fix bug of comparing full
10094         sender name to `user-mail-address'.
10095
10096 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10097
10098         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10099         catch/throw to optimize.
10100         (gnus-registry-find-keywords): Just use member to find a keyword.
10101
10102 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10103
10104         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10105         is current before calling gnus-server-prepare.
10106         (gnus-server-setup-buffer, gnus-server-update-server)
10107         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10108
10109 2008-05-04  Juri Linkov  <juri@jurta.org>
10110
10111         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10112         (mailcap-file-default-commands): Use mailcap-replace-in-string
10113         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10114         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10115
10116 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10117
10118         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10119
10120 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10121
10122         * gnus.el: Bump version to 0.11.
10123
10124 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10125
10126         * gnus.el: No Gnus v0.10 is released.
10127
10128 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10129
10130         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10131         hooks.
10132         (gnus-update-read-articles): Speed up non-marks-using users.
10133         (gnus-use-marks): Define gnus-use-marks.
10134         (gnus-propagate-marks): Rename variable to something more sensible.
10135
10136 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10137
10138         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10139         (gmm-image-load-path-for-library): Fix typos in docstrings.
10140         (gmm-message): Reflow docstring.
10141
10142 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10143
10144         * mail-source.el (mail-source-set-1, mail-source-bind):
10145         Move auth-source code out of the macro to clean it up and fix bugs.
10146
10147 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10148
10149         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10150         by sender if it's equal to user-mail-address, it's likely to be
10151         useless.
10152
10153         * mail-source.el (mail-source-bind): Don't use user or password if they
10154         are not bound.  Unintern them if they are nil.  Don't use server unless
10155         it's bound, and default it to empty string otherwise.
10156
10157 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10158
10159         * mail-source.el: Load auth-source.el.
10160         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10161         get user name or password, if auth-sources is set up.
10162
10163         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10164         strategy of splitting with parent.
10165         (gnus-registry-split-fancy-with-parent)
10166         (gnus-registry-post-process-groups): Use it and fix prior
10167         bug (returning a list as the split result).
10168
10169         * auth-source.el (auth-sources): Remove server parameter.
10170         (auth-source-pick, auth-source-user-or-password)
10171         (auth-source-user-or-password-imap)
10172         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10173         (auth-source-user-or-password-sftp)
10174         (auth-source-user-or-password-smtp): Remove server parameter.
10175
10176 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10177
10178         * smime.el (smime-sign-region, smime-encrypt-region)
10179         (smime-decrypt-region):
10180         Remove redundant calls to `generate-new-buffer-name'.
10181
10182 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10183
10184         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10185         Don't use QP for message/rfc822.
10186         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10187
10188 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10189
10190         * sieve-manage.el (sieve-string-bytes): Remove.
10191         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10192         correct byte-length only if the process's coding-system is the same as
10193         the one used internally by Emacs to represent strings.
10194
10195 2008-04-22  Juri Linkov  <juri@jurta.org>
10196
10197         * mailcap.el (mailcap-file-default-commands): New function.
10198
10199 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * message.el (message-signature-separator, message-cite-function):
10202         Change custom version.
10203
10204 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10205
10206         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10207         commands.
10208         (tls-checktrust): Ditto.
10209
10210 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10211
10212         * mm-decode.el (mm-display-external): Make temp file read-only.
10213
10214 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10215
10216         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10217         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10218         `C-c C-f d'.
10219
10220 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10221
10222         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10223
10224 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * gnus.el: Bump version to 0.9.
10227
10228 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * gnus.el: No Gnus v0.8 is released.
10231
10232 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10233
10234         * mail-source.el (mail-source-value):
10235         Prefer fboundp to functionp so it works with macros as well.
10236
10237 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10238
10239         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10240         Fix last change in case the element is not even a symbol.
10241
10242 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10243
10244         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10245         Prefer fboundp to functionp so it works with macros as well.
10246
10247 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10248
10249         * auth-source.el: Add docs.
10250         (auth-sources): Modify format to support server.
10251         (auth-source-pick, auth-source-user-or-password)
10252         (auth-source-user-or-password-imap)
10253         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10254         (auth-source-user-or-password-sftp)
10255         (auth-source-user-or-password-smtp): Add server parameter.
10256
10257 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10258
10259         * gnus-registry.el: Initialize the registry when gnus-registry-install
10260         is t.
10261
10262 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10263
10264         * compface.el (uncompface): Make buffer unibyte.
10265
10266 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10267
10268         * mail-source.el (mail-source-value):
10269         Prefer fboundp to functionp so it works with macros as well.
10270
10271 2008-04-05  Glenn Morris  <rgm@gnu.org>
10272
10273         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10274
10275 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10276
10277         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10278         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10279
10280         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10281         multibyteness after rather than before erasing it.
10282
10283         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10284         mm-with-multibyte.
10285         (gnus-request-article-this-buffer): Make sure the proper decoding is
10286         used if gnus-original-article-buffer happens to be unibyte.
10287
10288         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10289         default-enable-multibyte-characters.
10290
10291         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10292         default-enable-multibyte-characters.
10293
10294         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10295
10296         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10297
10298 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10299
10300         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10301         Fix last change in case the element is not even a symbol.
10302
10303 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10304
10305         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10306         (imap-message-copyuid-1): Use it.
10307         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10308         J. Williams in
10309         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10310
10311         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10312         imap-enable-exchange-bug-workaround.
10313         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10314
10315 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10316
10317         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10318         a 100 byte status-checks into a 2-3MB transfer for each group.
10319         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10320         to enable bug workaround or not.
10321         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10322
10323 2008-03-31  Glenn Morris  <rgm@gnu.org>
10324
10325         * message.el (mml2015-use): Declare for compiler.
10326         (message-info): Require mml2015 when appropriate.
10327
10328 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10331         whitespace.
10332
10333 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10334
10335         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10336         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10337         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10338         (nntp-service-to-port): New function.
10339         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10340         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10341         (nntp-open-netcat-stream): New function.
10342         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10343
10344 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10345
10346         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10347
10348 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10349
10350         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10351
10352 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10353
10354         * dns.el (dns-write): Use set-buffer-multibyte.
10355
10356 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10357
10358         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10359
10360 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10361
10362         * message.el (message-signature-separator): Change default.
10363         Improve custom type.
10364         (message-cite-function): Change default to
10365         message-cite-original-without-signature.
10366
10367         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10368         toggle.
10369
10370         * message.el (message-check-news-body-syntax): Fix signature check.
10371         (message-setup-1): Mark buffer as unmodified _after_ running
10372         message-setup-hook and handling message-alternative-emails.
10373         (message-shorten-references): Be more strict when building list of
10374         valid references to comply with GNKSA.
10375
10376         * gnus-group.el (gnus-read-ephemeral-bug-group)
10377         (gnus-read-ephemeral-debian-bug-group)
10378         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10379
10380         * message.el (message-info): Don't use booleanp which isn't supported
10381         in Emacs 21 and XEmacs.
10382
10383 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10384
10385         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10386         gnus-group-gmane-group-download-format.
10387         (gnus-group-read-ephemeral-gmane-group): Rename from
10388         gnus-group-read-ephemeral-gmane-group.
10389         (gnus-read-ephemeral-gmane-group-url): Rename from
10390         gnus-group-read-ephemeral-gmane-group-url.
10391         (gnus-bug-group-download-format-alist): New variable.
10392         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10393         (gnus-read-ephemeral-emacs-bug-group): New commands.
10394
10395 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10398         (gnus-visible-headers): Improve custom type.
10399
10400 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * mml.el (mml-menu): Add workarounds for XEmacs.
10403
10404         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10405         X-Boundary header.
10406
10407         * message.el (message-simplify-recipients): Fix previous commit.
10408
10409 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10410
10411         * mm-util.el (mm-set-buffer-multibyte): New function.
10412         * mm-decode.el (mm-copy-to-buffer): Use it.
10413
10414         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10415         Prefer fboundp to functionp so it works with macros as well.
10416
10417 2008-03-19  Glenn Morris  <rgm@gnu.org>
10418
10419         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10420         Accidentally removed in the sync process with Emacs.
10421
10422 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10423
10424         * message.el (message-alter-recipients-discard-bogus-full-name):
10425         New function.
10426         (message-alter-recipients-function): New variable.
10427         (message-get-reply-headers): Use it.
10428         (message-replace-header): New helper function.
10429         (message-recipients-without-full-name): New variable.
10430         (message-simplify-recipients): New command.
10431
10432         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10433
10434         * message.el (message-info): Handle EasyPG manual.
10435
10436         * mml.el (mml-menu): Add entry for EasyPG.
10437
10438 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10439
10440         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10441         parameter.
10442
10443         * message.el (message-disassociate-draft): Specify drafts group name
10444         fully.
10445
10446 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10447
10448         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10449         Eliminate unnecessary duplicates from the match list.
10450
10451 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10454
10455         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10456
10457         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10458         args of `how-many' of which the XEmacs version doesn't take; declare
10459         Info-index-next as function.
10460
10461 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * gnus-score.el (gnus-score-headers): Fix handling of
10464         gnus-inhibit-slow-scoring.
10465
10466         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10467         string.
10468         (gnus-button-url-regexp): Improve handling of parenthesis.
10469         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10470         (gnus-button-handle-info-keystrokes): Handle index entries.
10471
10472 2008-03-15  Glenn Morris  <rgm@gnu.org>
10473
10474         * parse-time.el (parse-time-string): Simplify.
10475
10476 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10479         Incoming* files.
10480
10481 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10482
10483         * auth-source.el (auth-sources): Rename from auth-source-choices.
10484         (auth-source-pick): Use it.
10485
10486 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10487
10488         * binhex.el (binhex-decode-region-internal):
10489         * uudecode.el (uudecode-decode-region-internal):
10490         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10491         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10492         setting default-enable-multibyte-characters.
10493
10494 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10495
10496         * auth-source.el (auth-source-protocols)
10497         (auth-source-protocols-customize, auth-source-choices): Add and
10498         modified variable customizations and defaults.
10499         (auth-source-pick, auth-source-user-or-password)
10500         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10501         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10502         (auth-source-user-or-password-sftp)
10503         (auth-source-user-or-password-smtp): Use new variables and provide an
10504         interface to netrc.el.
10505
10506 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10509         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10510         Make sure the nntp port to specify is a string.
10511
10512 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10513
10514         * nntp.el: Use with-current-buffer.
10515         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10516         dubious mm-with-unibyte-current-buffer.
10517         (nntp-with-open-group-function): New function extracted from
10518         nntp-with-open-group macro.
10519         (nntp-with-open-group): Use the function, so it's easier to debug.
10520         Add indentation and debugging info.
10521         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10522         Recommend the use of the netcat alternatives.
10523
10524         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10525         Avoid mm-string-as-multibyte as well.
10526
10527         * nnweb.el (nnweb-insert-html):
10528         Remove use of nnheader-string-as-multibyte.
10529
10530         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10531         (nnheader-string-as-multibyte): Remove.
10532
10533         * mm-view.el: Use inhibit-read-only.
10534         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10535         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10536         or unibyte-string.
10537
10538         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10539         (mm-uu-yenc-extract): Use with-current-buffer.
10540
10541         * gnus-soup.el (gnus-soup-send-packet): Don't use
10542         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10543
10544         * nnmh.el: Use with-current-buffer.
10545         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10546         mm-string-as-multibyte on the output of mm-encode-coding-string.
10547
10548         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10549         (nnimap-request-move-article): Use with-current-buffer.
10550
10551         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10552         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10553         conversion uses string-make-unibyte rather than string-as-unibyte.
10554
10555         * gnus-msg.el: Use with-current-buffer.
10556
10557         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10558
10559 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10560
10561         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10562         string for caching if it is 'PIN.
10563
10564 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * lpath.el: Consider the case without Emacs/W3.
10567
10568 2008-03-08  Glenn Morris  <rgm@gnu.org>
10569
10570         * time-date.el (date-to-time, time-subtract, time-add)
10571         (safe-date-to-time): Doc fixes.
10572
10573 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * mail-source.el (mail-source-delete-old-incoming-confirm):
10576         Change default to nil.
10577         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10578
10579 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * lpath.el: Rearrange.
10582
10583         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10584         (gnus-article-goto-prev-page): Work for articles having ^L's.
10585
10586         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10587
10588         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10589
10590 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10591
10592         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10593         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10594         (gnus-bookmark-jump): Adjust some variable names.
10595
10596 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10597
10598         * auth-source.el: New package.
10599         (auth-source-choices): Add customization entry point variable.
10600
10601         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10602         bug.
10603
10604 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10605
10606         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10607         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10608         (gnus-registry-install-shortcuts): Rename from
10609         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10610         the `gnus-registry-mark-map' keymap dynamically from
10611         `gnus-registry-marks'.  The generated functions update the summary line
10612         when a registry mark is added or deleted, and will call
10613         `gnus-registry-install-p' (see the comments in the code).
10614         (gnus-registry-user-format-function-M): Use concat intelligently.
10615
10616         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10617         the registry mark functions.
10618
10619 2008-03-05  Glenn Morris  <rgm@gnu.org>
10620
10621         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10622         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10623         gnus-art.
10624         (top-level): No need to load own source when compiling.
10625
10626 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10629         Suggested by <chris.anderton@zetnet.co.uk>.
10630
10631 2008-03-04  Glenn Morris  <rgm@gnu.org>
10632
10633         * gnus-sum.el (top-level): No need to require gnus when compiling,
10634         since unconditionally required near start of file.
10635         (gnus-summary-display-while-building): Move definition before use.
10636
10637 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10638
10639         * gnus-registry.el (gnus-registry-user-format-function-M):
10640         Add formatting function.
10641
10642 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10643
10644         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10645         with plists.
10646         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10647         Use new format.
10648
10649 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10652         `where-is-internal' that returns a range of key sequences.
10653
10654 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10655
10656         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10657
10658         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10659         (gnus-summary-jump-to-group): Consider windows on other displayed
10660         frames as well.  Similar changes might be needed elsewhere, but that's
10661         the one I've bumped into during my use.
10662
10663         * nndoc.el (nndoc-oe-dbx-type-p):
10664         * gnus-msg.el (gnus-debug):
10665         * gnus-group.el (gnus-update-group-mark-positions):
10666         Use mm-string-to-multibyte.
10667
10668 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10671         doesn't handle NotDashEscaped.
10672
10673         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10674         (mml-dnd-attach-options): Fix typo in custom choice.
10675
10676         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10677         Change nndoc-article-type to mbox.
10678         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10679
10680         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10681         to nil, instead of html2text.
10682
10683         * imap.el (imap-debug): Add `imap-ping-server'.
10684
10685         * gnus-bookmark.el: Add FIXMEs.
10686
10687         * message.el (message-form-letter-separator)
10688         (message-send-form-letter-delay): New variables.
10689         (message-send-form-letter): Use them.  New command to send form
10690         letters.  Requested by Uwe Siart.
10691         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10692
10693 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * Update copyright years.
10696
10697 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         Sync from EMACS_22_BASE.
10700
10701         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10702
10703 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10704
10705         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10706         empty author.
10707
10708 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10709
10710         * gnus-registry.el (gnus-registry-marks): Add variable for
10711         customization of marks and their appearance.
10712         (gnus-registry-read-mark): Use it.
10713         (gnus-registry-do-marks): Add utility function to loop through
10714         `gnus-registry-marks'.
10715         (gnus-registry-install-shortcuts-and-menus): Add function to install
10716         shortcuts and menus.
10717         (gnus-registry-initialize): Use it.
10718         (gnus-registry-default-mark): Clarify documentation.
10719
10720 2008-02-29  Glenn Morris  <rgm@gnu.org>
10721
10722         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10723         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10724         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10725         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10726         Change defcustom :version from 23.0 to 23.1.
10727
10728 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10729
10730         * gnus-registry.el (gnus-registry-follow-group-p)
10731         (gnus-registry-post-process-groups): Add functions to aid registry
10732         splitting and improve logging.  Clarify behavior in function
10733         documentation.
10734         (gnus-registry-split-fancy-with-parent): Use them.
10735
10736 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10737
10738         * gnus-art.el: Use with-current-buffer.
10739
10740 2008-02-27  David Engster  <dengste@eml.cc>
10741
10742         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10743         Express real group name in the response.
10744
10745 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10748         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10749         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10750         autoload gnus-registry-fetch-group when compiling.
10751         (nnmairix-request-group-with-article-number-correction):
10752         Remove unreferenced argument passed to nnmairix-call-backend.
10753
10754 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10755
10756         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10757         (mm-uu-extract): Improve face for low color ttys.
10758         Reported by Sascha Wilde.
10759
10760 2008-02-27  Glenn Morris  <rgm@gnu.org>
10761
10762         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10763         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10764         variables to defconsts.  Convert comments to doc-strings.
10765         (nnmairix-last-server, nnmairix-current-server): Convert from free
10766         variables to defvars.  Convert comments to doc-strings.
10767         (gnus-registry-fetch-group): Autoload.
10768         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10769         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10770         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10771         caddr.
10772         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10773         nnmairix-request-group-with-article-number-correction call.
10774         (nnmairix-fast, nnmairix-group): New, less general names, for free
10775         variables passed from nnmairix-request-group to
10776         nnmairix-request-group-with-article-number-correction.  Declare.
10777         (nnmairix-request-group-with-article-number-correction):
10778         Use nnmairix-fast, nnmairix-group rather than fast, group.
10779
10780 2008-02-26  David Engster  <dengste@eml.cc>
10781
10782         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10783         version 0.5.
10784
10785 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10786
10787         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10788         instead of making an extra function call.  Don't add the current group
10789         to articles only when they have the group.  Use
10790         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10791         Reported by David <de_bb@arcor.de>.
10792
10793 2008-02-24  Miles Bader  <miles@gnu.org>
10794
10795         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10796         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10797         (mm-find-mime-charset-region):
10798         * mm-bodies.el (mm-encode-body):
10799         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10800
10801 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10804         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10805
10806 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10807
10808         * mail-source.el (mail-source-delete-incoming): Change default.
10809         Supplement doc string.
10810
10811         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10812
10813 2008-02-14  Glenn Morris  <rgm@gnu.org>
10814
10815         * time-date.el (format-seconds): New function.
10816
10817 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * nnmail.el (nnmail-message-id-cache-file): Derive from
10820         `gnus-home-directory'.
10821
10822 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10825         Document negative prefix.
10826
10827         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10828
10829 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10830
10831         * message.el (message-unsent-separator): Add the Exim bounce
10832         separator.
10833
10834 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10835
10836         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10837         list.
10838         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10839         recipient/signer list.
10840
10841 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * Makefile.in (datarootdir): Define.
10844         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10845         name that might contain whitespace.
10846
10847 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10848
10849         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10850         fbound (Emacs 23 unicode), signal an error.
10851
10852 2008-02-08  Glenn Morris  <rgm@gnu.org>
10853
10854         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10855
10856 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10857
10858         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10859         ports to the calls to `netrc-machine-user-or-password' in addition to
10860         "imap" and "imaps".
10861
10862 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10863
10864         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10865
10866         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10867
10868 2008-02-01  Kenichi Handa  <handa@m17n.org>
10869
10870         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10871         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10872         (rfc2104-hash): Convert the result of concat to unibyte string.
10873
10874 2008-02-01  Dave Love  <fx@gnu.org>
10875
10876         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10877         coding-system-for-read.
10878         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10879
10880 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10883         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10884         <hanche@math.ntnu.no>.
10885
10886 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10889
10890         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10891
10892 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10893
10894         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10895         * message.el (message-beginning-of-line): Use featurep instead of bound
10896         tests in order to resolve conditionals at compile time.
10897
10898 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10899
10900         * mail-source.el (mail-sources): Add `group' choice.
10901
10902         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10903         parameter `in-group' to control into which group the articles go.
10904         Add treatment of `group' mail-source.
10905
10906 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10909
10910         * mm-decode.el (mm-dissect-buffer): Decode description.
10911
10912         * mml.el (mml-to-mime): Encode message header first.
10913
10914 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10917         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10918
10919         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10920         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10921
10922 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10923
10924         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10925
10926 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10929         prefix keys.
10930         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10931         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10932         gnus-xmas.el.
10933
10934         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10935         (gnus-xmas-article-describe-bindings): New function.
10936         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10937         gnus-xmas-article-describe-bindings.
10938
10939         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10940
10941 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10942
10943         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10944         Add new variables for article mark management.
10945         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10946         list of extra data entries which, when present, will indicate that the
10947         article ID should not be trimmed from the registry.
10948         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10949         functions.
10950         (gnus-registry-read-mark): New function to read a mark name from the
10951         user.
10952         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10953         (gnus-registry-set-article-mark-internal): New functions to add and
10954         remove marks.
10955         (gnus-registry-get-article-marks): New function to show the marks for
10956         an article, or retrieve them for further use.
10957
10958 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10961         keys when no argument is given.
10962
10963 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * imap.el (imap-ping-server): New variable.
10966         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10967         (imap-ping-server): Minor doc string fixes.
10968
10969 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10970
10971         * imap.el (imap-ping-server): New function.
10972         (imap-opened): Call imap-ping-server.
10973
10974 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10975
10976         * gnus-sum.el (gnus-article-sort-by-random)
10977         (gnus-thread-sort-by-random): Fix doc strings.
10978         Reported by jidanni@jidanni.org.
10979
10980 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * gnus-art.el (gnus-article-describe-bindings): New function.
10983         (gnus-article-read-summary-keys): Use it.
10984         (gnus-article-mode-map): Bind `C-h b' to it.
10985
10986 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10989         XEmacs.
10990         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10991         Protect against non-character events.
10992
10993         * lpath.el: Fbind map-keymap for Emacs 21.
10994
10995 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10998         New command.
10999         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11000         instead of END.  Change name of the temp file.
11001         (gnus-group-gmane-group-download-format): Add doc string.  Make it
11002         customizable.
11003
11004 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11007         bind `S W' to gnus-article-wide-reply-with-original; set default
11008         binding to gnus-article-read-summary-send-keys.
11009         (gnus-article-read-summary-keys): Fix the order of keys; display
11010         continuation keys correctly in the echo area; describe bindings
11011         correctly when keys end with `C-h'.
11012         (gnus-article-read-summary-send-keys): New function.
11013         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11014         Work for gnus-article-read-summary-send-keys; display continuation keys
11015         correctly in the echo area.
11016         (gnus-article-reply-with-original): Ignore prefix argument.
11017         (gnus-article-wide-reply-with-original): New function.
11018
11019         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
11020         Emacs 21.
11021
11022 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11025         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11026
11027 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11030         (gnus-group-read-ephemeral-gmane-group): New command.
11031
11032 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11033
11034         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11035
11036 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * message.el (message-send-mail-function): Increase custom version.
11039
11040         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11041         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11042
11043 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11044
11045         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
11046         for the cases where imap-authenticate is called with a nil buffer
11047         parameter.
11048
11049 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11052         html parts correctly; support forwarded messages.
11053         (gnus-article-browse-html-article): Remove work buffers.
11054
11055         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11056         compiling.
11057         (netrc-bound-and-true-p): New macro.
11058         (netrc-parse): Use it instead of bound-and-true-p that is not available
11059         in XEmacs 21.4.
11060
11061 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11062
11063         * gnus-registry.el (gnus-registry-mark-article)
11064         (gnus-registry-article-marks): Add functionality to mark articles
11065         through the Gnus registry.
11066
11067         * encrypt.el: Clarify documentation for the new pgg method.
11068         (encrypt-file-alist): Add PGG option.
11069         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
11070         functionality.  Abstract password key and messaging to external
11071         functions.
11072         (encrypt-password-key, encrypt-get-passphrase-if-needed)
11073         (encrypt-message-method-and-cipher): Add new convenience external
11074         functions.
11075         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
11076         (encrypt-pgg-process-buffer): Add PGG functionality glue.
11077
11078         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11079         (netrc-parse): Use encrypt-file-alist to determine if
11080         encrypt-find-model or encrypt-insert-file-contents should be used.
11081
11082         * encrypt.el: Clarify documentation.  Load password-cache or
11083         password, whichever one is found first, instead of autoloading.
11084
11085 2007-12-19  Glenn Morris  <rgm@gnu.org>
11086
11087         * mml.el (message-options-set, message-narrow-to-head)
11088         (message-in-body-p, message-mail-p, message-encode-message-body):
11089         Autoload.
11090         (message-remove-header, message-narrow-to-headers-or-head)
11091         (message-subscribed-p, message-make-mail-followup-to)
11092         (message-position-on-field, message-news-p)
11093         (message-options-set-recipient, message-generate-headers)
11094         (message-sort-headers): Declare as functions.
11095
11096 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11099         convention in doc string.
11100
11101 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11104         title to html parts.
11105         (gnus-article-browse-html-article): Pass message header to it.
11106
11107         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11108
11109 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11112         or password compatible with XEmacs.
11113
11114 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11117         format document.
11118         (gnus-mime-delete-part): Don't write description line if empty.
11119         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11120
11121 2007-12-14  Johan BockgĂ„rd  <bojohan@gnu.org>
11122
11123         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11124         (gnus-summary-mark-read-and-unread-as-read)
11125         (gnus-summary-mark-current-read-and-unread-as-read)
11126         (gnus-summary-mark-unread-as-ticked): Doc fix.
11127         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11128
11129 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11132         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11133
11134 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11137         yes-or-no-p.
11138
11139 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * mm-decode.el (mm-add-meta-html-tag): New function.
11142         (mm-save-part-to-file, mm-pipe-part): Use it.
11143
11144         * gnus-art.el (gnus-article-browse-delete-temp-files):
11145         Use gnus-y-or-n-p instead of y-or-n-p.
11146         (gnus-article-browse-html-parts): Work with message/external-body; use
11147         mm-add-meta-html-tag.
11148
11149 2007-12-11  Glenn Morris  <rgm@gnu.org>
11150
11151         * gnus-cache.el: Require gnus-sum not just when compiling.
11152
11153         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11154
11155         * gnus-int.el (gnus-server-opened, gnus-status-message):
11156         Move definitions before use.
11157
11158         * mm-decode.el: Require gnus-util.
11159         (mm-remove-part): Only call delete-annotation on XEmacs.
11160
11161         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11162
11163         * nnmail.el: Require gnus-int.
11164
11165         * spam.el: Move `require's before `eval-when-compile's.
11166
11167         * gnus-ems.el (gnus-alive-p):
11168         * gnus-fun.el (message-goto-eoh):
11169         * gnus-util.el (gnus-group-name-decode):
11170         * mail-source.el (gnus-compress-sequence):
11171         * message.el (Info-goto-node, format-spec):
11172         * mm-bodies.el (message-options-get):
11173         * mm-decode.el (mm-view-pkcs7):
11174         * mm-util.el (gmm-write-region):
11175         * mml-smime.el (mml-compute-boundary)
11176         (gnus-completing-read-with-default):
11177         * mml.el (widget-button-press, gnus-make-hashtable):
11178         * mml1991.el (mm-decode-content-transfer-encoding)
11179         (mm-encode-content-transfer-encoding)
11180         (message-options-get, message-options-set):
11181         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11182         * nnfolder.el (gnus-request-group):
11183         * nnheader.el (ietf-drums-unfold-fws):
11184         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11185         * smime.el (gnus-run-mode-hooks):
11186         * spam-stat.el (gnus-message): Autoload.
11187
11188         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11189         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11190         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11191         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11192         Add declare-function compatibility definition.
11193
11194         * gnus-cache.el (nnvirtual-find-group-art):
11195         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11196         (gnus-add-image, gnus-add-wash-type):
11197         * gnus-group.el (nnkiboze-score-file):
11198         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11199         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11200         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11201         (message-tokenize-header, gnus-get-buffer-create)
11202         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11203         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11204         * gnus.el (gnus-group-decoded-name):
11205         * mail-source.el (imap-capability):
11206         * mm-bodies.el (message-options-set):
11207         * mm-decode.el (gnus-configure-windows):
11208         * mm-extern.el (message-goto-body):
11209         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11210         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11211         (epg-sub-key-validity, message-options-set):
11212         * mml.el (widget-event-point, gnus-configure-windows):
11213         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11214         * mml2015.el (epg-check-configuration, epg-configuration)
11215         (message-options-set):
11216         * nndb.el (nndb-request-article):
11217         * nnfolder.el (gnus-request-create-group):
11218         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11219         * nnmaildir.el (gnus-group-mark-article-read):
11220         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11221         * rfc1843.el (message-fetch-field):
11222         * spam.el (gnus-extract-address-components):
11223         Declare as functions.
11224
11225 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11228
11229         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11230
11231         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11232         bind show-trailing-whitespace for XEmacs.
11233
11234 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11235
11236         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11237         new no-op macro for backward compatibility.
11238
11239         * imap.el (imap-string-to-integer): New function.
11240
11241 2007-12-09  Glenn Morris  <rgm@gnu.org>
11242
11243         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11244
11245         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11246         * message.el, mm-view.el, sieve-manage.el, smime.el:
11247         Add declare-function compatibility definition.
11248
11249         * gnus-art.el (w3-region, w3m-region, Info-menu):
11250         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11251         * gnus-sum.el (gnus-get-predicate):
11252         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11253         * message.el (mail-abbrev-in-expansion-header-p):
11254         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11255         (w3m-detect-meta-charset, w3m-region):
11256         * sieve-manage.el (password-read, password-cache-add)
11257         (password-cache-remove):
11258         * smime.el (password-read-and-add): Declare as functions.
11259
11260 2007-12-08  David Kastrup  <dak@gnu.org>
11261
11262         * gnus-sum.el (gnus-summary-simplify-subject-query):
11263         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11264         `message'.
11265
11266 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11269         it to bind idna-program, installation-directory, defined-colors, and
11270         face-attribute for XEmacs of the version that compiles defcustom forms.
11271
11272 2007-12-07  Glenn Morris  <rgm@gnu.org>
11273
11274         * gnus-art.el (article-make-date-line): Revert previous change.
11275
11276 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11279
11280 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11281
11282         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11283         Call gnus-add-to-range ranges only once with a prepared article-list.
11284
11285 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11286
11287         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11288         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11289         group names with backslashes.
11290         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11291
11292 2007-12-06  Deepak Goel  <deego3@gmail.com>
11293
11294         * gnus-art.el (article-make-date-line):
11295         * gnus-start.el (gnus-load):
11296         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11297
11298 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * gnus-art.el (gnus-use-idna)
11301         * gnus-start.el (gnus-site-init-file)
11302         * message.el (message-use-idna)
11303         * mm-uu.el (mm-uu-hide-markers)
11304         * smiley.el (smiley-style): Revert changes that suppress warnings.
11305
11306 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11309         specify charset to html source.
11310         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11311
11312 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11315         idna-program in order to suppress byte compile warning issued by XEmacs
11316         that came to byte compile the default value section of defcustom forms
11317         recently.
11318
11319         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11320         value of installation-directory.
11321
11322         * message.el (message-use-idna): Don't directly refer to the value of
11323         idna-program.
11324
11325         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11326
11327         * smiley.el (smiley-style): Don't directly call face-attribute.
11328
11329 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11332
11333         * gnus-dired.el: Reduce Gnus dependencies.
11334         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11335         Don't require.  Use autoloads instead.
11336         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11337         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11338         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11339         (gnus-dired-mode): Adjust doc string.
11340         (gnus-dired-mail-mode): New variable.
11341         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11342         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11343         (gnus-dired-mail-buffers): New function.  Return mail or message
11344         composition buffers.
11345         (gnus-dired-attach): Use it.
11346         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11347         NO-DECODE.
11348         (gnus-dired-print): Use `gnus-print-buffer' depending on
11349         `gnus-dired-mail-mode'.
11350
11351 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * rfc2047.el (rfc2047-encoded-word-regexp)
11354         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11355         explaining what regexp patterns are for.
11356
11357 2007-12-04  Glenn Morris  <rgm@gnu.org>
11358
11359         * password.el: Move to password-cache.el.
11360
11361         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11362         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11363         * mml-smime.el (password-read, password-cache-add)
11364         (password-cache-remove):
11365         No need to autoload, since mml-sec requires password.
11366
11367         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11368         * message.el (gnus-extract-address-components):
11369         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11370
11371         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11372         password.
11373
11374 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * mailcap.el: Reduce dependencies.
11377         (mail-header-parse-content-type): Autoload.
11378         (mailcap-delete-duplicates): New alias.
11379         (mailcap-mime-info): Add optional argument NO-DECODE.
11380         (mailcap-mime-types): Use mailcap-delete-duplicates.
11381
11382         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11383
11384 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11385
11386         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11387         (imap-parse-status): Upcase status-att for servers that sends them
11388         lower-case (e.g., MS Exchange 2007).
11389
11390 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11391
11392         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11393         function.
11394
11395         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11396         (gnus-uu-yenc-article): New function.
11397
11398         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11399
11400         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11401
11402 2007-12-02  Glenn Morris  <rgm@gnu.org>
11403
11404         * binhex.el (binhex): New custom group.
11405         (binhex-decoder-program, binhex-decoder-switches)
11406         (binhex-use-external): Move to the binhex custom group.
11407
11408         * uudecode.el (uudecode): New custom group.
11409         (uudecode-decoder-program, uudecode-decoder-switches)
11410         (uudecode-use-external): Move to the uudecode custom group.
11411
11412         * netrc.el (top-level): Don't load `encrypt' features.
11413         (netrc-parse): Don't use encrypt.
11414         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11415
11416         * encrypt.el: Remove file.
11417
11418 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11419
11420         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11421         matches on patches.
11422
11423         * gnus-art.el (gnus-article-browse-html-article):
11424         Mention `mm-text-html-renderer' in the doc string.
11425
11426         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11427         string.  Add comments.
11428
11429         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11430         if rhs is ASCII.
11431
11432 2007-12-01  Glenn Morris  <rgm@gnu.org>
11433
11434         * mail-source.el (top-level): Require format-spec before
11435         eval-when-compile.
11436
11437 2007-11-30  Glenn Morris  <rgm@gnu.org>
11438
11439         * encrypt.el: Require password, rather than autoloading password-read.
11440
11441 2007-11-29  Glenn Morris  <rgm@gnu.org>
11442
11443         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11444         (sasl-make-client, sasl-next-step, sasl-step-data)
11445         (sasl-step-set-data): Declare as functions.
11446
11447 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11450
11451 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11452
11453         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11454         certs should be verified and what is to be done in the event of a
11455         verification failure.
11456
11457         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11458         caller can indicate whether the cache should be disregarded for this
11459         call.  This way the result of the call is reproducible at all times and
11460         can be considered a canonical server name for the supplied method.
11461         (gnus-agent-method-p): Canonicalize server names by pushing their
11462         method through `gnus-method-to-server' using the no-cache argument.
11463
11464         * gnus-srvr.el (gnus-server-insert-server-line):
11465         Call `gnus-method-to-server' with `no-cache' argument.
11466
11467         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11468         gnus-agent-possibly-synchronize-flags as this should be called when the
11469         server is actually being opened.
11470         (gnus-agent-possibly-synchronize-flags)
11471         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11472         flags file of an agentized server to the latter function.
11473
11474         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11475         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11476         after a connection has been established successfully.
11477
11478 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * gnus-art.el (article-display-face): Force to display face if called
11481         interactively; check if gnus-article-x-face-too-ugly matches author.
11482         (article-display-x-face): Display face even if From header is missing
11483         as article-display-face does.
11484
11485 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11486
11487         * hashcash.el (message-narrow-to-headers-or-head)
11488         (message-fetch-field, message-goto-eoh)
11489         (message-narrow-to-headers): Declare as functions.
11490
11491 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11492
11493         * mail-source.el (mail-sources): Default to fetch from file for
11494         compatibility with default of nnmail-spool-file.
11495
11496 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11499         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11500         to look for encoded word that should be encoded again.
11501         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11502         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11503         encoding pattern.
11504         (rfc2047-decode-region): Switch strict regexp and loose one according
11505         to rfc2047-allow-irregular-q-encoded-words.
11506
11507 2007-11-25  Romain Francoise  <romain@orebokech.com>
11508
11509         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11510
11511 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11512
11513         * tls.el (tls-program): Provide more custom choices from
11514         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11515         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11516
11517 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11520         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11521
11522         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11523         `nnmail-spool-file'.
11524
11525         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11526         `nnmail-spool-file'.
11527
11528         * gnus-move.el (gnus-change-server): Ditto.
11529
11530         * gnus-kill.el (gnus-batch-score): Ditto.
11531
11532         * gnus-cache.el (gnus-jog-cache): Ditto.
11533
11534         * gnus-msg.el (gnus-summary-reply):
11535         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11536
11537 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11538
11539         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11540         version.  Minor improvement to doc strings.
11541         (tls-program): Add comment.
11542
11543 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11544
11545         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11546         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11547         mismatch between the hostname provided in the certificate and the name
11548         of the host connnecting to.
11549         (open-tls-stream): Use them.  Check certificates against trusted root
11550         certificates.
11551
11552 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11553
11554         * gnus-cache.el (gnus-cache-generate-nov-databases):
11555         Use nnml-generate-nov-databases-directory instead of
11556         nnml-generate-nov-databases-1.
11557
11558 2007-11-24  Glenn Morris  <rgm@gnu.org>
11559
11560         * message.el (message-tool-bar-retro): Update for rename
11561         mail_send.xpm->mail-send.xpm.
11562
11563 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11566         `smime-ldap-search' for Emacs 22 and up.
11567
11568 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11569
11570         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11571
11572         * message.el (message-send-mail-function): Fix error convention.
11573         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11574         (message-widen-reply, message-send-mail, message-talkative-question)
11575         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11576         (message-clone-locals, message-send-news): Use with-current-buffer.
11577         (message-insert-or-toggle-importance): Remove unused var `valid'.
11578         (message-make-references): Remove unused var `new-references'.
11579         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11580
11581 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11582
11583         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11584         (spam-split-symbolic-return-positive): Reflow docstring.
11585         (spam-backends, spam-summary-exit-behavior)
11586         (spam-mark-ham-unread-before-move-from-spam-group)
11587         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11588         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11589         (spam-clear-cache, spam-backend-check, spam-install-backend)
11590         (spam-install-statistical-backend, spam-list-of-processors)
11591         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11592         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11593         (spam-check-crm114, spam-initialize, spam-unload-hook):
11594         Fix typos in docstrings.
11595
11596 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11599         been checked if they have never been read and those group levels are
11600         higher than the one that a user specified.
11601
11602 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11605         foreign groups unless a group level is specified by a user.
11606         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11607
11608 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11609
11610         * message.el (message-send-mail-function): Require sendmail.
11611
11612 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * message.el (message-send-mail-function): Check for smtpmail too.
11615
11616         * utf7.el (utf7-encode, utf7-decode): Use coding system
11617         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11618
11619         * message.el (message-send-mail-function): New function.
11620         (message-send-mail-function): Set default using
11621         message-send-mail-function.  Adjust doc string.
11622         (message-send-mail-with-mailclient): New function.
11623
11624 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11625
11626         * smime.el (from):
11627         * rfc2047.el (message-posting-charset):
11628         * qp.el (mm-use-ultra-safe-encoding):
11629         * pop3.el (parse-time-months):
11630         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11631         * nnml.el (files):
11632         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11633         (jka-compr-compression-info-list, ange-ftp-path-format)
11634         (efs-path-regexp):
11635         * nndiary.el (files):
11636         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11637         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11638         (epg-digest-algorithm-alist, inhibit-redisplay)
11639         (password-cache-expiry):
11640         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11641         (pgg-output-buffer, password-cache-expiry):
11642         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11643         (efs-path-regexp):
11644         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11645         (inhibit-redisplay):
11646         * mm-uu.el (file-name, start-point, end-point, entry)
11647         (gnus-newsgroup-name, gnus-newsgroup-charset):
11648         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11649         (latin-unity-ucs-list):
11650         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11651         (mm-uu-binhex-decode-function):
11652         * message.el (gnus-message-group-art, gnus-list-identifiers)
11653         (rmail-enable-mime-composing, gnus-local-organization)
11654         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11655         (gnus-read-active-file, facemenu-add-face-function)
11656         (facemenu-remove-face-function, gnus-article-decoded-p)
11657         (tool-bar-mode):
11658         * mail-source.el (display-time-mail-function):
11659         * gnus-util.el (nnmail-pathname-coding-system)
11660         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11661         (gnus-original-article-buffer, gnus-user-agent)
11662         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11663         (xemacs-codename, sxemacs-codename, emacs-program-version):
11664         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11665         * gnus-start.el (gnus-agent-covered-methods)
11666         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11667         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11668         (gnus-newsgroup-headers, gnus-group-list-mode)
11669         (gnus-group-mark-positions, gnus-newsgroup-data)
11670         (gnus-newsgroup-unreads, nnoo-state-alist)
11671         (gnus-current-select-method, mail-sources)
11672         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11673         (nnmail-spool-file, gnus-cache-active-hashtb):
11674         * gnus-mh.el (mh-lib-progs):
11675         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11676         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11677         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11678         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11679         (gnus-group-buffer):
11680         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11681         (font-lock-set-defaults):
11682         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11683         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11684         (gnus-summary-post-menu, total-parts, type, condition, length):
11685         * gnus-agent.el (gnus-agent-read-agentview):
11686         * flow-fill.el (show-trailing-whitespace):
11687         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11688         eval-and-compile wrappers for byte compiler pacifiers.
11689
11690         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11691         (mm-display-inline-fontify): Check for featurep 'xemacs not
11692         extent-list.
11693
11694         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11695         itimer-list.
11696         (mm-create-image-xemacs): Only do something for XEmacs.
11697         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11698
11699         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11700
11701         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11702         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11703
11704 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11705
11706         * nnimap.el (nnimap-split-download-body):
11707         * gnus-demon.el (gnus-demon):
11708         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11709
11710 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11713         New macros.
11714         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11715         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11716         copy data from unibyte buffer to multibyte current buffer.
11717         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11718         to copy data from unibyte current buffer to multibyte buffer.
11719         (nntp-make-process-buffer): Make process buffer unibyte.
11720
11721         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11722
11723 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11724
11725         * pop3.el (pop3-open-server): Accept and process data more robustly at
11726         connexion start to avoid spurious "POP SSL connexion failed" errors.
11727
11728 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11731         read group names.
11732
11733 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11736
11737 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11740         (nnmail-save-active): Use a unibyte buffer when saving active file,
11741         which may contain non-ASCII group names.
11742
11743         * nnml.el (nnml-request-group): Decode group names in messages.
11744
11745 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * message.el (message-citation-line-function)
11748         (message-insert-formatted-citation-line): Fix spelling of
11749         `message-insert-formated-citation-line'.
11750
11751 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11754
11755 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11758         nnmail-pathname-coding-system.
11759
11760         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11761         that a user enters; decode group names in messages.
11762
11763         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11764
11765 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11768
11769         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11770
11771         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11772         risky local variable.
11773
11774         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11775
11776 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11777
11778         * encrypt.el: Improve documentation to fix function name typo.
11779         Reported by Daiki Ueno <ueno@unixuser.org>.
11780
11781 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11784         even if the point is not in the last page of an article.
11785         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11786         back to the previous page.
11787
11788 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11791
11792 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11795
11796 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11797
11798         * message.el (message-check-news-body-syntax):
11799         Avoid mm-string-as-multibyte.
11800         (message-hide-headers): Don't assume (point-min)==1.
11801
11802 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11803
11804         * message.el (message-remove-blank-cited-lines): Fix if remove is
11805         given.
11806         (message-bogus-address-regexp): New variable.
11807         (message-bogus-recipient-p): New function.
11808         (message-check-recipients): New command.
11809         (message-syntax-checks): Add `bogus-recipient'.
11810         (message-fix-before-sending): Add `bogus-recipient'.
11811
11812         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11813         (gnus-treat-body-boundary): Don't test window-system.
11814
11815 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11816
11817         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11818
11819 2007-10-28  Miles Bader  <miles@gnu.org>
11820
11821         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11822         at compile-time too.
11823
11824 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * gnus-msg.el (gnus-message-setup-hook):
11827         Add `message-remove-blank-cited-lines' to options.
11828
11829 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11830
11831         * message.el (message-remove-blank-cited-lines): New function.
11832         Suggested by Karl PlĂ€sterer.
11833
11834 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11837         mapc.
11838
11839         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11840         (top-level): Use mapc to set functions to be traced for debugging.
11841
11842         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11843         called for effect with while loop.
11844
11845         * message.el (message-talkative-question): Replace mapcar called for
11846         effect with mapc.
11847
11848         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11849         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11850         called for effect with dolist.
11851
11852         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11853
11854         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11855         gnus-extra-headers and nnmail-extra-headers.
11856
11857         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11858         called for effect with dolist.
11859         (top-level): Use mapc to set functions to be traced for debugging.
11860
11861         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11862         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11863         dolist.
11864
11865         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11866         Replace mapcar called for effect with mapc.
11867         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11868         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11869         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11870         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11871
11872         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11873         remove-if that's a cl function.
11874
11875         * webmail.el (webmail-debug): Replace mapcar called for effect with
11876         dolist.
11877
11878         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11879         with mapc.
11880
11881 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11884         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11885         with while loop.
11886
11887         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11888         functions from article-* functions.
11889         (gnus-multi-decode-header): Replace mapcar called for effect with
11890         dolist.
11891
11892         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11893         (gnus-bookmark-show-details): Replace mapcar called for effect with
11894         while loop.
11895
11896         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11897         called for effect with while loop.
11898
11899         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11900         with dolist.
11901
11902         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11903         Replace mapcar called for effect with dolist.
11904
11905         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11906
11907         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11908         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11909         Replace mapcar called for effect with dolist.
11910         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11911         mapc.
11912
11913         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11914         Replace mapcar called for effect with dolist.
11915         (gnus-topic-list): Replace mapcar called for effect with mapc.
11916
11917         * gnus.el: Use mapc instead of mapcar to add autoloads.
11918
11919 2007-10-23  Richard Stallman  <rms@gnu.org>
11920
11921         * gnus-group.el (gnus-group-highlight): Mark as risky.
11922
11923 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * gnus.el (gnus-server-to-method): Return method found first in
11926         gnus-newsrc-alist.
11927
11928         * gnus-art.el (gnus-article-highlight-signature)
11929         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11930         button overlay without the front stickiness.
11931
11932 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11933
11934         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11935         overview buffer needed a catch to receive its throw.
11936         (gnus-agent-flush-cache): Declare as interactive to make this function
11937         easier to use.
11938
11939 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11940
11941         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11942         `next-line'.
11943
11944 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11947         exclude address matching message-dont-reply-to-names.
11948
11949 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * gnus-util.el (gnus-string<): New function.
11952
11953         * gnus-sum.el (gnus-article-sort-by-author)
11954         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11955
11956 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11957
11958         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11959         the frame-focus tag is set in gnus-buffer-configuration.
11960
11961 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11964         the front stickiness.
11965
11966 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11969         url pattern; remove duplicate one.
11970         (gnus-article-extend-url-button): New function.
11971         (gnus-article-add-buttons): Use it.
11972         (gnus-button-push): Use concatenated url that it makes.
11973
11974 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11975
11976         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11977
11978 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11979
11980         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11981         Don't hardcode point-min==1.
11982
11983 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11984
11985         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11986         Fix comment about "iso8859-1".
11987
11988 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11989
11990         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11991         ones returned from the verify-function.
11992
11993         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11994         Call mml2015-extract-cleartext-signature if extraction failed.
11995
11996 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11997
11998         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11999         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12000         failed.
12001
12002 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12003
12004         * Relicense "GPLv2 or later" files to "GPLv3 or later".
12005
12006 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
12009         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
12010         recommends to use EasyPG instead of PGG.
12011
12012         * pgg.el: Revert to revision 6.23.2.16.
12013
12014         * pgg-def.el: Revert to revision 6.6.2.14.
12015
12016         * pgg-gpg.el: Revert to revision 6.23.2.34.
12017
12018 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12019
12020         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12021         to mark a thread as expirable.  Add variable `hide' to handle hiding of
12022         thread for both the null and zero (kill/expire thread) universal prefix
12023         cases.
12024         (gnus-summary-expire-thread): Add new function to expire a thread,
12025         using gnus-summary-kill-thread.
12026         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12027         shortcuts for gnus-summary-expire-thread.
12028         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12029         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
12030
12031 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12032
12033         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12034         extras value, so an extras entry can be deleted.
12035         (gnus-registry-delete-extra-entry): Use it.
12036         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12037         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12038         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12039         storage through the gnus-registry, and provide an appropriate API for
12040         it.
12041
12042 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12045         Suggested by Leo <sdl.web@gmail.com>.
12046
12047         * gnus.el: Do.
12048
12049 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12052         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12053
12054         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12055
12056         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12057         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12058
12059 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12062         newline.
12063         (nnmbox-request-accept-article): Don't change article in source buffer;
12064         narrow to header to use message-fetch-field rather than
12065         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12066         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12067         as delimiters; make sure article ends with newline.
12068         (nnmbox-delete-mail): Correct last position of article to be deleted;
12069         ignore X-Gnus-Newsgroup header in article body.
12070         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12071         positions; make sure article ends with newline.
12072
12073         * message.el (message-display-abbrev): Don't infloop when a user
12074         inserts SPC in the beginning of header.
12075
12076         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
12077         coding-system-for-read and coding-system-for-write for XEmacs having no
12078         file-coding feature.
12079
12080         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
12081
12082 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12083
12084         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12085         list of groups not followed by default.  Fix type to be regexp.
12086         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12087
12088 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12089
12090         * hmac-def.el (define-hmac-function): Switch from old-style to
12091         new-style backquotes.
12092
12093         * md4.el (md4-make-step): Likewise.
12094
12095 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12098         raw-text coding system when saving .newsrc file, which may contain
12099         non-ASCII group names.
12100
12101 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-cus.el (gnus-score-extra): New widget.
12104         (gnus-score-extra-convert): New function.
12105         (gnus-score-customize): Use it for Extra.
12106
12107 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12108
12109         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12110         (mml2015-mailcrypt-clear-verify): Use it.
12111         (mml2015-gpg-clear-verify): Use it.
12112         (mml2015-pgg-clear-verify): Use it.
12113         (mml2015-epg-clear-verify): Replace the current part with the output
12114         from GnuPG; don't extract the plaintext by itself.
12115
12116         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12117         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12118         mml2015-clear-verify-function; don't touch the armor headers or
12119         dash-escaped text here.
12120
12121 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12124         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12125         parts, or application/octet-stream as a last resort.
12126         (gnus-mime-view-part-as-type): Don't toggle display.
12127         (gnus-mime-view-part-as-charset): Don't turn off display before
12128         querying charset.
12129
12130         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12131         stuff to undisplayer function in Emacs.
12132         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12133
12134         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12135         text/calendar parts.
12136
12137 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12140         decoding text/calendar parts.
12141
12142         * message.el (message-forward-make-body-mime): Always mark body as
12143         having no illegible text; remove signed-or-encrypted argument.
12144         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12145
12146         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12147         (mml-generate-mime-1): Don't encode body if it is specified to be in
12148         raw form; don't make buffer be unibyte when inserting multibyte string.
12149
12150 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12151
12152         * sha1.el: Fix up comment style.
12153         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12154         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12155
12156         * hex-util.el: Fix up comment style.
12157         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12158
12159         * gnus-salt.el: Use with-current-buffer.
12160         (gnus-pick-setup-message): Fix long-standing typo.
12161
12162 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * imap.el (imap-logout-timeout): New variable.
12165         (imap-logout, imap-logout-wait): New functions.
12166         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12167
12168         * nnimap.el (nnimap-logout-timeout): New server variable.
12169         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12170         nnimap-logout-timeout.
12171
12172         * gnus-art.el (gnus-article-summary-command-nosave)
12173         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12174
12175 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus.el (gnus-maximum-newsgroup): New variable.
12178
12179         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12180         according to gnus-maximum-newsgroup.
12181
12182         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12183         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12184         Limit the range of articles according to gnus-maximum-newsgroup.
12185
12186 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12187
12188         * gnus-art.el (gnus-sticky-article): Fix problems described in
12189         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12190         Don't perform gnus-configure-windows here; reuse existing sticky
12191         article buffer.
12192
12193         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12194         it doesn't exist in gnus-article-mode.
12195
12196 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12199         (gnus-agent-decoded-group-name): New function.
12200         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12201         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12202
12203 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12204
12205         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12206         Add binding for gnus-sticky-article.
12207         (gnus-summary-exit): Don't kill sticky article buffers.
12208
12209         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12210         article buffer.
12211         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12212         (gnus-kill-sticky-article-buffers): New commands.
12213
12214 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * nntp.el (nntp-xref-number-is-evil): New server variable.
12217         (nntp-find-group-and-number): If it is non-nil, don't trust article
12218         numbers in the Xref header.
12219
12220 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-agent.el (gnus-agent-read-group): New function.
12223         (gnus-agent-flush-group, gnus-agent-expire-group)
12224         (gnus-agent-regenerate-group): Use it.
12225         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12226         nnmail-pathname-coding-system.
12227
12228 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12231
12232         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12233         that are unread as unread, and also as selected so that information of
12234         marks having been changed by a user may be updated when exiting group.
12235
12236 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12239
12240 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12243         calculated ignoring signature parts to gnus-treat-article.
12244
12245 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12248         a point here in order to keep the window start.
12249         (gnus-insert-mime-security-button): Make a button overlay without the
12250         front stickiness.
12251         (gnus-mime-display-security): Goto the end of a button.
12252
12253         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12254
12255 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12258         group-name-at-point.
12259         (gnus-group-completing-read): New function that offers decoded
12260         non-ASCII group names for completion.
12261         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12262         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12263         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12264         (gnus-group-fetch-control): Use it.
12265         (gnus-fetch-group): Use group-name-at-point for the initial value
12266         rather than the default value; use gnus-alive-p.
12267
12268         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12269         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12270         (gnus-summary-post-news): Use gnus-group-completing-read.
12271
12272         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12273         (gnus-read-move-group-name): Decode group name for completion.
12274
12275 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12276
12277         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12278         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12279         Yamaoka slightly modified the code).
12280
12281 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12284         (nnmail-split-incoming): Bind it.
12285
12286         * nnml.el (nnml-group-name-charset): New function.
12287         (nnml-decoded-group-name): Use it; don't decode group name if
12288         nnmail-group-names-not-encoded-p is non-nil.
12289         (nnml-encoded-group-name): New function.
12290         (nnml-group-pathname): Inline nnml-decoded-group-name.
12291         (nnml-request-expire-articles): Decode group name in message.
12292         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12293         nnmail-pathname-coding-system.
12294         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12295         not decoded ones according to nnmail-group-names-not-encoded-p.
12296         (nnml-generate-active-info): Use nnml-encoded-group-name.
12297
12298 2007-08-08  Glenn Morris  <rgm@gnu.org>
12299
12300         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12301         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12302         doc-strings and comments.
12303
12304 2007-07-25  Glenn Morris  <rgm@gnu.org>
12305
12306         * Relicense all FSF files to GPLv3 or later.
12307
12308 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * gnus-sum.el (gnus-summary-move-article):
12311         Make gnus-summary-respool-article work.
12312
12313 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12316         string.
12317
12318 2007-07-20  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12319
12320         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12321         that should be ignored when comparing distant RSS articles with local
12322         ones.
12323         (nnrss-make-hash-index): New function.  Create a hash index according
12324         to the ignored fields.
12325         (nnrss-check-group): Use it.
12326
12327 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12330
12331         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12332
12333         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12334         the new optional argument ENCODED is non-nil.
12335         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12336         coding system for encoding group name.
12337         (gnus-group-make-rss-group): Pass un-encoded group name to
12338         gnus-group-make-group.
12339         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12340         encoded.
12341
12342         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12343         Encode group name to which articles are moved or copied.
12344         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12345         coding system for encoding Newsgroup, Followup-To and Xref headers.
12346
12347         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12348         marks; use nnheader-file-coding-system to write a file.
12349         (nnagent-retrieve-headers): Bind file-name-coding-system to
12350         nnmail-pathname-coding-system.
12351
12352         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12353
12354         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12355         (nnml-request-article, nnml-request-create-group)
12356         (nnml-request-rename-group, nnml-find-id)
12357         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12358         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12359         (nnml-save-marks): Use nnml-group-pathname instead of
12360         nnmail-group-pathname.
12361
12362         (nnml-request-create-group, nnml-request-expire-articles)
12363         (nnml-request-move-article, nnml-request-delete-group)
12364         (nnml-deletable-article-p, nnml-possibly-create-directory)
12365         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12366         (nnml-open-marks): Bind file-name-coding-system to
12367         nnmail-pathname-coding-system.
12368
12369         (nnml-request-article): Pass server argument to nnml-find-group-number.
12370         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12371         Pass server argument to nnml-possibly-create-directory.
12372         (nnml-request-accept-article): Pass server argument to
12373         nnml-active-number and nnml-save-mail.
12374         (nnml-find-group-number): Pass server argument to nnml-find-id.
12375         (nnml-request-update-info): Pass server argument to
12376         nnml-marks-changed-p.
12377
12378         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12379         (nnml-save-mail, nnml-active-number): Add server argument.
12380
12381         (nnml-request-delete-group): Warn if group is missing.
12382         (nnml-get-nov-buffer): Decode group name.
12383         (nnml-generate-active-info): Encode group name.
12384         (nnml-open-marks): Decode group name in messages.
12385
12386 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12389         if it is not specified.
12390         (gnus-article-pipe-part, gnus-article-save-part)
12391         (gnus-article-interactively-view-part, gnus-article-copy-part)
12392         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12393         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12394         (gnus-article-replace-part, gnus-article-delete-part)
12395         (gnus-article-view-part-as-type): Pass raw prefix argument to
12396         gnus-article-part-wrapper.
12397
12398 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * gnus-agent.el (gnus-agent-save-active):
12401         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12402
12403         * gnus-cache.el (gnus-cache-save-buffers)
12404         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12405         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12406         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12407         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12408         (gnus-cache-generate-active, gnus-cache-rename-group)
12409         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12410         (gnus-cache-update-overview-total-fetched-for):
12411         Bind file-name-coding-system to nnmail-pathname-coding-system.
12412         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12413         New variables.
12414         (gnus-cache-decoded-group-name): New function.
12415         (gnus-cache-file-name): Use it.
12416         (gnus-cache-generate-active): Use non-decoded group name for active.
12417
12418         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12419         right place.
12420         (gnus-write-active-file): Don't break non-ASCII group names.
12421
12422         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12423         nnmail-pathname-coding-system.
12424
12425         * lpath.el: Bind default-file-name-coding-system,
12426         file-name-coding-system and language-info-alist for XEmacs.
12427
12428         * gnus-uu.el (gnus-uu-decode-save): Typo.
12429
12430 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12433
12434 2007-07-14  David Kastrup  <dak@gnu.org>
12435
12436         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12437         finishing actions if we did not edit the article.
12438
12439 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12442         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12443         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12444         (gnus-agent-flush-group, gnus-agent-flush-cache)
12445         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12446         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12447         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12448         (gnus-agent-regenerate-group)
12449         (gnus-agent-update-files-total-fetched-for)
12450         (gnus-agent-update-view-total-fetched-for):
12451         Bind file-name-coding-system to nnmail-pathname-coding-system.
12452         (gnus-agent-group-pathname): Don't encode file names by
12453         nnmail-pathname-coding-system.
12454         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12455         coding-system-for-write instead of buffer-file-coding-system to
12456         gnus-agent-file-coding-system.
12457
12458         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12459         Decode group name.
12460
12461         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12462
12463         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12464         (gnus-read-newsrc-el-file): Make group names unibyte.
12465
12466         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12467         nnmail-pathname-coding-system.
12468
12469         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12470         (nnrss-request-delete-group): Bind file-name-coding-system to
12471         nnmail-pathname-coding-system.
12472         (nnrss-read-server-data, nnrss-read-group-data):
12473         Bind file-name-coding-system correctly.
12474         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12475
12476         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12477         (nntp-server-to-method-cache): New variable.
12478         (nntp-group-pathname): New function that decodes non-ASCII group names.
12479         (nntp-possibly-create-directory, nntp-marks-changed-p)
12480         (nntp-save-marks, nntp-open-marks): Use it.
12481         (nntp-possibly-create-directory, nntp-open-marks):
12482         Bind file-name-coding-system to nnmail-pathname-coding-system.
12483         (nntp-open-marks): Decode group names when bootstrapping marks.
12484
12485         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12486         Newsgroups and Folowup-To headers.
12487
12488 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12491         (gnus-server-closed-face, gnus-server-denied-face)
12492         (gnus-server-offline-face): Remove variable.
12493         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12494
12495         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12496         of modifying message-stack directly for XEmacs.
12497
12498         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12499         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12500         if the coding-system argument is nil for XEmacs.
12501
12502         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12503         mm-charset-override-alist.
12504
12505         * rfc2047.el: Don't require base64; require rfc2045 for the function
12506         rfc2045-encode-string.
12507         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12508         to quote the parameter value.
12509
12510 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12513         form in gnus-group-name-charset-method-alist.
12514
12515         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12516         overrides the default layout edit-form.
12517
12518         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12519
12520         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12521
12522 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12525         as unfetched articles.
12526
12527 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12528
12529         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12530
12531 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12534         original back end that keeps marks in the local system.
12535
12536 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12539         arg of pop-to-buffer for XEmacs.
12540         (gnus-article-read-summary-keys): Ditto; don't restore window
12541         configuration if summary command ends up with neither article buffer
12542         nor summary buffer; describe bindings if summary keys end with C-h.
12543
12544 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * message.el (message-fix-before-sending): Skip raw message part to be
12547         forwarded while checking illegible text.
12548         (message-forward-make-body-mime, message-forward-make-body):
12549         Mark signed or encrypted raw message as having no illegible text.
12550
12551 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12554         (gnus-message-with-timestamp-1): New macro.
12555         (gnus-message-with-timestamp): New function.
12556         (gnus-message): Use them.
12557
12558         * nnheader.el (nnheader-message): Use them.
12559
12560 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12561
12562         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12563         .newsrc.eld file.
12564
12565 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12566
12567         * gnus-agent.el (gnus-agent-fetch-headers)
12568         (gnus-agent-retrieve-headers):
12569         Bind gnus-decode-encoded-address-function to identity.
12570
12571         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12572         available also when the server returns simply a dot.
12573
12574         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12575
12576 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12579
12580 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12581
12582         * gnus-ems.el (gnus-x-splash): Make it work.
12583
12584         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12585         from being used.
12586
12587         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12588
12589 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12592         4th and the 5th arguments.
12593
12594         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12595         the front stickiness.
12596         (gnus-article-summary-command-nosave): Correct the order of the
12597         arguments passed to pop-to-buffer.
12598         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12599         summary command ends up with the article buffer.
12600
12601         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12602         the same faces.
12603
12604 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12605
12606         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12607
12608 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12609
12610         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12611         * gnus-sum.el (gnus-summary-highlight):
12612         * pgg.el (pgg-sign-region, pgg-sign):
12613         * mail-source.el (mail-source-delete-old-incoming-confirm):
12614         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12615
12616 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * gnus-art.el (gnus-mime-view-part-externally)
12619         (gnus-mime-view-part-internally): Fix predicate function passed to
12620         completing-read.
12621
12622         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12623
12624         * gnus.el (gnus-update-message-archive-method): Add :version.
12625
12626 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * gnus.el (gnus-update-message-archive-method): New variable.
12629
12630         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12631         according to gnus-message-archive-method if
12632         gnus-update-message-archive-method is non-nil.
12633
12634 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12637         Suggested by Loic Dachary <loic@dachary.org>.
12638         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12639
12640 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * message.el (message-pop-to-buffer): Add switch-function argument.
12643         (message-mail): Pass switch-function argument to it.
12644
12645 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12648         Improve doc string.
12649
12650 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12653         (gnus-header-content)
12654         * gnus-cite.el (gnus-cite-10)
12655         * gnus-srvr.el (gnus-server-closed)
12656         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12657         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12658         (gnus-group-mail-3-empty, gnus-group-mail-low)
12659         (gnus-group-mail-low-empty, gnus-splash)
12660         * message.el (message-header-to, message-header-cc)
12661         (message-header-subject, message-header-other, message-header-name)
12662         (message-header-xheader, message-separator, message-cited-text)
12663         (message-mml): Lighten colors of faces used for dark background.
12664
12665 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12666
12667         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12668         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12669
12670 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * message.el (message-narrow-to-headers-or-head):
12673         Ignore mail-header-separator in the body.
12674
12675 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12678         same as window size.
12679
12680 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12681
12682         * message.el (message-font-lock-keywords): Use message-header-xheader
12683         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12684         ahead of the anything pattern, to get it recognised.
12685
12686 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12689         spam.el loads uses it in the compiled defadvice form.
12690
12691 2007-05-12  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12692
12693         * gnus-sum.el (gnus-articles-to-read)
12694         (gnus-summary-insert-old-articles): Don't truncate group name for
12695         `read-string'.
12696
12697         * gnus-util.el (gnus-limit-string): Delete this function.
12698
12699         * gnus-sum.el (gnus-simplify-subject-fully):
12700         Use `truncate-string-to-width' instead.
12701
12702 2007-05-11  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12703
12704         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12705         Tell if, on summary exit, the next group has to be selected.
12706         (gnus-summary-exit): Use it.
12707
12708 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12711         non-break space.
12712
12713 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12716         Check if group is not a directory.
12717         (nnfolder-request-expire-articles): Don't delete articles if the target
12718         group is not available.
12719
12720         * nnml.el (nnml-request-create-group): Properly check if group is not a
12721         file.
12722         (nnml-request-expire-articles): Don't delete articles if the target
12723         group is not available.
12724
12725         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12726         Don't quote characters that are within parentheses.
12727
12728 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12731         (gnus-handle-ephemeral-exit): Select article according to it.
12732
12733 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * message.el (message-insert-formated-citation-line): Remove newline.
12736         (message-citation-line-format): Add final \n here so that the user can
12737         avoid a blank line.
12738
12739 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12740
12741         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12742         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12743         Update lanl/arXiv support.
12744
12745 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12746
12747         * gnus.el: Bump version number.
12748
12749 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12750
12751         * gnus.el (gnus-version-number): Bump version.
12752
12753 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12754
12755         * gnus.el: No Gnus v0.6 is released.
12756
12757 2007-04-27  Didier Verna  <didier@xemacs.org>
12758
12759         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12760         * gmm-utils.el (gmm-regexp-concat): ... here.
12761         * message.el: Don't require 'gnus-util.
12762         (message-dont-reply-to-names): Handle name change above.
12763         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12764
12765 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12768         since the initial value varies according to the system.
12769
12770 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12773
12774 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12775
12776         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12777
12778 2007-04-24  Didier Verna  <didier@xemacs.org>
12779
12780         Improve the type of gnus-ignored-from-addresses.
12781         * gnus-util.el (gnus-orify-regexp): New function.
12782         * message.el (gnus-util): Require it.
12783         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12784         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12785         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12786
12787 2007-04-24  Didier Verna  <didier@xemacs.org>
12788
12789         * gnus-sum.el:
12790         * gnus-utils.el: Fix some trailing whitespaces.
12791
12792 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12795         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12796         article's Message-ID; refer parent article in summary buffer.
12797
12798         * message.el (message-bounce): Call mime-to-mml.
12799
12800         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12801         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12802         optimize and/or forms properly.
12803
12804 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12805
12806         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12807         URL.
12808
12809 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12812
12813 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12816         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12817         displayed of multipart/alternative part if it is invoked from summary
12818         buffer.
12819
12820         * mm-view.el (mm-inline-text-html-render-with-w3m)
12821         (mm-inline-text-html-render-with-w3m-standalone)
12822         (mm-inline-render-with-function): Use mail-parse-charset by default.
12823
12824 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12825
12826         * parse-time.el (parse-time-string-chars): Check if CHAR
12827         is less than the length of parse-time-syntax.
12828
12829 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12832         from gnus-newsgroup-processable.
12833
12834 2007-04-16  Didier Verna  <didier@xemacs.org>
12835
12836         * gnus-msg.el (gnus-configure-posting-styles):
12837         Handle message-signature-directory properly with :file syntax.
12838         Reported by "Leo".
12839
12840 2007-04-11  Didier Verna  <didier@xemacs.org>
12841
12842         New user option: message-signature-directory.
12843         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12844         * message.el (message-insert-signature): Ditto.
12845         * message.el (message-signature-file): Doc update.
12846         * message.el (message-signature-directory): New.
12847
12848 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus-msg.el (gnus-inews-yank-articles):
12851         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12852
12853 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * message.el (message-yank-original): Make sure cited text ends with
12856         newline; don't exchange point and mark.
12857
12858 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12859
12860         * tls.el (open-tls-stream): Properly handle case where there
12861         is no associated buffer.
12862
12863 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12864
12865         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12866         message-yank-original, make sure (< mark TEXT point).
12867
12868 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * message.el (message-fill-column): New variable.
12871         (message-mode): Use it.  Add comment on a possible new hook.
12872
12873         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12874         (nnmail-get-new-mail): Reformat.
12875
12876         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12877
12878         * gmm-utils.el: Fix Commentary.
12879         (gmm-tool-bar-from-list): Fix typo in doc string.
12880
12881 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12882
12883         * message.el (message-yank-original): Don't switch point and mark
12884         unnecessarily to put point and mark as documented.
12885
12886 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12887
12888         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12889         from the message heads.
12890
12891 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12892
12893         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12894         article buffer does not have a window.  This may not be the best
12895         solution but is certainly better than setting the start of the null,
12896         that is the current, window.
12897
12898 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12901         (gnus-draft-setup): Run it.
12902
12903         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12904         gnus-score-fast-scoring.  Allow regexp.
12905         (gnus-score-headers): Use it.
12906
12907         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12908         XEmacs.
12909
12910         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12911         string.
12912         (gnus-button-alist): Also catch `<f1> k ...'.
12913         (gnus-treat-display-x-face): Fix doc string.
12914
12915 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12916
12917         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12918         evaluation of gnus-extended-version to ensure correct generation of the
12919         User-Agent header when message-generate-headers-first is used.
12920
12921 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12922
12923         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12924         hashcash-path is nil.  Don't call callback with incorrect number of
12925         parameters if val is 0.
12926
12927 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12928
12929         * message.el (message-required-news-headers):
12930         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12931
12932 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12933
12934         * tls.el (open-tls-stream): In handshake-waiting loop,
12935         don't wait more if there is output available to process.
12936
12937 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12938
12939         * tls.el (tls-program): Doc fix.
12940
12941 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * message.el (message-generate-new-buffers): Change the meaning of the
12944         nil value; add `standard' to the choices; treat t as `unique'; improve
12945         doc string.
12946         (gnus-select-frame-set-input-focus): Autoload.
12947         (message-buffer-name): Search for the existing message buffer if
12948         message-generate-new-buffers is nil or `standard'; treat the value t of
12949         message-generate-new-buffers as `unique'.
12950         (message-pop-to-buffer): Raise the frame already displaying the message
12951         buffer; clear the echo area after querying.
12952         (message-setup): Pass the `continue' argument to compose-mail.
12953         (message-mail): Prefer `switch-function' if it is given; search for the
12954         existing message buffer if the `continue' argument is non-nil; pass
12955         continue and switch-function arguments to compose-mail by way of
12956         message-setup.
12957         (message-mail-other-window): Adjust argument of message-setup.
12958         (message-mail-other-frame): Ditto.
12959
12960 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12963         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12964         to turn font-lock on when turning gnus-message-citation-mode on.
12965
12966 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12967
12968         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12969         (mml-smime-function-alist): New variable; add epg as the backend.
12970         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12971         mml-smime- functions instead.
12972         * mm-view.el: Require smime.
12973
12974 2007-03-05  Didier Verna  <didier@xemacs.org>
12975
12976         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12977         instead of just inheritance for posting styles.
12978         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12979
12980 2007-02-24  Chris Moore  <dooglus@gmail.com>
12981
12982         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12983         * pgg-pgp.el (pgg-pgp-encrypt-region):
12984         * pgg-gpg.el (pgg-gpg-encrypt-region):
12985         Check pgg-encrypt-for-me if no other recipients.
12986
12987 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12988
12989         * tls.el (tls-certtool-program): Fix custom type.
12990
12991 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12994         and point-at-eol instead of line-(beginning|end)-position.
12995
12996         * assistant.el (assistant-parse-buffer): Ditto.
12997
12998         * netrc.el (netrc-parse-services): Ditto.
12999
13000 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
13001
13002         * mml2015.el (mml2015-epg-find-usable-key): New function.
13003         (mml2015-epg-sign): Use it.
13004         (mml2015-epg-encrypt): Use it.
13005
13006 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * message.el (message-make-in-reply-to): Quote name containing
13009         non-ASCII characters.  It will make the RFC2047 encoder cause an error
13010         if there are special characters.  Reported by NAKAJI Hiroyuki
13011         <nakaji@jp.freebsd.org>.
13012
13013 2007-02-27  Didier Verna  <didier@xemacs.org>
13014
13015         Include the group parameters as well as the topic ones in the
13016         inheritance filter process.
13017         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13018         argument GROUP-PARAMS-LIST.
13019         * gnus-topic.el (gnus-group-topic-parameters): Use it.
13020
13021 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * nntp.el (nntp-never-echoes-commands)
13024         (nntp-open-connection-functions-never-echo-commands): New variables.
13025         (nntp-send-command): Use them.
13026
13027 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
13028
13029         * mml2015.el (mml2015-epg-verify): Simplify.
13030
13031 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * mml.el (mml-content-disposition-alist): New user option.
13034         (mml-content-disposition): New function.
13035         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13036         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13037
13038 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13039
13040         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13041         verification.
13042
13043 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13044
13045         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13046         articles posted in the last 24 hours.
13047
13048 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13049
13050         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13051
13052 2007-02-14  MichaĂ«l Cadilhac  <michael@cadilhac.name>
13053
13054         * nntp.el (nntp-send-command): Don't wait for echoes when
13055         nntp-open-ssl-stream is used.
13056
13057 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13060         (gnus-message-add-citation-keywords)
13061         (gnus-message-remove-citation-keywords): Remove.
13062         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13063         directly, make the variables in font-lock-defaults buffer-local, add
13064         gnus-message-citation-keywords to them and then update the value of
13065         font-lock-keywords.
13066
13067 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * message.el (message-cite-original-1): Don't call
13070         gnus-article-highlight-citation.
13071
13072         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13073         citations; fix line count.
13074
13075 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13076
13077         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13078         (gnus-message-add-citation-keywords)
13079         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13080         versions of font-lock-add-keywords and font-lock-remove-keywords to
13081         work with XEmacs correctly.
13082
13083 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * gnus-cite.el (gnus-cite-face-list): Set the values of
13086         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13087         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13088         (gnus-message-cite-prefix-regexp): New variable.
13089         (gnus-message-search-citation-line): Use it; protect against long
13090         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13091         the 0th match data for Emacs.
13092         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13093         (gnus-message-add-citation-keywords): Append keywords rather than
13094         prepending; emulate font-lock-add-keywords if it is not available.
13095         (gnus-message-remove-citation-keywords):
13096         Emulate font-lock-remove-keywords if it is not available.
13097
13098         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13099
13100         * message.el (message-cite-prefix-regexp): Set the value of
13101         gnus-message-cite-prefix-regexp.
13102
13103 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13104
13105         * nnweb.el (nnweb-google-parse-1): Update parser.
13106
13107 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13108
13109         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13110
13111 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13112
13113         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13114         regexp.
13115
13116 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13119         string-to-multibyte.
13120         (uudecode-decode-region-internal): Use it.
13121
13122         * lpath.el: Fbind string-as-multibyte for XEmacs.
13123
13124 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13127         Fix custom choice.
13128
13129         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13130
13131 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13132
13133         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13134
13135         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13136         `write-region' to respect `mm-inhibit-file-name-handlers'.
13137
13138 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13141         Use gnus-home-directory instead of "~/" or "$HOME".
13142
13143 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13144
13145         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13146         to mention filename.
13147         Add comments at beginning regarding usage.
13148         (encrypt-write-file-contents): Change interactive so a string is
13149         acceptable.  If the file has no associated model, show an error instead
13150         of a nonsense prompt.
13151
13152 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13153
13154         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13155         Thanks to Yoshihiko Yamada for kind notification of this typo.
13156
13157 2007-01-12  Kenichi Handa  <handa@m17n.org>
13158
13159         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13160         multibyte buffer.
13161
13162 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * gnus-score.el (gnus-score-fast-scoring): New variable.
13165         (gnus-score-headers): Use it.
13166
13167         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13168
13169         * message.el (message-cite-original-1):
13170         Call gnus-article-highlight-citation if requested.
13171         (message-make-from): Allow name and address as optional arguments.
13172
13173         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13174
13175         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13176         bugs to doc string.
13177         (gnus-button-alist): Add mid\\|message-id.
13178         (gnus-button-fetch-group): Extend for use in
13179         `browse-url-browser-function'.
13180         (gnus-button-url-regexp): Try to catch paired parentheses like in
13181         Wikipedia URLs.
13182
13183         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13184         Suggested by Simon Krahnke <overlord@gmx.li>.
13185
13186 2007-01-13  Romain Francoise  <romain@orebokech.com>
13187
13188         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13189         Update copyright.
13190
13191 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13192
13193         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13194
13195 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13196
13197         * gnus-registry.el (gnus-registry-unfollowed-groups)
13198         (gnus-registry-split-fancy-with-parent): Fix documentation.
13199
13200 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13201
13202         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13203         from nnweb groups.
13204
13205 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13206
13207         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13208         Xref urls.  Erase buffer before requesting head.
13209
13210         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13211
13212 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13213
13214         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13215         customizable.
13216
13217 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13218
13219         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13220         no signing key is found.
13221         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13222         no encrypting and/or signing key is found.
13223
13224 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13225
13226         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13227
13228 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13229
13230         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13231         headers read from disk with the ones newly found in the current search.
13232         This should no longer cause problems, because the article numbers in
13233         Gmane's `nov.php' output are ignored since the previous change.
13234
13235 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13236
13237         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13238
13239 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13242         replace-regexp-in-string; bind url-version; fbind display-images-p and
13243         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13244         find-face and set-itimer-function for Emacs; bind itimer-list for
13245         Emacs.
13246
13247         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13248
13249 2007-01-01  Romain Francoise  <romain@orebokech.com>
13250
13251         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13252
13253 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13254
13255         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13256         `define-minor-mode' macro definition expanded properly.
13257         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13258         exclude it there.
13259
13260         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13261         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13262         `fboundp' test.
13263         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13264         This is OK to autoload in (S)XEmacs now.
13265
13266 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13267
13268         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13269         keystroke.
13270         (gnus-summary-limit-to-singletons): Fix typo.
13271
13272         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13273         else fails.
13274
13275 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13276
13277         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13278         docstring.
13279
13280         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13281         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13282         (gnus-summary-insert-dormant-articles): Fix typo in message.
13283
13284 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13285
13286         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13287         nil for XEmacs.
13288         (gnus-message-citation-mode): Don't autoload in XEmacs.
13289
13290         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13291
13292 2006-12-29  Jouni K. SeppĂ€nen  <jks@iki.fi>
13293
13294         * nnimap.el (nnimap-expunge-search-string):
13295         Mention nnimap-search-uids-not-since-is-evil in docstring.
13296
13297 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13298
13299         * spam.el: Revert to make-obsolete-variable because
13300         define-obsolete-variable-alias is not supported in Emacs 21.
13301
13302         * spam.el (spam-ifile-path, spam-ifile-database-path)
13303         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13304         make-obsolete-variable.
13305         (spam-bsfilter-path, spam-bsfilter-program)
13306         (spam-spamassassin-path, spam-spamassassin-program)
13307         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13308         Don't use "path" inappropriately.
13309         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13310         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13311         variable names.
13312
13313 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13314
13315         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13316         summary buffer.
13317
13318         * password.el (password-cache-remove): Use clear-string to burn
13319         password, if available.
13320
13321 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13322
13323         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13324
13325         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13326
13327         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13328         (gnus-message-highlight-citation): Move defcustom here from
13329         gnus-cite.el.
13330         (gnus-message-citation-mode): Autoload.
13331
13332         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13333         checks to make it compile with XEmacs.
13334         (gnus-message-citation-mode): New minor mode.
13335         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13336         (gnus-message-highlight-citation): New variables.
13337         (gnus-message-search-citation-line)
13338         (gnus-message-add-citation-keywords)
13339         (gnus-message-remove-citation-keywords)
13340         (turn-on-gnus-message-citation-mode)
13341         (turn-off-gnus-message-citation-mode): New functions.
13342
13343 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13344
13345         * gnus-cite.el: Enable highlighting of different citation levels in
13346         message-mode.
13347
13348 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13349
13350         * message.el (message-make-fqdn): Fix comment.
13351         (message-bogus-system-names): Add ".local".
13352
13353         * spam.el (spam-ifile-path, spam-ifile-program)
13354         (spam-ifile-database-path, spam-ifile-database)
13355         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13356         Don't use "path" inappropriately.
13357         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13358         strings.
13359         (spam-check-ifile, spam-ifile-register-with-ifile)
13360         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13361         Use new variable names.
13362
13363         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13364         (gnus-treat-display-smileys): Simplify using
13365         gnus-image-type-available-p.
13366
13367         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13368         available.
13369
13370         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13371         Use `display-images-p' if available.
13372
13373 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13376         one after turning on the buffer's multibyteness instead of decoding
13377         them directly in the unibyte buffer that causes unexpected conversion
13378         in Emacs 23 (unicode).
13379
13380 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13381
13382         * message.el (message-generate-hashcash): Fix custom type.
13383
13384 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13387
13388 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13389
13390         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13391         disconnect icons.  Add help text.
13392
13393 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13394
13395         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13396         negated to be consistent with the others we handle.
13397
13398 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13399
13400         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13401         version of gnus-summary-buffer to something, so that we can use two
13402         article buffers at the same time.
13403
13404 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13405
13406         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13407         trigger all the extra headers.
13408         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13409         sorting.
13410
13411 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13412
13413         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13414         solid groups.
13415
13416 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13417
13418         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13419
13420 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * legacy-gnus-agent.el: Add Copyright notice.
13423
13424 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13425
13426         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13427
13428 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13429
13430         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13431
13432         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13433         to make it work reliably in CVS Emacs.
13434         (gnus-summary-limit-strange-charsets-predicate)
13435         (gnus-summary-limit-to-predicate): New functions.
13436
13437 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13438
13439         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13440         specifying array size.
13441         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13442         array if it is too small.
13443         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13444         (gnus-sort-threads-loop): New function.
13445
13446 2006-12-06  Chris Moore  <dooglus@gmail.com>
13447
13448         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13449         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13450
13451 2006-12-04  Jouni K. SeppĂ€nen  <jks@iki.fi>
13452
13453         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13454         options.
13455
13456 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13457
13458         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13459         DOS-ing the recipient.
13460
13461         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13462         the headers when creating the mapping to avoid mismappings.
13463         (nnweb-gmane-create-mapping): Always nix out old mapping.
13464
13465 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13468         and mm-verify-option to never.
13469
13470 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * message.el (message-signed-or-encrypted-p): New function.
13473         (message-forward-make-body): Use it.
13474
13475         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13476         Replace encode-coding-string with mm-encode-coding-string.
13477
13478 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * nneething.el (nneething-decode-file-name):
13481         Replace decode-coding-string with mm-decode-coding-string.
13482
13483         * gnus-int.el (gnus-open-server): Say failed server's name.
13484
13485 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13486
13487         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13488         strings to a single string.  Quote `errors-file-name'.
13489         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13490         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13491         Adjust calls.  Use `shell-quote-argument'.
13492
13493 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13494
13495         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13496         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13497
13498         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13499         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13500         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13501         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13502         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13503         (gnus-subscribe-newsgroup, gnus-1):
13504         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13505         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13506         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13507         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13508
13509 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13510
13511         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13512         keystroke.
13513         (gnus-summary-limit-to-bodies): Implement headersp.
13514
13515 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13516
13517         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13518
13519 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13520
13521         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13522
13523 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13524
13525         * message.el (message-generate-hashcash): Expand range of values to
13526         include `opportunistic'.
13527         (message-send-mail): Use it.
13528
13529 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13530
13531         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13532         and comment it.
13533
13534         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13535
13536 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * gnus-util.el (gnus-extract-address-components): Improve comment.
13539
13540 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-util.el (gnus-extract-address-components): Work with address in
13543         which the name portion contains @.
13544
13545         * lpath.el: Fbind custom-autoload.
13546
13547 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13548
13549         * gnus.el (gnus-start): Move custom group up.
13550         (gnus-select-method): Don't autoload, but make it available for
13551         `customize-variable'.
13552         (gnus-getenv-nntpserver): Don't autoload.
13553
13554 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13555
13556         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13557
13558 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * message.el (message-sendmail-extra-arguments): New variable.
13561         (message-send-mail-with-sendmail): Use it.
13562
13563 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13566         mm-with-unibyte-current-buffer to make string unibyte.
13567
13568         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13569         mm-string-as-multibyte.
13570
13571 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13572
13573         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13574         Reported by Werner Koch <wk@gnupg.org>.
13575
13576 2006-11-14  Daiki Ueno  <ueno@p360>
13577
13578         * mml2015.el: Autoload epa-select-keys when compiling.
13579
13580 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13581
13582         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13583         message-options.
13584         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13585
13586 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13587
13588         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13589         EasyPG (< 0.0.6).
13590         (mml2015-always-trust): New user option.
13591         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13592         prompt.
13593
13594 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * nntp.el (nntp-authinfo-force): New variable.
13597         (nntp-send-authinfo): Use it.
13598
13599 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13600
13601         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13602         decode encoded words.  Improve prompt.  Add comment about forwarding.
13603         (message-replacement-char): Move up.
13604
13605 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13606
13607         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13608         instead of gnus-intersection because arguments of gnus-sorted-nunion
13609         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13610
13611 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13614         (message-simplify-subject-functions):
13615         Enable message-strip-subject-encoded-words by default.
13616
13617 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * message.el (message-strip-subject-encoded-words): New function.
13620         (message-simplify-subject-functions): New variable.
13621         (message-simplify-subject): Use it.  Fix typo in doc string.
13622         Support message-strip-subject-encoded-words.
13623
13624 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13625
13626         * gnus-diary.el (gnus-diary-delay-format-function):
13627         * nndiary.el (nndiary-reminders):
13628         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13629
13630 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * gnus-art.el (article-hide-boring-headers): Fetch date from
13633         gnus-original-article-buffer to avoid problems with localized date
13634         strings.
13635
13636 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13639
13640 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13641
13642         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13643         New variables.
13644         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13645         (mm-charset-synonym-alist): Move some entries to
13646         mm-codepage-iso-8859-list.
13647         (mm-charset-synonym-alist, mm-charset-override-alist):
13648         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13649
13650 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13653
13654 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13655
13656         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13657         with Emacs 21 and XEmacs.
13658
13659 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13660
13661         * spam.el (spam-parse-address): New function for better parsing,
13662         catching errors, etc.
13663         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13664
13665 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13666
13667         * mm-view.el: Add interactive arg to html2text autoload.
13668
13669 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13672
13673 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13674
13675         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13676         New variables.
13677         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13678         (mm-charset-synonym-alist): Move some entries to
13679         mm-codepage-iso-8859-list.
13680
13681         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13682
13683 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13684
13685         * message.el (message-citation-line-format)
13686         (message-insert-formated-citation-line): Fix implementation of %E, %N
13687         and %n according to the doc string.
13688
13689 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13690
13691         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13692         Use car-safe to avoid bad parses.
13693
13694 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13697         names.
13698
13699         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13700
13701 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13704         header.
13705
13706         * message.el (message-draft-headers): Add Date.
13707         (message-headers-to-generate): Fix typo in docstring.
13708
13709         * nndraft.el (nndraft-required-headers): New variable.
13710         (nndraft-generate-headers): Use it.
13711
13712         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13713
13714 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13715
13716         * gnus-registry.el (gnus-registry-wash-for-keywords)
13717         (gnus-registry-find-keywords): New functions to allow easy searching of
13718         articles that are in the registry.
13719
13720 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13721
13722         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13723         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13724         Reported by Damien Elmes <damien@repose.cx>.
13725
13726 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13727
13728         * gnus.el (gnus-mime): Remove unused custom group.
13729
13730 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13731
13732         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13733         "blank line" when searching for end of armor headers.
13734
13735 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * gmm-utils.el (gmm-write-region): Fix variable name.
13738
13739 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13740
13741         * gmm-utils.el (gmm-write-region): New function based on compatibility
13742         code from `mm-make-temp-file'.
13743
13744         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13745
13746         * nnmaildir.el (nnmaildir--update-nov)
13747         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13748         Use `gmm-write-region'.
13749
13750 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13751
13752         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13753         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13754
13755         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13756
13757         * message.el (message-replacement-char): New variable.
13758         (message-fix-before-sending): Use it.
13759         (message-simplify-subject): New function to remove duplicate code.
13760         (message-reply, message-followup): Use it.
13761
13762         * gnus-sum.el (gnus-summary-make-menu-bar):
13763         Clarify gnus-summary-limit-to-articles.
13764
13765 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * gnus-util.el (gnus-with-local-quit): New macro.
13768
13769         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13770
13771 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13772
13773         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13774         ignore non-string data.
13775
13776 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13777
13778         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13779         non-string data (needs to be done in the registry too).
13780
13781 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13782
13783         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13784         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13785         (gnus-registry-split-fancy-with-parent)
13786         (gnus-registry-fetch-simplified-message-subject-fast)
13787         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13788         Remove text properties on ingress into the registry and when it's saved.
13789         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13790         registry from entries with no groups.
13791
13792 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13793
13794         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13795         function to remove string properties.
13796
13797 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13798
13799         * gmm-utils.el (gmm): Adjust custom version.
13800
13801         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13802         Adjust custom version.
13803
13804         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13805
13806 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * gnus-art.el (gnus-insert-prev-page-button)
13809         (gnus-insert-next-page-button): Simplify.  Reformat.
13810
13811 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13812
13813         * gnus-art.el (gnus-insert-prev-page-button)
13814         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13815
13816 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13817
13818         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13819
13820 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13821
13822         * gnus-art.el (gnus-insert-mime-button)
13823         (gnus-insert-mime-security-button):
13824         Apply gnus-article-button-face to MIME and security buttons.
13825
13826 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13827
13828         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13829         readable.
13830
13831 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13834
13835 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13836
13837         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13838         `browse-url-of-file' instead of `browse-url'.
13839
13840 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13841
13842         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13843         regexp.  Articles containing quotation were cut prematurely.
13844
13845 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * message.el (message-cite-original-1): Use nobody by default for the
13848         value of From header.
13849         (message-reply): Ditto.
13850
13851 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13852
13853         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13854         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13855         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13856
13857 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13858
13859         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13860         mails in the doc string.  Add some URLs in comment.
13861         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13862
13863 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13866         backslashes handling and the way to find boundaries of quoted strings.
13867
13868 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13869
13870         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13871         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13872         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13873         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13874
13875 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13876
13877         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13878         doc string.
13879         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13880
13881 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * lpath.el: Fbind epg-check-configuration.
13884
13885 2006-09-06  Simon Josefsson  <jas@extundo.com>
13886
13887         * mml2015.el (mml2015-use): Doc fix, mention epg.
13888
13889 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13890
13891         * mml2015.el (mml2015-use): Default to epg, if available.
13892
13893 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13894
13895         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13896         message-sender.
13897         (mml1991-epg-encrypt): Ditto.
13898         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13899         message-sender.
13900         (mml2015-epg-encrypt): Ditto.
13901
13902 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13903
13904         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13905         several common directories.
13906
13907 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13908
13909         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13910         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13911
13912 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * gnus-art.el (article-decode-encoded-words): Make it fast.
13915
13916 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13919
13920         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13921         in quoted string into `\'.
13922
13923 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13926         Use standard-syntax-table.
13927
13928 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * gnus-art.el (gnus-decode-address-function): New variable.
13931         (article-decode-encoded-words): Use it to decode headers which are
13932         assumed to contain addresses.
13933         (gnus-mime-delete-part): Remove useless `or'.
13934
13935         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13936         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13937         (gnus-nov-parse-line): Use it to decode From header.
13938         (gnus-get-newsgroup-headers): Ditto.
13939         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13940
13941         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13942         (mail-decode-encoded-address-string): New alias.
13943
13944         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13945         New function.
13946         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13947         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13948         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13949         (rfc2047-decode-string): Ditto.
13950         (rfc2047-decode-address-region): New function.
13951         (rfc2047-decode-address-string): New function.
13952
13953 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13954
13955         * message.el (message-caesar-buffer-body): Allow rotating headers.
13956
13957         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13958
13959         * message.el (message-insert-formated-citation-line): Fix %f.
13960         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13961
13962 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13965         (gnus-bookmark-mouse-available-p): New macro.
13966         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13967         (gnus-bookmark-bmenu-show-infos): Use it.
13968         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13969         (gnus-bookmark-bmenu-hide-infos): Ditto.
13970         (gnus-bookmark-remove-properties): New function.
13971         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13972         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13973         (gnus-bookmark-write-file): Bind coding-system-for-write.
13974         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13975         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13976         group before selecting it.
13977         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13978         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13979         quit-window if it is not available; use gnus-mouse-2 and bind it to
13980         gnus-bookmark-bmenu-select-by-mouse.
13981         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13982         (gnus-bookmark-bmenu-select-by-mouse): New function.
13983
13984 2006-08-13  Romain Francoise  <romain@orebokech.com>
13985
13986         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13987         space.
13988
13989 2006-08-10  Romain Francoise  <romain@orebokech.com>
13990
13991         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13992         (dns-mode-soa-auto-increment-serial): New user option.
13993         (dns-mode-soa-maybe-increment-serial): New function.
13994         (dns-mode): Add the latter to `write-contents-functions'.
13995
13996 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * compface.el (uncompface): Use binary rather than raw-text-unix.
13999
14000 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * compface.el (uncompface): Make sure the eol conversion doesn't take
14003         place when communicating with the external programs.
14004         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14005
14006 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * nnheader.el (nnheader-insert-head): Fix typo in comment.
14009
14010 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14011
14012         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14013         Make it more robust by parsing author and date independently.
14014
14015 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14018
14019 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
14020
14021         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14022         first matching secret key.
14023         (mml2015-epg-encrypt): Ditto.
14024
14025         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14026         first matching secret key.
14027         (mml1991-epg-encrypt): Ditto.
14028
14029         * mml2015.el (mml2015-encrypt-to-self): New user option.
14030         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14031         mml2015-epg-encrypt-to-self is set.
14032
14033         * mml1991.el (mml1991-encrypt-to-self): New variable.
14034         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14035         mml1991-epg-encrypt-to-self is set.
14036
14037         * mml2015.el (mml2015-signers): New user option.
14038         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14039         (mml2015-epg-encrypt): Allow to select signing keys.
14040
14041         * mml1991.el (mml1991-signers): New variable.
14042         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14043         (mml1991-epg-encrypt): Allow to select signing keys.
14044
14045 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * nnheader.el (nnheader-insert-head): Make it work even if the file
14048         uses CRLF for the line-break code.
14049
14050 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14051
14052         * mml2015.el: Require mml-sec instead of password.
14053         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14054         (mml2015-cache-passphrase): Inherit the default value from
14055         mml-secure-cache-passphrase.
14056         (mml2015-passphrase-cache-expiry): Inherit the default value from
14057         mml-secure-passphrase-cache-expiry.
14058
14059         * mml1991.el: Require mml-sec instead of password.
14060         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14061         (mml1991-cache-passphrase): Inherit the default value from
14062         mml-secure-cache-passphrase.
14063         (mml1991-passphrase-cache-expiry): Inherit the default value from
14064         mml-secure-passphrase-cache-expiry.
14065
14066         * mml-sec.el: Require password.
14067         (mml-secure-verbose): New user option.
14068         (mml-secure-cache-passphrase): New user option.
14069         (mml-secure-passphrase-cache-expiry): New user option.
14070
14071 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
14072
14073         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
14074         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
14075         andreas@altroot.de (Andreas Vögele).
14076
14077         FIXME: Use `tiny change'?
14078
14079 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14080
14081         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14082         workaround for the url package included with Emacs.
14083
14084         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14085
14086 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14089         correctly.  This fixes a bug caused by the 2006-05-12 change.
14090
14091 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14092
14093         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14094         some information about the error when saying that the `bogus' mail
14095         group will be used.
14096
14097 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14098
14099         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14100         string.
14101
14102 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14103
14104         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14105
14106 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14107
14108         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14109
14110 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14111
14112         * mml1991.el (mml1991-function-alist): Add epg.
14113         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14114         (mml1991-epg-encrypt): New functions.
14115
14116 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14117
14118         * mml2015.el (mml2015-verbose): New variable.
14119         (mml2015-cache-passphrase): Ditto.
14120         (mml2015-passphrase-cache-expiry): Ditto.
14121         (mml2015-function-alist): Add epg.
14122         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14123         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14124         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14125         New functions.
14126
14127 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14128
14129         * message.el (message-cite-original-1): Preserve region when removing
14130         quoted text due to X-No-Archive in order to avoid bogus attribution
14131         when citing multiple messages.
14132
14133 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14134
14135         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14136         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14137
14138 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * gnus-diary.el (gnus-user-format-function-d)
14141         (gnus-user-format-function-D): Autoload.
14142
14143         * imap.el (Commentary): Fix typo.
14144
14145         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14146         2006-04-22 contribution.
14147
14148 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14149
14150         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14151         It didn't really fix the bogosity I'm seeing with solid web groups.
14152
14153 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14154
14155         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14156         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14157         created using server names.  If we use the feature without declaring
14158         it, Gnus does not properly manage server and group state.
14159
14160         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14161         bound.
14162
14163 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14164
14165         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14166         looking up the method using GROUP's prefix before inventing a new one.
14167         It is used on killed/unknown groups in various places where returning
14168         an all-new method isn't expected by the caller.
14169
14170         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14171         and match semantics of gnus-group-real-prefix.
14172
14173 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14174
14175         * nnmail.el (nnmail-broken-references-mailers): New variable.
14176         (nnmail-ignore-broken-references): New function generalizing
14177         nnmail-fix-eudora-headers.
14178         (nnmail-fix-eudora-headers): Now obsolete.
14179
14180         * gnus-art.el (gnus-button-handle-custom):
14181         Support `customize-apropos*'.
14182
14183 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14184
14185         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14186
14187         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14188         articles.
14189
14190 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * message.el (message-cite-reply-above): New variable.
14193         (message-yank-original): Use it.
14194
14195 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14198
14199 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14202         as read.
14203
14204         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14205
14206 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14207
14208         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14209         (gnus-bookmark-default-file): Use gnus-directory.
14210         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14211         Remove "*" in doc string.
14212         (gnus-bookmark-write-file): Simplify.
14213         (gnus-bookmark-maybe-sort-alist): Use `when'.
14214         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14215         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14216         Add FIXME about Emacs 21 and XEmacs compatibility.
14217         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14218         compatibility.
14219         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14220         compatibility.
14221         (gnus-bookmark-menu-heading): Fix version.
14222
14223 2006-06-19  Bastien Guerry  <bzg@altern.org>
14224
14225         * gnus-bookmark.el: New file.
14226
14227 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * message.el (message-syntax-checks): Doc fix.
14230
14231 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14232
14233         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14234         unsubscribed groups as if they were killed ones.  It causes duplicate
14235         entries in gnus-newsrc-alist.
14236
14237 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * message.el (message-syntax-checks): Doc fix.
14240         (message-send-mail): Add check for continuation headers.
14241         (message-check-news-header-syntax): Fix regexp used to check for
14242         continuation headers.
14243
14244 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14247
14248 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14251
14252 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14255         default-truncate-lines.
14256
14257 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14260         to fill the utf-8 entry.
14261
14262         * lpath.el: Fbind unicode-precedence-list.
14263
14264 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14265
14266         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14267
14268 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14269
14270         * gnus-agent.el (directory-files-and-attributes): Move all the way
14271         forward (the third and final move).
14272         (gnus-agent-read-agentview): Trap reconstruction errors due to
14273         nonexistent directory.  Handle by returning nil.
14274
14275 2006-05-30  Didier Verna  <didier@xemacs.org>
14276
14277         * message.el (message-dont-reply-to-names): Update the custom type.
14278         * message.el (message-dont-reply-to-names): New defsubst: potentially
14279         convert a list of regexps into a single one.
14280         * message.el (message-get-reply-headers): Use it.
14281         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14282
14283 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * gnus-agent.el (directory-files-and-attributes): Move forward.
14286
14287 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * gnus-ml.el (gnus-mailing-list-subscribe)
14290         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14291         (gnus-mailing-list-message): Fix doc strings.
14292
14293 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14294
14295         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14296         of doing it manually.
14297
14298 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14299
14300         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14301         comment.
14302
14303 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14304
14305         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14306         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14307         (gnus-agent-read-local): All symbols allocated in my-obarray.
14308         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14309         (gnus-agent-regenerate-group): Check numeric names to see if they are
14310         messages or groups.
14311         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14312         better way of do this...)
14313
14314         * gnus-cache.el (gnus-agent-total-fetched-for):
14315         Ignore 'dummy.group' (there should be a better way of do this...)
14316
14317 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14320         (gnus-saved-headers): Ditto.
14321         (gnus-default-article-saver): Mention functions may have properties.
14322         (gnus-article-save): Override gnus-save-all-headers and
14323         gnus-saved-headers by :headers property which saver function may have.
14324         (gnus-summary-save-in-file): Add :headers property.
14325         (gnus-summary-write-to-file): Ditto.
14326
14327         * gnus-sum.el (gnus-summary-save-article): Bind
14328         gnus-prompt-before-saving to t when saving many articles in a file;
14329         always show all headers.
14330
14331         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14332
14333 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14336         marks.
14337
14338         * message.el (message-indent-citation): Add optional arguments to allow
14339         using it outside of message buffers.
14340
14341         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14342         (gnus-article-treat-unfold-headers): Use it.
14343         (gnus-article-truncate-lines): New variable.
14344         (gnus-article-mode): Use it.
14345         (gnus-article-toggle-truncate-lines): New function.
14346
14347         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14348         Add gnus-article-toggle-truncate-lines.
14349
14350         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14351         coding system in XEmacs, use binary.
14352
14353 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14356         after-load-alist.
14357
14358         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14359         this function should save decoded articles.
14360         (gnus-summary-write-to-file): Use property to specify this function
14361         should save decoded articles and specify gnus-summary-save-in-file
14362         should be used to save articles other than the first one when saving
14363         many articles.
14364         (gnus-summary-save-body-in-file): Use property to specify this
14365         function should save decoded articles.
14366         (gnus-summary-write-body-to-file): Use property to specify this
14367         function should save decoded articles and specify
14368         gnus-summary-save-body-in-file should be used to save articles other
14369         than the first one when saving many articles.
14370
14371         * gnus-sum.el (gnus-summary-save-article): Simplify.
14372
14373 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * gnus-art.el (gnus-default-article-saver):
14376         Add gnus-summary-write-body-to-file.
14377         (gnus-article-save-coding-system): Don't use coding system object
14378         in XEmacs.
14379         (gnus-read-save-file-name): Add optional `dir-var' argument which
14380         specifies directory in which files are saved; work even if optional
14381         `variable' argument is not specified.
14382         (gnus-summary-write-to-file): Read file name.
14383         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14384         (gnus-summary-write-body-to-file): New function.
14385
14386         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14387         (gnus-summary-local-variables): Add it.
14388         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14389         (gnus-summary-save-article): Remove optional `decode' argument;
14390         determine whether to decode articles by the value of
14391         gnus-default-article-saver; when saving many files using
14392         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14393         it first and use gnus-summary-save-in-file or
14394         gnus-summary-save-body-in-file thereafter unless
14395         gnus-prompt-before-saving is always; move point to article which
14396         will be saved.
14397         (gnus-summary-save-article-file): Revert.
14398         (gnus-summary-write-article-file): Revert.
14399         (gnus-summary-save-article-body-file): Revert.
14400         (gnus-summary-write-article-body-file): New function.
14401
14402 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gnus-art.el (gnus-default-article-saver): Doc fix.
14405         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14406         from gnus-summary-save-article-coding-system, and default to a
14407         certain coding system.
14408         (gnus-output-to-file): Add coding cookie and encode text according
14409         to gnus-article-save-coding-system; don't use mm-append-to-file.
14410
14411         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14412         gnus-art.el and rename to gnus-article-save-coding-system.
14413         (gnus-summary-save-article): Require gnus-art; don't show all
14414         headers if it decodes articles; don't add coding cookie here;
14415         don't bind mm-text-coding-system-for-write.
14416         (gnus-summary-save-article-file): Save decoded articles.
14417         (gnus-summary-write-article-file): When saving many files, use
14418         gnus-summary-write-to-file first and gnus-summary-save-in-file
14419         thereafter unless gnus-prompt-before-saving is always.
14420         (gnus-summary-save-article-body-file): Save decoded articles.
14421
14422         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14423
14424 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14425
14426         * nnrss.el (nnrss-check-group): Bind hash-index.
14427
14428 2006-05-23  MichaĂ«l Cadilhac  <michael.cadilhac@lrde.org>
14429
14430         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14431         its hash index.  Store this hash in `nnrss-group-data'.
14432         (nnrss-read-group-data): Update accordingly.
14433
14434 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14437         entry.
14438
14439         * gnus-sum.el (gnus-summary-make-menu-bar):
14440         Add gnus-article-browse-html-article.
14441
14442 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14443
14444         * gnus-sum.el (gnus-summary-mime-map):
14445         Add gnus-article-browse-html-article.
14446
14447         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14448
14449 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14452         suitable coding systems in customize.
14453
14454 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14455
14456         * mail-source.el (mail-sources): Fix custom type.
14457
14458 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14459
14460         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14461         (gnus-summary-expire-articles-now): Shorten prompt.
14462
14463         * gmm-utils.el (wid-edit): Require.
14464         (defun-gmm): Rename from `gmm-defun-compat'.
14465         (gmm-image-search-load-path): Use it.
14466         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14467
14468 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * gnus-sum.el (gnus-summary-save-article-coding-system):
14471         New variable.
14472         (gnus-summary-save-article): Add optional `decode' argument.
14473         If it is set and gnus-summary-save-article-coding-system is non-nil,
14474         save decoded article.
14475         (gnus-summary-write-article-file): Save decoded article if
14476         gnus-summary-save-article-coding-system is non-nil.
14477
14478         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14479         type.
14480
14481 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14484
14485 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14488         first to test gnus-single-article-buffer which may be buffer-local.
14489
14490         * gnus-sum.el (gnus-summary-setup-buffer):
14491         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14492         group; make gnus-article-buffer, gnus-article-current, and
14493         gnus-original-article-buffer always buffer-local.
14494         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14495         group.
14496         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14497
14498 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * nnml.el (nnml-request-compact-group): Compressed files might not
14501         have .gz extension.
14502
14503 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14504
14505         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14506         (mm-copy-to-buffer): Use with-current-buffer.
14507         (mm-display-part): Simplify.
14508         (mm-inlinable-p): Add optional arg `type'.
14509
14510 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14511
14512         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14513         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14514         Try harder to show the attachment internally or externally using
14515         gnus-mime-view-part-as-type.
14516
14517 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * message.el (message-from-style, message-signature-separator)
14520         (message-user-organization-file, message-send-mail-function)
14521         (message-citation-line-function, message-yank-prefix)
14522         (message-indent-citation-function, message-signature)
14523         (message-signature-file, message-signature-insert-empty-line):
14524         Remove autoloads.
14525
14526         * gnus-art.el (gnus-buttonized-mime-types):
14527         Remove "multipart/signed".  Revert 2006-04-26 change.
14528
14529 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14530
14531         * gnus.el (gnus-version-number): Bump version.
14532
14533 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14534
14535         * gnus.el: No Gnus v0.5 is released.
14536
14537 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14538
14539         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14540         fetching articles by message-id.
14541
14542 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14543
14544         * message.el (hashcash): Require hashcash as normal.
14545
14546         * ecomplete.el (ecomplete-highlight-match-line):
14547         Use point-at-eol.
14548         (ecomplete-highlight-match-line): Use `highlight', because that
14549         face exists in both Emacs and XEmacs.
14550
14551         * message.el (message-display-abbrev): Use point-at-bol.
14552
14553         * mail-source.el: Don't require timer/timer-funcs.
14554
14555         * gnus-async.el: Ditto.
14556
14557         * password.el: Ditto.
14558
14559         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14560
14561         * mm-url.el: Ditto.
14562
14563         * gnus-xmas.el: Don't require timer-funcs.
14564
14565         * mm-util.el: Require timer/timer-funcs.
14566
14567 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14568
14569         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14570         Close.
14571
14572 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14575         unibyte after clear-decrypt function runs.
14576
14577         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14578         returns as a unibyte string.
14579
14580 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * lpath.el: Revert.
14583
14584         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14585         (pgg-gpg-process-sentinel): Revert.
14586
14587         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14588         (pgg-pgp-lookup-key): Revert.
14589
14590         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14591         (pgg-pgp5-lookup-key): Revert.
14592
14593         * pgg.el (pgg-fetch-key): Revert.
14594
14595 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * lpath.el: Fbind string-as-multibyte for XEmacs.
14598
14599         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14600         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14601         (mml1991-pgg-encrypt): Ditto.
14602
14603         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14604         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14605         a multibyte buffer.
14606
14607         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14608         (pgg-pgp-lookup-key): Ditto.
14609
14610         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14611         (pgg-pgp5-lookup-key): Ditto.
14612
14613         * pgg.el (pgg-fetch-key): Ditto.
14614
14615 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * message.el (message-user-organization-file): Check several
14618         locations of the organization file.
14619
14620         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14621         Add gnus-article-view-part-as-type.
14622
14623         * gnus-art.el (gnus-article-view-part-as-type): New function.
14624
14625         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14626         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14627
14628         * mml.el: Simplify autoload.
14629         (mml-mode): defvar dnd-protocol-alist instead of using
14630         symbol-value.
14631         (mml-default-directory): New variable.
14632         (mml-minibuffer-read-file): Use it.
14633         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14634
14635         * message.el (message-citation-line-format): New variable.
14636         (message-insert-formated-citation-line): New function.
14637         (message-citation-line-function):
14638         Add `message-insert-formated-citation-line' to custom type.
14639
14640         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14641         to doc string.
14642
14643         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14644         depending on mm-verify-option.
14645
14646 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14649         binding pgg-* variables; reimplement the section which prevents
14650         MIME header from being signed.
14651         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14652         pgg-text-mode; remove a blank line at the top of body.
14653
14654         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14655         lines at the top of body; use gnus-newsgroup-charset if there's no
14656         Charset header.
14657
14658 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * message.el (message-self-insert-commands): Doc fix.
14661
14662         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14663         (mm-uu-pgp-encrypted-test): Ditto.
14664         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14665         between header and body; return application/pgp-encrypted handle
14666         if decryption failed; decode decrypted body by charset.
14667
14668         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14669         element match to application/pgp-*.
14670
14671 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14672
14673         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14674         HTML.
14675
14676 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14677
14678         * mail-source.el (mail-source-call-script): Message the error
14679         string.
14680
14681 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14682
14683         * gnus-util.el (gnus-byte-compile): Use it.
14684
14685 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14686
14687         * gnus-util.el (kill-empty-logs): New function.
14688
14689 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14690
14691         * message.el (message-mail-alias-type): Doc fix.
14692         (message-mail-alias-type-p): New function.
14693         (message-send): Use it.
14694         (message-mode): Ditto.
14695         (message-strip-forbidden-properties): Ditto.
14696
14697         * ecomplete.el (ecomplete-database-file-coding-system):
14698         New variable.
14699         (ecomplete-save): Use it.
14700         (ecomplete-setup): Use it.
14701
14702 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * message.el (message-self-insert-commands): New variable.
14705         (message-strip-forbidden-properties): Use it.
14706
14707 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14708
14709         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14710         that doesn't make XEmacs choke.
14711
14712 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14713
14714         * gnus-util.el (gnus-replace-in-string):
14715         Prefer replace-regexp-in-string over of replace-in-string.
14716
14717 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * gnus-util.el (gnus-select-frame-set-input-focus):
14720         Use select-frame-set-input-focus if it is available in XEmacs; use
14721         definition defined in Emacs 22 for old Emacsen.
14722
14723         * dgnushack.el: Autoload unmorse-region for XEmacs.
14724
14725         * lpath.el: Bind cursor-in-non-selected-windows and
14726         select-frame-set-input-focus for XEmacs.
14727
14728 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14731
14732 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14733
14734         * gnus-registry.el (gnus-registry-cache-save): Remove text
14735         properties when saving via the temp buffer.
14736
14737 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * message.el (message-generate-hashcash): Honor custom type.
14740
14741 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14742
14743         * message.el (message-generate-hashcash): Default to non-nil when
14744         hashcash is found.
14745
14746         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14747         (gnus-refer-thread-limit): Increase default to 500.
14748
14749         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14750
14751         * flow-fill.el (fill-flowed): Allow delete-space.
14752
14753 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14754
14755         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14756         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14757         Remove autoloads.
14758
14759 2006-04-18  Simon Josefsson  <jas@extundo.com>
14760
14761         * message.el (message-generate-hashcash): Default to.
14762
14763 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14766         concatenating segments rather than before concatenating them.
14767
14768 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14771
14772 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14773
14774         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14775
14776         * message.el (message-forward-make-body-plain):
14777         Allow message-forward-ignored-headers to be a list.
14778         (message-remove-ignored-headers): Factor out into function.
14779         (message-forward-make-body-mml): Use it.
14780
14781         * imap.el (imap-quote-specials): New function.
14782         (imap-login-auth): Quote specials.
14783
14784         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14785         (rfc2231-parse-string): Allow concatanation of parameters that
14786         aren't contiguous.  The test case is
14787           (mail-header-parse-content-type "message/external-body;
14788             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14789             access-type=LOCAL-FILE;
14790             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14791
14792 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14793
14794         * nntp.el (nntp-accept-process-output): Return the value of
14795         `nnheader-accept-process-output'.
14796
14797 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14798
14799         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14800         (gnus-button-alist): Recognize more diff formats.
14801         (gnus-button-patch): Strip directory.
14802
14803 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14804
14805         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14806         Emacs 22 when setting focus.
14807
14808 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14809
14810         * gnus-art.el (gnus-article-treat-types): Do treatment of
14811         text/x-verbatim parts.
14812         (gnus-button-patch): New command.
14813
14814         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14815         addresses that contain invalid characters.
14816
14817 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14818
14819         * message.el (message-put-addresses-in-ecomplete):
14820         Use gnus-replace-in-string.
14821         (message-is-yours-p): Use the more correct
14822         mail-header-parse-address instead of
14823         mail-extract-address-components.
14824         (message-put-addresses-in-ecomplete): Fix typo.
14825
14826         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14827         keystroke.
14828
14829         * gnus-art.el (gnus-treatment-function-alist): Change order of
14830         newsgroups/generic header folding to avoid double-folding.
14831
14832         * message.el (message-hidden-headers): Add X-Draft-From.
14833
14834         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14835         New command.
14836         (gnus-summary-repeat-search-article-backward): New command.
14837
14838         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14839         groups in the parent topic.
14840
14841 2006-04-16  JoĂŁo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14842
14843         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14844         (spam-extra-header-to-number): Return the CRM114 number as a
14845         number instead of a string.
14846
14847 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14848
14849         * gnus-art.el (gnus-face-properties-alist): Move here from
14850         gnus-fun.
14851
14852         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14853
14854 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14855
14856         * message.el (message-strip-forbidden-properties): Only display on
14857         self-insert-command.
14858
14859         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14860         reindent.
14861         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14862
14863 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14864
14865         * smiley.el (smiley-style): Fix typo.
14866
14867 2006-03-23  Kenichi Handa  <handa@m17n.org>
14868
14869         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14870         instead of set-buffer-multibyte.
14871
14872 2006-03-23  Kenichi Handa  <handa@m17n.org>
14873
14874         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14875         buffer and then decode the buffer text if necessary.
14876         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14877         first, and after mm-encode-body, change the buffer to unibyte.
14878
14879 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14880
14881         * hashcash.el (hashcash-insert-payment-async-2):
14882         Use message-goto-eoh instead of doing it manually.
14883         (mail-add-payment): Use message-narrow-to-header instead of trying
14884         to do the same itself.
14885
14886         * message.el (message-hidden-headers): Add Face.
14887
14888         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14889         reparenting code.
14890         (gnus-summary-reparent-children): Refactored out code.
14891         (gnus-summary-thread-map): New keystroke.
14892         (gnus-summary-reparent-children): Make into command.
14893
14894         * smiley.el (smiley-style): Default to `medium' if using a large
14895         font.
14896
14897         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14898         does it itself.
14899
14900         * message.el (message-point-in-header-p): Simplify definition.
14901
14902 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14903
14904         * nnagent.el (nnagent-request-set-mark): Silence log file
14905         writing.
14906         (nnagent-request-set-mark): Use write-region instead of
14907         append-to-file.
14908
14909         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14910         strange select method.
14911
14912         * ecomplete.el (ecomplete-display-matches): Get highlightling
14913         right.
14914         (ecomplete-display-matches): Use literals.
14915         (ecomplete-display-matches): Disable message logging.
14916
14917         * message.el (message-display-abbrev): Small optimization.
14918
14919         * ecomplete.el (ecomplete-display-matches): Allow automatic
14920         display.
14921
14922         * message.el (message-strip-forbidden-properties):
14923         Display abbrevs.
14924         (message-display-abbrev): Get automatic display right.
14925
14926         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14927         keystrokes.
14928
14929 2006-04-13  Romain Francoise  <romain@orebokech.com>
14930
14931         TODO: Backport to v5-10!
14932
14933         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14934         Move here (and rename) from gnus-registry.el.
14935
14936         * gnus-registry.el: Require gnus-util.
14937         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14938
14939 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14940
14941         * gnus-group.el (gnus-group-catchup-current):
14942         Change if-then-else-if-then-else into cond.
14943         (gnus-group-catchup): Indent.
14944         (group-name-at-point): New function.
14945         (gnus-fetch-group): Provide default from thing at point.
14946
14947 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14948
14949         * message.el (message-display-abbrev): Fix regexp.
14950
14951         * ecomplete.el (ecomplete-highlight-match-line):
14952         Reimplement choosing.
14953         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14954         dead variables.
14955
14956         * message.el (message-newline-and-indent): Remove debugging.
14957         (message-display-abbrev): Use new implementation.
14958
14959 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14960
14961         * gnus-art.el (gnus-article-mode):
14962         Set cursor-in-non-selected-windows to nil.
14963
14964         * smiley.el: Revert previous change.
14965         (smiley-data-directory): defvar it before using it in the
14966         defcustom of `smiley-style'.
14967
14968 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14969
14970         * message.el (message-newline-and-indent): New function.
14971
14972         * ecomplete.el: Implement more bits.
14973
14974         * message.el (message-put-addresses-in-ecomplete): Clean up the
14975         string.
14976
14977         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14978
14979         * gnus-sum.el (gnus-summary-save-parts):
14980         Bind gnus-summary-save-parts-counter and use it to make unique file
14981         names.
14982
14983         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14984
14985         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14986         parameter to say whether to actually parse the individual
14987         addresses.
14988
14989         * message.el (message-put-addresses-in-ecomplete): New function.
14990         (ecomplete): Require.
14991         (message-mail-alias-type): Add ecomplete as an option.
14992
14993 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14994
14995         * flow-fill.el (fill-flowed): Remove trailing space from blank
14996         quoted lines.
14997
14998 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14999
15000         * smiley.el (smiley-style): Move definition later to avoid a
15001         compilation warning.
15002
15003 2006-04-12  Kenichi Handa  <handa@m17n.org>
15004
15005         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15006         buffer and then decode the buffer text if necessary.
15007         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15008         first, and after mm-encode-body, change the buffer to unibyte.
15009         Use mm-disable-multibyte instead of set-buffer-multibyte.
15010
15011 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15014         Content-Type header instead of Content-Disposition header.
15015         (gnus-mime-inline-part): Ditto.
15016         (gnus-mime-view-part-as-charset): Ignore charset that the part
15017         specifies.
15018
15019         * mm-decode.el (mm-display-part): Work with external parts and
15020         usual parts similarly.
15021
15022         * mm-extern.el (mm-inline-external-body): Use mm-display-part
15023         instead of gnus-display-mime.
15024
15025         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15026         instead of with-temp-buffer.
15027
15028         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15029         tag to summarized topics part in order to encode non-ASCII text.
15030
15031 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15032
15033         * smiley.el (smiley-style): New variable.
15034         (smiley-directory): New function.
15035         (smiley-data-directory): Derive from `smiley-style' using
15036         `smiley-directory'.
15037         (smiley-regexp-alist): Add new entries.
15038
15039         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15040         (gnus-article-browse-delete-temp): Add :version.
15041
15042 2006-04-11  Arne JĂžrgensen  <arne@arnested.dk>
15043
15044         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15045         the sieve region.
15046
15047 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15048
15049         * gnus.el (gnus-version-number): Bump version.
15050
15051 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15052
15053         * gnus.el: No Gnus v0.4 is released.
15054
15055 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15056
15057         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15058         layout.
15059
15060         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15061         unknown charset.
15062
15063         * message.el (message-header-synonyms): Add Original-To to the
15064         default.
15065
15066         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15067         optional parameter.
15068
15069 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15070
15071         * gnus-fun.el (gnus): Require it for gnus-directory.
15072
15073 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15076
15077 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15078
15079         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15080
15081 2006-04-05  Simon Josefsson  <jas@extundo.com>
15082
15083         * password.el (password-reset): New function.
15084
15085 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15086
15087         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15088         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15089
15090 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15091
15092         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15093         Some whitespace was matched into the url, which broke browsing hits
15094         > 100 when mm-url-use-external was nil.
15095
15096 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15097
15098         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15099         Check gnus-extra-headers for 'Newsgroups.
15100
15101         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15102         bound.
15103
15104 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15105
15106         * pgg-gpg.el: Clean up process buffers every time gpg processes
15107         complete.
15108
15109 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15110
15111         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15112         doc string.
15113
15114 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15115
15116         * pgg-gpg.el (pgg-gpg-process-filter)
15117         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15118
15119         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15120         lines, temporary fix.
15121
15122 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15125
15126 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15127
15128         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15129         default-enable-multibyte-characters.  This reverts the change from
15130         revision 6.17 which is no longer necessary because the passphrase
15131         is sent separately now.  GnuPG messages are unreadable under
15132         multibyte locales with default-enable-multibyte-characters set to
15133         nil.
15134
15135 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * message.el (message-tool-bar-gnome): Move "spell".
15138
15139 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15140
15141         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15142         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15143         instead.
15144
15145 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15146
15147         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15148         Improve newsgroups handling for NNTP overviews which don't include
15149         Newsgroups.
15150
15151 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15152
15153         * message.el (message-resend): Bind message-generate-hashcash to nil.
15154
15155 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15156
15157         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15158         when searching for already-paid recipients.
15159
15160 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15161
15162         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15163         passphrases when it is not needed.
15164         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15165         passphrase stuff from gpg, should only be necessary when you use
15166         gpg with a smartcard.
15167
15168 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * mml.el (mml-insert-mime): Ignore cached contents of
15171         message/external-body part.
15172
15173         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15174         (mm-insert-part): Ditto.
15175
15176 2006-03-23  Simon Josefsson  <jas@extundo.com>
15177
15178         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15179         Reiner.
15180         (pgg-gpg-use-agent-p): Use it again.
15181
15182 2006-03-23  Simon Josefsson  <jas@extundo.com>
15183
15184         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15185         older emacsen.
15186         (pgg-gpg-use-agent-p): Don't use it.
15187
15188 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15191         if we can.
15192
15193 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15194
15195         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15196         (pgg-gpg-update-agent): New function.
15197         (pgg-gpg-use-agent-p): New function.
15198         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15199         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15200         (pgg-gpg-sign-region): Use it.
15201
15202 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15205         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15206
15207 2006-03-21  Simon Josefsson  <jas@extundo.com>
15208
15209         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15210         <wilde@sha-bang.de>.
15211         (pgg-gpg-use-agent): New variable.
15212         (pgg-gpg-process-region): Use it.
15213         (pgg-gpg-encrypt-region): Likewise.
15214         (pgg-gpg-encrypt-symmetric-region): Likewise.
15215         (pgg-gpg-decrypt-region): Likewise.
15216         (pgg-gpg-sign-region): Likewise.
15217         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15218
15219 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15220
15221         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15222
15223         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15224         Add comment on version.
15225
15226 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15227
15228         * smiley.el: Add missing test smiley.
15229
15230 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * mm-decode.el (mm-with-part): New macro.
15233         (mm-get-part): Use it; work with message/external-body as well.
15234         (mm-save-part): Treat name and filename equally.
15235
15236         * mm-extern.el (mm-extern-cache-contents): New function.
15237         (mm-inline-external-body): Use it; force the part to be displayed;
15238         move undisplayer added to the cached handle to the parent.
15239
15240         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15241         (gnus-mime-view-part-as-type): Work with message/external-body.
15242
15243         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15244
15245 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15246
15247         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15248         images in image-load-path.  [Sync with image.el, revision 1.60, in
15249         Emacs.]
15250
15251 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15252
15253         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15254         path rather than symbol.  Always return list of directories.
15255         Guarantee that image directory comes first.  [Sync with image.el,
15256         revision 1.59, in Emacs.]
15257
15258         * message.el (message-make-tool-bar): Adjust to new API of
15259         `gmm-image-load-path-for-library'.
15260
15261         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15262
15263         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15264
15265 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15266
15267         * gnus-art.el (gnus-article-only-boring-p):
15268         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15269         intangible text.
15270         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15271
15272 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15273
15274         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15275         Use `defun' instead of `gmm-defun-compat'.
15276
15277 2006-03-14  Simon Josefsson  <jas@extundo.com>
15278
15279         * message.el (message-unique-id): Don't use message-number-base36
15280         if (user-uid) is a float.
15281         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15282
15283 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15286
15287         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15288         empty line between a part and a message part.
15289
15290 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15291
15292         * smiley.el: Add more test smileys.
15293         (smiley-data-directory, smiley-regexp-alist)
15294         (gnus-smiley-file-types): Fix doc strings.
15295         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15296         adding new elements.
15297         (smiley-mouse-map): Unused code.  Make it a comment.
15298
15299 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15302         scan latest NoCeM messages instead of old ones.
15303         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15304         delimiters that are recently used.
15305         (gnus-nocem-load-cache): Add autoload cookie.
15306
15307         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15308
15309         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15310         level which is larger than gnus-use-nocem is specified.
15311
15312         * gnus-group.el (gnus-group-get-new-news): Ditto.
15313
15314 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15315
15316         * gnus-util.el (gnus-tool-bar-update): New function.
15317
15318         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15319         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15320
15321         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15322
15323         * gnus-group.el (gnus-group-redraw-when-idle)
15324         (gnus-group-redraw-check): Remove.
15325         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15326
15327 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15330         if optional last element is specified in splits (FIELD VALUE...).
15331
15332 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15333
15334         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15335         to gmm-image-load-path-for-library.  Call with no-error argument.
15336         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15337
15338         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15339
15340         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15341
15342         * gmm-utils.el (gmm-image-load-path): Remove alias.
15343
15344 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15345
15346         * gmm-utils.el (gmm-image-load-path): Add alias.
15347
15348         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15349         nnml-generate-nov-databases-1.
15350         (nnml-generate-nov-databases): Use it.
15351         (nnml-generate-nov-databases-directory): Document no-active
15352         argument.
15353
15354         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15355         directory if path is t.  Add no-error.
15356
15357         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15358         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15359
15360         * gnus-art.el (gnus-article-browse-delete-temp-files):
15361         Simplify resetting gnus-article-browse-html-temp-list.
15362
15363         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15364         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15365         Add example to docstring.  Rename local variables.  Move error
15366         checks to default case in cond and simplify.
15367
15368 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15371         handle is multipart when calling it recursively.
15372         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15373
15374 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15375
15376         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15377         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15378
15379 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15382         is loaded.
15383
15384         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15385         loaded.
15386
15387 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15388
15389         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15390         to "Emacs 23 (unicode)" in doc string.
15391
15392         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15393         "Emacs 23 (unicode)" in comment.
15394
15395 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15398
15399         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15400         characters 160 through 255 in Emacs 23.
15401
15402 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15403
15404         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15405         gnus-article-browse-html-temp.
15406         (gnus-article-browse-delete-temp): Make it customizable.
15407         Add `file'.  Adjust doc string.
15408         (gnus-article-browse-delete-temp-files): Add argument.
15409         Allow query for each file.  Adjust doc string.
15410         (gnus-article-browse-html-parts):
15411         Add `gnus-article-browse-delete-temp-files' to
15412         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15413
15414 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15415
15416         * gnus-art.el (gnus-article-browse-html-temp)
15417         (gnus-article-browse-delete-temp): New variables.
15418         (gnus-article-browse-delete-temp-files): New function.
15419         (gnus-article-browse-html-parts): Use it.
15420
15421 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15424
15425         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15426         string.
15427
15428         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15429         gnus-summary-insert-new-articles when unplugged.
15430         Remove gnus-summary-search-article-forward.
15431
15432         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15433         display-visual-class instead of display-color-cells.
15434
15435 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * dgnushack.el: Autoload customize-group for XEmacs.
15438
15439         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15440         message/* containing non-ASCII text properly.
15441
15442 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15443
15444         * message.el: Require gmm-utils, remove autoloads.
15445         (message-tool-bar): Set default based on
15446         gmm-tool-bar-style.
15447         (message-tool-bar-gnome): Add gmm-customize-mode.
15448
15449         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15450         gmm-tool-bar-style.
15451         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15452
15453         * gnus-group.el (gnus-group-tool-bar): Set default based on
15454         gmm-tool-bar-style.
15455         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15456
15457         * gmm-utils.el (gmm-image-directory): Rename variable from
15458         gmm-image-load-path.
15459         (gmm-image-load-path): Use gmm-image-directory.
15460         (gmm-customize-mode): New function.
15461         (gmm-tool-bar-style): New variable.
15462
15463         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15464         gnus-group-redraw-line-number.
15465         (gnus-group-redraw-check): Simplify.
15466         (gnus-group-tool-bar-update): Remove redraw check.
15467         (gnus-group-make-tool-bar): Add redraw check.
15468
15469 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15470
15471         * gnus-art.el (gnus-button): Add missing parentheses.
15472
15473 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * lpath.el: Fbind line-number-at-pos.
15476
15477 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15480
15481 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15482
15483         * gnus-art.el (gnus-button): New face.
15484         (gnus-article-button-face): Use it.
15485
15486         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15487         Add gnus-summary-next-page.  Re-order.
15488
15489         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15490         next-node are now included.
15491         (gnus-group-redraw-line-number): New internal variable.
15492         (gnus-group-redraw-check): Helper function for updating the tool
15493         bar.
15494         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15495
15496         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15497
15498         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15499         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15500         Use it to match format of Spamassassin 3.0 and later.
15501         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15502         (spam-check-bogofilter)
15503         (spam-bogofilter-register-with-bogofilter): Fix args of
15504         `gnus-error' calls.
15505
15506 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15507
15508         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15509         unnecessary interaction when sending queued mails.
15510         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15511
15512 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15515         first or last are nil.
15516
15517 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15518
15519         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15520
15521 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15522
15523         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15524
15525 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15526
15527         * dns.el (query-dns): Protect more against buggy tcp output.
15528
15529 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15530
15531         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15532         nov.php.
15533
15534 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15535
15536         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15537         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15538         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15539         output on the server side.
15540         (nnweb-google-create-mapping): Update regexps and add some
15541         progress indication.
15542
15543 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15544
15545         * gnus-group.el (gnus-group-tool-bar-gnome):
15546         Fix gnus-agent-toggle-plugged.  Re-order icons.
15547         (gnus-group-tool-bar-gnome):
15548         Add gnus-group-{prev,next}-unread-group.
15549         (gnus-group-tool-bar-gnome): Re-order icons.
15550
15551         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15552         Move gnus-summary-insert-new-articles.
15553
15554         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15555         Fix comments.
15556
15557         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15558         also available in Emacs 21.3.
15559
15560         * message.el (message-fix-before-sending): Change "Emacs 22" to
15561         "Emacs 23 (unicode)" in comment.
15562
15563         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15564         "Emacs 23 (unicode)" in comment.
15565
15566         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15567         comment.
15568         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15569
15570         * mm-view.el (mm-fill-flowed): Add :version.
15571
15572 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15575         and load-path.
15576
15577 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15578
15579         * message.el: Autoload gmm-image-load-path.
15580         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15581         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15582         consitency.
15583
15584         * gmm-utils.el (gmm-image-load-path): Also search in
15585         "../etc/images".  Don't set gmm-image-load-path if we don't find
15586         the image.
15587
15588 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * gmm-utils.el (gmm-image-load-path): Don't make
15591         `gmm-image-load-path' include subdirectories which the second arg
15592         `image' might specify.
15593
15594         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15595         subdirectory to icon file names.
15596
15597         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15598
15599 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15600
15601         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15602         gmm-image-load-path calls.
15603
15604         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15605
15606         * message.el (message-make-tool-bar): Ditto.
15607
15608         * mml.el (mml-preview): Add comment concerning tool bar icons.
15609
15610         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15611         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15612
15613         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15614         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15615
15616         * message.el (message-tool-bar-gnome): Use new icon names.
15617         (message-make-tool-bar): Use `gmm-image-load-path'.
15618
15619         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15620         New functions from MH-E.
15621         (gmm-image-load-path): New variable from MH-E.
15622         (gmm-image-load-path): New function from MH-E.  Add arguments
15623         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15624         *-image-load-path-called-flag.
15625
15626 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15627
15628         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15629
15630 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15631
15632         * nnimap.el (nnimap-request-move-article): Change folder back to
15633         source group before deleting.
15634
15635 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15636
15637         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15638
15639         * gnus-art.el (mm-url-insert-file-contents-external):
15640         Autoload mm-url.
15641
15642         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15643
15644 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15647         coding system which mm-charset-to-coding-system returns for a
15648         given charset is valid.
15649
15650 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15651
15652         * html2text.el (html2text-remove-tag-list):
15653         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15654
15655 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15656
15657         * gnus-cus.el: Revert 2005-10-17 change.
15658
15659 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15660
15661         * gnus-art.el (article-strip-banner):
15662         Call article-really-strip-banner only when the regexp match is made.
15663
15664 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15665
15666         * gnus-art.el (article-strip-banner):
15667         Use gnus-extract-address-components instead of
15668         mail-header-parse-addresses to make it work with non-ASCII text;
15669         remove mail-encode-encoded-word-string.
15670
15671         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15672         values which are surrounded with \"...\"; make it never cause a
15673         Lisp error; give up parsing of parameters if it failed in
15674         extracting type.
15675
15676 2006-02-14  Arne JĂžrgensen  <arne@arnested.dk>
15677
15678         * smime.el (smime-cert-by-ldap-1): Fix bug where
15679         `smime-ldap-search' returns results without userCertificates.
15680
15681 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15684
15685 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15686
15687         * spam.el (spam-check-spamassassin-headers): Adapt format for
15688         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15689         <ari@mbf.ocn.ne.jp>.
15690         (spam-list-of-processors): Add spam-use-gmane.
15691
15692 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15695         make-temp-file; make it work with XEmacs as well.
15696
15697         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15698         mm-make-temp-file.
15699
15700         * mm-decode.el (mm-display-external): Use the 3rd arg of
15701         mm-make-temp-file.
15702         (mm-create-image-xemacs): Ditto.
15703
15704 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15707         with message-narrow-to-headers.
15708         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15709         (gnus-draft-check-draft-articles): New function.
15710         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15711
15712 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15713
15714         * gnus-art.el (gnus-article-browse-html-parts):
15715         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15716         Don't use suffix argument for mm-make-temp-file for Emacs 21
15717         compatibility.  Remove useless `format'.
15718
15719 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15720
15721         * nnweb.el (nnweb-google-wash-article): Update regexps.
15722         (nnweb-group-alist): Use defvoo instead of defvar.
15723
15724 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15727         re-loading nn* modules.
15728
15729 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15732         for `tool-bar-mode' and don't check it's default-value.
15733
15734         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15735
15736         * message.el (message-make-tool-bar): Ditto.
15737
15738         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15739         `substring'.  Shorten tmp-file name.
15740
15741         * gnus.el: Remove bogus comment.
15742
15743 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15744
15745         * gnus-art.el (gnus-article-browse-html-parts): New function.
15746         (gnus-article-browse-html-article): New function for viewing html
15747         articles with a browser.
15748
15749 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15750
15751         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15752         in elisp.
15753         (pgg-gpg-encrypt-symmetric-region): Ditto.
15754         (pgg-gpg-sign-region): Ditto.
15755
15756         * pgg-def.el (pgg-text-mode): New variable.
15757
15758         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15759         (mml2015-pgg-encrypt): Ditto.
15760
15761         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15762         (mml1991-pgg-encrypt): Ditto.
15763
15764 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * nnfolder.el (nnfolder-insert-newsgroup-line):
15767         Use message-make-date instead of current-time-string.
15768
15769         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15770         to gnus-decoded which mm-uu might set.
15771
15772 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15775         don't decode quoted parameters; remove misimported Emacs code.
15776         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15777         (rfc2231-decode-encoded-string): Don't use split-string which
15778         behaves differently according to Emacs version; use
15779         mm-decode-coding-region to convert charset to coding-system.
15780         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15781         (rfc2231-encode-string): Remove misimported Emacs code.
15782
15783 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15786         when calling mail-header-parse-content-type.
15787         (article-de-quoted-unreadable): Ditto.
15788         (article-de-base64-unreadable): Ditto.
15789         (article-wash-html): Ditto.
15790
15791         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15792         calling mail-header-parse-content-type and
15793         mail-header-parse-content-disposition.
15794         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15795         mail-header-parse-content-type.
15796
15797         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15798         insert charset and format parameters; encode description after
15799         inserting it to buffer.
15800         (mml-insert-parameter): Fold lines properly even if a parameter is
15801         segmented into two or more lines; change the max column to 76.
15802
15803         * rfc1843.el (rfc1843-decode-article-body): Don't use
15804         ignore-errors when calling mail-header-parse-content-type.
15805
15806         * rfc2231.el (rfc2231-parse-string): Return at least type if
15807         possible; don't cause an error even if it fails in parsing of
15808         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15809         (rfc2231-encode-string): Don't break lines at the beginning, leave
15810         it to mml-insert-parameter.
15811
15812         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15813         calling mail-header-parse-content-type.
15814
15815 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15816
15817         * spam-report.el (spam-report-gmane-use-article-number):
15818         Improve doc string.
15819         (spam-report-gmane-internal): Check if a suitable header was found
15820         in the article.
15821
15822 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15825         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15826
15827 2006-02-05  Romain Francoise  <romain@orebokech.com>
15828
15829         Update copyright notices of all files in the gnus directory.
15830
15831 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15832
15833         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15834
15835 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15838         segmented lines of parameter value to cope with Thunderbird 1.5
15839         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15840         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15841         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15842
15843 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15844
15845         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15846         parts.
15847
15848 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15849
15850         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15851         there's only one active file for all servers.
15852         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15853         solid groups.  Gnus might have used a FAST request to select the group.
15854         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15855         and nnweb-search redundantly in the active file.
15856         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15857         (nnweb-request-create-group): Don't use ARGS.
15858         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15859         initialisations.  Let nnoo do the work.
15860
15861 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15864         Say the part has been decoded.
15865
15866         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15867
15868 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15869
15870         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15871         mailcap-viewer-test-cache when there's no 'test clause, since that
15872         will invert the meaning of a "nil" test previously determined by
15873         mailcap-mailcap-entry-passes-test.
15874
15875 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15878         compiling.
15879
15880         * gnus-sum.el: Ditto.
15881
15882         * message.el: Don't bind tool-bar-map when compiling.
15883
15884 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15885
15886         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15887
15888 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15889
15890         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15891         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15892         current Google Groups.
15893
15894 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15897         and tool-bar-mode.
15898
15899         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15900         and tool-bar-mode.
15901
15902         * message.el (message-tool-bar-update): Simplify.
15903         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15904
15905         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15906         gnus-summary-buffer.
15907         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15908         gnus-summary-reply.
15909
15910         * gmm-utils.el (gmm): Add :version.
15911
15912 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * Makefile.in (clean): New rule.
15915         (distclean): Use it.
15916
15917 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15918
15919         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15920         Don't autoload.
15921
15922 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15923
15924         * gmm-utils.el (gmm-verbose): Add :group.
15925
15926 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * message.el: Change some comments WRT tool-bars.
15929
15930         * gnus-sum.el (gnus-summary-tool-bar)
15931         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15932         (gnus-summary-tool-bar-zap-list): New variables.
15933         (gnus-summary-make-tool-bar): Complete rewrite using
15934         `gmm-tool-bar-from-list'.
15935
15936         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15937         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15938         New variables.
15939         (gnus-group-make-tool-bar): Complete rewrite using
15940         `gmm-tool-bar-from-list'.
15941         (gnus-group-tool-bar-update): New function.
15942
15943         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15944
15945 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15948         is dissected into a single part of which the type is the same as
15949         the given one; decode charset.
15950
15951 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15952
15953         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15954         into alists as symbol not string, since that's what
15955         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15956         look for.
15957
15958 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15959
15960         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15961         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15962
15963         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15964
15965 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15968         (gnus-xmas-mime-security-button-menu): New function.
15969
15970         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15971         (gnus-mime-security-button-menu): New definition.
15972         (gnus-mime-security-button-map): Use them.
15973         (gnus-mime-security-button-menu): New function.
15974         (gnus-insert-mime-security-button): Addition to help echo.
15975         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15976         (gnus-mime-security-pipe-part): New functions.
15977
15978         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15979         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15980
15981         * mm-decode.el (mm-handle-set-disposition): Remove.
15982         (mm-handle-set-description): Remove.
15983
15984 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15985
15986         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15987         (mm-w3m-standalone-supports-m17n-p): New function.
15988         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15989         w3m usage.
15990
15991         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15992         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15993
15994 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15995
15996         * message.el (message-tool-bar-zap-list):
15997         Use gmm-tool-bar-zap-list as custom type.
15998         (message-tool-bar-update): New function.
15999         (message-tool-bar, message-tool-bar-gnome)
16000         (message-tool-bar-retro): Add message-tool-bar-update.
16001         (message-tool-bar-gnome): Add flyspell-buffer.
16002
16003         * gnus-util.el (gnus-error): Describe `args'.
16004
16005         * gmm-utils.el (gmm-error): Describe `args'.
16006         (gmm-tool-bar-zap-list): New widget.
16007         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16008
16009 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16010
16011         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16012         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16013         the number of recursive calls.
16014
16015         * mm-decode.el (mm-handle-set-disposition): New macro.
16016         (mm-handle-set-description): New macro.
16017
16018 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16019
16020         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16021         encoding.
16022
16023 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * message.el (message-tool-bar-zap-list, message-tool-bar)
16026         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16027         (message-tool-bar-local-item-from-menu): Remove.
16028         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16029         (message-make-tool-bar): New function.
16030         (message-mode): Use `message-make-tool-bar'.
16031
16032         * gmm-utils.el: New file.
16033         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16034         (gmm-lazy): New widget copied from `nnmail.el'.
16035         (gmm-tool-bar-from-list): New function for creating customizable
16036         tool bars.
16037         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16038         output.
16039         (gmm): Add :prefix to defgroup.
16040
16041 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16042
16043         * gmm-utils.el (gmm-widget-p): New function.
16044
16045 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16046
16047         * mml.el (mml-attach-file): Describe `description' in doc string.
16048         (mml-menu): Add Emacs MIME manual and PGG manual.
16049
16050 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16051
16052         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16053
16054 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16055
16056         * nntp.el (nntp-end-of-line): Doc fix.
16057
16058 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16059
16060         * imap.el (imap-open): Handle case where buffer is a buffer
16061         object.
16062
16063 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16064
16065         * gnus-delay.el (gnus-delay): Don't autoload.
16066         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16067         to be re-loaded when customizing the `gnus-delay' group.
16068
16069 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16070
16071         * message.el (message-insert-citation-line): Use newlines.
16072
16073 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16074
16075         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16076         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
16077         these routines, so the passphrase can be managed externally and
16078         passed in to the system.
16079         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16080         pgg-add-passphrase-to-cache function.
16081
16082         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16083         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
16084         these routines, so the passphrase can be managed externally and
16085         passed in to the system.
16086         (pgg-pgp5-sign-region): Use new name of
16087         pgg-add-passphrase-to-cache function.
16088
16089 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16090
16091         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16092         part of the decoded armor to find the key-identifier.
16093         (pgg-gpg-lookup-key-owner): New function to return the
16094         human-readable identifier of a key owner.
16095         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
16096         itself.
16097         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16098         the key value) if we have a key and can match it against a secret
16099         key.  Also, added a note pointing out fact that the prompt only
16100         indicates the first matching key.
16101
16102         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
16103         pgg-decrypt-region.
16104         (pgg-add-passphrase-to-cache): Rename from
16105         `pgg-add-passphrase-cache' to reduce confusion (all callers
16106         changed).
16107         (pgg-remove-passphrase-from-cache): Rename from
16108         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16109         changed).
16110         (pgg-read-passphrase, pgg-add-passphrase-cache)
16111         (pgg-remove-passphrase-cache): Add informative docstrings.
16112         (pgg-decrypt): Convey provided passphrase in subordinate call to
16113         pgg-decrypt-region.
16114
16115 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16116
16117         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16118         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16119         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16120         'passphrase' argument, so the passphrase can be managed externally
16121         and then passed in to the system.
16122
16123         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16124         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16125         so the passphrase cache can be used reliably with identifiers
16126         besides a pgp packet's key id.
16127
16128         * pgg-gpg.el (pgg-gpg-encrypt-region)
16129         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16130         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16131         these routines, so the passphrase can be managed externally and
16132         passed in to the system.
16133
16134         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16135         'notruncate' argument, so the passphrase cache can be used
16136         reliably with identifiers besides a pgp packet's key id.
16137
16138 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16139
16140         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16141         symmetric encryption.
16142         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16143         encrypted session key.
16144         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16145         message ask for the passphrase in a proper way.
16146
16147         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16148         New user commands for symmetric encryption.
16149
16150 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16153
16154         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16155
16156 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16157
16158         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16159
16160 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16161
16162         * mm-decode.el (mm-inlined-types): Add application/pgp.
16163         (mm-automatic-display): Ditto.
16164
16165         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16166         part as text.
16167
16168 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * nnrss.el: Update copyright.
16171         (nnrss-opml-import): Query whether to subscribe to each entry.
16172
16173         * gnus-art.el:
16174         * gnus-sum.el:
16175         * gnus-xmas.el:
16176         * messagexmas.el:
16177         * mm-uu.el:
16178         * mm-view.el: Update copyright.
16179
16180 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16181
16182         * message.el (message-info): New function.
16183         (message-mode-menu): Add it.
16184         Update copyright.
16185
16186         * ChangeLog: Fix and update copyright.
16187
16188 2006-01-13  Romain Francoise  <romain@orebokech.com>
16189
16190         * message.el (message-forward-subject-name-subject): Prefer the
16191         address to 'nowhere' if the sender has no name.
16192         Fix typo.  Update copyright year.
16193
16194 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * gnus-art.el (article-wash-html):
16197         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16198         (gnus-article-wash-html-with-w3m-standalone): New function.
16199
16200         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16201         mm-inline-text-html-render-with-w3m-standalone.
16202         (mm-text-html-washer-alist): Map w3m-standalone to
16203         gnus-article-wash-html-with-w3m-standalone.
16204         (mm-inline-text-html-render-with-w3m-standalone): New function.
16205
16206 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16207
16208         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16209         Improve LaTeX.
16210
16211 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16214         (nnrss-request-article): Render text/plain parts as HTML.
16215
16216         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16217         the buffer.
16218
16219 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16220
16221         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16222         custom definition of `gnus-posting-styles'.
16223
16224         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16225         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16226
16227 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16230         Use nntp for bug archive.
16231
16232 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16233
16234         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16235         parts.
16236         (nnrss-normalize-date): New function converts ISO 8601 date into
16237         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16238         (nnrss-check-group): Use it.
16239
16240 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16243
16244         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16245         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16246         (nnrss-insert-w3): Ditto.
16247
16248 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16251         the articles to be forwarded including the case where neither a
16252         number of articles nor a region is specified.
16253
16254 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * nnrss.el (nnrss-request-article): Fix last change; fill
16257         text/plain parts.
16258
16259 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16262         in text/plain part.
16263         (nnrss-check-group): Don't add excessive newline to dc:subject.
16264
16265 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16266
16267         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16268         article.
16269
16270 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16271
16272         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16273         (nnml-use-compressed-files, nnml-save-mail): Support other
16274         comression programs such as bzip2.
16275
16276 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16277
16278         * dns.el (query-dns): Make sure we check the buffer size before
16279         removing tcp headers.
16280
16281 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16284         remove MIME buttons associated with multipart/alternative parts.
16285         (gnus-mime-display-alternative): Tag buttons using `article-type'
16286         text property.
16287
16288         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16289         associated with multipart/alternative parts.
16290
16291         * gnus-art.el (gnus-signature-separator): Fix custom type.
16292
16293         * mm-decode.el (mm-inlined-types): Fix custom type.
16294         (mm-keep-viewer-alive-types): Ditto.
16295         (mm-automatic-display): Ditto.
16296         (mm-attachment-override-types): Ditto.
16297         (mm-inline-override-types): Ditto.
16298         (mm-automatic-external-display): Ditto.
16299
16300 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16301
16302         * spam-report.el (spam-report-user-mail-address)
16303         (spam-report-user-agent): New variables.
16304         (spam-report-url-ping-plain): Use spam-report-user-agent.
16305
16306 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16307
16308         * gnus-art.el (gnus-button-handle-custom): Do not just use
16309         `customize-apropos' for any "M-x customize-*" button but the
16310         function called for.  Accept both the function name and its
16311         argument in order to achieve this.
16312         (gnus-button-alist): Remove support for "custom:" URL's.
16313         Pass function name to `gnus-button-handle-custom' in case of "M-x
16314         customize-*" buttons.
16315
16316 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16319         multipart/alternative and add xref to mm-discouraged-alternatives
16320         in doc string.
16321
16322         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16323         gnus-buttonized-mime-types in doc string.
16324
16325 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16326
16327         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16328         Suggest image/.* in the doc string.
16329
16330 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16331
16332         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16333         message-marks (Debian bug #342521).
16334
16335 2005-12-12  Simon Josefsson  <jas@extundo.com>
16336
16337         * password.el (password-read-from-cache): Add.
16338         (password-read): Use it.
16339
16340 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * rfc2047.el (rfc2047-charset-to-coding-system):
16343         Recognize us-ascii as a MIME charset.
16344
16345         * mm-bodies.el (mm-decode-content-transfer-encoding):
16346         Protect against the case where the 2nd arg TYPE is nil.
16347
16348 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16349
16350         * pop3.el (pop3-stream-type): Fix custom version.
16351
16352         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16353
16354 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16355
16356         * mm-decode.el (mm-display-external): Add missing cdr.
16357
16358 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16361         RFC1524) if it is in mailcap or add a suffix according to
16362         mailcap-mime-extensions when generating a temp filename; postpone
16363         deleting a temp file for 2 seconds for some wrappers, shell
16364         scripts, and so on, which might exit right after having started a
16365         viewer command as a background job.
16366
16367 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16368
16369         * nntp.el (nntp-marks-directory): Fix custom group.
16370
16371         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16372         steps when < 10.
16373
16374         * gnus-start.el (gnus-no-server-1):
16375         Mention `gnus-level-default-subscribed' in doc string.
16376
16377 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16378
16379         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16380         parens.
16381
16382 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16383
16384         * gnus-xmas.el (gnus-use-toolbar): Revert.
16385         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16386         gnus-use-toolbar is default.
16387
16388         * messagexmas.el (message-use-toolbar): Revert.
16389         (message-setup-toolbar): Use global default-toolbar if
16390         message-use-toolbar is default.
16391
16392 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16395         according to default-toolbar-visible-p.
16396
16397         * messagexmas.el (message-use-toolbar): Ditto.
16398
16399 2005-11-26  Dave Love  <fx@gnu.org>
16400
16401         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16402         (tls-program, tls-success): Provide openssl alternative.
16403
16404         * starttls.el: Doc fixes.
16405         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16406         SERVICE to PORT.
16407
16408         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16409         port null or service name.
16410         (starttls-negotiate): Autoload.
16411
16412 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * message.el (message-kill-to-signature): Fix interactive spec.
16415
16416 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * pop3.el (pop3-open-server): Recognize a string as a service name.
16419
16420 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16421
16422         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16423
16424 2005-11-23  Dave Love  <fx@gnu.org>
16425
16426         Add pop3s, pop3/starttls.
16427
16428         * pop3.el (pop3-authentication-scheme): Clarify doc.
16429         (open-tls-stream, starttls-open-stream): Autoload.
16430         (pop3-stream-type): New.
16431         (pop3-open-server): Use it.
16432
16433         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16434         for POP.
16435         (mail-source-keyword-map): Add :stream for POP.
16436         (mail-source-fetch-pop): Use pop3-stream-type.
16437
16438 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16441         of current-time-string.
16442
16443 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16444
16445         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16446         date header.
16447
16448 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16449
16450         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16451         it can seriously impact performance as it bypasses the agent's
16452         local caches.
16453
16454 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16455
16456         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16457         must be explicitly online rather than "not explicitly offline" for
16458         its flags to be synchronized.
16459
16460         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16461         that gnus-uu-unmark-thread will function correctly.
16462
16463         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16464         1024K is instead displayed as 1M.
16465
16466 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16467
16468         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16469
16470 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16471
16472         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16473
16474 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16475
16476         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16477         error message to display actual error condition.
16478         (gnus-agent-save-local): Avoid saving symbols that are bound to
16479         nil as they simply result in a warning message in
16480         gnus-agent-read-local.
16481
16482 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16485         rather than make-variable-buffer-local for file-precious-flag.
16486
16487 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16488
16489         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16490         for duplicates which are removed.  The invalid sort check then
16491         triggers a rescan after the sort as sorting may have moved
16492         duplicate entries such that they can be cheaply detected.
16493
16494 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16497
16498 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16499
16500         * gnus-agent.el (gnus-agent-article-alist-save-format):
16501         Change internal variable to a custom variable.  Change default value
16502         from compressed(2) to uncompressed(1).
16503         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16504         support for uncompressed agentview files.  Taken together, reading
16505         the agentview file should now be 6-7 times faster.
16506
16507 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16508
16509         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16510         as a buffer-local variable.  This avoids creating truncated
16511         dribble files as a result of a hang up, eg.
16512
16513 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16514
16515         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16516         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16517         XEmacs.
16518
16519 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * gnus-start.el (gnus-start-draft-setup):
16522         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16523
16524         * gnus.el (gnus-splash): Change custom group.
16525         (gnus-group-get-parameter, gnus-group-parameter-value):
16526         Describe allow-list argument.
16527
16528         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16529         string.
16530
16531 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gnus-art.el (gnus-default-article-saver): Add user-defined
16534         `function' to custom type.
16535
16536 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16537
16538         * imap.el (imap-open): Handle case where buffer is a buffer
16539         object.
16540
16541 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16542
16543         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16544         long lines.
16545         (gnus-cache-delete-group): Wrap doc strings.
16546
16547         * gnus-agent.el (gnus-agent-rename-group)
16548         (gnus-agent-delete-group): Wrap doc strings.
16549
16550 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * messagexmas.el (message-use-toolbar): Change the valid values
16553         into default, top, bottom, left, and right.
16554         (message-toolbar-thickness): New variable.
16555         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16556         well.
16557         (message-setup-toolbar): Make it work.
16558
16559         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16560         (gnus-use-toolbar): Change the valid values into default, top,
16561         bottom, left, and right.
16562         (gnus-toolbar-thickness): New variable.
16563         (gnus-xmas-setup-toolbar): New function.
16564         (gnus-xmas-setup-group-toolbar): Use it.
16565         (gnus-xmas-setup-summary-toolbar): Use it.
16566
16567 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16568
16569         * gnus-start.el (gnus-1): Add "native" to
16570         gnus-predefined-server-alist.
16571
16572         * gnus.el (gnus-method-to-server): Don't add "native" to the
16573         lists here, because that leads to problems when
16574         gnus-select-method is bound.
16575
16576 2005-11-09  Simon Josefsson  <jas@extundo.com>
16577
16578         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16579         use (not sort-by-date) instead.
16580
16581 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16582
16583         * gnus-delay.el (gnus-delay-group): Don't autoload.
16584         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16585         to be re-loaded when customizing the `gnus-delay' group.
16586
16587 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16588
16589         * message.el: Revert last changes.
16590         (message-insert-citation-line): Use newlines.
16591
16592 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16593
16594         * message.el (message-courtesy-message)
16595         (message-mark-insert-begin, message-mark-insert-end)
16596         (message-elide-ellipsis, message-cancel-message)
16597         (message-add-header, message-change-subject)
16598         (message-cross-post-followup-to-header)
16599         (message-cross-post-insert-note, message-reduce-to-to-cc)
16600         (message-widen-reply, message-delete-not-region)
16601         (message-kill-to-signature, message-insert-signature)
16602         (message-insert-importance-high, message-insert-importance-low)
16603         (message-insert-or-toggle-importance)
16604         (message-insert-disposition-notification-to)
16605         (message-indent-citation, message-yank-original)
16606         (message-cite-original-without-signature, message-cite-original)
16607         (message-insert-citation-line, message-position-on-field)
16608         (message-fix-before-sending, message-send-mail-partially)
16609         (message-send-mail, message-send-mail-with-sendmail)
16610         (message-send-mail-with-qmail, message-send-news)
16611         (message-check-news-header-syntax, message-generate-headers)
16612         (message-insert-courtesy-copy, message-fill-address)
16613         (message-fill-header, message-shorten-references)
16614         (message-setup-1, message-cancel-news)
16615         (message-forward-make-body-plain, message-forward-make-body-mime)
16616         (message-forward-make-body-mml, message-encode-message-body)
16617         (message-forward-make-body-digest-plain)
16618         (message-forward-make-body-digest-mime)
16619         (message-use-alternative-email-as-from): Insert `hard-newline'
16620         instead of ordinary newlines.
16621
16622 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16623
16624         * message.el (message-generate-headers): Downcase the argument
16625         given to message-check-element.
16626
16627 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16628
16629         * nntp.el (nntp-authinfo-rejected): New error condition.
16630         (nntp-wait-for): Use new error condition to signal authentication
16631         error.
16632         (nntp-retrieve-data): Rethrow new error condition to break out of
16633         recursive call to nntp-send-authinfo.
16634
16635 2005-11-08  Romain Francoise  <romain@orebokech.com>
16636
16637         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16638         (gnus-summary-exit-map): Bind to `Z p'.
16639         (gnus-summary-make-menu-bar): Add menu item.
16640
16641 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16642
16643         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16644         (gnus-treat-*): Add `first' in all doc strings.
16645
16646         * gnus-group.el (gnus-group-compact-group): Fix typo.
16647
16648 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * gnus.el (gnus-parameters-case-fold-search): New variable.
16651         (gnus-parameters-get-parameter): Use it.
16652
16653         * gnus-score.el (gnus-home-score-file): Doc fix.
16654
16655 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16656
16657         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16658
16659 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * mm-util.el (mm-special-display-p): New function.
16662
16663         * mml.el (mml-preview): Use it; doc fix.
16664
16665 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16666
16667         * imap.el (imap-open): Handle case where buffer is a buffer object.
16668
16669 2005-10-29  Romain Francoise  <romain@orebokech.com>
16670
16671         * message.el (message-fix-before-sending): Fix comment.
16672
16673 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16674
16675         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16676
16677 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16678
16679         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16680         Used in gnus-score.el.
16681
16682 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16683
16684         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16685
16686 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16687
16688         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16689         whitespace removed in revision 7.8.  Use concatenated string to
16690         protect trailing whitespace.
16691
16692 2005-10-27  Jouni K. SeppĂ€nen  <jks@iki.fi>
16693
16694         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16695         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16696         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16697         Courier IMAP ("some version from 2004").  Mostly based on similar
16698         code in the same function.
16699
16700 2005-10-26  Didier Verna  <didier@xemacs.org>
16701
16702         * gnus-group.el (gnus-group-compact-group): Invalidate original
16703         article buffer.
16704         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16705         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16706         NOV database and in article itself.
16707         Invalidate article backlog.
16708
16709 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16710
16711         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16712
16713 2005-10-26  Simon Josefsson  <jas@extundo.com>
16714
16715         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16716         part of 2004-07-25 change.
16717
16718 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * message.el (message-display-completion-list): New function.
16721         (message-expand-group): Use it; make sure the Completions buffer
16722         is modifiable.
16723 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16724
16725         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16726         user-mail-name is an empty string.
16727
16728 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16729
16730         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16731         depending on gnus-score-decay-constant.
16732
16733         * encrypt.el (encrypt-insert-file-contents)
16734         (encrypt-write-file-contents): Don't use `gnus-message'.
16735
16736         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16737         arguments.
16738         (mm-uu-type-alist): Add message-marks and insert-marks.
16739         Pass arguments to mm-uu-verbatim-marks-extract.
16740         (mm-uu-hide-markers): New variable.
16741         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16742
16743         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16744         (gnus-convert-image-to-face-command): Use "convert" by default to
16745         allow other input image formats.
16746         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16747         accordingly.
16748
16749 2005-10-23  Simon Josefsson  <jas@extundo.com>
16750
16751         * imap.el (imap-gssapi-program): Align command line parameters
16752         with latest GNU SASL.
16753         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16754
16755 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16756
16757         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16758         HTML.
16759         (nnslashdot-request-article): Ditto.
16760
16761         * lpath.el (featurep): Add nobreak-char-display.
16762
16763 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16764
16765         * mail-source.el (mail-source-fetch-pop): Require pop3.
16766         (mail-source-check-pop): Ditto.
16767
16768 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16771         errors.
16772
16773 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16774
16775         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16776         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16777
16778         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16779
16780         * mm-bodies.el (mm-decode-string):
16781         Call `mm-charset-to-coding-system' with allow-override argument.
16782
16783 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16786         (rfc2047-charset-to-coding-system): New function.
16787         (rfc2047-decode-encoded-words): New function.
16788         (rfc2047-decode-region): Use them.
16789         (rfc2047-decode-cte): Remove.
16790         (rfc2047-parse-and-decode): Remove.
16791         (rfc2047-decode): Remove.
16792
16793 2005-10-15  Kenichi Handa  <handa@m17n.org>
16794
16795         * rfc2047.el (rfc2047-decode-cte): New function.
16796         (rfc2047-decode-region): Change the way to decode successive
16797         encoded-words: decode B- or Q-encoding in each encoded-word,
16798         concatenate them, and decode it as charset.
16799
16800 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * lpath.el: Fbind codepage-setup for XEmacs.
16803
16804 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16805
16806         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16807         widget-move-and-invoke.
16808         (gnus-custom-mode): Use gnus-custom-map.
16809
16810 2005-10-15  Bill Wohler  <wohler@newt.com>
16811
16812         * message.el (message-tool-bar-map): Rename image file from
16813         mail_send to mail/send.
16814
16815 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16816
16817         * message.el (message-expand-group): Pass the common
16818         prefix substring of completion to `display-completion-list'.
16819
16820 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16821
16822         * mml-sec.el (mml-secure-method): New internal variable.
16823         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16824         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16825         New functions using mml-secure-method.
16826
16827         * mml.el (mml-mode-map): Add key bindings for those functions.
16828         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16829         Harder <harder@myrealbox.com>.
16830         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16831         Goto end of message if point is the headers of the message.
16832
16833         * message.el (message-in-body-p): New function.
16834
16835         * assistant.el: Autoload gnus-util and netrc.
16836
16837         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16838         Use `mm-charset-override-alist' only when decoding.
16839
16840         * mm-bodies.el (mm-decode-body):
16841         Call `mm-charset-to-coding-system' with allow-override argument.
16842
16843         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16844         `filename' from Content-Disposition if Content-Type doesn't
16845         provide `name'.
16846         (gnus-mime-view-part-as-type): Set default instead of
16847         initial-input.
16848
16849 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16850
16851         * format-spec.el (format-spec): Propagate text properties of % spec.
16852
16853 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16854
16855         * gnus-art.el (gnus-treat-predicate): Add `first'.
16856
16857 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16858
16859         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16860         (mm-charset-override-alist): New variable.
16861         (mm-charset-to-coding-system): Use it.
16862         (mm-codepage-setup): New helper function.
16863         (mm-charset-eval-alist): New variable.
16864         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16865         Warn about unknown charsets.
16866
16867         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16868
16869 2005-10-04  David Hansen  <david.hansen@gmx.net>
16870
16871         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16872         (nnrss-check-group): Ditto.
16873
16874 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16875
16876         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16877         Rename x-gnus-verbatim to x-verbatim.
16878         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16879
16880         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16881         x-verbatim.
16882
16883         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16884
16885         * gnus-util.el (gnus-remove-duplicates): Remove.
16886
16887         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16888         instead of gnus-remove-duplicates.
16889
16890         * message.el (message-remove-duplicates): Remove.
16891         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16892         message-remove-duplicates.
16893
16894         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16895         available, else use implementation from `delete-dups'.
16896
16897         * message.el (message-insert-expires): New function.
16898         (message-mode-map): Add key binding.
16899         (message-mode-field-menu): Add menu entry.
16900         (message-mode): Document it.
16901         (message-make-expires-date): Use `message-make-date'.
16902
16903 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16904
16905         * message.el (message-make-expires-date): New function.
16906
16907 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * Makefile.in (list-installed-shadows): New entry.
16910         (install): Use it.
16911         (remove-installed-shadows): New entry.
16912
16913         * dgnushack.el (dgnushack-default-load-path): New variable.
16914         (dgnushack-find-lisp-shadows): New function.
16915         (dgnushack-remove-lisp-shadows): New function.
16916
16917 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * Makefile.in (install-el-elc): New entry.
16920         (install): Use it so that .el files are necessarily installed.
16921
16922 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16923
16924         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16925
16926 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16927
16928         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16929         function rather than the diff-mode.el package.
16930         (mm-display-external): Use with-current-buffer.
16931         (mm-viewer-completion-map, mm-viewer-completion-map):
16932         Move initialization inside declaration.
16933
16934 2005-09-29  Simon Josefsson  <jas@extundo.com>
16935
16936         * spam.el: Load hashcash when compiling, to avoid warnings.
16937         Don't autoload mail-check-payment.
16938         (spam-check-hashcash): Define unconditionally, since hashcash.el
16939         is part of Gnus now.  Ignore errors from payment checking.
16940
16941 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16942
16943         * message.el (message-bold-region, message-unbold-region):
16944         Rename from `bold-region' and `unbold-region'.
16945
16946         * message.el: Remove useless autoloads.
16947
16948 2005-09-28  Simon Josefsson  <jas@extundo.com>
16949
16950         * message.el (message-use-idna): Default to t.
16951         (message-use-idna): Test whether encoding works too.  Doc fix.
16952
16953 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * nntp.el (nntp-warn-about-losing-connection): Remove.
16956
16957 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16958
16959         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16960         customizable.  Change default value.
16961         (mm-uu-diff-groups-regexp): Change default value.
16962         (mm-uu-type-alist): Add doc string.
16963         (mm-uu-configure): Add doc string.  Make it interactive.
16964         (mm-uu-tex-groups-regexp): New variable.
16965         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16966         (mm-uu-type-alist): Add LaTeX documents.
16967         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16968         of "text/verbatim".
16969         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16970
16971         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16972         instead of "text/verbatim".
16973
16974         * message.el (message-mark-inserted-region)
16975         (message-mark-insert-file): Use slrn style marks when called with
16976         prefix argument.
16977
16978 2005-09-27  Simon Josefsson  <jas@extundo.com>
16979
16980         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16981
16982 2005-09-27  Arne JĂžrgensen  <arne@arnested.dk>
16983
16984         * message.el (message-remove-duplicates): New function.
16985         Implementation borrowed from `gnus-remove-duplicates'.
16986         (message-idna-to-ascii-rhs): Also encode idna addresses in
16987         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16988         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16989         only ask about the same idna domain once per header and also tell
16990         in what header to replace the idna domain.
16991
16992         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16993         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16994         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16995         a header is decoded and not just the last one.
16996
16997 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17000         has been decoded.
17001
17002         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17003         (mm-insert-part): Don't modify text if it has been decoded.
17004
17005         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17006         decoded.
17007
17008         * mm-view.el (mm-inline-text): Don't strip text props unless
17009         decoding enriched or richtext parts.
17010
17011 2005-09-25  Romain Francoise  <romain@orebokech.com>
17012
17013         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17014         * gnus-start.el (gnus-subscribe-interactively):
17015         * gnus-uu.el (gnus-uu-grab-articles):
17016         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17017         space.
17018
17019 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17020
17021         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17022         * mm-view.el (mm-view-pkcs7-decrypt):
17023         * gnus-sum.el (gnus-summary-limit-to-extra)
17024         (gnus-summary-respool-article, gnus-read-move-group-name):
17025         * gnus-score.el (gnus-summary-increase-score):
17026         * gnus-util.el (gnus-completing-read-with-default):
17027         * gnus-art.el (gnus-read-save-file-name)
17028         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17029         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17030         * message.el (message-check-news-header-syntax):
17031         Follow convention for reading with the minibuffer.
17032
17033 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17034
17035         * spam-report.el (spam-report-url-ping-plain):
17036         Use gnus-extended-version as User-Agent.
17037
17038         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17039         default value is nil.
17040
17041         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17042         (mm-uu-verbatim-marks-extract): New function.
17043         (mm-uu-extract): New face.
17044         (mm-uu-copy-to-buffer): Use it.
17045
17046         * spam-report.el (spam-report-gmane-ham): Rename from
17047         `spam-report-gmane-unspam'.
17048         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17049         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17050
17051         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17052         Autoload.
17053         (spam-report-gmane-unregister-routine):
17054         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17055
17056 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17057
17058         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17059         (spam-report-gmane-unregister-routine): Add support for gmane
17060         unregistration.
17061
17062         * spam-report.el (spam-report-gmane-unspam)
17063         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17064         (spam-report-gmane): Change to take a single article and do unspam
17065         registration.
17066
17067 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17068
17069         * mm-url.el (mm-url-decode-entities): Fix regexp.
17070
17071 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17072
17073         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17074         default to nil, to be able to use Gnus at all.  If the default
17075         switches to something else, then the function should be fixed not
17076         be exceedingly slow.
17077
17078 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17079
17080         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17081         fail hard.
17082
17083         * spam-report.el: Add better Keywords line.
17084
17085         * spam.el: Add Maintainer and better Keywords line.
17086
17087 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17088
17089         * gnus-art.el (gnus-article-replace-part)
17090         (gnus-mime-replace-part): New functions.
17091         (gnus-mime-action-alist, gnus-mime-button-commands)
17092         (gnus-mime-save-part-and-strip): Add file argument.
17093         (gnus-article-part-wrapper): Add interactive argument.
17094
17095         * gnus-sum.el (gnus-summary-mime-map):
17096         Add `gnus-article-replace-part'.
17097
17098 2005-09-19  Didier Verna  <didier@xemacs.org>
17099
17100         The nnml compaction feature:
17101         * nnml.el (nnml-request-compact-group): New function.
17102         * nnml.el (nnml-request-compact): New function.
17103         * gnus-int.el (gnus-request-compact-group): New function.
17104         * gnus-int.el (gnus-request-compact): New function.
17105         * gnus-group.el (gnus-group-compact-group): New function.
17106         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17107         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17108         * gnus-srvr.el (gnus-server-compact-server): New function.
17109         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17110         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17111
17112 2005-09-18  Deepak Goel  <deego@gnufans.org>
17113
17114         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17115         format spec.
17116
17117 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17118
17119         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17120
17121 2005-09-15  Romain Francoise  <romain@orebokech.com>
17122
17123         * message.el (message-fill-paragraph): Clarify docstring.
17124
17125 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * gnus-art.el (gnus-mime-display-part): Protect against broken
17128         MIME messages.
17129
17130 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17133         before parsing header.
17134
17135 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17136
17137         * html2text.el (html2text-replace-list): Add new entities.
17138
17139 2005-09-11  Romain Francoise  <romain@orebokech.com>
17140
17141         * message.el (message-alternative-emails): Improve docstring.
17142         (message-setup-1): Call `message-use-alternative-email-as-from'
17143         after `message-setup-hook' to give it precedence over posting
17144         styles, etc.
17145         (message-use-alternative-email-as-from): Add docstring.
17146         Remove the original From header if present.
17147
17148         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17149         (nnml-save-mail): Use it.
17150
17151         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17152         articles.  Add new argument `silent'.
17153         (gnus-uu-mark-all): Report the total number of marked articles.
17154
17155 2005-09-10  Romain Francoise  <romain@orebokech.com>
17156
17157         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17158         (gnus-uu-mark-series): Likewise.
17159
17160 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17161
17162         * spam-report.el (spam-report-gmane): Fix generation of spam
17163         report URL.
17164
17165 2005-09-10  Simon Josefsson  <jas@extundo.com>
17166
17167         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17168         t, based on discussion on the ding list with Robert Epprecht
17169         <epprecht@solnet.ch>.
17170
17171 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17172
17173         * spam-report.el (spam-report-gmane): Make it work without
17174         X-Report-Spam header.  Gmane now only provides Archived-At.
17175         This is only used if `spam-report-gmane-use-article-number' is nil.
17176         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17177
17178         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17179         make `gnus-summary-sort-by-recipient' work with threading.
17180
17181         * nnweb.el (nnweb-google-wash-article): Print a message if article
17182         is not available.
17183
17184 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17185
17186         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17187         change.  Decode text/* parts content before displaying.
17188
17189 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17190
17191         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17192
17193 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17196
17197         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17198         url-package-name, url-package-version,
17199         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17200         w3m-display-inline-images, and w3m-minor-mode-map.
17201
17202 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17203
17204         * message.el (message-tab-body-function): Fix mismatched custom type.
17205
17206         * gnus.el (gnus-group-change-level-function): Ditto.
17207
17208         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17209
17210         * gnus-art.el (gnus-signature-limit)
17211         (gnus-article-mime-part-function): Ditto.
17212
17213 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17214
17215         * mml.el (mml-mode): Silence the byte compiler.
17216
17217         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17218         using `(sit-for 0)' before moving the point to the specified part;
17219         skip unbuttonized parts.
17220         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17221         return to the summary window if gnus-auto-select-part is non-nil.
17222
17223 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17224
17225         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17226         New variables.
17227         (mml-dnd-attach-file, mml-mode): Use them.
17228
17229         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17230         Make fetching article by MID work again for Google Groups.
17231         Add FIXME concerning gnus-group-make-web-group.
17232
17233         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17234         Don't depend on Gnus by using mail-extract-address-components if
17235         gnus-extract-address-components is not bound.
17236
17237 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17238
17239         * gnus-art.el (gnus-mime-display-security): Don't display the
17240         signature, but only the signed part.
17241
17242 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17245
17246         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17247         list, not listp.
17248
17249 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17250
17251         * mm-encode.el (mm-encode-content-transfer-encoding):
17252         Likewise when encoding.
17253
17254         * mm-bodies.el (mm-decode-content-transfer-encoding):
17255         De-canonicalize CRLF for all text content types, not just
17256         text/plain.
17257
17258 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17261         valid article; point arrow and cursor at the MIME button.
17262
17263 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17264
17265         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17266         Suggested by Dan Christensen <jdc@uwo.ca>.
17267
17268         * mm-decode.el (mm-save-part): Enable change of prompt.
17269
17270 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17271
17272         * gnus-msg.el (gnus-inews-add-send-actions):
17273         Make `message-post-method' lambda parameter ARG `&optional'.
17274
17275 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17276
17277         * gnus-sum.el (gnus-summary-mime-map):
17278         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17279         gnus-article-jump-to-part.
17280
17281         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17282         (gnus-article-edit-part): Use it.
17283         (gnus-article-part-wrapper): Add no-handle argument.
17284         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17285         New functions.
17286
17287 2005-08-29  Romain Francoise  <romain@orebokech.com>
17288
17289         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17290         docstring.
17291         (gnus-face-from-file): Likewise.
17292
17293 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17294
17295         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17296         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17297         non-nil.
17298         (gnus-auto-select-part): New variable.
17299         (gnus-article-jump-to-part): New function.
17300         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17301         (gnus-mime-delete-part): Allow selecting specified part after
17302         deleting or stripping parts.
17303         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17304         part if argument is bogus.
17305
17306 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17307
17308         * gnus-art.el (w3m-minor-mode-map):
17309         * gnus-spec.el (gnus-newsrc-file-version):
17310         * gnus-util.el (nnmail-active-file-coding-system)
17311         (gnus-original-article-buffer, gnus-user-agent):
17312         * gnus.el (gnus-ham-process-destinations)
17313         (gnus-parameter-ham-marks-alist)
17314         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17315         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17316         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17317         * mm-decode.el (gnus-current-window-configuration):
17318         * mm-extern.el (gnus-article-mime-handles):
17319         * mm-url.el (url-current-object, url-package-name)
17320         (url-package-version):
17321         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17322         (smime-keys, w3m-cid-retrieve-function-alist)
17323         (w3m-current-buffer, w3m-display-inline-images)
17324         (w3m-minor-mode-map):
17325         * mml-smime.el (gnus-extract-address-components):
17326         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17327         (gnus-newsrc-hashtb, message-default-charset)
17328         (message-deletable-headers, message-options)
17329         (message-posting-charset, message-required-mail-headers)
17330         (message-required-news-headers):
17331         * mml1991.el (mc-pgp-always-sign):
17332         * mml2015.el (mc-pgp-always-sign):
17333         * nnheader.el (nnmail-extra-headers):
17334         * rfc1843.el (gnus-decode-encoded-word-function)
17335         (gnus-decode-header-function, gnus-newsgroup-name):
17336         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17337
17338 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17339
17340         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17341         the end of the date treatments.
17342
17343 2005-08-15  Simon Josefsson  <jas@extundo.com>
17344
17345         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17346         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17347         Capello and Romain Francoise.
17348         (pgg-fetch-key-function): Remove, not used?
17349         (pgg-insert-url-with-w3): Require url, to get
17350         url-insert-file-contents regardless of where it is defined.
17351
17352 2005-08-13  Romain Francoise  <romain@orebokech.com>
17353
17354         * message.el (message-cite-original-1): New function.
17355         (message-cite-original): Use it.
17356         (message-cite-original-without-signature): Ditto.
17357
17358 2005-08-08  Romain Francoise  <romain@orebokech.com>
17359
17360         * message.el (message-yank-empty-prefix): New variable.
17361         (message-indent-citation): Use it.
17362         (message-cite-original-without-signature): Respect X-No-Archive.
17363
17364 2005-08-08  Simon Josefsson  <jas@extundo.com>
17365
17366         * pgg.el: Autoload url-insert-file-contents instead of loading
17367         w3/url.
17368         (pgg-insert-url-with-w3): Don't load url here.
17369
17370 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17371
17372         * message.el (message-kill-to-signature): Don't insert newline at
17373         bol.
17374         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17375
17376 2005-08-06  Romain Francoise  <romain@orebokech.com>
17377
17378         * message.el (message-user-fqdn): Fix typo in docstring.
17379
17380 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17381
17382         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17383
17384         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17385
17386 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17387
17388         * mm-bodies.el (mm-encode-body): Use coding system rather than
17389         charset to encode text.
17390
17391         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17392         number of charsets if utf-8 is available (XEmacs).
17393
17394 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17395
17396         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17397         taken from `gnus-button-mid-or-mail-regexp'.
17398         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17399         (gnus-button-alist): Improve regexp for domain part of the MIDs
17400         for news:localpart@domain buttons.
17401         (gnus-button-ctan-directory-regexp): Update.
17402
17403 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * sieve-manage.el (sieve-manage-interactive-login):
17406         Use make-local-variable rather than make-variable-buffer-local.
17407         (sieve-manage-open): Ditto.
17408         (sieve-manage-authenticate): Ditto.
17409
17410         * mml.el (mml-generate-mime-1): Make the content type default to
17411         text/plain if the filename is not specified.
17412
17413 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17416         instead of insert-buffer.
17417
17418         * message.el (message-yank-original): Ditto; set the mark at the
17419         end of the yanked message.
17420
17421 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17422
17423         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17424         lines to scroll rather than to stop it.
17425
17426         * mml.el (mml-generate-default-type): Add doc string.
17427         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17428         default to application/octet-stream when determining the content
17429         type if it is not specified for the part or the mml contents; add
17430         a comment about mml-generate-default-type.
17431
17432 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17433
17434         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17435         make it default to application/octet-stream when determining the
17436         content type if it is not specified for the external contents.
17437
17438 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17441         segmented parameter but also other parameters might be there.
17442
17443 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * mm-decode.el (mm-display-external): Delete temp file, directory
17446         and buffer immediately if the external process is exited.
17447
17448 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17449
17450         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17451         fewer lines than that of scroll-margin.
17452         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17453
17454 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * gnus-art.el (gnus-article-next-page): Revert.
17457         (gnus-article-beginning-of-window): New macro.
17458         (gnus-article-next-page-1): Use it.
17459         (gnus-article-prev-page): Ditto.
17460         (gnus-article-edit-part): Use insert-buffer-substring instead of
17461         insert-buffer.
17462         (gnus-article-edit-exit): Ditto.
17463
17464         * gnus-util.el (gnus-beginning-of-window): Remove.
17465         (gnus-end-of-window): Remove.
17466
17467         * lpath.el: Don't bind header-line-format and scroll-margin.
17468
17469 2005-07-25  Simon Josefsson  <jas@extundo.com>
17470
17471         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17472         to have the url package without w3.  Reported by Daiki Ueno
17473         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17474
17475 2005-07-20  Didier Verna  <didier@xemacs.org>
17476
17477         * gnus-diary.el: Remove the description comment (nndiary is now
17478         properly documented in the Gnus manual).
17479         Fix the spelling of "Back End".
17480         * nndiary.el: Ditto.
17481         Fix the copyright notice.
17482
17483 2005-07-18  Romain Francoise  <romain@orebokech.com>
17484
17485         * gnus-sum.el (gnus-summary-to-prefix)
17486         (gnus-summary-newsgroup-prefix): New variables.
17487         (gnus-summary-from-or-to-or-newsgroups): Use them.
17488
17489 2005-07-17  Romain Francoise  <romain@orebokech.com>
17490
17491         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17492         space as it's generally not especially interesting to the user.
17493
17494 2005-07-16  Romain Francoise  <romain@orebokech.com>
17495
17496         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17497         nil to avoid prompting and file modification if one of the
17498         messages at the top of the nnfolder file contains a copyright
17499         notice.
17500         Update copyright notice.
17501
17502         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17503         instead of `current-time-string' as the latter creates a time
17504         string that is not RFC 2822 compliant (it lacks the zone).
17505         Update copyright notice.
17506
17507 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17508
17509         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17510         for text/rtf.  Display default in prompt.  Pass default for M-n.
17511
17512         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17513
17514 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17515
17516         * gnus-msg.el (gnus-button-mailto):
17517         Remove save-selected-window-window hackery because it relies on
17518         save-selected-window internals.
17519
17520 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17521
17522         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17523         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17524         (gnus-article-prev-page): Ditto.
17525
17526         * gnus-util.el (gnus-beginning-of-window): New function.
17527         (gnus-end-of-window): New function.
17528
17529         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17530
17531 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17532
17533         * gnus-score.el (gnus-score-edit-all-score):
17534         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17535         gnus-message.
17536
17537 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17538
17539         * gnus-msg.el (gnus-button-mailto):
17540         Remove save-selected-window-window hackery because it relies on
17541         save-selected-window internals.
17542
17543 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17546         add-minor-mode.
17547         (gnus-binary-mode): Ditto.
17548
17549         * gnus-topic.el (gnus-topic-mode): Ditto.
17550
17551 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17552
17553         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17554         (gnus-article-prev-page): Take scroll-margin into consideration.
17555
17556 2005-07-04  Lute Kamstra  <lute@gnu.org>
17557
17558         Update FSF's address in GPL notices.
17559
17560 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17561
17562         * gnus.el (gnus-exit):
17563         * gnus-group.el (gnus-group-icons):
17564         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17565
17566         * gnus-nocem.el (gnus-nocem):
17567         * message.el (message-various, message-buffers, message-sending)
17568         (message-interface, message-forwarding, message-insertion)
17569         (message-headers, message-news, message-mail):
17570         * pgg-gpg.el (pgg-gpg):
17571         * pgg-parse.el (pgg-parse):
17572         * pgg-pgp.el (pgg-pgp):
17573         * pgg-pgp5.el (pgg-pgp5):
17574         * pop3.el (pop3): Finish `defgroup' description with period.
17575
17576 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * gnus-art.el (article-display-face): Improve the efficiency.
17579         (article-display-x-face): Ditto; remove grey x-face stuff.
17580
17581 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * gnus-art.el (article-display-face): Correct the position in
17584         which Faces are inserted.
17585
17586 2005-06-29  Didier Verna  <didier@xemacs.org>
17587
17588         * gnus-art.el (article-display-face): Display faces in correct
17589         order.
17590
17591 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17594         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17595         (gnus-nocem-check-article): Fetch the Type header.
17596         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17597         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17598         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17599         make sure gnus-nocem-hashtb is initialized.
17600         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17601         (gnus-nocem-unwanted-article-p): Ditto.
17602
17603         * pgg.el (pgg-verify): Return the verification result.
17604
17605 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17606
17607         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17608         is ascii.
17609
17610 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17611
17612         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17613         `show-nonbreak-escape'.
17614
17615 2005-06-23  Lute Kamstra  <lute@gnu.org>
17616
17617         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17618
17619         * dig.el (dig-mode):
17620         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17621
17622 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17623
17624         * nnimap.el (nnimap-split-download-body): Fix spellings.
17625
17626 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17627
17628         * gnus-art.el (gnus-article-encrypt-body):
17629         * gnus-cus.el (gnus-score-customize):
17630         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17631         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17632
17633 2005-06-16  Arne JĂžrgensen  <arne@arnested.dk>
17634
17635         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17636         header by looking for magic "MII" at the beginnig.
17637
17638 2005-06-16  Miles Bader  <miles@gnu.org>
17639
17640         * gnus-xmas.el (gnus-xmas-group-startup-message):
17641         Use renamed gnus-splash face.
17642
17643         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17644         (assistant-field-face): New backward-compatibility alias for renamed
17645         face.
17646         (assistant-render-text): Use renamed assistant-field face.
17647
17648         * spam.el (spam): Remove "-face" suffix from face name.
17649         (spam-face): New backward-compatibility alias for renamed face.
17650         (spam-face, spam-initialize): Use renamed spam face.
17651
17652         * message.el (message-header-to, message-header-cc)
17653         (message-header-subject, message-header-newsgroups)
17654         (message-header-other, message-header-name)
17655         (message-header-xheader, message-separator, message-cited-text)
17656         (message-mml): Remove "-face" suffix from face names.
17657         (message-header-to-face, message-header-cc-face)
17658         (message-header-subject-face, message-header-newsgroups-face)
17659         (message-header-other-face, message-header-name-face)
17660         (message-header-xheader-face, message-separator-face)
17661         (message-cited-text-face, message-mml-face):
17662         New backward-compatibility aliases for renamed faces.
17663         (message-font-lock-keywords): Use renamed message faces.
17664
17665         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17666         (sieve-test-commands, sieve-tagged-arguments):
17667         Remove "-face" suffix from face names.
17668         (sieve-control-commands-face, sieve-action-commands-face)
17669         (sieve-test-commands-face, sieve-tagged-arguments-face):
17670         New backward-compatibility aliases for renamed faces.
17671         (sieve-control-commands-face, sieve-action-commands-face)
17672         (sieve-test-commands-face, sieve-tagged-arguments-face):
17673         Use renamed sieve faces.
17674
17675         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17676         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17677         (gnus-group-news-3-empty, gnus-group-news-4)
17678         (gnus-group-news-4-empty, gnus-group-news-5)
17679         (gnus-group-news-5-empty, gnus-group-news-6)
17680         (gnus-group-news-6-empty, gnus-group-news-low)
17681         (gnus-group-news-low-empty, gnus-group-mail-1)
17682         (gnus-group-mail-1-empty, gnus-group-mail-2)
17683         (gnus-group-mail-2-empty, gnus-group-mail-3)
17684         (gnus-group-mail-3-empty, gnus-group-mail-low)
17685         (gnus-group-mail-low-empty, gnus-summary-selected)
17686         (gnus-summary-cancelled, gnus-summary-high-ticked)
17687         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17688         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17689         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17690         (gnus-summary-low-undownloaded)
17691         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17692         (gnus-summary-low-unread, gnus-summary-normal-unread)
17693         (gnus-summary-high-read, gnus-summary-low-read)
17694         (gnus-summary-normal-read, gnus-splash):
17695         Remove "-face" suffix from face names.
17696         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17697         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17698         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17699         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17700         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17701         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17702         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17703         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17704         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17705         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17706         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17707         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17708         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17709         (gnus-summary-normal-ticked-face)
17710         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17711         (gnus-summary-normal-ancient-face)
17712         (gnus-summary-high-undownloaded-face)
17713         (gnus-summary-low-undownloaded-face)
17714         (gnus-summary-normal-undownloaded-face)
17715         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17716         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17717         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17718         (gnus-splash-face):
17719         New backward-compatibility aliases for renamed faces.
17720         (gnus-group-startup-message): Use renamed gnus faces.
17721
17722         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17723         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17724         (gnus-server-agent): Remove "-face" suffix from face names.
17725         (gnus-server-agent-face, gnus-server-opened-face)
17726         (gnus-server-closed-face, gnus-server-denied-face)
17727         (gnus-server-offline-face):
17728         New backward-compatibility aliases for renamed faces.
17729         (gnus-server-agent-face, gnus-server-opened-face)
17730         (gnus-server-closed-face, gnus-server-denied-face)
17731         (gnus-server-offline-face): Use renamed gnus faces.
17732
17733         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17734         Remove "-face" suffix from face names.
17735         (gnus-picon-xbm-face, gnus-picon-face):
17736         New backward-compatibility aliases for renamed faces.
17737
17738         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17739         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17740         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17741         (gnus-cite-11): Remove "-face" suffix from face names.
17742         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17743         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17744         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17745         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17746         New backward-compatibility aliases for renamed faces.
17747         (gnus-cite-attribution-face, gnus-cite-face-list)
17748         (gnus-article-boring-faces): Use renamed gnus faces.
17749
17750         * gnus-art.el (gnus-signature, gnus-header-from)
17751         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17752         (gnus-header-content): Remove "-face" suffix from face names.
17753         (gnus-signature-face, gnus-header-from-face)
17754         (gnus-header-subject-face, gnus-header-newsgroups-face)
17755         (gnus-header-name-face, gnus-header-content-face):
17756         New backward-compatibility aliases for renamed faces.
17757         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17758
17759         * gnus-sum.el (gnus-summary-selected-face)
17760         (gnus-summary-highlight): Use renamed gnus faces.
17761         * gnus-group.el (gnus-group-highlight): Likewise.
17762
17763 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17764
17765         * gnus-sieve.el (gnus-sieve-article-add-rule):
17766         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17767         * spam-stat.el (spam-stat-buffer-change-to-spam)
17768         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17769
17770         * message.el (message-is-yours-p):
17771         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17772
17773 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * mm-view.el (mm-inline-text): Withdraw the last change.
17776
17777 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17778
17779         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17780         executing enriched-decode.
17781
17782 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17783
17784         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17785         charset of tar files.
17786
17787 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17788
17789         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17790
17791 2005-06-04  Lute Kamstra  <lute@gnu.org>
17792
17793         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17794         information is never recorded.
17795
17796 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17797
17798         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17799
17800 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * pop3.el (pop3-apop): Run md5 in the binary mode.
17803
17804         * starttls.el (starttls-set-process-query-on-exit-flag):
17805         Use eval-and-compile.
17806
17807 2005-05-31  Simon Josefsson  <jas@extundo.com>
17808
17809         * smime.el (smime-replace-in-string): Define.
17810         (smime-cert-by-ldap-1): Use it.
17811
17812 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus-art.el (article-display-x-face): Replace
17815         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17816
17817         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17818         set-process-query-on-exit-flag or process-kill-without-query.
17819
17820         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17821         loop instead of replace-regexp.
17822
17823         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17824         instead of process-kill-without-query if it is available.
17825
17826         * lpath.el: Fbind ldap-search-entries.
17827
17828         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17829         instead of find-file-hooks if it is available.
17830
17831         * mml1991.el: Bind pgg-default-user-id when compiling.
17832
17833         * mml2015.el: Bind pgg-default-user-id when compiling.
17834
17835         * nndraft.el (nndraft-request-associate-buffer):
17836         Use write-contents-functions instead of write-contents-hooks if it is
17837         available.
17838
17839         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17840         instead of find-file-hooks if it is available.
17841
17842         * nntp.el (nntp-open-connection): Replace
17843         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17844         (nntp-open-ssl-stream): Ditto.
17845         (nntp-open-tls-stream): Ditto.
17846
17847         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17848         set-process-query-on-exit-flag or process-kill-without-query.
17849         (starttls-open-stream-gnutls): Use it instead of
17850         process-kill-without-query.
17851         (starttls-open-stream): Ditto.
17852
17853 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17854
17855         * smime.el (smime-cert-by-ldap-1): Don't use
17856         replace-regexp-in-string.
17857
17858 2005-05-31  Arne JĂžrgensen  <arne@arnested.dk>
17859
17860         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17861
17862         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17863         in PEM format.  Adjust to the XEmacs compatibility.
17864
17865 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17866
17867         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17868         by `string-to-number'.
17869         * gnus-agent.el (gnus-agent-regenerate-group)
17870         (gnus-agent-fetch-articles): Ditto.
17871         * gnus-art.el (gnus-button-fetch-group): Ditto.
17872         * gnus-cache.el (gnus-cache-generate-active)
17873         (gnus-cache-articles-in-group): Ditto.
17874         * gnus-group.el (gnus-group-set-current-level)
17875         (gnus-group-insert-group-line): Ditto.
17876         * gnus-score.el (gnus-score-set-expunge-below)
17877         (gnus-score-set-mark-below, gnus-summary-score-effect)
17878         (gnus-summary-score-entry): Ditto.
17879         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17880         (gnus-soup-pack): Ditto.
17881         * gnus-spec.el (gnus-xmas-format): Ditto.
17882         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17883         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17884         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17885         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17886         * nndb.el (nndb-get-remote-expire-response): Ditto.
17887         * nndiary.el (nndiary-parse-schedule-value)
17888         (nndiary-string-to-number, nndiary-request-replace-article)
17889         (nndiary-request-article): Ditto.
17890         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17891         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17892         * nneething.el (nneething-make-head): Ditto.
17893         * nnfolder.el (nnfolder-request-article)
17894         (nnfolder-retrieve-headers): Ditto.
17895         * nnheader.el (nnheader-file-to-number): Ditto.
17896         * nnkiboze.el (nnkiboze-request-article): Ditto.
17897         * nnmail.el (nnmail-process-unix-mail-format)
17898         (nnmail-process-babyl-mail-format): Ditto.
17899         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17900         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17901         (nnmh-request-create-group, nnmh-request-list-1)
17902         (nnmh-request-group, nnmh-request-article): Ditto.
17903         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17904         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17905         * nnsoup.el (nnsoup-make-active): Ditto.
17906         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17907         * nntp.el (nntp-find-group-and-number)
17908         (nntp-retrieve-headers-with-xover): Ditto.
17909         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17910         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17911         (pgg-format-key-identifier): Ditto.
17912         * pop3.el (pop3-last, pop3-stat): Ditto.
17913         * qp.el (quoted-printable-decode-region): Ditto.
17914
17915         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17916         of concat.
17917
17918 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17921
17922         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17923
17924         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17925
17926         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17927
17928         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17929
17930         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17931
17932         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17933         (gnus-carpal-mode): Ditto.
17934
17935         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17936         (gnus-browse-mode): Ditto.
17937
17938         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17939
17940         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17941
17942 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17943
17944         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17945
17946 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * gnus-util.el (gnus-run-mode-hooks): New function.
17949
17950         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17951
17952         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17953         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17954
17955 2005-05-27  Lute Kamstra  <lute@gnu.org>
17956
17957         * dns-mode.el (dns-mode): Specify customization group.
17958
17959 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17960
17961         * gnus-agent.el (gnus-agent-make-mode-line-string):
17962         Use mode-line-highlight as mouse-face.
17963
17964 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * canlock.el (canlock): Change the parent group to news.
17967
17968         * deuglify.el (gnus-outlook-deuglify): Add :group.
17969
17970         * dig.el (dig): Add :group.
17971
17972         * dns-mode.el (dns-mode): Add :group.
17973
17974         * encrypt.el (encrypt): Add :group.
17975
17976         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17977         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17978         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17979         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17980         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17981
17982         * gnus-diary.el (gnus-diary): Add :group.
17983
17984         * gnus.el (gnus-group-news-1-face): Add :group.
17985         (gnus-group-news-1-empty-face): Ditto.
17986         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17987         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17988         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17989         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17990         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17991         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17992         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17993         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17994         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17995         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17996         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17997         (gnus-summary-high-ticked-face): Ditto.
17998         (gnus-summary-low-ticked-face): Ditto.
17999         (gnus-summary-normal-ticked-face): Ditto.
18000         (gnus-summary-high-ancient-face): Ditto.
18001         (gnus-summary-low-ancient-face): Ditto.
18002         (gnus-summary-normal-ancient-face): Ditto.
18003         (gnus-summary-high-undownloaded-face): Ditto.
18004         (gnus-summary-low-undownloaded-face): Ditto.
18005         (gnus-summary-normal-undownloaded-face): Ditto.
18006         (gnus-summary-high-unread-face): Ditto.
18007         (gnus-summary-low-unread-face): Ditto.
18008         (gnus-summary-normal-unread-face): Ditto.
18009         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18010         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18011
18012         * hashcash.el (hashcash): New custom group.
18013         (hashcash-default-payment): Add :group.
18014         (hashcash-payment-alist): Ditto.
18015         (hashcash-default-accept-payment): Ditto.
18016         (hashcash-accept-resources): Ditto.
18017         (hashcash-path): Ditto.
18018         (hashcash-extra-generate-parameters): Ditto.
18019         (hashcash-double-spend-database): Ditto.
18020         (hashcash-in-news): Ditto.
18021
18022         * message.el (message-minibuffer-local-map): Add :group.
18023
18024         * netrc.el (netrc): Add :group.
18025
18026         * sieve-manage.el (sieve-manage-log): Add :group.
18027         (sieve-manage-default-user): Diito.
18028         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18029         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18030         (sieve-manage-authenticators): Ditto.
18031         (sieve-manage-authenticator-alist): Ditto.
18032         (sieve-manage-default-port): Ditto.
18033
18034         * sieve-mode.el (sieve-control-commands-face): Add :group.
18035         (sieve-action-commands-face): Ditto.
18036         (sieve-test-commands-face): Ditto.
18037         (sieve-tagged-arguments-face): Ditto.
18038
18039         * smime.el (smime): Add :group.
18040
18041         * spam-report.el (spam-report): Add :group.
18042
18043         * spam.el (spam, spam-face): Add :group.
18044
18045 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18046
18047         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18048         return \n.\n.\n at the end of articles.  Protect against that.
18049         (nntp-with-open-group): Allow debugging.
18050
18051         * nnheader.el (mail-header-set-extra): Make into a function
18052         because I just could't understand how to quote the list properly.
18053
18054         * dns.el (query-dns-cached): New function.
18055
18056 2005-05-26  Lute Kamstra  <lute@gnu.org>
18057
18058         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18059
18060 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
18063
18064         * gnus-art.el: Don't autoload mail-extract-address-components.
18065
18066         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18067         eval-and-compile to evaluate it.
18068
18069         * hashcash.el: Don't autoload executable-find.
18070
18071         * nndb.el: Don't declare the nndb back end two or more times; don't
18072         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18073
18074         * nntp.el: Autoload format-spec instead of format; use
18075         eval-and-compile to evaluate autoload forms.
18076
18077 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18078
18079         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18080
18081 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18082
18083         * gnus.el (gnus-version-number): Bump version.
18084
18085 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18086
18087         * gnus.el: No Gnus v0.3 is released.
18088
18089 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18090
18091         * lpath.el (featurep): Bind show-nonbreak-escape.
18092
18093 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18094
18095         * gnus-art.el (gnus-article-edit-part): Disable undo.
18096
18097 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18098
18099         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18100         gnus-article-date-lapsed-new-header is t if date timer is active;
18101         skip headers in which the original date value is empty.
18102         (gnus-article-save-original-date): Redefine it as a macro.
18103         (gnus-display-mime): Use it.
18104
18105 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * gnus-art.el (article-date-ut): Support converting date in
18108         forwarded parts as well.
18109         (gnus-article-save-original-date): New function.
18110         (gnus-display-mime): Use it.
18111
18112 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18113
18114         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18115         enclosure element of <item>.
18116
18117 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18118
18119         * message.el (message-kill-buffer-query): Rename from
18120         `message-kill-buffer-query-if-modified'.  Add :version.
18121
18122 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18125         window layout.
18126
18127 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * mml.el: Autoload dnd when compiling.
18130
18131 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18132
18133         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18134         x-dnd-*.
18135
18136 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * qp.el (quoted-printable-encode-region): Save excursion.
18139
18140 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18141
18142         * message.el (message-kill-buffer-query-if-modified): Add new variable
18143         so the user can kill a modified message buffer quickly.
18144         (message-kill-buffer): Use it.
18145
18146 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * lpath.el: Fbind display-time-event-handler; don't fbind
18149         string-to-multibyte.
18150
18151         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18152
18153 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18154
18155         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18156         contained in text because xml.el decodes entities) with LFs.
18157
18158 2005-04-11  Lute Kamstra  <lute@gnu.org>
18159
18160         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18161         differently.
18162
18163 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18164
18165         * mm-util.el (mm-detect-coding-region): Typo.
18166
18167 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18170
18171 2005-04-06  Deepak Goel  <deego@gnufans.org>
18172
18173         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18174         user-function allow user modifications of the scores.
18175         (spam-stat-score-buffer-user): New function, to allow
18176         user-computed modifications to the score.
18177         (spam-stat-score-buffer-user-functions): List of additional
18178         scoring functions.
18179         (spam-stat-error-holder): Global temporary error holder.
18180         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18181         variable.
18182
18183 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18184
18185         * gnus-registry.el (gnus-registry-clean-empty-function)
18186         (gnus-registry-trim, gnus-registry-fetch-groups)
18187         (gnus-registry-delete-group): Groups that match
18188         `gnus-registry-ignored-groups' are removed from the registry
18189         entries, not just ignored for splitting.  This helps clean up the
18190         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18191         to get all the groups a message ID is in.
18192
18193         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18194         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18195         (spam-stat-score-buffer-user-functions): Add :number custom type.
18196
18197 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18198
18199         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18200         argument in XEmacs.
18201
18202         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18203         (nnrss-request-group): Decode group name first.
18204         (nnrss-request-article): Make a text/plain article if mml-to-mime
18205         failed.
18206         (nnrss-get-encoding): Return a compatible encoding according to
18207         nnrss-compatible-encoding-alist.
18208         (nnrss-find-el): Use consp instead of listp.
18209         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18210
18211 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18214         which Emacs 20 doesn't support.
18215         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18216
18217 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18218
18219         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18220         silence the byte compiler inside the defun.
18221
18222         * gnus-demon.el (parse-time-string): Add autoload.
18223
18224         * gnus-delay.el (parse-time-string): Add autoload.
18225
18226         * gnus-art.el (parse-time-string): Add autoload.
18227
18228         * nnultimate.el (parse-time): Require for `parse-time-string'.
18229
18230 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18231
18232         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18233
18234         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18235
18236         * smime.el (smime-ldap-host-list): Add :version.
18237
18238 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18239
18240         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18241         pass it to `gnus-browse-read-group'.
18242         (gnus-browse-read-group): Add NUMBER argument and pass it to
18243         `gnus-group-read-ephemeral-group'.
18244
18245         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18246         argument and pass it to `gnus-group-read-group'.
18247
18248 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18249
18250         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18251         mm-xemacs-find-mime-charset-1 if we have the mule feature
18252         available at runtime.
18253
18254 2005-03-25  Werner Lemberg  <wl@gnu.org>
18255
18256         * nnmaildir.el: Replace `illegal' with `invalid'.
18257
18258 2005-03-23  Lute Kamstra  <lute@gnu.org>
18259
18260         * time-date.el: Add comment on time value formats.
18261         Don't require parse-time.
18262         (with-decoded-time-value): New macro.
18263         (encode-time-value): New function.
18264         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18265         (days-to-time): Return a valid time value when arg is huge.
18266         (time-since): Use time-subtract.
18267         (time-to-number-of-days): Use time-to-seconds.
18268
18269 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18270
18271         * gnus-start.el (gnus-display-time-event-handler):
18272         Check display-time-timer at runtime rather than only at load time
18273         in case display-time-mode is turned off in the mean time.
18274
18275 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18276
18277         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18278         used.
18279
18280         * nneething.el (nneething-map-file-directory): Derive from
18281         `gnus-directory'.
18282
18283         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18284         the To/Cc button.
18285
18286 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18287
18288         * nnmaildir.el (nnmaildir-request-accept-article):
18289         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18290
18291 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18292
18293         * gnus-async.el: Require timer-funcs at compile time when in
18294         XEmacs for `run-with-idle-timer'.
18295
18296 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18297
18298         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18299         autoloaded function.
18300
18301 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18302
18303         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18304
18305 2005-03-10  Arne JĂžrgensen  <arne@arnested.dk>  (tiny change)
18306
18307         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18308
18309 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18310
18311         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18312         Add gnus-expert-user to default.
18313
18314 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18315
18316         * nnimap.el (nnimap-open-server): Ditto.
18317
18318         * imap.el (imap-authenticate): Fix typo.
18319
18320 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18321
18322         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18323         buffer (since IMAP server might return FETCH response out of
18324         order, and the nntp buffer must be sorted).
18325
18326 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18327
18328         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18329         comparison on string.
18330
18331         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18332         (gnus-agent-score): Rename category keywords to match gnus-cus.
18333         (gnus-agent-summary-fetch-series): Modify to protect against
18334         gnus-agent-summary-fetch-group clearing processable flags.
18335         (gnus-agent-synchronize-group-flags): Update live group buffer as
18336         synchronization may occur due to the user toggle the plugged
18337         status.
18338         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18339         successfully downloaded.
18340         (gnus-agent-expire-group-1): Avoid using markers when the overview
18341         is in ascending order; greatly improves performance.
18342         (gnus-agent-regenerate-group):
18343         Use gnus-agent-synchronize-group-flags to reset read status in both
18344         gnus and server.
18345         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18346
18347 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18348
18349         * message.el: Don't autoload former message-utils variables.
18350         (message-strip-subject-trailing-was): Change doc string.
18351
18352         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18353         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18354         (nnweb-google-search): Add "hl=en" here.
18355         (nnweb-google-parse-1, nnweb-google-create-mapping):
18356         Don't hardcode URL.
18357
18358 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18359
18360         * message.el (message-get-reply-headers, message-followup):
18361         Mention related variables `message-use-followup-to' and
18362         `message-use-mail-followup-to', in the information buffer.
18363
18364         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18365         of broken groups(-beta).google.com.
18366
18367 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18368
18369         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18370         parameter to invoked gnus-request-move-article; remove the
18371         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18372         all at once instead of once per article.
18373         (gnus-summary-remove-process-mark): Accept a list of articles as
18374         well as a single article for processing.
18375
18376         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18377         parameter.
18378
18379         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18380
18381         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18382
18383         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18384         parameter.
18385
18386         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18387         parameter.
18388
18389         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18390         parameter and remove the gnus-sum-hint-move-is-internal variable.
18391
18392         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18393         parameter.
18394
18395         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18396         parameter.
18397
18398         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18399         parameter.
18400
18401         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18402
18403         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18404         parameter.
18405
18406         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18407         parameter.
18408
18409 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18410
18411         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18412         a more conservative way.
18413
18414 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18415
18416         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18417         buffer, so it moves the window's cursor.
18418
18419 2005-02-26  Arne JĂžrgensen  <arne@arnested.dk>
18420
18421         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18422         `mm-dissect-multipart' and receive the from field as an (optional)
18423         argument from `mm-dissect-multipart'.
18424         (mm-dissect-multipart): Receive the from field as an argument and
18425         pass it on when we call `mm-dissect-buffer' on MIME parts.
18426         Fixes verification/decryption of signed/encrypted MIME parts.
18427
18428 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18429
18430         * gnus-sum.el (gnus-summary-move-article):
18431         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18432         whatever it calls (right now, only nnimap-request-move article
18433         respects it).
18434
18435         * nnimap.el (nnimap-request-move-article):
18436         When gnus-sum-hint-move-is-internal is set, don't do the extra
18437         nnimap-request-article.
18438
18439 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18440
18441         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18442
18443         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18444         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18445
18446         * gnus-sum.el (gnus-summary-caesar-message):
18447         Apply `gnus-treat-article' after rotation.
18448
18449         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18450         doc string.
18451
18452 2005-02-22  Simon Josefsson  <jas@extundo.com>
18453
18454         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18455         `password-cache-expiry' instead).  Reported by Arne JĂžrgensen
18456         <arne@arnested.dk>.
18457         (encrypt): Add password-cache and password-cache-expiry as group
18458         members.
18459
18460 2005-02-22  Arne JĂžrgensen  <arne@arnested.dk>
18461
18462         * smime.el (smime-ldap-host-list): Doc fix.
18463         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18464         cache) password.
18465         (smime-sign-region): Use it.
18466         (smime-decrypt-region): Use it.
18467         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18468         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18469         fails.
18470         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18471         certificate from DER to PEM format rather than calling openssl.
18472
18473         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18474
18475         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18476         for signing/encryption.
18477
18478         * mml.el (mml-parse-1): Use them.
18479
18480 2005-02-21  Arne JĂžrgensen  <arne@arnested.dk>
18481
18482         * nnrss.el (nnrss-verbose): Remove.
18483         (nnrss-request-group): Use `nnheader-message' instead.
18484
18485 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18486
18487         * nnrss.el (nnrss-verbose): New variable.
18488         (nnrss-request-group): Make it say nnrss is requesting a group.
18489
18490 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18491
18492         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18493         Handle news URL with given port correctly.
18494
18495 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18498         containing special characters.
18499
18500         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18501
18502         * mml.el (mime-to-mml): Ditto.
18503
18504         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18505         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18506         (rfc2047-decode-region): Quote decoded words containing special
18507         characters when rfc2047-quote-decoded-words-containing-tspecials
18508         is non-nil.
18509
18510 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18511
18512         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18513
18514         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18515
18516 2005-02-15  Simon Josefsson  <jas@extundo.com>
18517
18518         * nnimap.el (nnimap-debug): Doc fix.
18519
18520         * imap.el (imap-debug): Doc fix.
18521
18522 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18525
18526 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18527
18528         * gnus.el (spam-contents): Improve docs for spam-contents
18529         parameter in its variable incarnation.
18530
18531 2005-02-14  Simon Josefsson  <jas@extundo.com>
18532
18533         * smime-ldap.el: Use require instead of load-library for ldap.
18534         (smime-ldap-search): Indent.
18535         (smime-ldap-search-internal): Shorten line.
18536
18537         * smime.el (smime-cert-by-dns): Add doc-string.
18538         (smime-cert-by-ldap-1): Indent.
18539
18540         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18541         mml-smime-get-dns-ldap.
18542         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18543
18544 2005-02-14  Arne JĂžrgensen  <arne@arnested.dk>
18545
18546         * smime.el: Require smime-ldap.
18547         (smime-ldap-host-list): New variable.
18548         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18549
18550         * mml-smime.el (mml-smime-encrypt-query): New function.
18551         (mml-smime-encrypt-query): Use it.
18552
18553         * smime-ldap.el: New file.
18554
18555 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18558
18559 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18560
18561         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18562         argument in doc string.  Make query for type more clear.
18563
18564 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18565
18566         * gnus.el (gnus-group-startup-message): Search for gnus images in
18567         etc/images/gnus.
18568         * mm-util.el (mm-image-load-path): Likewise.
18569         * smiley.el (smiley-data-directory): Search for smilies in
18570         etc/images/smilies.
18571
18572 2005-02-09  Kim F. Storm  <storm@cua.dk>
18573
18574         Change Emacs release version from 21.4 to 22.1 throughout.
18575         Change Emacs development version from 21.3.50 to 22.0.50.
18576
18577 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18578
18579         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18580
18581         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18582         non-Mule XEmacs as well.
18583         (mm-decompress-buffer): Signal an error intentionally if it does
18584         not decompress compressed data because auto-compression-mode is
18585         disabled.
18586
18587 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18588
18589         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18590         an ID in the registry even if it has no groups.
18591
18592 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18593
18594         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18595         merge it into mm-decompress-buffer.
18596         (gnus-mime-copy-part): Use the MIME part charset, the value which
18597         a user specified or gnus-newsgroup-charset for decoding, like
18598         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18599         save-buffer what was used.  Suggested by Kevin Ryde
18600         <user42@zip.com.au>.
18601         (gnus-mime-inline-part): Allow the name parameter as well as the
18602         filename parameter; force decompressing of compressed data; always
18603         display contents being not decoded as unibyte.
18604
18605         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18606         as well as the filename parameter.
18607
18608         * mm-util.el (mm-decompress-buffer):
18609         Merge gnus-mime-jka-compr-maybe-uncompress.
18610         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18611         of compressed data.
18612
18613 2005-02-08  Simon Josefsson  <jas@extundo.com>
18614
18615         * imap.el (imap-log): Doc fix.
18616
18617 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18620         the coding cookies; decompress compressed parts.
18621
18622         * mml.el (mml-generate-mime-1): Add the charset parameter according
18623         to the value which a user specified manually or the coding cookie.
18624
18625         * mm-util.el (mm-string-to-multibyte): New function.
18626         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18627         (mm-coding-system-to-mime-charset): New function.
18628         (mm-decompress-buffer): New function.
18629         (mm-find-buffer-file-coding-system): New function.
18630
18631         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18632         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18633         parts.
18634
18635 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18636
18637         * mm-view.el (mm-display-inline-fontify): Decode a part according
18638         to the charset parameter.
18639
18640 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18641
18642         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18643         prefix arg is neither nil nor a number, as info specifies.
18644
18645 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18646
18647         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18648         timestamps.
18649
18650 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18651
18652         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18653         groups error checking and notify user.
18654
18655 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18656
18657         * message.el (message-send-mail-function): Check existence of
18658         sendmail-program first before using default value
18659         `message-send-mail-with-sendmail'.  Otherwise use more generic
18660         `smtpmail-send-it'.
18661
18662 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * nntp.el (nntp-request-update-info): Always return nil.
18665
18666 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18667
18668         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18669
18670 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18671
18672         * message.el (message-beginning-of-line): Change the behavior when
18673         invoked between BOL and : so that it first moves backward.
18674
18675 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18676
18677         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18678         article buffer when editing of the article is discarded.
18679         (gnus-article-prepare): Revert.
18680
18681 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * gnus-art.el (gnus-article-prepare):
18684         Remove message-strip-forbidden-properties from the local hook.
18685
18686 2005-01-27  Simon Josefsson  <jas@extundo.com>
18687
18688         * password.el (password-cache-add): Only start one timer per key.
18689         Reported by Derek Atkins <warlord@MIT.EDU>.
18690
18691 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18692
18693         * run-at-time.el: Remove.  It is no longer needed as
18694         timer-funcs.el in the xemacs-base package has a working version of
18695         `run-at-time'.
18696
18697         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18698
18699         * password.el: Require timer-funcs instead of run-at-time in
18700         XEmacs.
18701         Remove `password-run-at-time' macro.
18702         (password-cache-add): Use `run-at-time' instead of
18703         `password-run-at-time'.
18704
18705         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18706         Remove `nnheader-cancel-function-timers' alias,
18707         `cancel-function-timers' exists in XEmacs in timer-funcs.
18708
18709         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18710         for `run-with-idle-timer'.
18711
18712         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18713         for `run-at-time'.
18714
18715         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18716         for `with-timeout'.
18717
18718         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18719         the same as for XEmacs 21.4.
18720         No need to ignore `run-with-idle-timer', this function exists in
18721         XEmacs now in timer-funcs.el in the xemacs-base package.
18722         (dgnushack-compile): No need to delete
18723         run-at-time.el from the list of files to compile because it
18724         doesn't exist anymore.
18725
18726 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18727
18728         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18729         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18730
18731 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18732
18733         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18734         sensitively.
18735
18736 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18737
18738         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18739
18740 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18743         which will be inserted according to the multibyteness of a buffer
18744         rather than the type of contents.  Suggested by ARISAWA Akihiro
18745         <ari@mbf.ocn.ne.jp>.
18746
18747         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18748         of string which old xml.el may return rather than a string.
18749
18750 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18753
18754 2005-01-16  Simon Josefsson  <jas@extundo.com>
18755
18756         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18757         idn/idna.el isn't available.
18758         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18759         <michael@waxrat.com>.
18760
18761         * hashcash.el: Remove non-FSF copyright header.
18762
18763         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18764         (hashcash-generate-payment): Use it.
18765         (hashcash-generate-payment-async): Use it.
18766
18767 2005-01-15  Simon Josefsson  <jas@extundo.com>
18768
18769         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18770         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18771
18772         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18773         gnus-summary-idna-message.
18774         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18775         (gnus-summary-idna-message): New function.
18776
18777 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18778
18779         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18780         gnus-novice-user.
18781
18782 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18783
18784         * nnrss.el (nnrss-request-delete-group): Delete entries in
18785         nnrss-group-alist as well.
18786         (nnrss-save-server-data): Insert newline.
18787
18788 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18789
18790         * gnus.el (gnus-user-agent): Use list of symbols instead of
18791         symbols.  Display full version number for (S)XEmacs.
18792         Optionally display (S)XEmacs codename.
18793
18794         * gnus-util.el (gnus-emacs-version): Update for new
18795         `gnus-user-agent'.
18796
18797         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18798         Gnus version.
18799
18800 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18801
18802         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18803         which is unreadable in some setups.
18804
18805 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * gnus-spec.el (gnus-update-format-specifications): Flush the
18808         group format spec cache if it doesn't support decoded group names.
18809
18810 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18811
18812         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18813         Allow to apply decay on score files matching a regexp.
18814
18815 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18816
18817         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18818         compatibility in %g and %c.
18819
18820 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18821
18822         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18823         name for only %g and %c.
18824         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18825         of gnus-tmp-group to decoded group name.
18826         (gnus-group-make-rss-group): Exclude `/'s from group names.
18827
18828 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18829
18830         * nnrss.el (nnrss-get-encoding): Fix regexp.
18831
18832 2004-12-27  Simon Josefsson  <jas@extundo.com>
18833
18834         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18835         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18836         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18837
18838 2004-12-17  Kim F. Storm  <storm@cua.dk>
18839
18840         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18841
18842         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18843
18844 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18845
18846         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18847
18848 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18849
18850         * nnrss.el: Require rfc2047 and mml.
18851         (nnrss-file-coding-system): New variable.
18852         (nnrss-format-string): Redefine it as an inline function.
18853         (nnrss-decode-group-name): New function.
18854         (nnrss-string-as-multibyte): Remove.
18855         (nnrss-retrieve-headers): Decode group name; don't use
18856         nnrss-format-string.
18857         (nnrss-request-group): Decode group name.
18858         (nnrss-request-article): Decode group name; allow a Message-ID as
18859         well as an article number; don't use nnrss-format-string; encode a
18860         Message-ID string which may contain non-ASCII characters; use
18861         mml-to-mime to compose a MIME article.
18862         (nnrss-request-expire-articles): Decode group name.
18863         (nnrss-request-delete-group): Decode group name.
18864         (nnrss-fetch): Clarify error message.
18865         (nnrss-read-server-data): Use insert-file-contents instead of load;
18866         bind file-name-coding-system; use multibyte buffer.
18867         (nnrss-save-server-data): Bind coding-system-for-write to the
18868         value of nnrss-file-coding-system; bind file-name-coding-system;
18869         add coding cookie.
18870         (nnrss-read-group-data): Use insert-file-contents instead of load;
18871         bind file-name-coding-system; use multibyte buffer.
18872         (nnrss-save-group-data): Bind coding-system-for-write to the
18873         value of nnrss-file-coding-system; bind file-name-coding-system.
18874         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18875         make it work with non-ASCII text.
18876         (nnrss-find-el): Make it work with old xml.el as well.
18877
18878 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18879
18880         * nnrss.el (nnrss-get-encoding): New function.
18881         (nnrss-fetch): Use unibyte buffer initially; bind
18882         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18883         decode contents according to the encoding attribute.
18884         (nnrss-save-group-data): Add coding cookie.
18885         (nnrss-mime-encode-string): New function.
18886         (nnrss-check-group): Use it to encode subject and author.
18887
18888 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18889
18890         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18891         imaginary variable.
18892
18893 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18894
18895         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18896         correctly even if there are wide characters.
18897
18898 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18899
18900         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18901         downcased symbol names; make a new cache instead of reusing
18902         bbdb-hashtable.
18903
18904 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18907         concatenating segments rather than before concatenating them.
18908         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18909
18910         * message.el (message-get-reply-headers): Bind `extra'.
18911
18912 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18913
18914         * message.el (message-extra-wide-headers): New variable.
18915         (message-get-reply-headers): Use it.
18916
18917 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18918
18919         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18920         (gnus-agent-group-pathname): Ditto.
18921
18922         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18923
18924         * gnus-group.el (gnus-group-make-group): Decode group name.
18925         (gnus-group-make-rss-group): Register the group data after opening
18926         the nnrss group.
18927
18928 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18929
18930         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18931         by expiry now get marked as read.
18932
18933 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18934
18935         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18936
18937 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18938
18939         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18940         unify Latin characters in XEmacs.
18941         (mm-find-mime-charset-region): Use it.
18942
18943 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18944
18945         * gnus-util.el (gnus-delete-directory): New function.
18946
18947         * gnus-agent.el (gnus-agent-delete-group): Use it.
18948
18949         * gnus-cache.el (gnus-cache-delete-group): Use it.
18950
18951 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18952
18953         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18954         names.
18955
18956 2004-12-16  Simon Josefsson  <jas@extundo.com>
18957
18958         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18959
18960 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18963
18964         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18965         (gnus-group-set-current-level): Decode group name.
18966
18967 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18968
18969         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18970         failed.
18971
18972 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18973
18974         * gnus-group.el (gnus-group-delete-group): Decode group name.
18975         (gnus-group-make-rss-group): Encode group name.
18976         (gnus-group-catchup-current): Decode group name.
18977         (gnus-group-kill-group): Decode group name.
18978
18979 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18980
18981         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18982
18983 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18984
18985         * gnus-group.el (gnus-group-make-rss-group):
18986         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18987
18988         * gnus-start.el (gnus-setup-news): Honor user's setting to
18989         gnus-message-archive-method.  Suggested by Lute Kamstra
18990         <lute@gnu.org>.
18991
18992 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18993
18994         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18995         global counterparts of the buffer-local variables.
18996
18997 2004-11-16  Romain Francoise  <romain@orebokech.com>
18998
18999         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19000         counterparts of the buffer-local variables.
19001
19002 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19003
19004         * message.el (message-forbidden-properties): Fix typo in doc
19005         string.
19006
19007 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19008
19009         * gnus-util.el (gnus-replace-in-string): Add doc string.
19010
19011         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19012         to avoid problems when splitting mails with many recipients.
19013
19014 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19015
19016         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19017         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19018
19019 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19020
19021         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19022         if there is no hashtable in memory or file modification time is
19023         newer than cached timestamp.
19024
19025 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19026
19027         * gnus-sum.el (gnus-summary-limit-to-recipient):
19028         Implement not-matching option.
19029
19030 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19031
19032         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19033         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19034         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19035         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19036         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19037         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19038
19039 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19040
19041         * message.el (message-forward-make-body-mml): Remove headers
19042         according to message-forward-ignored-headers if a message is decoded.
19043
19044 2004-12-02  Romain Francoise  <romain@orebokech.com>
19045
19046         * message.el (message-forward-make-body-plain): Always remove
19047         headers according to message-forward-ignored-headers.
19048
19049 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19050
19051         * spam.el (spam-summary-prepare-exit): Remove the
19052         gnus-summary-limit pop for now, it has problems with ham marks for
19053         me.
19054
19055 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19056
19057         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19058         correctly.
19059
19060 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19061
19062         * format-spec.el (format-spec): Message the char.
19063
19064 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19065
19066         * gnus-art.el (gnus-split-methods): Reformat comments.
19067
19068         * spam.el (spam-summary-prepare-exit): Remove article limits
19069         before exiting the summary buffer.
19070
19071 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19072
19073         * lpath.el: Remove bbdb-create-internal, bbdb-records,
19074         spam-BBDB-register-routine and spam-enter-ham-BBDB.
19075
19076         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19077         order to silence the byte compiler.
19078
19079         * spam.el: Fix the way to silence the byte compiler, which
19080         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19081         bbdb-search-simple, spam-BBDB-register-routine,
19082         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19083         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19084         spam-stat-buffer-is-spam, spam-stat-load,
19085         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19086         spam-stat-save and spam-stat-split-fancy.
19087
19088 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19089
19090         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19091         which may confuse users.
19092         (canlock-password-for-verify): Ditto.
19093
19094         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19095
19096         * gnus-art.el (gnus-emphasis-alist): Ditto.
19097
19098         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19099
19100         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19101
19102         * gnus-start.el (gnus-save-killed-list): Ditto.
19103
19104         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19105         (gnus-sum-thread-tree-root): Ditto.
19106         (gnus-sum-thread-tree-false-root): Ditto.
19107         (gnus-sum-thread-tree-single-indent): Ditto.
19108
19109         * message.el (message-courtesy-message): Ditto.
19110         (message-archive-note): Ditto.
19111         (message-subscribed-address-file): Ditto.
19112         (message-user-fqdn): Ditto.
19113
19114         * spam-report.el (spam-report-gmane-regex): Ditto.
19115
19116         * spam.el (spam-blackhole-good-server-regex): Ditto.
19117
19118 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19119
19120         * mml.el (mml-preview): Widen the message buffer before copying
19121         the contents to the preview buffer; sort headers before previewing.
19122
19123         * message.el (message-hidden-headers): Fix the way to avoid a bug
19124         in the `repeat' widget in Emacs 21.3 or earlier.
19125
19126 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19127
19128         * message.el (message-hidden-headers): Default to "^References:".
19129         Improve customization type.  Suggested by Reiner Steib
19130         <Reiner.Steib@gmx.de>.
19131
19132 2004-11-25  Romain Francoise  <romain@orebokech.com>
19133
19134         * message.el (message-strip-forbidden-properties): Remove check for
19135         obsolete `message-hidden' text property, hidden headers are not
19136         accessible in the buffer anymore.
19137
19138 2004-11-22  Romain Francoise  <romain@orebokech.com>
19139
19140         * message.el (message-header-format-alist): Add `From' in list
19141         so that it can be sorted.
19142         (message-fix-before-sending): Widen and sort headers before
19143         sending.
19144         (message-hide-headers): Use narrowing to hide headers by moving
19145         them to the top of the buffer and narrowing to the region
19146         underneath.
19147
19148 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19149
19150         * message.el (message-strip-forbidden-properties):
19151         Bind buffer-read-only (etc) to nil.
19152
19153 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19154
19155         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19156         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19157
19158 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19159
19160         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19161
19162 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19163
19164         * dns.el (query-dns): Use sit-for to time instead of
19165         accept-process-output, since that doesn't seem to work on udp
19166         sockets.
19167
19168 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19169
19170         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19171
19172 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19173
19174         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19175         doc string.  Improve doc string.
19176
19177 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19178
19179         * nntp.el (nntp-request-update-info): Return nil if
19180         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19181         may not call gnus-activate-group which uselessly issues the GROUP
19182         commands for all nntp groups and wastes time.  Reported by Romain
19183         Francoise <romain@orebokech.com>.
19184
19185         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19186
19187 2004-11-15  Simon Josefsson  <jas@extundo.com>
19188
19189         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19190         headers separately.
19191         (gnus-button-openpgp): New function, inspired by Jochen KĂŒpper
19192         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19193
19194 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19195
19196         * gnus-start.el (gnus-convert-old-newsrc):
19197         Assign legacy-gnus-agent to 5.10.7.
19198
19199 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19200
19201         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19202         start of the lines.
19203
19204 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19205
19206         * hashcash.el (hashcash-default-payment): Change default to 20.
19207         (hashcash-default-accept-payment): Change default to 20.
19208         (hashcash-process-alist): New variable.
19209         (hashcash-generate-payment-async): Add.
19210         (hashcash-already-paid-p): Add.
19211         (hashcash-insert-payment): Don't generate payments twice.
19212         (hashcash-insert-payment-async): Add.
19213         (hashcash-insert-payment-async-2): Add.
19214         (hashcash-cancel-async): Add.
19215         (hashcash-wait-async): Add.
19216         (hashcash-processes-running-p): Add.
19217         (hashcash-wait-or-cancel): Add.
19218         (mail-add-payment): New optional argument.  Conditionally start
19219         asynchronous calculation.
19220         (mail-add-payment-async): Add.
19221
19222         * message.el (message-send-mail): Wait for asynchronous hashcash
19223         results.  Don't clobber existing X-Hashcash headers.
19224         (message-setup-1): Call mail-add-payment-async when
19225         message-generate-hashcash is non-nil.
19226
19227 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19228
19229         * message.el (message-use-alternative-email-as-from): Examine the
19230         From header as well; use message-make-from in order to include a
19231         user's full name.
19232
19233 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19234
19235         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19236         default; improve customization type.
19237         (gnus-emphasis-custom-with-format): New macro.
19238         (gnus-emphasis-custom-value-to-external): New function.
19239         (gnus-emphasis-custom-value-to-internal): New function.
19240
19241 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19242
19243         * dns.el (query-dns): Resolve reverse addresses.
19244
19245 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19246
19247         * gnus-group.el (gnus-group-get-new-news): Use it.
19248
19249         * gnus-start.el (gnus-check-reasonable-setup): New function.
19250
19251 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19252
19253         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19254         "Args out of range" error.  Reported by Arnaud Giersch
19255         <arnaud.giersch@free.fr>.
19256
19257 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19258
19259         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19260
19261 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19262
19263         * spam.el (spam group): Add :version.
19264
19265         * pgg-def.el (pgg group): Add :version.
19266
19267 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19268
19269         * gnus-art.el (gnus-article-edit-article): Don't associate the
19270         article buffer with a draft file.  This is a temporary measure
19271         against the 2004-08-22 change to gnus-article-edit-mode.
19272
19273 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19276         (html2text-format-tags): Remove unused variable `attr'.
19277
19278 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19279
19280         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19281
19282         * tls.el (tls-process-connection-type, tls-success)
19283         (tls-certtool-program): Add :version.
19284
19285         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19286         (starttls-extra-arguments, starttls-process-connection-type)
19287         (starttls-connect, starttls-failure, starttls-success): Add :version.
19288
19289         * spam-stat.el (spam-stat): Add :version.
19290
19291         * sieve.el (sieve): Add :version.
19292
19293         * sha1.el (sha1): Add :version.
19294         (sha1-use-external): Remove redundant version.
19295
19296         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19297         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19298         (nnmail-split-fancy-match-partial-words)
19299         (nnmail-split-lowercase-expanded): Add :version.
19300
19301         * nndiary.el (nndiary): Add :version.
19302
19303         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19304
19305         * mml-sec.el (mml-default-sign-method)
19306         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19307         Add :version.
19308
19309         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19310
19311         * mm-url.el (mm-url-use-external, mm-url-program)
19312         (mm-url-arguments): Add :version.
19313
19314         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19315         (mm-attachment-file-modes, mm-decrypt-option)
19316         (mm-w3m-safe-url-regexp): Add :version.
19317
19318         * message.el (message-cite-prefix-regexp)
19319         (message-sendmail-envelope-from, message-minibuffer-local-map)
19320         (message-user-fqdn, message-completion-alist): Add :version.
19321
19322         * gnus-win.el (gnus-configure-windows-hook)
19323         (gnus-use-frames-on-any-display): Add :version.
19324
19325         * gnus-art.el (gnus-article-address-banner-alist)
19326         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19327         (gnus-treat-from-picon, gnus-treat-mail-picon)
19328         (gnus-treat-x-pgp-sig): Add :version.
19329
19330         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19331         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19332         (gnus-summary-article-delete-hook)
19333         (gnus-summary-display-while-building): Add :version.
19334
19335         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19336         (gnus-get-top-new-news-hook): Add :version.
19337
19338         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19339         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19340
19341         * gnus-registry.el (gnus-registry): Add :version.
19342
19343         * gnus-spec.el (gnus-use-correct-string-widths)
19344         (gnus-make-format-preserve-properties): Add :version.
19345
19346         * gnus.el (gnus-group-charter-alist)
19347         (gnus-group-fetch-control-use-browse-url)
19348         (gnus-install-group-spam-parameters): Add :version.
19349
19350         * gnus-diary.el (gnus-diary): Add :version.
19351
19352         * gnus-delay.el (gnus-delay): Add :version.
19353
19354         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19355         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19356         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19357         Add :version.
19358
19359         * gnus-agent.el (gnus-agent-max-fetch-size)
19360         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19361         (gnus-agent-prompt-send-queue): Add :version.
19362
19363         * deuglify.el (gnus-outlook-deuglify): Add :version.
19364
19365         * html2text.el: Beautify code.  Improve doc strings.
19366         Some checkdoc cleanup.
19367         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19368
19369 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19370
19371         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19372
19373 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19374
19375         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19376         when package is loaded.
19377
19378         * spam.el (spam-summary-score-preferred-header): Add global preference
19379         for people who want to override the default SpamAssassin over
19380         Bogofilter preference (when both are set).
19381         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19382         (spam-user-format-function-S):
19383         Check spam-summary-score-preferred-header.
19384         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19385         (spam-user-format-function-S): Format the score correctly.
19386
19387 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19388
19389         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19390         signature file.  Suggested by Manoj Srivastava
19391         <srivasta@golden-gryphon.com>.
19392
19393         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19394         iso-2022-jp even in the Japanese language environment.
19395         Suggested by Jason Rumney <jasonr@gnu.org>.
19396
19397 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19400         use the same characters as the dummy marks; make it free from
19401         getting affected by the language environment.
19402         (gnus-summary-read-group-1): Update mark positions only when the
19403         format spec is updated.
19404
19405         * gnus-spec.el (gnus-update-format-specifications): Return a list
19406         of updated types.
19407
19408 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19409
19410         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19411         of boundp to check if display-warning is available.
19412
19413 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19414
19415         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19416
19417 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * nnspool.el (nnspool-spool-directory): Use news-path if the
19420         news-directory variable is not bound.
19421
19422         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19423         function instead of display-warning if it is not available.
19424
19425 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19426
19427         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19428         v5-10: Use `point-at-bol'.
19429
19430 2004-10-26  Simon Josefsson  <jas@extundo.com>
19431
19432         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19433         <chenggao@gmail.com>.
19434
19435 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19436
19437         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19438         instead.
19439
19440 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19441
19442         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19443         to remove a server from the nnimap-server-buffer-alist.
19444         (nnimap-open-connection, nnimap-close-server): Use it.
19445
19446         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19447
19448 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19449
19450         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19451         running the major-mode function.
19452
19453 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19454
19455         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19456         dummy marks in the right way.
19457
19458 2004-10-18  David Edmondson  <dme@dme.org>
19459
19460         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19461         excessively.
19462
19463 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19464
19465         * gnus-util.el (gnus-split-references): Accept a nil references
19466         string and go on blissfully.
19467
19468         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19469         cases where the references string is non-nil but has no references.
19470
19471         * encrypt.el: Add autoload tags.
19472
19473         * spam.el (spam-resolve-registrations-routine): Remove article
19474         from unregistration list too.  Reported by David Hanak
19475         <dhanak@isis.vanderbilt.edu>
19476
19477 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19478
19479         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19480         nil.  Change custom type.
19481
19482 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19483
19484         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19485
19486         * gnus-sum.el (gnus-summary-move-article): Use it.
19487
19488 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19489
19490         * encrypt.el: Add autoload cookies.
19491
19492         * spam.el (spam-backend-article-list-property)
19493         (spam-backend-get-article-todo-list)
19494         (spam-backend-put-article-todo-list)
19495         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19496         Resolve registrations separately.
19497         (spam-register-routine): Format comments.
19498         (spam-unregister-routine, spam-register-routine): Always call with
19499         specific-articles, no default list.
19500         (spam-summary-prepare-exit): Use the spam-classifications function.
19501
19502         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19503         gnus-encrypt.el.
19504
19505         * encrypt.el: Copied from gnus-encrypt.el.
19506
19507         * gnus-encrypt.el: Commented that it's obsolete.
19508
19509 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19510
19511         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19512         (gnus-score-save): Use it.
19513
19514         * message.el (message-bury): Use `window-dedicated-p'.
19515
19516 2004-10-15  Simon Josefsson  <jas@extundo.com>
19517
19518         * pop3.el (top-level): Don't require nnheader.
19519         (pop3-read-timeout): Add.
19520         (pop3-accept-process-output): Add.
19521         (pop3-read-response, pop3-retr): Use it.
19522
19523 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19524
19525         * spam.el (spam-register-routine): Move comment.
19526         (spam-verify-bogofilter): Use 'unknown for the initial
19527         spam-bogofilter-valid state, not 'never.
19528
19529         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19530         for netrc-machine.
19531
19532         * nnimap.el (nnimap-open-connection):
19533         Use netrc-machine-user-or-password.
19534
19535 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19536
19537         * gnus-registry.el (gnus-registry-unload-hook):
19538         Set as a variable with add-hook.
19539
19540         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19541         of news-path.
19542
19543         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19544
19545         * spam.el: Delete duplicate `provide'.
19546         (spam-unload-hook): Set as a variable with add-hook.
19547
19548 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19549
19550         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19551         in the doc string.
19552
19553         * message.el (message-ignored-news-headers)
19554         (message-ignored-supersedes-headers)
19555         (message-ignored-resent-headers)
19556         (message-forward-ignored-headers): Improve custom type.
19557
19558 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19559
19560         * message.el (message-tokenize-header): Fix 2004-09-06 change
19561         which used point-min in the wrong place.
19562
19563 2004-10-12  Simon Josefsson  <jas@extundo.com>
19564
19565         * tls.el (tls-certtool-program): New variable.
19566         (tls-certificate-information): New function, based on
19567         ssl-certificate-information.
19568
19569 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19570
19571         * compface.el: Move the version of ELisp-based uncompface program
19572         to the contrib directory because of the copyright problem.
19573
19574 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19575
19576         * message.el (message-kill-buffer): Raise the current frame.
19577
19578 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19579
19580         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19581
19582         * gnus.el (message-y-or-n-p): Autoload.
19583
19584         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19585         (pop3-password-required, pop3-authentication-scheme)
19586         (pop3-leave-mail-on-server): Make customizable.
19587         (pop3): New custom group.
19588         (pop3-retr): Remove `sleep-for' statements.
19589         Suggested by Dave Love <fx@gnu.org>.
19590
19591         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19592         Windows/DOS.
19593
19594         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19595         (imap-parse-body): Fix incorrect use of `assert'.
19596         Suggested by Dave Love <fx@gnu.org>.
19597
19598         * mml.el (mml-minibuffer-read-disposition): Require match.
19599         Suggested by Dave Love <fx@gnu.org>.
19600
19601 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19602
19603         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19604         doc string.
19605
19606 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19607
19608         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19609
19610 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19611
19612         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19613         instead of calling `mm-insert-inline', to decode text/* parts
19614         before displaying them.
19615
19616 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19617
19618         * mm-uu.el (mm-uu-text-plain-type): New variable.
19619         (mm-uu-pgp-signed-extract-1): Use it.
19620         (mm-uu-pgp-encrypted-extract-1): Use it.
19621         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19622         bind mm-uu-text-plain-type with that value.
19623         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19624         mm-uu-dissect.
19625
19626 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19627
19628         * gnus-group.el (gnus-update-group-mark-positions):
19629         * gnus-sum.el (gnus-update-summary-mark-positions):
19630         * message.el (message-check-news-body-syntax):
19631         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19632         of string-as-multibyte.
19633
19634 2004-10-05  Juri Linkov  <juri@jurta.org>
19635
19636         * gnus-group.el (gnus-update-group-mark-positions):
19637         * gnus-sum.el (gnus-update-summary-mark-positions):
19638         * message.el (message-check-news-body-syntax):
19639         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19640         8-bit unibyte values to a multibyte string for search functions.
19641
19642 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19643
19644         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19645         (mm-uu-dissect-text-parts): New function.
19646
19647         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19648         dissect text parts.
19649
19650         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19651         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19652
19653         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19654
19655         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19656         Use gnus-current-topics instead of gnus-current-topic.
19657
19658 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19659
19660         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19661
19662 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19663
19664         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19665         where approriate.
19666
19667         * nnml.el (nnml-generate-active-info): do.
19668
19669         * nndiary.el (nndiary-generate-active-info): do.
19670
19671         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19672         (gnus-topic-move): do.
19673
19674         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19675         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19676
19677         * gnus-srvr.el (gnus-server-prepare)
19678         (gnus-server-open-all-servers): do.
19679
19680         * gnus-msg.el (gnus-summary-cancel-article)
19681         (gnus-summary-resend-message)
19682         (gnus-summary-mail-crosspost-complaint): do.
19683
19684         * gnus-move.el (gnus-change-server): do.
19685
19686         * gnus-group.el (gnus-group-unmark-all-groups)
19687         (gnus-group-set-current-level): do.
19688
19689 2004-10-04  Simon Josefsson  <jas@extundo.com>
19690
19691         * message.el (message-generate-hashcash): Doc fix.
19692
19693 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19694
19695         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19696         avoid infinite recursion via gnus-get-function.
19697
19698 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19699
19700         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19701
19702         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19703
19704         * nnmail.el (nnmail-split-history): do.
19705
19706         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19707         (nnml-request-delete-group): do.
19708
19709         * nnslashdot.el (nnslashdot-read-groups): do.
19710
19711         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19712         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19713
19714         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19715         (nnspool-sift-nov-with-sed): Use last.
19716         (nnspool-retrieve-headers-with-nov): Use mapc.
19717         (nnspool-request-newgroups): Use dolist.
19718         (nnspool-request-group): Use last.
19719
19720         * nntp.el (nntp-read-server-type): Use dolist.
19721
19722         * nnvirtual.el (nnvirtual-create-mapping)
19723         (nnvirtual-update-read-and-marked): Use dolist.
19724         (nnvirtual-convert-headers): Simplify.
19725
19726 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19727
19728         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19729         Add support for sync'ing tick marks.
19730
19731 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19732
19733         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19734         there's no visible header.
19735
19736 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19737
19738         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19739         When necessary, pass full group name to gnus-request-set-marks.
19740
19741 2004-10-01  Simon Josefsson  <jas@extundo.com>
19742
19743         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19744         acroread.
19745
19746 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19747
19748         * spam-report.el (spam-report-gmane): Fix interactive.
19749
19750         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19751
19752         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19753         when writing file.
19754         (gnus-agent-synchronize-flags): Don't default to being
19755         interactive.
19756
19757 2004-09-30  Simon Josefsson  <jas@extundo.com>
19758
19759         * message.el (message-generate-hashcash): Add.
19760         (message-send-mail): Use it, call mail-add-payment.
19761
19762 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19763
19764         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19765
19766 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19767
19768         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19769         gnus-requst-update-info with explicit code to sync the in-memory
19770         info read flags with the marks being sync'd to the backend.
19771
19772         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19773
19774 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19775
19776         * spam.el (spam-verify-bogofilter): Add new function.
19777         (spam-check-bogofilter)
19778         (spam-bogofilter-register-with-bogofilter): Use it.
19779         (spam-verify-bogofilter): Add small fixes.
19780
19781 2004-09-28  Simon Josefsson  <jas@extundo.com>
19782
19783         * hashcash.el (hashcash-generate-payment): Revert.
19784
19785 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19786
19787         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19788         Use gnus-extract-references instead of gnus-split-references.
19789
19790         * gnus-util.el (gnus-extract-references): Add new function, analogous
19791         to gnus-split-references but extracts only the message-ID without
19792         anything extra.
19793
19794         * hashcash.el (hashcash-generate-payment)
19795         (hashcash-check-payment): Do the right thing if hashcash-path is
19796         nil (because the hashcash program could not be found).
19797
19798         * spam.el (spam-use-hashcash): Remove comment.
19799
19800 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19801
19802         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19803         (gnus-cache-enter-article, gnus-cache-remove-article)
19804         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19805
19806         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19807
19808         * gnus-art.el (article-hide-boring-headers)
19809         (article-translate-strings, article-display-face)
19810         (gnus-article-mime-match-handle-first)
19811         (gnus-article-highlight-headers)
19812         (gnus-article-add-buttons-to-head): do.
19813
19814 2004-09-27  Simon Josefsson  <jas@extundo.com>
19815
19816         * hashcash.el: New version, from
19817         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19818         ../contrib/.
19819
19820 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19821
19822         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19823
19824 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19825
19826         * gnus-dup.el (gnus-dup-open): Use mapc.
19827         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19828
19829         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19830         Reported by Stefan Wiens <s.wi@gmx.net>.
19831
19832         * gnus.el (gnus-shutdown): Use dolist.
19833
19834         * gnus-undo.el (gnus-undo): Use mapc.
19835
19836         * nnrss.el (nnrss-generate-active): do.
19837
19838         * message.el (message-cite-original-without-signature)
19839         (message-cite-original): Use mapc.
19840         (message-do-actions, message-make-forward-subject): Use dolist.
19841
19842 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19843
19844         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19845         deletion to remove entire duplicate line.  Fixes merged article
19846         number bug.
19847
19848 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19849
19850         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19851         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19852         first ask if you want to open a server and then, even when you
19853         responded with no, asking if you want to synchronize the server's
19854         flags.
19855         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19856         multi-line expressions.
19857         (gnus-agent-synchronize-group-flags): New internal function.
19858         Updates marks in memory (in the info structure) AND in the
19859         backend.
19860
19861         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19862
19863         * nnagent.el (nnagent-request-set-mark):
19864         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19865         method, to ensure that synchronization updates marks in the
19866         backend and in the info (in memory) structure.
19867
19868 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19869
19870         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19871         convention fully; don't miss the root article of a thread; make
19872         the X-Draft-From header with correct article numbers.
19873
19874 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19875
19876         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19877         unless plugged.  Disable the agent so that an open failure causes
19878         an error.
19879
19880         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19881         Revert 2004-09-21 change.  The backend must be opened while
19882         synchronizing flags even when the backend stores the flags
19883         locally.
19884
19885 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19886
19887         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19888         in `header' match.  Reported by Svend Tollak Munkejord.
19889
19890         * message.el (message-cite-original): Fix use of
19891         `message-cite-articles-with-x-no-archive'.
19892
19893 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19894
19895         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19896         (gnus-window-to-buffer): Ditto.
19897
19898         * mml.el (mml-preview-buffer): New variable.
19899         (mml-preview): Manage window layout with gnus-buffer-configuration.
19900
19901         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19902         X-Draft-From header even if those articles aren't quoted.
19903
19904 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19905
19906         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19907         (gnus-request-set-mark, gnus-request-update-mark): Use new
19908         g-s-t-u-l-m to decide to use backend even when unplugged.
19909
19910 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19911
19912         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19913         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19914
19915 2004-09-20  Simon Josefsson  <jas@extundo.com>
19916
19917         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19918         "utf-16-le".
19919
19920 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19921
19922         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19923
19924 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19925
19926         * uudecode.el (uudecode-use-external): Add :version.
19927
19928         * smime.el (smime-CA-file, smime-encrypt-cipher)
19929         (smime-dns-server): Add :version.
19930
19931         * smiley.el (gnus-smiley-file-types): Add :version.
19932
19933         * sha1.el (sha1-use-external): Add :version.
19934
19935         * pgg-def.el (pgg-query-keyserver): Add :version.
19936
19937         * nnmail.el (nnmail-fancy-expiry-targets)
19938         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19939         Add :version.
19940
19941         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19942         (nnimap-retrieve-groups-asynchronous): Add :version.
19943         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19944
19945         * mml.el (mml-content-disposition-parameters)
19946         (mml-insert-mime-headers-always): Add :version.
19947
19948         * mm-util.el (mm-coding-system-priorities): Add :version.
19949
19950         * mm-decode.el (mm-inline-text-html-with-images)
19951         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19952         (mm-verify-option): Add :version.
19953         (mm-text-html-renderer): Change :version.
19954
19955         * message.el (message-fcc-externalize-attachments)
19956         (message-required-headers, message-draft-headers)
19957         (message-subject-trailing-was-query)
19958         (message-subject-trailing-was-ask-regexp)
19959         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19960         (message-mark-insert-end, message-archive-header)
19961         (message-archive-note, message-cross-post-default)
19962         (message-cross-post-note, message-followup-to-note)
19963         (message-cross-post-note-function, message-use-mail-followup-to)
19964         (message-subscribed-address-functions)
19965         (message-subscribed-address-file, message-subscribed-addresses)
19966         (message-subscribed-regexps, message-allow-no-recipients)
19967         (message-yank-cited-prefix, message-signature-insert-empty-line)
19968         (message-hidden-headers, message-hierarchical-addresses)
19969         (message-mail-user-agent, message-use-idna)
19970         (message-valid-fqdn-regexp)
19971         (message-strip-special-text-properties, message-header-synonyms)
19972         (message-beginning-of-line, message-tab-body-function): Add :version.
19973         (message-insert-canlock, message-wide-reply-confirm-recipients):
19974         Change :version.
19975
19976         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19977         and :version.
19978         (mail-source-delete-old-incoming-confirm)
19979         (mail-source-movemail-program): Add :version.
19980
19981         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19982         (gnus-agent-cache, gnus-agent): Change :version.
19983
19984         * gnus-util.el (gnus-use-byte-compile): Change :version.
19985
19986         * gnus-sum.el (gnus-summary-make-false-root-always)
19987         (gnus-summary-default-high-score)
19988         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19989         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19990         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19991         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19992         (gnus-sum-thread-tree-single-indent)
19993         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19994         (gnus-sum-thread-tree-leaf-with-other)
19995         (gnus-sum-thread-tree-single-leaf): Add :version.
19996         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19997         (gnus-article-loose-mime): Change :version.
19998
19999         * gnus-start.el (gnus-backup-startup-file)
20000         (gnus-save-startup-file-via-temp-buffer): Add :version.
20001
20002         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20003         (gnus-server-offline-face): Add :version.
20004
20005         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20006
20007         * gnus-msg.el (gnus-gcc-externalize-attachments)
20008         (gnus-debug-files, gnus-debug-exclude-variables)
20009         (gnus-discouraged-post-methods): Change :version.
20010         (gnus-confirm-mail-reply-to-news)
20011         (gnus-confirm-treat-mail-like-news): Add :version.
20012
20013         * gnus-int.el (gnus-server-unopen-status): Add :version.
20014
20015         * gnus-group.el (gnus-group-jump-to-group-prompt)
20016         (gnus-large-ephemeral-newsgroup)
20017         (gnus-fetch-old-ephemeral-headers): Add :version.
20018
20019         * gnus-fun.el (gnus-x-face-directory)
20020         (gnus-convert-pbm-to-x-face-command)
20021         (gnus-convert-image-to-x-face-command)
20022         (gnus-convert-image-to-face-command): Add :version.
20023
20024         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20025
20026         * gnus-cite.el (gnus-cite-blank-line-after-header)
20027         (gnus-article-boring-faces): Add :version.
20028
20029         * gnus-art.el (gnus-buttonized-mime-types)
20030         (gnus-inhibit-mime-unbuttonizing)
20031         (gnus-treat-display-face)
20032         (gnus-treat-body-boundary): Change :version.
20033         (gnus-body-boundary-delimiter, gnus-picon-databases)
20034         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20035         (gnus-treat-date-english, gnus-treat-fold-headers)
20036         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20037         (gnus-treat-mail-picon, gnus-treat-wash-html)
20038         (gnus-article-encrypt-protocol)
20039         (gnus-use-idna, gnus-article-over-scroll)
20040         (gnus-mime-display-multipart-alternative-as-mixed)
20041         (gnus-mime-display-multipart-related-as-mixed)
20042         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20043         (gnus-ctan-url, gnus-button-ctan-handler)
20044         (gnus-button-handle-ctan-bogus-regexp)
20045         (gnus-button-ctan-directory-regexp)
20046         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20047         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20048         (gnus-button-man-level, gnus-button-emacs-level)
20049         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20050
20051         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20052         (gnus-agent-go-online): Change :version.
20053         (gnus-agent-expire-unagentized-dirs)
20054         (gnus-agent-auto-agentize-methods): Add :version.
20055
20056         * flow-fill.el (fill-flowed-display-column)
20057         (fill-flowed-encode-column): Add :version.
20058
20059         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20060         (gnus-outlook-deuglify-unwrap-max)
20061         (gnus-outlook-deuglify-cite-marks)
20062         (gnus-outlook-deuglify-unwrap-stop-chars)
20063         (gnus-outlook-deuglify-no-wrap-chars)
20064         (gnus-outlook-deuglify-attrib-cut-regexp)
20065         (gnus-outlook-deuglify-attrib-verb-regexp)
20066         (gnus-outlook-deuglify-attrib-end-regexp)
20067         (gnus-outlook-display-hook): Add :version.
20068
20069         * binhex.el (binhex-use-external): Add :version.
20070
20071 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20072
20073         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20074         and `invisible'.
20075
20076 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20077
20078         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20079         in gnus-registry-trim.
20080
20081 2004-09-13  Simon Josefsson  <jas@extundo.com>
20082
20083         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20084
20085         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20086
20087         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20088         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20089         <yamaoka@jpl.org>.
20090         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20091         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20092         <yamaoka@jpl.org>.
20093
20094         * sieve.el (sieve-manage-mode): Ditto.
20095
20096 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20097
20098         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20099
20100 2004-09-11  Simon Josefsson  <jas@extundo.com>
20101
20102         * dns-mode.el: Add.
20103
20104         * mm-view.el (mm-display-dns-inline): Add.
20105
20106         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20107         (mm-automatic-display): Ditto.
20108
20109         * mailcap.el (mailcap-mime-data): Add text/dns.
20110         (mailcap-mime-extensions): Map .soa to text/dns.
20111
20112 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20113
20114         * gnus-art.el (article-decode-mime-words, article-babel)
20115         (gnus-article-highlight-signature, gnus-article-add-buttons)
20116         (gnus-signature-toggle): Remove unnecessary bindings of
20117         `inhibit-read-only' inherited from v5.10 merge.
20118
20119 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20120
20121         * nntp.el (nntp): New customization group.
20122         (nntp-authinfo-file): Add customization group.
20123
20124         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20125
20126         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20127
20128         * gnus.el (to-address, to-list, subscribed)
20129         (large-newsgroup-initial): Ditto.
20130
20131         * flow-fill.el (fill-flowed-display-column)
20132         (fill-flowed-encode-column): Ditto.
20133
20134 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20135
20136         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20137         Use point-min rather than 1.
20138         (message-send-mail): Use buffer-size rather than point-max.
20139
20140         * gnus-sum.el (gnus-summary-search-article-forward):
20141         Signal a specific `search-failed' rather than a generic `error'.
20142
20143         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20144         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20145         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20146
20147 2004-09-10  Simon Josefsson  <jas@extundo.com>
20148
20149         * nndb.el (require): Remove tcp and duplicate cl.
20150
20151 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20152
20153         * gnus-agent.el (directory-files-and-attributes): Move forward.
20154
20155 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20156
20157         * gnus-agent.el (directory-files-and-attributes):
20158         Optionally defined to support XEmacs.
20159
20160 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20161
20162         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20163         to avoid run-time CL dependencies.
20164         (gnus-agent-unfetch-articles): New function.
20165         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20166         article numbers even when local .overview file is missing.
20167         (gnus-agent-read-article-number): New function.  Only accepts
20168         27-bit article numbers.
20169         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20170         Use gnus-agent-read-article-number.
20171         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20172         from backend while recognizing that article numbers in .overview
20173         must be valid.
20174         (gnus-agent-update-files-total-fetched-for):
20175         Use directory-files-and-attributes to improve performance.
20176         * gnus-int.el (gnus-request-move-article):
20177         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20178         improve performance.
20179
20180         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20181         some users confused by references to .newsrc when they only have a
20182         .newsrc.eld file.
20183         (gnus-convert-mark-converter-prompt)
20184         (gnus-convert-converter-needs-prompt): Fix use of property list.
20185         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20186         New function.  Used internally to only display 'gnus converting
20187         files' message when actually necessary.
20188
20189         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20190         methods now autoloaded.
20191
20192 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20193
20194         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20195         identifiers.
20196
20197 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20198
20199         * gnus-picon.el: Fix indentation and closing parenthesis.
20200
20201 2004-09-01  Simon Josefsson  <jas@extundo.com>
20202
20203         * message.el (message-canlock-generate): Require sha1, not
20204         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20205         to require within a function.  Sadly, if sha1.el isn't loaded, the
20206         let binding in m-c-g will hide the defcustom definition, which is
20207         bad.)
20208
20209         * canlock.el: Require sha1, not sha1-el.
20210
20211         * message.el: Don't autoload sha1 (there is a autoload cookie in
20212         sha1.el).
20213
20214         * sha1-el.el: Rename to sha1.el.
20215
20216 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20217
20218         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20219
20220 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20221
20222         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20223
20224 2004-08-30  Kim F. Storm  <storm@cua.dk>
20225
20226         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20227
20228         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20229         Add :group 'nnimap.
20230
20231 2004-08-30  Andreas Schwab  <schwab@suse.de>
20232
20233         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20234         ?* and ?\;.
20235
20236         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20237         and ?\' to symbol instead of whitespace.
20238
20239 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20240
20241         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20242
20243         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20244         instead of re-search-forward.
20245
20246         * gnus-uu.el (gnus-uu-save-article): Ditto.
20247         (gnus-uu-post-encode-uuencode): Ditto.
20248
20249         * html2text.el (html2text-clean-list-items): Ditto.
20250         (html2text-clean-dtdd): Ditto.
20251         (html2text-format-tags): Ditto.
20252
20253         * message.el (message-send-mail-with-sendmail): Fix regexp.
20254         (message-fill-field-general): Use search-forward instead of
20255         re-search-forward.
20256         (unbold-region): Ditto.
20257
20258         * nnrss.el (nnrss-request-article): Ditto.
20259
20260         * nnslashdot.el (nnslashdot-request-article): Ditto.
20261
20262         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20263
20264         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20265         "Unrecognized menu descriptor" error in XEmacs.
20266
20267 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20268
20269         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20270         parent article of a sparse article in the thread hashtb.
20271
20272 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20273
20274         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20275         (nnmail-expand-newtext): Lowercase expanded entries if
20276         nnmail-split-lowercase-expanded is non-nil.
20277
20278 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20279
20280         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20281
20282         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20283         of gnus-tmp-news-method into string under XEmacs.  It will be
20284         passed to gnus-correct-length which takes only a string argument.
20285
20286 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20287
20288         * gnus-util.el (gnus-bind-print-variables): New macro.
20289         (gnus-prin1): Use it.
20290         (gnus-prin1-to-string): Use it.
20291         (gnus-pp): New function.
20292         (gnus-pp-to-string): New function.
20293
20294         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20295         Replace pp-to-string with gnus-pp-to-string.
20296         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20297         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20298         * gnus-msg.el (gnus-debug): Ditto.
20299         * gnus-score.el (gnus-score-save): Ditto.
20300         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20301         gnus-pp-to-string.
20302         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20303         with gnus-pp.
20304         * score-mode.el (gnus-score-pretty-print): Ditto.
20305         * webmail.el (webmail-debug): Ditto.
20306
20307 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20308
20309         * gnus-art.el (article-display-face, article-display-x-face):
20310         Use buffer-read-only.
20311
20312 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20313
20314         * gnus-art.el (article-hide-list-identifiers):
20315         Bind inhibit-read-only as t.
20316
20317 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20318
20319         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20320
20321 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20322
20323         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20324         (gnus-narrow-to-page): Don't assume point-min == 1.
20325         (gnus-article-edit-mode): Derive from message-mode.
20326
20327         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20328         point-min == 1.
20329
20330         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20331         Disable incorrect use of `assert'.
20332
20333         * message.el (message-mode): Set comment-start-skip.
20334
20335
20336 2004-08-22  Sam Steingold  <sds@gnu.org>
20337
20338         * pop3.el (pop3-leave-mail-on-server): New user variable.
20339         (pop3-movemail): Delete mail only when it is nil.
20340
20341 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20342
20343         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20344
20345         * mml.el (mml-preview): Use `pop-to-buffer'.
20346
20347         * message.el (message-goto-mail-followup-to): Insert after "To".
20348         (message-carefully-insert-headers): Add comment.
20349
20350         * gnus.el: Remove unused variable `gnus-article-check-size'.
20351
20352         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20353
20354         * gnus-art.el (gnus-button-alist):
20355         Improve `gnus-button-handle-library' entry.
20356
20357 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20358
20359         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20360         Use downcase, since XEmacs capitalizes error messages differently.
20361
20362 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20363
20364         * nntp.el: Add (require 'gnus) due to reference to
20365         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20366
20367 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20368
20369         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20370         Bind `mm-fill-flowed'.
20371
20372         * mm-decode.el (mm-dissect-singlepart): Check it.
20373
20374 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20375
20376         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20377         'imap' for netrc parsing.
20378
20379 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20380
20381         * mailcap.el (mailcap-mime-data): Mark as risky.
20382
20383 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20384
20385         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20386         may be included in the encoded word.
20387         (rfc2047-encode): Don't append a space if the encoded word
20388         includes close parenthesis.
20389
20390 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20391
20392         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20393         of text within parentheses.
20394
20395 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20396
20397         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20398         (gnus-encrypt-write-file-contents): Make the password key the file
20399         name PLUS the cipher, not just the cipher.  Also remove failed
20400         passwords from the cache.
20401
20402 2004-08-06  Simon Josefsson  <jas@extundo.com>
20403
20404         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20405         Doc fix.
20406
20407 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20408
20409         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20410         LWSP.
20411
20412 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20413
20414         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20415         Try to append in-reply-to: data to the references: header.
20416
20417         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20418         (netrc-parse): Use gnus-encrypt.el functions.
20419
20420         * gnus-encrypt.el: Add new file for encryption support; currently
20421         does only a few GPG ciphers and an internal XOR cipher.
20422
20423         * password.el: Add comments on using password-read-and-add.
20424         (password-read-and-add): Add function to read and add the
20425         password to the cache at once.
20426
20427 2004-07-28  Simon Josefsson  <jas@extundo.com>
20428
20429         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20430         parameter (but don't use it, for now).
20431
20432         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20433         instead of hard coding to nil.
20434
20435 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20436
20437         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20438         as mm-inline-image-xemacs does.
20439
20440 2004-07-26  Simon Josefsson  <jas@extundo.com>
20441
20442         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20443         Revert part of 2004-07-17 change below.
20444
20445 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20446
20447         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20448         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20449
20450 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20451
20452         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20453         quotes that actually start with ">" at the beginning of the
20454         lines.
20455
20456 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20457
20458         * rfc2047.el (rfc2047-encode-region): Fix last change.
20459         (rfc2047-encode-parameter): Remove useless concat.
20460
20461 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20462
20463         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20464         encode special characters; fix some kind of misconfigured headers;
20465         signal a real error if debug-on-quit or debug-on-error is non-nil.
20466         (rfc2047-encode-max-chars): New variable.
20467         (rfc2047-encode-1): Use it.
20468         (rfc2047-encode-parameter): New function.
20469
20470         * mml.el (mml-insert-parameter): Remove an excessive space.
20471
20472 2004-07-17  Simon Josefsson  <jas@extundo.com>
20473
20474         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20475         Kai Grossjohann <kai@emptydomain.de>.
20476         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20477         (gnus-group-make-menu-bar): Ditto.
20478
20479         * gnus-util.el (gnus-group-server): Add.
20480
20481 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20482
20483         * message.el (message-clone-locals): Clone sendmail and smtp
20484         variables.
20485
20486 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20487
20488         * rfc2047.el (rfc2047-encode-region): Fix last change.
20489
20490 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20491
20492         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20493         characters as non-special.
20494
20495 2004-07-09  Simon Josefsson  <jas@extundo.com>
20496
20497         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20498         Users will lose all flag changes made while unplugged with
20499         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20500         good default.  See numerous reports on ding mailing list.
20501
20502 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20503
20504         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20505         add generate-head-function and generate-article-function to the
20506         rfc822-forward entry.
20507         (nndoc-rfc822-forward-generate-article): New function.
20508         (nndoc-rfc822-forward-generate-head): New function.
20509
20510         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20511
20512 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20513
20514         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20515         respect display group parameter and gnus-summary-expunge-below.
20516         (gnus-articles-to-read): Remove unused reference to display group
20517         parameter.
20518
20519 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20520
20521         * nnheader.el (nnheader-uniquify-message-id): New experimental
20522         variable.
20523         (nnheader-nov-read-message-id): Use it.
20524
20525         * spam-report.el (spam-report-gmane): Add interactive.
20526
20527 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20528
20529         * mm-encode.el (mm-content-transfer-encoding-defaults):
20530         Use qp-or-base64 for the application/* types.
20531
20532 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20533
20534         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20535
20536 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20537
20538         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20539         trim value.
20540
20541 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20542
20543         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20544         New macro and function.
20545         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20546
20547 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20548
20549         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20550         after-load-alist.
20551
20552 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20553
20554         * gnus-group.el (gnus-group-get-new-news-this-group):
20555         Don't update info that isn't there.
20556
20557 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20558
20559         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20560         entry.
20561
20562 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20563
20564         * mm-view.el (mm-inline-render-with-function): Use multibyte
20565         buffer; decode html source by charset.
20566
20567         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20568
20569         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20570         Mule-UCS is loaded under XEmacs.
20571         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20572
20573 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20574
20575         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20576
20577 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20578
20579         * mm-util.el (mm-coding-system-p): Return a coding-system.
20580         (mm-mime-mule-charset-alist): Use shift_jis instead of
20581         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20582         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20583         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20584         instead of japanese-shift-jis and iso-latin-1 respectively in
20585         order to share the default value with both Emacs and XEmacs-mule.
20586         (mm-mule-charset-to-mime-charset):
20587         Make mm-coding-system-priorities effective.
20588         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20589         while predicating of candidates upon the priorities.
20590
20591 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20592
20593         * gnus-sum.el (gnus-summary-make-menu-bar):
20594         Add gnus-uu-invert-processable.
20595
20596         * gnus.el: Autoload gnus-uu-invert-processable.
20597
20598 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20599
20600         * mm-util.el (mm-with-multibyte-buffer): New macro.
20601
20602         * rfc2047.el (rfc2047-encode-string): Use it.
20603         (rfc2047-encode-region): Move point to the end of the region after
20604         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20605
20606 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20607
20608         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20609         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20610
20611 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20612
20613         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20614         (gnus-cite-parse): Ignore quoted envelope From_.
20615         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20616
20617 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20618
20619         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20620         invalid addresses.
20621
20622 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20623
20624         * spam.el: Change section markers, revise TODO list.
20625         (spam-backends): Make new master list of all installed backends.
20626         (spam-summary-exit-behavior): Add new variable to determine how
20627         messages moves are done at summary exit.
20628         (spam-move-spam-nonspam-groups-only)
20629         (spam-process-ham-in-nonham-groups)
20630         (spam-process-ham-in-spam-groups): Remove variables, the
20631         spam-summary-exit-behavior variable should be used to manage this
20632         behavior.
20633         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20634         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20635         and spam-old-spam-articles.
20636         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20637         Add empty variables, placeholders for the backends they represent.
20638         (spam-set-difference): Move, unchanged.
20639         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20640         unless the user has a processor variable.
20641         (spam-classifications, spam-classification-valid-p)
20642         (spam-backend-properties, spam-backend-property-valid-p)
20643         (spam-backend-function-type-valid-p)
20644         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20645         (spam-report-articles-gmane, spam-report-articles-resend):
20646         Remove functions, they are not needed.
20647         (spam-install-backend-super, spam-backend-list)
20648         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20649         (spam-backend-function, spam-backend-ham-registration-function)
20650         (spam-backend-spam-registration-function)
20651         (spam-backend-ham-unregistration-function)
20652         (spam-backend-spam-unregistration-function)
20653         (spam-backend-statistical-p, spam-backend-mover-p)
20654         (spam-install-backend-alias, spam-install-checkonly-backend)
20655         (spam-install-mover-backend, spam-install-nocheck-backend)
20656         (spam-install-backend, spam-install-statistical-backend)
20657         (spam-install-statistical-checkonly-backend): Add backend installation
20658         support.
20659         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20660         (spam-group-processor-p): Use the new backend code and respect the
20661         summary exit behavior.
20662         (spam-mark-spam-as-expired-and-move-routine): Remove.
20663         (spam-summary-prepare): Change to use the new spam-old-articles
20664         variable.
20665         (spam-copy-or-move-routine, spam-copy-spam-routine)
20666         (spam-move-spam-routine, spam-copy-ham-routine)
20667         (spam-move-ham-routine): Add code to copy/move ham or spam.
20668         (spam-fetch-field-fast): Improve doc and code, plus allow the
20669         'number request.
20670         (spam-list-of-checks, spam-list-of-statistical-checks):
20671         Remove variables.
20672         (spam-split, spam-find-spam): Use the new backend code.
20673         (spam-registration-functions): Remove variable.
20674         (spam-unregister-routine): Add convenience wrapper.
20675         (spam-log-undo-registration, spam-register-routine)
20676         (spam-log-processing-to-registry)
20677         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20678         where possible.
20679         (spam-check-gmane-xref, spam-check-regex-headers)
20680         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20681         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20682         (spam-check-bogofilter-headers, spam-check-spamoracle)
20683         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20684         (spam-check-crm114-headers): Use the spam-split-group that
20685         spam-split prepares, no need to determine it every time.
20686
20687         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20688         to the nnheader-parse-naked-head call.
20689
20690         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20691
20692         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20693         the nnheader-nov-read-message-id call.
20694
20695 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20696
20697         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20698         gnus-activate-group twice.  Suggested by Markus Peter
20699         <warp@spin.de>.
20700
20701 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20702
20703         * gnus-art.el (gnus-article-time-format): Exchange the order of
20704         day and month in the default value; fix customization type.
20705         (article-date-ut): Use add-text-properties.
20706         (article-make-date-line): Use message-make-date instead of
20707         current-time-string.
20708
20709         * message.el (message-fetch-field): Don't use set-text-properties.
20710         (message-make-date): Simplify.
20711
20712         * messagexmas.el (message-xmas-make-date): New function.
20713         (message-xmas-redefine): Defalias message-make-date to it.
20714
20715 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20716
20717         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20718         (rfc2047-encode-region): Treat text within parentheses as special;
20719         show the original text when error has occurred.
20720
20721         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20722         already-computed method to gnus-activate-group.
20723
20724         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20725         same select-methods identical Lisp objects.
20726
20727         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20728         object when modifying the info.
20729
20730 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20731
20732         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20733         gnus-opened-servers since it has never been opened with the new
20734         configuration yet.
20735
20736 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20737
20738         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20739         arg to nnheader-generate-fake-message-id.
20740
20741 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20742
20743         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20744         number and build a fake message ID localized to a group and
20745         article number (so it's repeatable from that point on).
20746         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20747         ID format.
20748
20749         * gnus-sum.el (gnus-get-newsgroup-headers):
20750         Call nnheader-generate-fake-message-id with the article number.
20751
20752 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20753
20754         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20755         end-of-buffer.
20756
20757 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20758
20759         * message.el (message-ignored-supersedes-headers): Add Approved.
20760
20761 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20762
20763         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20764         goto-char.
20765         (rfc2047-encode): Fold the line before encoding.
20766
20767 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20768
20769         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20770         folding -- not all headers can be folded, and this should be done
20771         by the message composition mode.  Probably.  I think.
20772
20773 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20774
20775         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20776         fast.
20777
20778         * gnus-ems.el (gnus-remove-image): Don't use
20779         message-text-with-property; remove only the image found first.
20780
20781         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20782         found first.
20783
20784 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20785
20786         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20787
20788 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20789
20790         * message.el (message-text-with-property): Make it fast and accept
20791         optional arguments.
20792         (message-strip-forbidden-properties): Use it.
20793         (message-fix-before-sending): Follow the m-t-w-p change.
20794
20795         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20796
20797 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20798
20799         * gnus-art.el (article-hide-headers): Don't change the buffer
20800         mistakenly when performing mml-preview even if
20801         gnus-single-article-buffer is nil.
20802
20803 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20804
20805         * message.el (message-expand-name-databases): New user option.
20806         (message-expand-name): Use it.
20807
20808 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20809
20810         * spam.el (spam-report-articles-resend)
20811         (spam-report-resend-register-routine): Allow ham reporting.
20812         (spam-report-resend-register-ham-routine): Add wrapper.
20813         (spam-registration-functions): Add ham resending functions.
20814         (spam-list-of-processors): Add ham resend processor.
20815
20816         * gnus.el (ham-resend-to): Add new group parameter.
20817         (spam-process): Add ham resend option.
20818
20819         * spam-report.el (spam-report-resend): Allow reporting ham.
20820         (spam-report-resend-ham): Add wrapper.
20821
20822 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20823
20824         * message.el (message-cite-articles-with-x-no-archive):
20825         New variable.
20826         (message-cite-original): Use it.
20827
20828 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20829
20830         * message.el (message-cite-original): Respect X-No-Archive.
20831
20832 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20833
20834         * gnus-art.el (article-hide-headers): Refer to the values for
20835         gnus-ignored-headers and gnus-visible-headers in the summary
20836         buffer since a user may have set them as group parameters.
20837
20838 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20839
20840         * assistant.el (assistant-node-name): Add convenience function.
20841         (assistant-render-text, assistant-render-node): Add error handling,
20842         plus handle multiple next nodes.
20843         (assistant-find-next-node): Comment out for now.
20844         (assistant-find-next-nodes): Add function, returns list of next
20845         nodes.
20846
20847 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20848
20849         * mail-source.el (mail-source-directory): Fix doc-string.
20850
20851 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20852
20853         * assistant.el (assistant-render-text, assistant-eval): Add :set
20854         widget type, which is different because it takes and returns a
20855         list.  Much hilarity ensues.
20856
20857 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20858
20859         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20860
20861         * gnus-group.el (gnus-group-get-new-news-this-group):
20862         Add doc-string.
20863
20864         * gnus-start.el (gnus-activate-group): Add doc-string.
20865
20866 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20867
20868         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20869
20870 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20871
20872         * assistant.el (assistant-render-text): Try to add a :set
20873         widget, more to come.
20874
20875         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20876         strings.
20877         (spam-report-articles-resend)
20878         (spam-register-routine): Do registration iff any articles warrant
20879         it.
20880         (spam-summary-prepare-exit): Change log message for nil group
20881         destinations.
20882
20883 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20884
20885         * spam.el (spam-report-resend-register-routine):
20886         Allow spam-report-resend-to to be a group parameter or a global value.
20887
20888 2004-05-26  Simon Josefsson  <jas@extundo.com>
20889
20890         * starttls.el: Merge with my GNUTLS based starttls.el.
20891         (starttls-gnutls-program, starttls-use-gnutls)
20892         (starttls-extra-arguments, starttls-process-connection-type)
20893         (starttls-connect, starttls-failure, starttls-success):
20894         New variables.
20895         (starttls-program, starttls-extra-args): Doc fix.
20896         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20897         New functions.
20898         (starttls-negotiate, starttls-open-stream):
20899         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20900         function if it is set.
20901
20902 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20903
20904         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20905         structured fields.
20906
20907 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20908
20909         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20910
20911 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20912
20913         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20914         Add variable.
20915         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20916         assigning the spam-mark to new messages.
20917
20918 2004-05-26  Adam SjĂžgren  <asjo@koldfront.dk>  (tiny change)
20919
20920         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20921
20922 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20923
20924         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20925
20926         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20927         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20928         default.
20929
20930 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20931
20932         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20933         correct data.
20934
20935 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20936
20937         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20938         (spam-group-processor-p): Fix function.
20939         (spam-group-processor-multiple-p)
20940         (spam-group-spam-processor-report-gmane-p)
20941         (spam-group-spam-processor-report-resend-p)
20942         (spam-group-spam-processor-bogofilter-p)
20943         (spam-group-spam-processor-blacklist-p)
20944         (spam-group-spam-processor-ifile-p)
20945         (spam-group-ham-processor-ifile-p)
20946         (spam-group-spam-processor-spamoracle-p)
20947         (spam-group-spam-processor-crm114-p)
20948         (spam-group-ham-processor-bogofilter-p)
20949         (spam-group-spam-processor-stat-p)
20950         (spam-group-ham-processor-stat-p)
20951         (spam-group-ham-processor-whitelist-p)
20952         (spam-group-ham-processor-BBDB-p)
20953         (spam-group-ham-processor-spamoracle-p)
20954         (spam-group-ham-processor-copy-p): Remove functions with some
20955         prejudice against unneeded code.
20956         (spam-report-articles-resend)
20957         (spam-report-resend-register-routine): Allow the group/topic
20958         spam-resend-to value to override spam-report-resend-to.
20959         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20960         properly now.
20961
20962         * gnus.el (spam-resend-to): Add group/topic parameter.
20963         (spam-process): Move the OBSOLETE processors to the end of the
20964         choices.
20965
20966 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20967
20968         * spam-report.el (spam-report-resend-to, spam-report-resend):
20969         Start with resend-to set to nil, and then ask the user if necessary.
20970         (spam-report-resend): spam-report-resend takes a list of articles, not
20971         separate article numbers.
20972
20973 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20974
20975         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20976         addition to emacs-w3m.
20977
20978 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20979
20980         * assistant.el (assistant-authinfo-data): New function.
20981         (assistant-eval): Eval for entire assistant.
20982
20983         * netrc.el (netrc-services-file): New variable.
20984         (netrc-parse-services): New function.
20985         (netrc-find-service-name): New function.
20986         (netrc-find-service-number): New function.
20987         (netrc-port-equal): New function.
20988         (netrc-machine): Use it.
20989
20990         * nnimap.el (nnimap-open-connection): Use netrc.
20991
20992         * gnus-util.el (gnus-netrc-get): Remove aliases.
20993
20994         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20995
20996         * assistant.el (wid-edit): Fix compilation.
20997
20998         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20999
21000 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21001
21002         * gnus-util.el (gnus-set-file-modes): New function.  (small
21003         patch).
21004
21005 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21006
21007         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21008
21009         * assistant.el (assistant-render-node): Fix up rendering and
21010         read-only text.
21011         (assistant-render-node): Reset.
21012         (assistant-make-read-only): Not sticky.
21013
21014 2004-05-20  Danny Siu  <dsiu@adobe.com>
21015
21016         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
21017         centered even when gnus-auto-center-summary is t.
21018
21019 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21020
21021         * dns.el (dns-get-txt-answer): New function.
21022         (dns-read-txt): Ditto.
21023         (query-dns): Use it.
21024
21025 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21026
21027         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21028         active for foreign groups even if the group level is higher than
21029         the specified value.
21030
21031 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21032
21033         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21034         non-active groups.
21035
21036         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21037
21038 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21039
21040         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21041
21042 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21043
21044         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21045         (spam-crm114-header, spam-crm114-spam-switch)
21046         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21047         (spam-crm114-positive-spam-header)
21048         (spam-crm114-database-directory, spam-list-of-processors)
21049         (spam-group-spam-processor-crm114-p)
21050         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21051         (spam-generic-score, spam-list-of-checks)
21052         (spam-list-of-statistical-checks, spam-registration-functions)
21053         (spam-check-crm114-headers, spam-crm114-score)
21054         (spam-check-crm114, spam-crm114-register-with-crm114)
21055         (spam-crm114-register-spam-routine)
21056         (spam-crm114-unregister-spam-routine)
21057         (spam-crm114-register-ham-routine)
21058         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21059         From asjo@koldfront.dk (Adam SjĂžgren).
21060
21061         * gnus.el: Add spam-use-crm114.
21062
21063         * spam.el (spam-list-of-processors, spam-registration-functions):
21064         Add spam-use-resend.
21065         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21066         (spam-report-articles-gmane): Add doc fix.
21067         (spam-report-articles-resend, spam-report-resend-register-routine):
21068         Add wrappers around spam-report-resend-to.
21069
21070         * spam-report.el (spam-report-resend-to, spam-report-resend):
21071         Add support for resending spam.
21072         (spam-report-gmane): Fix line length >80.
21073
21074         * gnus.el (spam-process): Add spam-use-resend.
21075
21076 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21077
21078         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21079         number of processed spam messages.
21080         (spam-ham-copy-or-move-routine): Return the number of processed
21081         ham messages.
21082         (spam-summary-prepare-exit): Use the above values to decide
21083         whether status messages shouled be displayed.
21084
21085 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21086
21087         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21088         `rfc2047-encoding-function-alist' in order to avoid conflicting
21089         with the old version.
21090         (rfc2047-encode-region): Concatenate words containing non-ASCII
21091         characters in structured fields; don't encode space-delimited
21092         ASCII words even in unstructured fields; don't break words at
21093         char-category boundaries.
21094         (rfc2047-encode-1): New function.
21095         (rfc2047-encode): Use it; encode text so that it occupies the
21096         maximum width within 76-column; work correctly on Q encoding for
21097         iso-2022-* charsets.
21098         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21099         sure not to break a line just after the header name.
21100         (rfc2047-b-encode-region): Remove.
21101         (rfc2047-b-encode-string): New function.
21102         (rfc2047-q-encode-region): Remove.
21103         (rfc2047-q-encode-string): New function.
21104
21105         * mm-util.el (mm-replace-in-string): New function.
21106
21107 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21108
21109         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21110         Really get it right.
21111         (gnus-inews-make-draft): Really.
21112
21113 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21114
21115         * nnmh.el (nnmh-request-list-1): Don't check the link count
21116         before descending.  (small patch)
21117
21118 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21119
21120         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21121         stuff.
21122
21123         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21124         Match on real group name.
21125
21126         * gnus-art.el (gnus-signature-limit): Doc fix.
21127
21128         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21129
21130         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21131
21132 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21133
21134         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21135         isn't a string.
21136
21137 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21138
21139         * gnus-draft.el (gnus-draft-send):
21140         Bind rfc2047-encode-encoded-words.
21141
21142         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21143         (rfc2047-encodable-p): Say that =? needs encoding.
21144         (rfc2047-encode-encoded-words): New variable.
21145
21146         * gnus-group.el (gnus-group-select-group): Doc fix.
21147
21148         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21149
21150         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21151         to nil.
21152
21153         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21154
21155         * nnheader.el (nnheader-get-lines-and-char): New function.
21156
21157 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21158
21159         * gnus-msg.el (gnus-summary-followup-with-original):
21160         Document yanking of region when active.
21161
21162 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21163
21164         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21165         groups if the group level is higher than the specified value.
21166
21167 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21168
21169         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21170         (gnus-group-jump-to-group): Add prefix argument using
21171         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21172         non-active group.
21173
21174         * compface.el (uncompface): Be verbose when changing
21175         `uncompface-use-external'.
21176
21177         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21178         handle manual section.
21179
21180 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21181
21182         * gnus-art.el (gnus-button-alist): Revert previous change.
21183
21184 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21185
21186         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21187
21188 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21189
21190         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21191         whether backend can accept message.
21192
21193         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21194
21195 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21196
21197         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21198         Avoid creating directory when nntp-marks-is-evil is true.
21199         Reported by Reiner Steib.
21200
21201 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21202
21203         * gnus-picon.el (gnus-picon-style): New variable.
21204         (gnus-picon-insert-glyph): Add optional `nostring' argument.
21205         (gnus-picon-transform-address): Support `gnus-picon-style'.
21206         From Jesper Harder <harder@ifa.au.dk>.
21207
21208 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21209
21210         * message.el (message-fill-field): Return point.
21211         (message-generate-headers): Go to end of field.
21212
21213         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21214         stuff for non-living groups.
21215
21216 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21217
21218         * gnus-art.el (gnus-article-followup-with-original)
21219         (gnus-article-reply-with-original): gnus-mark-active-p ->
21220         gnus-region-active-p.
21221
21222 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21223
21224         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21225         only when there is spam or ham to be processed.
21226
21227 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21228
21229         * mail-source.el (mail-source-delete-crash-box): Refactor.
21230         (mail-source-fetch): Use it.
21231         (mail-source-fetch-file): Ditto.
21232         (mail-source-fetch-directory): Run postscript in loop.
21233         (mail-source-fetch-pop): Delete.
21234         (mail-source-fetch-maildir): Ditto.
21235         (mail-source-fetch-imap): Ditto.
21236
21237         * imap.el (imap-authenticators): Comment out sasl.
21238
21239         * message.el (message-skip-to-next-address): New function.
21240         (message-fill-header-address): Refactor.
21241         (message-fill-address): Use it.
21242         (message-delete-address): Use it.
21243         (message-fill-header-general): Refactor.
21244         (message-fill-field-address): Rename.
21245         (message-narrow-to-field): Find the start of the header.
21246         (message-header-format-alist): Don't pre-fill.
21247         (message-fill-header): Remove.
21248         (message-insert-header): New function.
21249         (message-shorten-references): Use it.
21250
21251         * rfc2047.el (rfc2047-field-value): Strip props.
21252
21253         * mail-parse.el (mail-header-make-address): New alias.
21254
21255         * ietf-drums.el (ietf-drums-make-address): New function.
21256
21257         * imap.el: Add compiler directives.
21258
21259         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21260
21261         * gnus-art.el (article-decode-idna-rhs): Don't use
21262         message-idna-inside-rhs-p.
21263
21264 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21265
21266         * message.el (message-idna-inside-rhs-p): Remove.
21267         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21268
21269         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21270         false positives.
21271
21272 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21273
21274         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21275
21276 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21277
21278         * nneething.el (nneething-file-name): Don't create spurious
21279         files.
21280
21281         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21282         (gnus-inews-do-gcc): Remove sleep.
21283
21284         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21285         part under point.
21286
21287         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21288         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21289
21290 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21291
21292         * spam.el (spam-summary-prepare-exit): Fix (length).
21293
21294 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21295
21296         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21297         as expired without moving it" message when there are spam
21298         messages left.
21299
21300 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21301
21302         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21303         header is not nil.
21304
21305 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21306
21307         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21308         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21309         (nntp-marks-changed-p): New arg SERVER.
21310         (nntp-request-update-info): Adjust caller.
21311
21312 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21313
21314         * nntp.el (nntp-save-marks): Pass missing arg.
21315
21316 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21317
21318         * nntp.el: Support marks.
21319         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21320         (nntp-marks-modtime, nntp-marks-directory): New variables.
21321         (nntp-request-set-mark, nntp-request-update-info)
21322         (nntp-possibly-create-directory, nntp-marks-changed-p)
21323         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21324         New functions.
21325
21326 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21327
21328         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21329         (gnus-xmas-redefine): Rename.
21330
21331         * gnus-score.el (gnus-score-insert-help):
21332         Use gnus-select-lowest-window.
21333
21334         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21335         appt-select-lowest-window and rename to gnus-select-lowest-window.
21336
21337         * gnus.el: do.
21338
21339 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21340
21341         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21342         encodings of MIME-encoded words, in order to improve
21343         interoperability with several broken MUAs.
21344
21345 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21346
21347         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21348         tags, only when charsets are not specified in headers.
21349         (mm-inline-text-html-render-with-w3m): Ditto.
21350
21351         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21352         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21353
21354 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21355
21356         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21357         instead of MIME-decoded from fields when checking
21358         `gnus-article-address-banner-alist'.
21359
21360 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21361
21362         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21363         description rather than subject.
21364
21365 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21366
21367         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21368
21369 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21370
21371         * gnus.el (gnus-version-number): Bump.
21372
21373 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21374
21375         * gnus.el: No Gnus v0.2 is released.
21376
21377 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21378
21379         * gnus-agent.el (gnus-agent-read-agentview):
21380         Inline gnus-uncompress-range.
21381
21382 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21383
21384         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21385         `exec-installed-p'.
21386
21387 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21388
21389         * gnus.el (spam-process, spam-autodetect-methods):
21390         Add bsfilter and bsfilter-headers.
21391
21392         * spam.el (spam-bsfilter): New customize group.
21393         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21394         (spam-bsfilter-header, spam-bsfilter-probability-header)
21395         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21396         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21397         (spam-bsfilter-database-directory): New options.
21398         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21399         (spam-list-of-statistical-checks, spam-registration-functions):
21400         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21401         (spam-bsfilter-score): New command.
21402         (spam-check-bsfilter-headers, spam-check-bsfilter)
21403         (spam-bsfilter-register-with-bsfilter)
21404         (spam-bsfilter-register-spam-routine)
21405         (spam-bsfilter-unregister-spam-routine)
21406         (spam-bsfilter-register-ham-routine)
21407         (spam-bsfilter-unregister-ham-routine): New functions.
21408         (spam-generic-score): Support bsfilter; Accept an optional argument
21409         to recalcurate spam score even if scoring header has already been
21410         added.
21411         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21412         optional argument to recalcurate spam score even if scoring header
21413         has already been added.
21414
21415 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21416
21417         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21418         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21419         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21420         link is missing.
21421
21422 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21423
21424         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21425         (html2text-get-attr): Rewrite.
21426
21427         * message.el (message-setup-1): Remove redundant put-text-property
21428         on mail-header-separator.
21429
21430 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21431
21432         * gnus-registry.el (gnus-registry-cache-whitespace)
21433         (gnus-registry-action, gnus-registry-spool-action)
21434         (gnus-registry-split-fancy-with-parent): Change message levels
21435         from 5 to 3 or 7, as needed.
21436
21437         * spam.el (spam-summary-prepare-exit)
21438         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21439         (spam-split, spam-find-spam, spam-log-undo-registration)
21440         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21441         level from 5 to 6.
21442
21443 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21444
21445         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21446         2004-03-04 change).
21447
21448 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21449
21450         * sieve-manage.el (sieve-manage-open):
21451         * nnweb.el (nnweb-insert-html):
21452         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21453         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21454         * nnspool.el (nnspool-request-group):
21455         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21456         * nnml.el (nnml-request-update-info):
21457         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21458         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21459         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21460         (nnimap-request-set-mark):
21461         * nnfolder.el (nnfolder-request-update-info):
21462         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21463         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21464         * gnus-uu.el (gnus-uu-find-articles-matching):
21465         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21466         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21467         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21468         * gnus-nocem.el (gnus-nocem-scan-groups):
21469         * gnus-int.el (gnus-start-news-server):
21470         * gnus-group.el (gnus-group-make-kiboze-group)
21471         (gnus-group-browse-foreign-server):
21472         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21473         Use mapc when appropriate.
21474
21475 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
21476
21477         FIXME: Make separate entries for each person.
21478
21479         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
21480         SjĂžgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
21481         <shields@msrl.com>:
21482
21483         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21484         may need for spam sorting and scoring.
21485         (spam-user-format-function-S): Add user format function suitable for
21486         general use.
21487         (spam-article-sort-by-spam-status): Add sorting function for summary
21488         sorting.
21489         (spam-extra-header-to-number): Add function to get a score from a
21490         header.
21491         (spam-summary-score): Add function to get a numeric score from the
21492         headers.
21493         (spam-generic-score): Fix function doc, was in wrong place.
21494         (spam-initialize): Take symbols when it's run, and install the
21495         extra headers that spam-necessary-extra-headers thinks we need.
21496
21497 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21498
21499         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21500         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
21501
21502 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21503
21504         * gnus-sum.el (gnus-set-global-variables)
21505         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21506         (gnus-article-get-xrefs, gnus-summary-best-group)
21507         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21508         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21509         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21510         Use with-current-buffer.
21511
21512 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21513
21514         * spam.el (spam-summary-prepare-exit): Simplify logic.
21515         (spam-fetch-article-header): Read the article header if it's not
21516         available.
21517         (spam-list-articles): Simplify logic.
21518         (spam-filelist-register-routine): Fix bug with unregister-list.
21519
21520         * gnus-registry.el: Fix comments at beginning.
21521
21522 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21523
21524         * message.el (message-cater-to-broken-inn): Remove.
21525         (message-shorten-references): Make sure the total folded length of
21526         References is shorter than 998 characters to cater to a bug in INN
21527         2.3.  Also, don't pretend that references aren't folded -- this
21528         hasn't worked for a while.
21529
21530 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21531
21532         * gnus-agent.el (gnus-agentize):
21533         gnus-agent-send-mail-real-function no longer set to current value
21534         of message-send-mail-function but rather a lambda that calls
21535         message-send-mail-function.  The change makes the agent real-time
21536         responsive to user changes to message-send-mail-function.
21537
21538 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21539
21540         * legacy-gnus-agent.el
21541         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21542         help from Florian Weimer <fw@deneb.enyo.de>
21543
21544 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21545
21546         * nnmail.el (nnmail-cache-insert): Revert last change.
21547
21548 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21549
21550         * nnmail.el (nnmail-cache-insert): Always check whether
21551         nnmail-cache-ignore-groups matches a group name.
21552
21553 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21554
21555         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21556         (spam-find-spam, spam-log-processing-to-registry)
21557         (spam-log-registered-p, spam-log-unregistration-needed-p)
21558         (spam-log-undo-registration): Use gnus-message instead of
21559         gnus-error, none of these errors are fatal.
21560
21561         * gnus-registry.el (gnus-registry-clean-empty-function)
21562         (gnus-registry-clean-empty): Remove only empty entries without
21563         extra data.
21564
21565 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21566
21567         * spam-stat.el (spam-stat-buffer-change-to-spam)
21568         (spam-stat-buffer-change-to-non-spam): Change (error) to
21569         (gnus-message 8) invocation.
21570
21571 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21572
21573         * nntp.el (nntp-via-netcat-command): New variable.
21574         (nntp-via-netcat-switches): New variable.
21575         (nntp-open-via-rlogin-and-netcat): New function.
21576         (nntp-open-connection-function): Doc fix.
21577         (nntp-telnet-command): Doc fix.
21578         (nntp-end-of-line): Doc fix.
21579         (nntp-via-rlogin-command): Doc fix.
21580         (nntp-via-user-name): Doc fix.
21581         (nntp-via-address): Doc fix.
21582
21583 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21584
21585         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21586         error in Emacs 21.1.
21587
21588 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21589
21590         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21591
21592 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21593
21594         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21595         (gnus-agent-with-refreshed-group): New macro.
21596         (gnus-agent-rename-group): New function.
21597         (gnus-agent-delete-group): New function.
21598         (gnus-agent-save-group-info): Use gnus-command-method when
21599         `method' parameter is nil.  Don't write nil entries into the
21600         active file.
21601         (gnus-agent-get-group-info): New function.
21602         (gnus-agent-fetch-articles):
21603         Use gnus-agent-update-files-total-fetched-for to increment disk space
21604         used.
21605         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21606         Use gnus-agent-update-view-total-fetched-for to increment disk space
21607         used.
21608         (gnus-agent-get-local): Add optional parameters to avoid calling
21609         gnus-group-real-name and gnus-find-method-for-group.
21610         (gnus-agent-set-local): Delete stored entry if either min, or max,
21611         are nil.
21612         (gnus-agent-fetch-session): Reworded error/quit messages.
21613         On quit, use gnus-agent-regenerate-group to record existance of any
21614         articles fetched to disk before the quit occurred.
21615         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21616         gnus-agent-update-view-total-fetched-for, and
21617         gnus-agent-update-files-total-fetched-for to decrement disk space
21618         used.
21619         (gnus-agent-retrieve-headers):
21620         Use gnus-agent-update-view-total-fetched-for to increment disk space
21621         used.
21622         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21623         with gnus-agent-update-files-total-fetched-for to decrement disk
21624         space and fresh group buffer.
21625         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21626         (gnus-agent-need-update-total-fetched-for): New variable.
21627         (gnus-agent-update-files-total-fetched-for): New function.
21628         (gnus-agent-update-view-total-fetched-for): New function.
21629         (gnus-agent-total-fetched-for): New function.
21630
21631         * gnus-cache.el (gnus-cache-save-buffers):
21632         Use gnus-cache-update-overview-total-fetched-for to change disk space
21633         used by this group.
21634         (gnus-cache-possibly-enter-article):
21635         Use gnus-cache-update-file-total-fetched-for to increment disk space
21636         used by this group.
21637         (gnus-cache-possibly-remove-article):
21638         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21639         used by this group.
21640         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21641         (gnus-cache-rename-group): New function.
21642         (gnus-cache-delete-group): New function.
21643         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21644         (gnus-cache-need-update-total-fetched-for): New variable.
21645         (gnus-cache-with-refreshed-group): New macro.
21646         (gnus-cache-update-file-total-fetched-for): New function.
21647         (gnus-cache-update-overview-total-fetched-for): New function.
21648         (gnus-cache-rename-group-total-fetched-for): New function.
21649         (gnus-cache-delete-group-total-fetched-for): New function.
21650         (gnus-cache-total-fetched-for): New function.
21651
21652         * gnus-group.el: Require gnus-sum and autoload functions to
21653         resolve warnings when gnus-group.el compiled alone.
21654         (gnus-group-line-format): Documented new %F.
21655         (size of Fetched data) group line format; identifies disk space
21656         used by agent and cache.
21657         (gnus-group-line-format-alist): Defined new F format.
21658         (gnus-total-fetched-for): New function.
21659         (gnus-group-delete-group): No longer update
21660         gnus-cache-active-altered as gnus-request-delete-group now keeps
21661         the cache in sync.
21662         (gnus-group-list-active): Let the agent store a server's active
21663         list if currently plugged.
21664
21665         * gnus-int.el (gnus-request-delete-group):
21666         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21667         local disk in sync with the server.
21668         (gnus-request-rename-group):
21669         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21670         local disk in sync with the server.
21671
21672         * gnus-start.el (gnus-get-unread-articles):
21673         Cosmetic simplification to logic.
21674
21675         * gnus-util.el (gnus-rename-file): New function.
21676
21677 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21678
21679         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21680
21681 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21682
21683         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21684         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21685
21686 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21687
21688         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21689         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21690
21691 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21692
21693         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21694
21695 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21696
21697         * spam.el (spam-set-difference): Add function to replace
21698         gnus-set-difference in spam.el.
21699         (spam-summary-prepare-exit): Use spam-set-difference.
21700
21701 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21702
21703         * gnus-registry.el (gnus-registry-cache-file): Update to use
21704         gnus-dribble-directory OR gnus-home-directory OR ~.
21705         (gnus-registry-split-fancy-with-parent): Fix doc.
21706
21707 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21708
21709         * message.el (message-exchange-point-and-mark):
21710         Use message-mark-active-p.  Suggested by Jesper Harder
21711         <harder@ifa.au.dk>.
21712
21713 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21714
21715         * message.el (message-exchange-point-and-mark): Don't activate
21716         region if it was inactive.  Suggested by Hiroshi Fujishima
21717         <pooh@nature.tsukuba.ac.jp>.
21718
21719 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21720
21721         * gnus-art.el (article-display-face): Display Faces in the same
21722         order as X-Faces.
21723
21724 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21725
21726         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21727
21728 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21731         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21732         (gnus-article-mime-hierarchy): Remove.
21733         (gnus-article-mime-hierarchy-next): Remove.
21734         (gnus-article-mode): Revert 2004-03-19 change.
21735         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21736         (gnus-insert-mime-button): Revert 2004-03-19 change.
21737         (gnus-mime-accumulate-hierarchy): Remove.
21738         (gnus-mime-enter-multipart): Remove.
21739         (gnus-mime-leave-multipart): Remove.
21740         (gnus-mime-display-part): Revert 2004-03-19 change.
21741         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21742
21743         * mml.el (mml-preview): Revert 2004-03-19 change.
21744
21745 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21746
21747         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21748
21749 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21750
21751         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21752         t while entering a file name using the mm-with-multibyte macro.
21753         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21754
21755         * mm-util.el (mm-with-multibyte): New macro.
21756
21757 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21758
21759         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21760         New user option.
21761         (gnus-mime-multipart-functions): Doc and customization fix.
21762         (gnus-article-mime-hierarchy): New variable.
21763         (gnus-article-mime-hierarchy-next): New variable.
21764         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21765         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21766         gnus-article-mime-hierarchy-next to nil.
21767         (gnus-insert-mime-button): Show hierarchy numbers.
21768         (gnus-mime-accumulate-hierarchy): New function.
21769         (gnus-mime-enter-multipart): New function.
21770         (gnus-mime-leave-multipart): New function.
21771         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21772         (gnus-mime-display-alternative): Show hierarchy numbers.
21773
21774         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21775         gnus-article-mime-hierarchy-next to nil.
21776
21777 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21778
21779         * dns.el: Don't require gnus-xmas.
21780
21781 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21782
21783         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21784         inline PGP.
21785         (mml-menu): Disable mml-quote-region if mark is inactive.
21786
21787 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21788
21789         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21790         when the group's active is not available.
21791
21792 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21793
21794         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21795         error.
21796
21797 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21798
21799         * imap.el (imap-store-password): New variable.
21800         (imap-interactive-login): Use it.
21801         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21802
21803 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21804
21805         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21806         window-start and hscroll to summary window.
21807
21808 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21809
21810         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21811         conversion message to newsrc-dribble when an actual conversion is
21812         performed.
21813
21814 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21815
21816         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21817
21818 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21819
21820         * mm-decode.el (mm-complicated-handles): New function reviving
21821         former definition of mm-multiple-handles.
21822
21823         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21824         (gnus-mime-delete-part): Use it.
21825
21826 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21827
21828         * gnus-agent.el (gnus-agent-read-local):
21829         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21830         avoid the implicit assumption that they will always be equal.
21831         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21832         coding-system-for-write, as the with-temp-file macro first prints
21833         to a buffer then saves the buffer.
21834
21835 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21836
21837         * gnus-art.el (gnus-article-edit-part): New function.
21838         (gnus-mime-save-part-and-strip): Use it; do query instead of
21839         signaling an error; don't use mm-multiple-handles.
21840         (gnus-mime-delete-part): Ditto.
21841
21842 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21843
21844         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21845         old file versions.
21846         (gnus-group-prepare-hook): Remove function that converted list
21847         form of gnus-agent-expire-days to group properties.
21848
21849         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21850         (gnus-request-accept-article): Re-indented.
21851
21852         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21853         converters to handle old agent file formats.  Add logic for a
21854         "backup before upgrading warning".
21855         (gnus-convert-mark-converter-prompt): Developers can mark
21856         functions as needing (default), or not needing,
21857         gnus-convert-old-newsrc's "backup before upgrading warning".
21858         (gnus-convert-converter-needs-prompt): Tests whether the user
21859         should be protected from potentially irreversable changes by the
21860         function.
21861
21862         * legacy-gnus-agent.el: New.  Provides converters that are only
21863         loaded when gnus-convert-old-newsrc needs to call them.
21864
21865 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21866
21867         * mail-source.el (mail-source-touch-pop): Doc fix.
21868
21869         * message.el (message-smtpmail-send-it): Doc fix.
21870
21871 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21872
21873         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21874
21875         * nnmail.el (nnmail-split-fancy): do.
21876
21877         * gnus-kill.el (gnus-kill, gnus-execute): do.
21878
21879 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21880
21881         * gnus-sum.el (gnus-widget-reversible-match)
21882         (gnus-widget-reversible-to-internal)
21883         (gnus-widget-reversible-to-external): New functions.
21884         (gnus-widget-reversible): New widget.
21885         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21886
21887 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21888
21889         * gnus-sum.el (gnus-thread-sort-functions)
21890         (gnus-article-sort-functions): Document `(not F)' items.
21891
21892 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21893
21894         * spam.el (spam-use-gmane-xref): Add new backend.
21895         (spam-gmane-xref-spam-group): Add variable to control the name of the
21896         Gmane spam group.
21897         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21898         (spam-regex-headers-spam, spam-regex-headers-ham)
21899         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21900         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21901         backends and checks.
21902         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21903
21904         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21905         an autodetect method.
21906
21907 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21908
21909         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21910         articles are being added to a group.
21911         (gnus-request-replace-article): Inform the agent that articles
21912         need to be uncached as the cached contents are no longer valid.
21913
21914 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21915
21916         * binhex.el: Don't autoload executable-find.
21917
21918         * canlock.el: Don't autoload mail-fetch-field.
21919
21920         * dgnushack.el: Autoload c-mode for XEmacs.
21921
21922         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21923
21924         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21925         rmail-dont-reply-to and rmail-output.
21926
21927         * gnus-score.el: Don't autoload ffap-string-at-point.
21928
21929         * gnus-setup.el: Don't autoload sc-cite-original.
21930
21931         * imap.el: Don't autoload base64-decode-string,
21932         base64-encode-string and md5.
21933
21934         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21935         and rmail-msg-restore-non-pruned-header.
21936
21937         * mm-decode.el: Don't autoload executable-find.
21938
21939         * mm-url.el: Don't autoload executable-find.
21940
21941         * mm-view.el: Don't autoload diff-mode.
21942
21943         * nndb.el: Don't autoload news-reply-mode, news-setup,
21944         cancel-timer and telnet.
21945
21946         * password.el: Don't autoload run-at-time for Emacs.
21947
21948         * sha1-el.el: Don't autoload executable-find.
21949
21950         * sieve-mode.el: Don't autoload c-mode.
21951
21952         * uudecode.el: Don't autoload executable-find.
21953
21954 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21955
21956         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21957         (gnus-agent-possibly-alter-active): Avoid null in numeric
21958         comparison.
21959         (gnus-agent-set-local): Refuse to save null in local object table.
21960         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21961         list of articles that will be marked as unread.
21962
21963 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21964
21965         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21966
21967 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21968
21969         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21970         language tags.
21971
21972 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21973
21974         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21975         Don't bind "obarray".
21976
21977         * gnus-sum.el (gnus-thread-sort-functions):
21978         Add `gnus-thread-sort-by-most-recent-number' and
21979         `gnus-thread-sort-by-most-recent-date'.
21980         Reported by Kai Grossjohann <kai@emptydomain.de>.
21981
21982 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21983
21984         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21985
21986 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21987
21988         * gnus-cus.el (gnus-agent-customize-category):
21989         Remove ignore-errors macro reference that required cl to be loaded at
21990         run-time.
21991
21992         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21993         single-interval range of the form (min . max).  Previously the
21994         range had to look like ((min . max)).  Likewise, return
21995         (min . max) rather than ((min . max)).
21996         (gnus-range-map): Use gnus-range-normalize to accept
21997         single-interval range.
21998
21999         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22000         the cache, but not the agent, now appear with their usual face.
22001
22002         * dgnushack.el (loaddir): New variable that is bound to the
22003         directory containing the dgnushack.el file. Use loaddir, rather
22004         than srcdir, to update load-path. Change lets dgnushack compile
22005         code in directories other than GNUS/lisp.
22006
22007 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22008
22009         * lpath.el: Don't bind w3m-safe-url-regexp.
22010
22011         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22012         w3m-safe-url-regexp variable buffer-local.
22013
22014         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22015
22016 2004-02-27  Simon Josefsson  <jas@extundo.com>
22017
22018         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22019         gnus-group-real-prefix.
22020         (gnus-summary-move-article): Use it, instead of
22021         gnus-group-real-prefix.
22022
22023 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22024
22025         * lpath.el: Bind w3m-safe-url-regexp.
22026
22027         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22028         w3m-safe-url-regexp variable buffer-local and set it as the value
22029         of mm-w3m-safe-url-regexp.
22030
22031         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22032
22033         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22034         parsing gnus-posting-styles when the message is not for replying.
22035
22036         * dgnushack.el: Autoload sgml-mode for XEmacs.
22037
22038         * nnrss.el (nnrss-opml-export):
22039         Use mm-set-buffer-file-coding-system instead of
22040         set-buffer-file-coding-system.
22041
22042 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22043
22044         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22045         of checkdoc.el).
22046         * nnrss.el: do.
22047         * gnus-mlspl.el: do.
22048         * gnus-ml.el: do.
22049         * gnus-srvr.el: do.
22050
22051         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22052
22053 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22054
22055         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22056         Corrections to custom-manual links.
22057
22058         * gnus-art.el (gnus-article): Ditto.
22059
22060         * mm-decode.el (mime-display, mime-security): Ditto.
22061
22062 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22063
22064         * flow-fill.el: Typo.
22065
22066 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22067
22068         * spam-wash.el: New file.
22069
22070 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22071
22072         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22073
22074 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22075
22076         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22077         to be run with new-articles as LIST1, not LIST2.
22078         (spam-registration-functions): Add spam-use-ham-copy as a nil
22079         registration backend.
22080
22081 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22082
22083         * spam-stat.el (spam-stat-washing-hook): New option.
22084         (spam-stat-buffer-words): Use it.
22085         (spam-stat-process-directory, spam-stat-test-directory):
22086         Use insert-file-contents-literally.
22087         (spam-stat-coding-system): New variable.
22088         (spam-stat-load, spam-stat-save): Use it.
22089
22090 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22091
22092         * spam-report.el (spam-report-plug-agent):
22093         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22094
22095 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22096
22097         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22098         Allow / in mailto URLs.
22099
22100 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22101
22102         * spam-report.el (spam-report-process-queue): Fix interactive use.
22103         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22104         (spam-report-unplug-agent): Doc fixes.
22105         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22106         (spam-report-agentize, spam-report-deagentize): Autoload.
22107
22108 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22109
22110         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22111
22112         * message.el (message-setup-fill-variables): Add mml tags to
22113         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22114         <ajk@iu.edu>.
22115         (message-mode): Don't modify paragraph-separate there.
22116
22117 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22118
22119         * compface.el (uncompface-use-external): Default to undecided.
22120         (uncompface-use-external-threshold): New variable.
22121         (uncompface-float-time): New macro.
22122         (uncompface): Determine whether to use the external decoder if
22123         uncompface-use-external is undecided.
22124
22125 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22126
22127         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22128         after images.
22129
22130         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22131
22132 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22133
22134         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22135
22136         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22137
22138         * gnus-sum.el (gnus-summary-limit-to-age)
22139         (gnus-summary-limit-children): do.
22140
22141         * gnus-int.el (gnus-request-scan): do.
22142
22143         * gnus-group.el (gnus-group-suspend): do.
22144
22145         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22146
22147         * gnus-cite.el (gnus-cite-parse-attributions): do.
22148
22149         * gnus-agent.el (gnus-summary-set-agent-mark)
22150         (gnus-agent-regenerate-group): do.
22151
22152         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22153
22154         * binhex.el (binhex-decode-region-internal): do.
22155
22156 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22157
22158         * gnus-fun.el (gnus-face-properties-alist): New user option.
22159         (gnus-display-x-face-in-from): Use it.
22160
22161         * gnus-art.el (article-display-face): Ditto.
22162
22163         * compface.el (uncompface-use-external): Default to nil.
22164
22165 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22166
22167         * nntp.el (nntp-erase-buffer): New function.
22168         (nntp-retrieve-data, nntp-send-command)
22169         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22170         (nntp-possibly-change-group): Use it.
22171
22172         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22173         Use with-current-buffer.
22174
22175 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22176
22177         * compface.el: Merge the ELisp-based uncompface program.
22178         (compface): New customization group.
22179         (uncompface-use-external): New user option.
22180         (uncompface): Call uncompface-internal if uncompface-use-external
22181         is nil.
22182         (uncompface-internal): New function.  Note that there are also
22183         some other functions and variables added for this function.
22184
22185 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22186
22187         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22188         if necessary.
22189
22190 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22191
22192         * spam-report.el (spam-report-unplug-agent)
22193         (spam-report-plug-agent, spam-report-deagentize)
22194         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22195         Add support for the Agent in spam-report: when unplugged, report to a
22196         file; when plugged, submit all the requests.
22197
22198         * spam.el (spam-register-routine): Fix message about
22199         registration.
22200
22201 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22202
22203         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22204         dependencies.
22205         (rfc2047-encode): Use it.
22206
22207         * gnus-art.el (gnus-button-marker-list): Move before first
22208         reference.
22209
22210         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22211         (imap-parse-body): Fix format string mismatch.
22212
22213         * gnus-score.el (gnus-summary-increase-score): do.
22214
22215         * nnrss.el (nnrss-close): New function.
22216
22217 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22218
22219         * nnrss.el (nnrss-make-filename): New function.
22220         (nnrss-request-delete-group, nnrss-read-server-data)
22221         (nnrss-save-server-data, nnrss-read-group-data)
22222         (nnrss-save-group-data): Use it.
22223         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22224         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22225         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22226
22227 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22228
22229         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22230
22231 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22232
22233         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22234         files.
22235
22236         * message.el (message-generate-headers-first): Don't quote nil
22237         and t in docstrings.
22238
22239         * imap.el (imap-id): do.
22240
22241         * gnus-agent.el (gnus-agent-consider-all-articles)
22242         (gnus-agent-queue-mail): do.
22243
22244 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22245
22246         * spam-report.el (spam-report-process-queue): New function.
22247         Process requests from `spam-report-requests-file'.
22248         (spam-report-process-queue): Doc fix.
22249
22250 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22251
22252         * spam.el (spam-register-routine)
22253         (spam-log-processing-to-registry, spam-log-registered-p)
22254         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22255         Change "check" to "spam-check" for semi-clarity.
22256
22257 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22258
22259         * pop3.el: Require nnheader.
22260
22261         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22262
22263         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22264
22265         * gnus-picon.el: Require cl.
22266
22267         * gnus-fun.el: Require gnus-ems and gnus-util.
22268
22269         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22270
22271         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22272
22273         * gnus-art.el (gnus-article-edit-mode): Define before first
22274         reference.
22275
22276 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22277
22278         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22279         (gnus-uu-post-encoded): Use point-at-bol.
22280
22281         * gnus-topic.el (gnus-group-active-topic-p): do.
22282
22283         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22284
22285         * gnus-group.el (gnus-group-kill-region): do.
22286
22287         * gnus-art.el (article-date-ut): do.
22288
22289         * message.el (message-fetch-field): Remove redundant
22290         case-fold-search binding.
22291         (message-narrow-to-field): Simplify.
22292
22293 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22294
22295         * spam.el (spam-directory): Derive from `gnus-directory'.
22296
22297         * spam-report.el (spam-report-url-to-file)
22298         (spam-report-requests-file): New function and variable for offline
22299         reporting.
22300         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22301         and user defined function.
22302         (spam-report-url-ping-mm-url): Remove doubled slash.
22303
22304 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22305
22306         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22307
22308 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22309
22310         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22311         Fix format string mismatch.
22312
22313         * sieve.el (sieve-deactivate-all): do.
22314
22315         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22316
22317         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22318
22319         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22320
22321         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22322
22323 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22324
22325         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22326         the list of checks.
22327
22328 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22329
22330         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22331         padding.
22332
22333 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22334
22335         * mm-view.el (mm-fill-flowed): New variable.
22336         (mm-inline-text): Use it.
22337
22338 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22339
22340         * spam.el (spam-spamassassin-register-ham-routine)
22341         (spam-spamassassin-register-spam-routine): Fix function names.
22342
22343 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22344
22345         * gnus.el (gnus-tmp-grouplens): Remove.
22346         (gnus-summary-line-format): Remove grouplens.
22347
22348         * gnus-group.el (gnus-group-line-format): Ditto.
22349
22350         * gnus-spec.el (gnus-format-specs): Ditto.
22351         (gnus-update-format-specifications): Flush the group format spec
22352         cache if there's the grouplens stuff.
22353         (gnus-parse-simple-format): Replace %l with the empty string.
22354
22355 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22356
22357         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22358         omission.
22359
22360 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22361
22362         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22363         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22364
22365 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22366
22367         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22368         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22369         New macros and functions.
22370         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22371         Handle > NLINK_MAX messages.
22372         * nnmaildir.el (nnmaildir-request-set-mark):
22373         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22374
22375 2004-01-25  Alex Schroeder  <alex@gnu.org>
22376
22377         * spam-stat.el (spam-stat-process-directory-age): New option.
22378         (spam-stat-process-directory): Use it.
22379
22380 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22381
22382         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22383         (spam-stat-save): Accept prefix argument.
22384
22385 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22386
22387         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22388         links" error.
22389
22390 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22391
22392         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22393         the rest of the and/or forms.
22394
22395 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22396
22397         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22398         compatibility with old .newsrc.eld files.
22399
22400         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22401
22402         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22403
22404         * gnus-start.el (gnus-1): do.
22405
22406         * gnus-group.el (gnus-group-line-format-alist): do.
22407
22408         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22409
22410         * gnus-gl.el: Remove.
22411
22412 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22413
22414         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22415         marks consisting of a single range {for example, (3 . 5)} rather
22416         than a list of a single range { ((3 . 5)) }.
22417
22418 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22419
22420         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22421         Use with-current-buffer.
22422         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22423         avoid consing a string.
22424
22425         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22426         Remove obsolete entries for big5 and gb2312.
22427
22428 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22429
22430         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22431         uncompressed list.
22432
22433 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22434
22435         * spam-stat.el (spam-stat-strip-xref): New function.
22436         (spam-stat-process-directory): Use it.
22437
22438         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22439         here -- it's done in message-fetch-field.
22440
22441 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22442
22443         * gnus-agent.el (gnus-agent-queue-mail)
22444         (gnus-agent-prompt-send-queue): New variables.
22445         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22446         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22447         "nndraft:queue" along to gnus-draft-send.
22448         Use gnus-agent-prompt-send-queue.
22449         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22450         is "nndraft:queue".  Suggested by Gaute Strokkenes
22451         <gs234@srcf.ucam.org>
22452
22453         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22454         (agent-enable-undownloaded-faces): Add.
22455         (gnus-agent-cat-groups): Use eval-and-compile, not
22456         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22457         method of gnus-agent-cat-groups even when the buffer has been
22458         evaled.
22459         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22460         delete gnus-agent-save-active-1.
22461         (gnus-agent-save-groups): Delete.  Identical to
22462         gnus-agent-save-active.
22463         (gnus-agent-write-active): No longer adjust agent's copy of active
22464         file as agent's adjustments are now stored in their own
22465         file.  Remove optional parameter.
22466         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22467         servers.  Add use of min/max range limits from server's local
22468         file.
22469         (gnus-agent-save-alist): Remove unused optional argument.
22470         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22471         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22472         (gnus-agent-set-local): A per-server file that keeps min/max range
22473         limits for articles known to the agent.  Provides a fast mechanism
22474         for altering many active ranges.
22475         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22476         active file (local makes it unnecessary).
22477         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22478
22479         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22480         (agent-enable-undownloaded-faces): Add.
22481
22482         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22483         disable it when sending to "nndraft:queue".
22484         (gnus-group-send-queue): Add safety check to avoid sending queue
22485         when unplugged.
22486
22487         * gnus-group.el (gnus-group-catchup): Use new
22488         gnus-sequence-of-unread-articles, not
22489         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22490         numbers of articles.  Use gnus-range-map to avoid having to
22491         uncompress the unread list.
22492         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22493         Fix invalid ange-ftp reference.
22494
22495         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22496         (gnus-sorted-range-intersection): Intersection of two ranges
22497         without requiring that they first be uncompressed.
22498
22499         * gnus-start.el (gnus-activate-group): Unless blocked by the
22500         caller, possibly expand the active range to include both cached
22501         and agentized articles.
22502         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22503         multiple version-dependent converters.
22504         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22505         gnus-agent-save-active.
22506         (gnus-save-newsrc-file): Save dirty agent range limits.
22507
22508         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22509         gnus-agent-possibly-alter-active.
22510         (gnus-adjust-marked-articles): Faster handling of simple lists.
22511
22512 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22513
22514         * spam-stat.el (spam-stat-test-directory): New optional argument
22515         displays a list of files detected.  Suggested by Andrew Cohen
22516         <cohen@andy.bu.edu>.
22517         (spam-stat-buffer-words-with-scores): Don't narrow and change
22518         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22519
22520 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22521
22522         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22523         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22524         (spam-spamassassin-arguments)
22525         (spam-spamassassin-spam-flag-header)
22526         (spam-spamassassin-positive-spam-flag-header)
22527         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22528         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22529         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22530         (spam-list-of-processors, spam-list-of-checks)
22531         (spam-list-of-statistical-checks, spam-registration-functions)
22532         (spam-check-spamassassin-headers, spam-check-spamassassin)
22533         (spam-spamassassin-score)
22534         (spam-spamassassin-register-with-sa-learn)
22535         (spam-spamassassin-register-spam-routine)
22536         (spam-spamassassin-register-ham-routine)
22537         (spam-assassin-register-spam-routine)
22538         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22539         (spam-bogofilter-score): Fix to show article before scoring.
22540
22541 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22542
22543         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22544         default scoring function.
22545         (spam-generic-score): Call spam-spamassassin-score if
22546         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22547         spam-bogofilter-score otherwise.
22548
22549         * gnus.el (spam-process, spam-autodetect-methods):
22550         Add spamassassin and spamassassin-headers.
22551
22552 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22553
22554         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22555         Suppress unnecessary messages.
22556
22557 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22558
22559         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22560         make-hash-table.
22561
22562 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22563
22564         * canlock.el (base64-encode-string): Don't autoload it.
22565
22566 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22567
22568         * run-at-time.el: Remove useless (require 'itimer),
22569         eval-and-compile and (featurep 'xemacs).
22570
22571 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22572
22573         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22574         GROUP is a virtual group.
22575
22576 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22577
22578         * gnus.el: Autoload `message-y-or-n-p'.
22579
22580 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22581
22582         * pgg-parse.el: Remove unnecessary (require 'custom).
22583
22584         * pgg-def.el: do.
22585
22586         * nnmail.el: do.
22587
22588         * gnus-undo.el: do.
22589
22590         * gnus-picon.el: do.
22591
22592         * gnus-util.el: do.
22593
22594 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22595
22596         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22597
22598 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22599
22600         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22601         handle, as well as a list.
22602
22603         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22604         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22605         (mm-w3m-cid-retrieve): Simplify.
22606
22607 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22608
22609         * message.el (message-kill-to-signature): Allow prefix arg to
22610         specify number of lines to keep before signature.
22611
22612 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22613
22614         * message.el (message-kill-to-signature): Change docstring.
22615
22616 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22617
22618         * canlock.el: Always require sha1-el.
22619         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22620
22621         * message.el: Autoload sha1 only when compiling.
22622
22623         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22624         eudc-expand-inline for XEmacs.
22625
22626 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22627
22628         * message.el (message-canlock-generate): Require sha1-el.
22629
22630 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22631
22632         * message.el (message-expand-name): Silence the byte compiler.
22633
22634         * lpath.el: Add detect-coding-system.
22635
22636         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22637         cus-edit.
22638
22639 2004-01-13  Simon Josefsson  <jas@extundo.com>
22640
22641         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22642         Invoke gnus-score-mode.
22643         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
22644
22645         * gnus-range.el (gnus-compress-sequence): Doc fix.
22646         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22647
22648 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22649
22650         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22651
22652 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22653
22654         * spam.el (spam-get-article-as-string): Update to use
22655         gnus-request-article-this-buffer, much simpler.
22656         (spam-get-article-as-buffer): Remove.
22657
22658 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22659
22660         * message.el (message-expand-name): Use EUDC if the user uses that.
22661
22662 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22663
22664         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22665         character for the encoding to avoid consing a string.
22666
22667         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22668         unnecessarily.
22669
22670         * mm-util.el (mm-replace-chars-in-string): Remove.
22671
22672         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22673         of mm-replace-chars-in-string.
22674
22675 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22676
22677         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22678
22679         * mm-util.el (mm-subst-char-in-string): Support inplace.
22680
22681         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22682         a new string in every iteration.  Use shy groups.
22683
22684 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22685
22686         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22687         * gnus-soup.el (gnus-soup-group-brew):
22688         * gnus-msg.el (gnus-put-message):
22689         * gnus-move.el (gnus-group-move-group-to-server):
22690         * gnus-kill.el (gnus-batch-score):
22691         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22692         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22693         (gnus-group-update-group, gnus-group-read-group)
22694         (gnus-group-make-group, gnus-group-make-help-group)
22695         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22696         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22697         (gnus-group-sort-by-unread, gnus-group-catchup)
22698         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22699         (gnus-group-yank-group, gnus-group-set-info)
22700         (gnus-group-list-groups):
22701         * gnus.el (gnus-generate-new-group-name):
22702         * gnus-delay.el (gnus-delay-send-queue):
22703         * nnvirtual.el (nnvirtual-catchup-group):
22704         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22705         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22706         (gnus-group-prepare-topics, gnus-topic-check-topology):
22707         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22708         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22709         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22710         (gnus-group-make-articles-read):
22711         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22712         (gnus-group-change-level, gnus-kill-newsgroup)
22713         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22714         (gnus-get-unread-articles, gnus-make-articles-unread)
22715         (gnus-make-ascending-articles-unread): Use accessor
22716         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22717         to get group information for improved readability.
22718
22719
22720 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22721
22722         * gnus-art.el (article-decode-mime-words, article-babel)
22723         (gnus-article-highlight-signature, gnus-article-add-buttons)
22724         (gnus-signature-toggle): Use gnus-with-article-buffer.
22725
22726         * gnus-art.el (gnus-article-highlight-headers)
22727         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22728
22729         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22730         (gnus-article-set-globals, gnus-request-article-this-buffer)
22731         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22732         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22733         (gnus-mime-display-alternative): Use with-current-buffer.
22734
22735 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22736
22737         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22738         also under 80 char limit, and call gnus-error if needed.
22739         (spam-fetch-article-header): Fix - it was a
22740         buffer-local variable (gnus-newsgroup-data).
22741         (spam-find-spam): Use spam-generate-fake-headers, forget about
22742         spam-insert-fake-headers.
22743         (spam-insert-fake-headers): Remove.
22744
22745 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22746
22747         * deuglify.el (gnus-article-outlook-unwrap-lines)
22748         (gnus-outlook-rearrange-article)
22749         (gnus-outlook-repair-attribution-outlook)
22750         (gnus-outlook-repair-attribution-block)
22751         (gnus-outlook-repair-attribution-other): Remove redundant
22752         save-excursion.
22753
22754 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22755
22756         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22757         (spam-fetch-field-subject-fast)
22758         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22759         (spam-fetch-article-header): Add functions to deal with Gnus
22760         internals for fast retrieval of article header data.
22761         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22762
22763 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22764
22765         * pop3.el (pop3-md5): Remove.
22766         (pop3-apop): Replace pop3-md5 with md5.
22767
22768         * mm-bodies.el: base64 is always built-in.
22769
22770         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22771         Use with-current-buffer.
22772
22773 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22774
22775         * canlock.el (canlock-insert-header): Remove excessive grouping in
22776         regexp.
22777
22778         * gnus-sum.el (gnus-summary-read-document): Ditto.
22779
22780         * gnus-uu.el (gnus-uu-part-number): Ditto.
22781
22782         * html2text.el (html2text-remove-tags): Ditto.
22783         (html2text-format-tags): Ditto.
22784         (html2text-format-single-elements): Ditto.
22785
22786         * mml.el (mml-parse-1): Ditto.
22787
22788 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22789
22790         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22791
22792         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22793
22794         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22795
22796         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22797
22798 2003-11-15  Simon Josefsson  <jas@extundo.com>
22799
22800         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22801         (pgg-gpg-lookup-key): Use regexp match instead of
22802         split-string (split-string is different between emacs 21.2 and
22803         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22804
22805 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22806
22807         * gnus-art.el (gnus-mime-view-all-parts)
22808         (gnus-article-part-wrapper, gnus-article-view-part):
22809         Use with-current-buffer.
22810
22811 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22812
22813         * spam.el (spam-disable-spam-split-during-ham-respool)
22814         (spam-spamoracle-database, spam-cache-lookups)
22815         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22816         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22817         (spam-group-ham-marks, spam-group-spam-marks)
22818         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22819         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22820         also add spam-use-blackholes to the statistical checks.
22821         (spam-fetch-field-fast): Add interface to fetching fields, may
22822         become a macro.
22823         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22824         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22825         (spam-insert-fake-headers): Fake an article when needed.
22826         (spam-find-spam): Fake article when possible.
22827         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22828         (spam-check-bogofilter-headers): Use message-fetch-field instead
22829         of nnmail-fetch-field.
22830
22831 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22832
22833         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22834
22835 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22836
22837         * spam.el (spam-split): Do not require spam-use-CHECK to be
22838         enabled if that check is passed to spam-split explicitly; also
22839         fix so 'spam doesn't get converted to spam-split-group when
22840         spam-split-symbolic-return is t.
22841         (spam-find-spam): Find registrations of the article and use those
22842         instead of re-running spam-split to find the spam/ham
22843         classification of the article.
22844         (spam-log-processing-to-registry, spam-log-registered-p)
22845         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22846         Use gnus-error instead of gnus-message.
22847         (spam-log-registration-type): Add function to determine the
22848         classification of a message based on registry entries; will
22849         return nil if both 'spam and 'ham are found.
22850         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22851         a reasonably fast local cache without the loading errors.
22852         (spam-cache-lookups): Set to t by default.
22853         (spam-find-spam): Don't try to guess spam-cache-lookups.
22854         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22855         spam-caches entry.
22856         (spam-filelist-build-cache, spam-filelist-check-cache):
22857         Fix caching of whitelist/blacklist entries.
22858         (spam-check-whitelist, spam-check-blacklist):
22859         Invoke spam-from-listed-p with a type, not a cache variable.
22860         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22861
22862 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22863
22864         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22865
22866         * nnmail.el (nnmail-split-fancy): do.
22867
22868         * mml.el (mml-parse): do.
22869
22870         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22871         (gnus-score-adaptive): do.
22872
22873 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22874
22875         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22876         (gnus-mime-button-map): Don't set keymap parent.
22877         (gnus-button-ctan-directory-regexp): Use shy grouping.
22878         (gnus-prev-page-map): Don't set keymap parent.
22879         (gnus-prev-page-map): Remove duplicated one.
22880         (gnus-next-page-map): Don't set keymap parent.
22881         (gnus-mime-security-button-map): Ditto.
22882
22883         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22884         version number.
22885
22886         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22887
22888 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22889
22890         * canlock.el (canlock-sha1-function): Remove.
22891         (canlock-sha1-function-for-verify): Remove.
22892         (canlock-openssl-program): Remove.
22893         (canlock-openssl-args): Remove.
22894         (canlock-ignore-errors): Remove.
22895         (canlock-sha1-with-openssl): Remove.
22896         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22897         (canlock-verify): Don't use canlock-ignore-errors.
22898
22899         * sha1-el.el (sha1-string-external): Make it can return a string
22900         in binary form.
22901         (sha1-region-external): Ditto.
22902         (sha1-string-internal): Ditto.
22903         (sha1-region-internal): Ditto.
22904         (sha1-region): Ditto.
22905         (sha1-string): Ditto.
22906         (sha1): Ditto.
22907
22908 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22909
22910         * spam.el (spam-report-articles-gmane): New command.
22911
22912 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22913
22914         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22915
22916         * run-at-time.el (run-at-time-saved): Remove.
22917         (run-at-time): Doc fix.
22918
22919 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22920
22921         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22922         (gnus-summary-limit-map): Add it.
22923         (gnus-summary-make-menu-bar): do.
22924
22925 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22926
22927         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22928         Make attempt at some caching support (done for BBDB only now).
22929         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22930         addresses to be checked.
22931         (spam-clear-cache-BBDB): Add function, to be invoked by
22932         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22933         (spam-check-BBDB): Check and use the caches, if
22934         spam-cache-lookups is on, remove superfluous (provide).
22935
22936 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22937
22938         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22939
22940 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22941
22942         * run-at-time.el (run-at-time-saved): Move to after the definition
22943         of `run-at-time'.
22944
22945         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22946
22947 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22948
22949         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22950         mm-w3m-local-map-property.
22951
22952         * mm-view.el (mm-w3m-mode-map): Remove.
22953         (mm-w3m-local-map-property): Remove.
22954         (mm-inline-text-html-render-with-w3m): Don't use
22955         mm-w3m-local-map-property.
22956
22957 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22958
22959         * run-at-time.el: New file.
22960
22961         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22962         under Emacs.
22963
22964         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22965         of gnus-set-text-properties.
22966
22967         * gnus-uu.el (gnus-uu-save-article): Ditto.
22968
22969         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22970
22971         * gnus-cite.el (gnus-cite-parse): Ditto.
22972
22973         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22974         of gnus-.
22975
22976         * gnus-xmas.el (run-at-time): Require run-at-time.
22977
22978         * gnus.el: Change calls to nnheader-run-at-time and
22979         password-run-at-time throughout to use run-at-time directly.
22980
22981         * password.el: Remove definition of run-at-time.
22982
22983         * nnheaderxm.el: Remove definition of run-at-time.
22984
22985 2004-01-05  Karl PflĂ€sterer  <sigurd@12move.de>  (tiny change)
22986
22987         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22988         in prompt.
22989
22990 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22991
22992         * messagexmas.el (message-xmas-redefine): Alias
22993         `message-make-caesar-translation-table' to
22994         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22995         version.
22996
22997         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22998         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22999         `gnus-xmas-set-text-properties'.
23000         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
23001         `gnus-xmas-completing-read'.
23002         (gnus-xmas-completing-read): Removed.
23003         (gnus-xmas-open-network-stream): Removed.
23004
23005         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
23006         XEmacs version.
23007
23008         * dns.el (dns-make-network-process): Use `open-network-stream'
23009         instead of `gnus-xmas-open-network-stream'.
23010
23011         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
23012
23013         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23014
23015 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23016
23017         * gnus-art.el (gnus-mime-display-alternative)
23018         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23019         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23020         Don't use gnus-local-map-property.
23021
23022         * gnus-util.el (gnus-local-map-property): Remove.
23023
23024         * mm-view.el (mm-view-pkcs7-decrypt):
23025         Replace gnus-completing-read-maybe-default with completing-read.
23026
23027         * gnus-util.el (gnus-completing-read): do.
23028         (gnus-completing-read-maybe-default): Remove.
23029
23030 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23031
23032         * password.el: Only autoload `run-at-time' if not XEmacs.
23033         Only autoload the itimer functions if XEmacs.
23034
23035 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23036
23037         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
23038         XEmacsen.
23039
23040         * dgnushack.el: Autoload executable-find for XEmacs.
23041
23042 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23043
23044         * gnus-art.el (gnus-read-string): Remove.
23045         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23046         read-string.
23047
23048 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23049
23050         * netrc.el: Autoload password-read.
23051         (netrc): Add configuration group.
23052         (netrc-encoding-method, netrc-openssl-path):
23053         Add variables for encoding and decoding of files with symmetric
23054         ciphers.
23055         (netrc-encode): Add assistant function to encode a file with
23056         netrc-encoding-method.
23057         (netrc-parse): Add interactive parameter, added optional
23058         decoding if netrc-encoding-method is non-nil but otherwise
23059         behavior is standard.
23060         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23061         Do s/encode/encrypt/ everywhere.
23062
23063         * spam.el: Remove executable-find autoload.
23064
23065 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23066
23067         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23068
23069         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23070
23071 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23072
23073         * gnus-art.el (gnus-treat-ansi-sequences)
23074         (article-treat-ansi-sequences): New variable and function.
23075         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23076
23077         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23078         Use it.
23079
23080 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23081
23082         * mm-util.el (mm-quote-arg): Remove.
23083
23084         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23085         shell-quote-argument.
23086
23087         * gnus-uu.el (gnus-uu-command): do.
23088
23089         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23090
23091         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23092         with make-char.
23093
23094         * mm-util.el (mm-make-char): Remove.
23095
23096         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23097         add-minor-mode.
23098
23099         * gnus-undo.el (gnus-undo-mode): do.
23100
23101         * gnus-topic.el (gnus-topic-mode): do.
23102
23103         * gnus-sum.el (gnus-dead-summary-mode): do.
23104
23105         * gnus-start.el (gnus-slave-mode): do.
23106
23107         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23108
23109         * gnus-ml.el (gnus-mailing-list-mode): do.
23110
23111         * gnus-gl.el (gnus-grouplens-mode): do.
23112
23113         * gnus-draft.el (gnus-draft-mode): do.
23114
23115         * gnus-dired.el (gnus-dired-mode): do.
23116
23117         * gnus-ems.el (gnus-add-minor-mode): Remove.
23118
23119         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23120         Replace gnus-char-width with char-width.
23121
23122         * gnus-ems.el (gnus-char-width): Remove.
23123
23124         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23125         Replace gnus-char-width with char-width.
23126
23127         * gnus-ems.el (gnus-char-width): Remove.
23128
23129         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23130         definition.
23131         Remove Emacs 20 hash table compatibility code.
23132
23133         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23134         20 compatibility code.
23135
23136         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23137
23138         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23139
23140         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23141         Replace with point-at-{eol,bol}.
23142
23143         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23144
23145         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23146
23147         * flow-fill.el (fill-flowed-point-at-bol)
23148         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23149
23150         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23151         Replace with point-at-{eol,bol} throughout all files.
23152
23153 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23154
23155         * ntlm.el (ntlm-string-as-unibyte): New macro.
23156         (ntlm-build-auth-response): Use it.
23157
23158         Remove Emacs 20 stuff:
23159         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23160         (butlast, mapc, remove): Remove the compiler macros.
23161         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23162         of delq and copy-sequence.
23163         * gnus-art.el (popup-menu): Remove the compiler macro.
23164         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23165         Emacs 20.
23166
23167 2004-01-05  Simon Josefsson  <jas@extundo.com>
23168
23169         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23170         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23171         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23172         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23173         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23174         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23175         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23176         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23177         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23178         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23179         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23180         string-xor into ntlm-string-xor.
23181         Suggested by Jesper Harder <harder@myrealbox.com>.
23182
23183         * ntlm.el: Don't include poem.
23184
23185         * md4.el (print-int32, print-string-hexa): Remove.
23186         Suggested by Jesper Harder <harder@myrealbox.com>.
23187
23188         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23189
23190         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23191         probably breaks emacs with DL patch, but do we care? Is anyone
23192         still using the DL stuff?)
23193
23194         * sieve-manage.el: Use the password package.
23195         (sieve-manage-read-passwd): Remove.
23196         (sieve-manage-interactive-login): Use password.  Re-add
23197         condition-case around loop.
23198
23199         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23200         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23201         Use the password package.
23202
23203 2003-02-19  Simon Josefsson  <jas@extundo.com>
23204
23205         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23206         token.
23207
23208 2002-08-07  Simon Josefsson  <jas@extundo.com>
23209
23210         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23211         (sieve-manage-authenticators):
23212         (sieve-manage-authenticator-alist): Add some SASL mechs.
23213         (sieve-sasl-auth): New function.
23214         (sieve-manage-cram-md5-auth):
23215         (sieve-manage-plain-auth): Rewrite using SASL library.
23216         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23217         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23218         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23219         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23220
23221 2004-01-05  Simon Josefsson  <jas@extundo.com>
23222
23223         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23224         New files.
23225
23226 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23227
23228         * gnus-group.el (gnus-no-groups-message): Update.
23229
23230         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23231
23232 2003-11-09  Simon Josefsson  <jas@extundo.com>
23233
23234         * imap.el: Support for ID IMAP extension (RFC 2971).
23235         (imap-local-variables): Add imap-id.
23236         (imap-id): New variable.
23237         (imap-id): New function.
23238         (imap-parse-response): Parse untagged ID response.
23239         * nnimap.el (nnimap-id): New variable.
23240         (nnimap-open-connection): Use it.
23241
23242 2003-12-28  Simon Josefsson  <jas@extundo.com>
23243
23244         * gnus-score.el (gnus-score-edit-all-score): New.
23245         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23246
23247 2004-01-04  Simon Josefsson  <jas@extundo.com>
23248
23249         * password.el: Add.
23250
23251 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23252
23253         * dns.el (dns-query-types): Fix typo.
23254         (dns-query-types): New function.
23255         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23256         PTR and SOA replies, see RFC 1035.
23257
23258 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23259
23260         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23261
23262         * Move to Changelog.2.
23263
23264 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23265
23266         * gnus.el (gnus-version-number): Bump version.
23267
23268 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23269
23270         * gnus.el: No Gnus v0.1 is released.
23271
23272 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23273
23274         * gnus.el: No Gnus v0.0 is released.
23275
23276 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23277
23278         * gnus.el (gnus-version-number): Bump.
23279         (gnus-version): No.
23280
23281 See ChangeLog.2 for earlier changes.
23282
23283   Copyright (C) 2004-2011  Free Software Foundation, Inc.
23284
23285   This file is part of GNU Emacs.
23286
23287   GNU Emacs is free software: you can redistribute it and/or modify
23288   it under the terms of the GNU General Public License as published by
23289   the Free Software Foundation, either version 3 of the License, or
23290   (at your option) any later version.
23291
23292   GNU Emacs is distributed in the hope that it will be useful,
23293   but WITHOUT ANY WARRANTY; without even the implied warranty of
23294   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23295   GNU General Public License for more details.
23296
23297   You should have received a copy of the GNU General Public License
23298   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23299
23300 ;; Local Variables:
23301 ;; coding: utf-8
23302 ;; fill-column: 79
23303 ;; add-log-time-zone-rule: t
23304 ;; End: