7640b2cc78156118ed4a8e77a25c494302c0ac71
[gnus] / lisp / ChangeLog
1 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4         and save against it.  Group subscriptions, read marks, other marks,
5         subscription levels, topic names, and topic offsets (the group's
6         position within the topic) are saved.  This is an experimental backend
7         and may change significantly.
8
9 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10
11         * message.el (message-completion-function): Make sure
12         message-tab-body-function is not attempted if one of
13         message-completion-alist fails to find a completion (bug#9158).
14
15 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
16
17         * mml.el (mml-quote-region): Quote <#secure> tag.
18         (mml-generate-mime-1): Unquote <#secure> tag.
19
20 2011-10-20  Chong Yidong  <cyd@gnu.org>
21
22         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
23         calling a minor mode from Lisp with nil arg enables it, so we have to
24         make the wording a bit ambiguous here).
25
26 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
27
28         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
29         * nnir.el (nnir-mode): Use it.
30         * nnmairix.el (nnmairix-determine-original-group-from-registry):
31         Use it.
32
33         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
34         * nnmairix.el (gnus-registry-enabled): Ditto.
35
36 2011-10-17  Dave Abrahams  <dave@boostpro.com>  (tiny change)
37
38         * gnus-registry.el (gnus-registry-enabled): Add new variable. (Bug#9691)
39         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
40         only while we need to find out if it should be t or nil.
41         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
42         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
43         the registry is installed.  Set it to nil when it's unloaded.
44         (gnus-registry-install-p): Provide user guidance for the initial value
45         of `gnus-registry-install' when it's 'ask, otherwise return its value.
46         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
47         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
48         * nnmairix.el (nnmairix-determine-original-group-from-registry):
49         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
50         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
51         `gnus-registry-install'.
52
53 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
54
55         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
56         previous change.
57         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
58         primary key is marked as disabled.
59
60 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
61
62         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
63         primary key is marked as disabled.
64
65 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
66
67         * html2text.el (html2text-clean-anchor): Check for quotes around
68         `href' value.
69
70 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
71
72         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
73         searching.  Drop `bbdb-cache'.
74
75 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * message.el (message-signed-or-encrypted-p): Exclude header when
78         checking if there is signed or encrypted body in text/plain message.
79
80 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
81
82         * html2text.el (html2text-get-attr): Correctly handle attribute values
83         containing "=".
84
85 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
86
87         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
88         handle bindings.
89
90 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * gnus-win.el (gnus-configure-windows): Protect against reading
93         ephemeral groups outside of Gnus.
94
95 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * shr.el (shr-tag-img): Don't get images displayed in tables.
98
99 2011-10-03  Glenn Morris  <rgm@gnu.org>
100
101         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
102         the "maintainer" version of debbugs.gnu.org reports.
103
104 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
107         make asynchronous adjacent image insertion work better.
108
109 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
110
111         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
112         documentation.
113
114 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
117         `gnus-asynchronous' isn't shadowed.
118
119 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
122
123         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
124         (nnimap-insert-partial-structure): The charset parameter isn't
125         case-sensitive.
126
127         * nnheader.el (nnheader-message-maybe): New function.
128
129         * shr.el (shr-tag-table): Render totally broken tables better.
130
131         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
132         computing the boundary.
133
134 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * pop3.el (pop3-number-of-responses): Remove.
137         (pop3-wait-for-messages): Rewrite to take linear time instead of
138         exponential time.
139
140 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
143         re-fetch images.
144
145         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
146         re-fetch images when hitting `g' in Gnus.
147
148 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * mml.el (mml-inhibit-compute-boundary): New internal variable.
151         (mml-compute-boundary): Don't check collision if it is non-nil.
152         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
153         before checking collision.
154
155 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * message.el (message-indent-citation): Really make sure there's a
158         newline at the end.
159
160         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
161         Fix suggested by John Wiegley.
162
163         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
164
165         * gnus-art.el (gnus-treat-hide-citation): Add doc.
166
167         * message.el (message-default-send-rename-function): Break out into its
168         own function.
169
170         * ecomplete.el (ecomplete-display-matches): Revert patch since it
171         doesn't work under XEmacs.
172
173         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
174         of "imaps" to word around Windows problems.
175         (nnimap-open-connection-1): Use it.
176
177         * message.el (message-indent-citation): Revert last change which made
178         `F' not work.
179
180 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
181
182         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
183         terminal as well.
184
185 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
188         because it displays images using overlays that aren't easy to copy to
189         the article buffer.
190
191 2011-09-20  Ćukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
192
193         * message.el (message-indent-citation): Fix empty line removal at the
194         end of the citation.
195
196 2011-09-20  Julien Danjou  <julien@danjou.info>
197
198         * auth-source.el (auth-source-netrc-create): Use default value for
199         password if specified. Evaluate default.
200         (auth-source-plstore-create): Ditto.
201         (auth-source-plstore-create, auth-source-netrc-create): Fix default
202         value evaluation.
203         (auth-source-netrc-create): Typo fix.
204         (auth-source-plstore-create): Ditto.
205
206         * password-cache.el (password-cache-remove): Remove entries even if the
207         value is nil, so that password with a nil value (negative caching) is
208         possible to invalidate.
209
210         * auth-source.el (auth-source-format-cache-entry): New function.
211
212 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
215
216 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
219
220 2011-09-19  Julien Danjou  <julien@danjou.info>
221
222         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
223         which work with things that are not ASCII.
224
225 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
228
229 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
232         message level.
233
234 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
237
238 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * gnus.el (gnus-interactive-exit): Update defcustom spec.
241
242 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
243
244         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
245         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
246
247 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
248
249         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
250         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
251         articles.
252
253 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
254
255         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
256         (message-mail-other-window, message-mail-other-frame)
257         (message-news-other-window, message-news-other-frame):
258         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
259         instead of setting buffer display varibles.
260
261 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
264
265         * gnus-sum.el (gnus-fetch-headers): Bump message level.
266
267 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
270         duplicates" to a higher level.
271
272         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
273         most egregious messages.
274
275 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
278
279 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
280
281         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
282         up the file (bug#9351).
283
284 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
287         it does with all other backends, but decode the names immediately after
288         getting them.
289
290         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
291         decoding nnimap groups.
292
293         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
294         newsrc file.  It doesn't seem like an important optimisation any more.
295
296 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
297
298         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
299         overflows.
300
301 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * gnus.el (gnus-article-mark-lists): Remove `recent'.
304         (gnus-interactive-exit): Extend to `quiet'.
305
306         * gnus-sum.el (gnus-offer-save-summaries): Use it.
307
308         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
309         string.
310
311         * plstore.el (plstore--get-buffer): Silence compiler warnings by
312         renaming function arguments from `this'.
313
314         * gnus-sum.el (gnus-newsgroup-recent): Remove.
315
316         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
317         has been renamed.
318         (gnus-lrm-string-p): Include RLM and PDF, too.
319
320         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
321         (bug#9225).
322
323 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
324
325         Add autoload cookies for functions used by sendmail.el.
326         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
327
328         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
329
330 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * gnus-art.el (article-date-ut): Work properly even when there are
333         things like Date header in the body; work for forwarded parts.
334
335 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
336
337         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
338         original-article-buffer.
339
340 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
341
342         * nnir.el (nnir-compose-result): Fix matching of server type.
343         (nnir-run-swish++): Ditto.
344         (nnir-run-namazu): Ditto.
345         (nnir-run-notmuch): Ditto.
346
347 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
350         (bug#9405).
351
352         * gnus-score.el (gnus-summary-increase-score): Doc clarification
353         (bug#9421).
354
355         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
356         (bug#9425).
357
358         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
359         thing (bug#9426).
360
361 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
364         the error message.
365
366 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
367
368         * message.el (message-setup-1): Return t (Bug#9392).
369
370 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
371
372         * gnus-sum.el: When adding article headers to a summary buffer also
373         update gnus-newsgroup-articles (bug#9386).
374
375 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * auth-source.el: Autoload help-mode.
378
379 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
382         names.
383
384 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
385
386         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
387         mm-replace-in-string for compatibility issues.
388         * mml2015.el (mml2015-epg-verify): Ditto.
389
390 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
391
392         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
393
394         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
395
396 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
399         continue on and do the clean-up phase (bug#9188).
400
401         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
402         just ignore groups that can't be opened instead of erroring out
403         (bug#9225).
404
405         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
406         nil since some many people are fuddy-duddies.
407
408         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
409         images.
410
411         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
412         instead.
413
414         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
415
416         * gnus-util.el (gnus-process-live-p): Copy over compat function.
417
418         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
419         processing.
420
421         * nntp.el (nntp-kill-buffer): Kill the process before killing the
422         buffer to avoid warnings.
423
424 2011-08-20  Simon Josefsson  <simon@josefsson.org>
425
426         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
427         specified to reduce precision.
428
429 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
432         bodystructures (bug#9314).
433
434 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
437         Make button keymap non-sticky after buttons.
438
439 2011-08-18  David Engster  <dengste@eml.cc>
440
441         * nnmairix.el (nnmairix-request-set-mark)
442         (nnmairix-goto-original-article): Remove adding of article to registry,
443         since `gnus-registry-add-group' isn't available anymore.
444         (nnmairix-determine-original-group-from-registry):
445         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
446         available anymore.
447
448 2011-08-12  Simon Josefsson  <simon@josefsson.org>
449
450         * starttls.el (starttls-any-program-available): Define as obsolete
451         function.
452
453 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
454
455         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
456         versions which Gnus use when appropriate.
457
458         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
459         a pretty destructive command.
460
461         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
462
463 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * message.el (message-fix-before-sending): Make a different warning
466         about NUL characters (bug#9270).
467
468         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
469         from custom (bug#9260).
470
471         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
472         things work in Emacs 22 and XEmacs, too.
473
474         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
475         default From.
476
477         * gnus-spec.el (gnus-lrm-string-p): New macro.
478         (gnus-lrm-string): New constant.
479         (gnus-summary-line-format-spec): LRM-ify the from.
480         (gnus-tilde-max-form): LRM-ify string chopping.
481
482         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
483
484         * message.el (message-is-yours-p): Allow disabling canlock checking
485         (bug#9295).
486         (message-shoot-gnksa-feet): Add `canlock-verify'.
487         (message-auto-save-directory): Use ~/ as the auto-save directory if the
488         message directory isn't writable (bug#9304).
489
490         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
491         non-world-readable.
492
493 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
496         articles.
497
498 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
499
500         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
501         copy-list.
502
503 2011-08-12  Sam Steingold  <sds@gnu.org>
504
505         * gnus-score.el (gnus-score-find-alist): Keep the score files already
506         in the reverse order to avoid modifying the cache with `nreverse'.
507         (gnus-all-score-files): Do not modify the value returned by
508         `gnus-score-find-alist' because it lives in a cache variable.
509         (gnus-current-home-score-file): No need to `nreverse' the return value
510         of `gnus-score-find-alist', it is already in the correct order.
511
512 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
513
514         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
515         type MESSAGE and subtype RFC822 is slightly different from those of
516         type TEXT.
517
518 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
519
520         * gnus-sum.el (gnus-summary-refer-article): Warp to article. This
521         allows article-referral to work from an nnir group.
522
523 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
524
525         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
526
527 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
528
529         * mml1991.el (mml1991-epg-find-usable-key)
530         (mml1991-epg-find-usable-secret-key): New function.
531         (mml1991-epg-sign): Check if signing key is usable.
532         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
533
534 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
535
536         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
537         server-variables only. This should fix a bug introduced with commit
538         e1889675b7f4adf057833c5513c9374134c4e053.
539         (nnir-run-query): 'nnir-search-engine should not be set from the global
540         environment.
541
542 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
543
544         * nnir.el (nnir-search-thread): Position point on referring article
545         line.
546         (nnir-warp-to-article): Clean up summary buffers.
547
548         * nnimap.el (nnimap-request-thread): Whitespace fix.
549
550 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
551
552         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
553
554 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * starttls.el (starttls-available-p): Rename from
557         `starttls-any-program-available' and changed return convention.
558
559 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
560
561         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
562         `unix-sync' unless it's defined.
563
564 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
565
566         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
567         `aref' for XEmacs compatibiltiy.
568
569 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
572
573 2011-07-31  Dave Abrahams  <dave@boostpro.com>  (tiny change)
574
575         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
576         closures, quote the form properly (bug#9194).
577
578 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
581         (gnus-summary-insert-new-articles): Protect against servers that are
582         down.
583
584 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
585
586         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
587         in mm handle if none is specified.
588
589 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
590
591         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
592
593 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
594
595         * nnir.el (nnir-search-thread): New function to make an nnir group
596         based on a thread query.
597
598         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
599         of nnir in thread referral.
600         (gnus-summary-refer-thread): Use it.
601
602         * nnimap.el (nnimap-request-thread): Use it.
603
604 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * shr.el (shr-tag-comment): Ignore HTML comments.
607
608 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
609
610         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
611         argument.
612         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
613         Use `nnir-address' to handle server info rather than passing an arg.
614
615         * nnimap.el (nnimap-make-thread-query): New utility function to format
616         an imap thread search query.
617         (nnimap-request-thread): Use it.
618
619         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
620         right select-method if we are not going back to the group buffer.
621
622 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
625         enter invalid buffer configurations into the quit form (bug#9107).
626         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
627         unplugged/plugged.
628
629         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
630         keep track of which ones are unread (bug#9061).
631
632         * gnus.el (gnus-refer-article-method): Allow entering any sexp
633         (bug#9055).
634
635         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
636         (bug#9041).
637
638         * gnus-html.el (mm-util): Require (bug#9073).
639
640         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
641         (gnus-summary-refer-thread): Use it to remove duplicates in the
642         un-threaded view (bug#9053).
643         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
644
645 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
646
647         * nnir.el (nnir-read-server-parm): Use default value from global
648         variable.  Without this the default search engine parameters aren't
649         used at all.
650
651 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * message.el (message-unique-id): Don't use the undocumented return
654         value from (random t) (bug#9118).
655
656 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * message.el (message-auto-save-directory): If the ~/Mail directory
659         doesn't exist, use ~ as the auto-save directory (bug#4432).
660
661         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
662         hasn't already been started.
663
664 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
667
668         * message.el (message-reply): Work around mysterious bug where
669         `message-mode' seems to overwrite the locally bound `subject' variable.
670
671 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
672
673         * nnimap.el (nnimap-request-thread): Ensure search is performed in
674         correct group.
675
676         * gnus-int.el (gnus-request-thread): Add group argument.
677
678         * gnus-sum.el (gnus-summary-refer-thread): Use it.
679
680 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
683
684         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
685         renamed to `debbugs-gnu-*'.
686
687 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
688
689         * plstore.el: Revert the editing feature since it is not urgent.
690         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
691         (plstore-mode-decoded): Remove.
692
693 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
696         isn't very interesting any more, and it leaks potentially secret data.
697         (gnus-debug): Remove.
698
699         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
700         use of :custom-show.
701
702 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
703
704         * plstore.el: Add documentation.
705         (plstore-mode): New mode to edit plstore file.
706         (plstore-mode-toggle-display, plstore-mode-original)
707         (plstore-mode-decoded): New command.
708         (plstore--encode, plstore--decode, plstore--write-contents-functions)
709         (plstore--insert-buffer, plstore--make): New function.
710         (plstore-open, plstore-save): Simplify by using them.
711
712 2011-07-06  Glenn Morris  <rgm@gnu.org>
713
714         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
715
716 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
719         no longer is much used.
720         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
721         Articles".
722
723 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
724
725         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
726         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
727         `notmuch' backend.
728
729 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * mm-decode.el (mm-text-html-renderer): Doc fix.
732
733         * gnus-msg.el (gnus-bug): Fix the MML tag.
734
735         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
736
737 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
738
739         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
740         secondary methods if started with `gnus-no-server'.
741
742 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
743
744         * message.el (message-return-action): Fix typo in docstring.
745
746 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
749         bug reports at once.
750
751         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
752
753 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * nndraft.el: Require gnus-group.
756         (nndraft-request-list): Declare.
757
758         * nndraft.el (nndraft-update-unread-articles): Don't show group having
759         no unread article unless it matches gnus-permanently-visible-groups.
760
761         * nndraft.el (nndraft-update-unread-articles): New function.
762         (nndraft-request-associate-buffer): Use it to update the number of
763         unread articles for the nndraft groups in the group buffer when saving
764         or killing a draft message.
765
766 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
769         systems to binary before writing and reading the mbox files.
770
771         * gnus.el (gnus-summary-line-format): Link to the info node for %U
772         instead of trying to list them all (bug#8978).
773
774 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
775
776         * pop3.el (pop3-open-server): Use :end-of-capability.
777
778 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
781         the id is always a number.
782
783         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
784
785         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
786         debbugs mode, if possible.
787
788 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
789
790         * auth-source.el (auth-source-token-passphrase-callback-function):
791         Reindent.
792         (epg-context-operation): Remove unnecessary autoload.
793
794 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795
796         * gnus.el (gnus-list-debbugs): New command.
797
798         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
799         mboxstat instead of the maintbox, since the stat seems to be fuller.
800
801         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
802         summary buffers.
803
804         * message.el (message-get-reply-headers): Delete all duplicates,
805         instead of the first.
806         (message-get-reply-headers): Ensure that we have progress while
807         deleting duplicates.
808
809         * gnus-msg.el (gnus-configure-posting-styles): Get the local
810         gnus-posting-style value from the summary buffer to make it easier to
811         make that a per-buffer conf.
812
813 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
814
815         * nnir.el (nnir-run-imap): Allow halting a search when an article is
816         found by setting `shortcut' in 'query.
817         (nnir-request-article): Use `shortcut' setting when requesting article
818         by Message-ID.
819
820 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
821
822         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
823         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
824         Bring the pseudo-headers back too.
825
826 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
827
828         * auth-source.el (auth-source-token-passphrase-callback-function):
829         Simplify and remove EPA dependency.
830
831 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
832
833         * nnir.el (nnir-request-article): Fix error message text.
834
835 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
836
837         * auth-source.el (plstore-delete): Autoload.
838         (auth-source-plstore-search): Support delete operation.
839         * plstore.el (plstore-delete): New function.
840
841 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
844         mark actually existing articles as unread rather than the ones that
845         active asserts.
846
847 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
848
849         * nntp.el (nntp-record-command):
850         * gnus-util.el (gnus-message-with-timestamp-1):
851         Use format-time-string rather than decoding time stamps by hand.
852         This is simpler and insulates the code from potential changes to
853         current-time format.
854
855 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
858
859 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
860
861         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
862         (plstore-save): Support public key encryption.
863         (plstore--init-from-buffer): New function.
864         (plstore-open): Use it; fix error when opening a non-existent file.
865         (plstore-revert): Use plstore--init-from-buffer.
866
867 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
868
869         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
870
871 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * mml2015.el (mml2015-use): Replace string-match-p with string-match
874         for old Emacsen.
875
876 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
877
878         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
879         is not fully working.
880
881 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * dgnushack.el: Autoload sha1 on XEmacs.
884
885         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
886         quit window configuration.
887
888         * auth-source.el (epg-context-set-passphrase-callback):
889         Remove duplicate autoload.
890
891 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
892
893         * nnir.el (nnir-request-article): Allow requesting articles by
894         Message-ID with nnimap.
895
896         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
897         current server.
898
899 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
900
901         * auth-source.el: Autoload EPA/EPG functions.
902         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
903         changed when EPA/EPG is not available.
904         (auth-source-backend): Rename "arg" member to "data".
905         (auth-source-backend-parse, auth-source-plstore-search)
906         (auth-source-plstore-create): Use it.
907
908 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
909
910         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
911         `gnus-refer-article-methods'.
912
913 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
914
915         * auth-source.el: Require EPA and EPG.
916         (auth-source-passphrase-alist): New variable.
917         (auth-source-passphrase-callback-function)
918         (auth-source-token-passphrase-callback-function): Callbacks for the
919         netrc field encryption (GPG tokens).
920         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
921         Symmetric encryption and decryption of the netrc GPG tokens.
922         (auth-source-netrc-normalize): Use them, simplifying the closure.
923
924 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
927         is available.
928
929 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
932         non-nil, and `nnimap-split-methods' is nil, use the former.
933
934 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
935
936         * plstore.el (plstore-revert): New function.
937         (plstore-open): Use it; hide the buffer from user.
938
939 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
940
941         * auth-source.el (auth-source-backend): New member "arg".
942         (auth-source-backend-parse): Handle new backend 'plstore.
943         * plstore.el: New file.
944
945 2011-06-30  Glenn Morris  <rgm@gnu.org>
946
947         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
948
949 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
952         expiring articles to.
953
954         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
955         variations as ASCII (bug#5458).
956
957 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
960
961 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * message.el (message-point-in-header-p): Tweak the function to default
964         to saying that we're not in the headers if there is no separator at
965         all.  This makes it possible to use the Message version of `M-q' in
966         buffers with no headers (bug#7987).
967         (message-point-in-header-p): Fix last checkin to work with an empty
968         mail-header-separator, too.
969
970         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
971         again, save the choice via customize.
972
973 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974
975         * message.el (message-send-mail-function): Add `sendmail-query-once'.
976
977         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
978         ended the connection, bail out before waiting infinitely on a new
979         connection.
980
981 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
982
983         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
984         reports.
985
986         * gnus.el (gnus-bug-package): Use "gnus."
987         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
988
989 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * dgnushack.el: Make the timer warning go away on XEmacs.
992
993         * gnus-art.el (gnus-article-stop-animations): New function to stop any
994         animations going on at article exit time.
995
996         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
997         since removing it breaks people upgrading.
998
999         * shr.el (shr-put-image): Use the new interface for animating images.
1000         (shr-put-image): Animate for 60 seconds.
1001
1002         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
1003         avoid compiler warnings.
1004
1005         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1006         error with `find-file-hooks' on Emacs 22.
1007         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1008         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1009         on all architectures.
1010
1011         * spam.el (spam-stat): Require in a normal fashion without binding
1012         `spam-stat-install-hooks' to avoid compilation warnings.
1013
1014         * spam-stat.el (spam-stat-install-hooks): Remove.
1015         (spam-stat-install-hooks): Don't run automatically.
1016
1017 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1018
1019         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1020         and keystroke.
1021
1022 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * auth-source.el (auth-source-netrc-cache): Move forward.
1025
1026 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * proto-stream.el (proto-stream-open-starttls): Use
1029         `gnutls-available-p' to see whether we have built-in support.
1030
1031         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1032         we already know.
1033         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1034         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1035
1036 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1039         %S format, since that looks odd.
1040         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1041         file, especially when saving.
1042
1043 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1044
1045         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
1046         article found.
1047
1048 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1049
1050         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1051         `auth-source-save-secrets' with a more sensitive alist that can be
1052         configured per file.  Experimental, so defaults to 'never.
1053         (auth-source-netrc-create): Use it.  Still experimental code.
1054         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1055         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1056
1057 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * auth-source.el (auth-source-save-secrets): New variable to control if
1060         secret tokens should be saved encrypted.
1061         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1062         to `auth-source-netrc-normalize'.
1063         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1064         on the EPA variables being defined.
1065         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1066         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1067         the lexical-let closure.
1068         (auth-source-netrc-create): Create "gpg:" tokens according to
1069         `auth-source-save-secrets'.
1070
1071 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * gnus-group.el (gnus-group-update-group): Add new argument
1074         `info-unchanged' that stops updating dribble buffer.
1075
1076         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1077         deletes lines matching to it in dribble buffer.
1078
1079         * gnus-agent.el (gnus-agent-fetch-group-1):
1080         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1081         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1082         * gnus-start.el (gnus-group-change-level):
1083         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1084
1085         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1086         if newsgroup info is not changed.
1087
1088         * gnus-group.el (gnus-group-get-new-news-this-group):
1089         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1090         Don't update dribble buffer.
1091
1092 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1093
1094         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1095         remove entries with groups we ignore.
1096
1097 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1098
1099         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1100         the underline comes at the bottom.
1101
1102 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1103
1104         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1105         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1106         (gnus-registry-article-marks-to-names): Rename from
1107         `gnus-registry-user-format-function-M2'.
1108
1109 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1112         ephemeral group.
1113
1114 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * shr.el (shr-browse-image): Copy the URL if called interactively.
1117
1118 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1121         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1122         done, then unselected articles may be marked as read.
1123
1124         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1125         since not doing this seems to lead to a race condition in pop3-logon.
1126
1127         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1128         so that the call chain it correct when we call "upwards".
1129
1130         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1131         in read-only groups.
1132
1133         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1134
1135         * message.el (message-cite-reply-position): Doc string fix.
1136
1137         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1138         avoid regexp overflow.
1139         (nnimap-transform-split-mail): Ditto.
1140
1141         * pop3.el (pop3-retr): Error out if the server closes the connection.
1142
1143 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1144
1145         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1146         mm-with-unibyte-current-buffer.  The buffer should not contain any
1147         multibyte chars anyway at this stage.
1148
1149 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1152         at the end of lines.
1153
1154 2011-05-29  Julien Danjou  <julien@danjou.info>
1155
1156         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1157
1158 2011-05-27  Glenn Morris  <rgm@gnu.org>
1159
1160         * gnus-group.el (gnus-bug-group-download-format-alist):
1161         Use the "maintainer" version of debian reports as well.
1162
1163 2011-05-26  Glenn Morris  <rgm@gnu.org>
1164
1165         * gnus-group.el (gnus-bug-group-download-format-alist):
1166         Use the "maintainer" version of debbugs.gnu.org reports.
1167
1168 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1169
1170         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1171
1172 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1173
1174         * gnus-cus.el (gnus-agent-customize-category):
1175         * gnus-delay.el (gnus-delay-send-queue):
1176         * gnus.el (gnus-other-frame):
1177         Don't quote lambda expressions with `quote'.
1178
1179 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1180
1181         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1182         the thread moves us backwards and so we loop forever.
1183
1184 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1187         whitespace in base64 data lines.
1188
1189 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1190
1191         * gnus-registry.el (gnus-registry-user-format-function-M):
1192         Use `mapconcat'.
1193         (gnus-registry-user-format-function-M2): Use to see the full text of
1194         the marks.  Make "," the mark text separator.
1195
1196         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1197         authentication with auth-source.
1198
1199 2011-05-17  Glenn Morris  <rgm@gnu.org>
1200
1201         * gnus-group.el (gnus-import-other-newsrc-file):
1202         Use insert-file-contents.
1203
1204 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1207         1000 iterations.
1208
1209 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * nntp.el (nntp-open-connection): Check if process-type is available.
1212
1213 2011-05-16  Julien Danjou  <julien@danjou.info>
1214
1215         * shr.el (shr-tag-del): Add support for del tag.
1216
1217 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus-html.el (gnus-html-put-image): Register a displayer.
1220
1221         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1222
1223 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1224
1225         * registry.el (prune-factor): New initialization parameter defaulting
1226         to 0.1.
1227         (registry-prune-hard): Use it.
1228
1229         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1230         0.1 expicitly.
1231
1232 2011-05-13  Glenn Morris  <rgm@gnu.org>
1233
1234         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1235         is bound, since this function requires sendmail.
1236
1237 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1238
1239         * registry.el (registry-usage-test): Disable pruning test.
1240
1241 2011-05-11  David Engster  <dengste@eml.cc>
1242
1243         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
1244         Bind set-network-process-option for XEmacs.
1245
1246 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1247
1248         * registry.el (registry-prune-hard-candidates)
1249         (registry-prune-soft-candidates): Helper methods for registry pruning.
1250         (registry-prune): Use them.  Make the sort function optional.
1251
1252 2011-05-10  Jim Meyering  <meyering@redhat.com>
1253
1254         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1255
1256 2011-05-10  Julien Danjou  <julien@danjou.info>
1257
1258         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1259         symbol and not a list.
1260
1261 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * gnus-art.el (gnus-article-mode): Move binding of
1264         shr-put-image-function here from gnus-article-prepare-display.
1265
1266         * shr.el (shr-put-image-function): New variable.
1267         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1268         (shr-put-image): Return scaled image.
1269
1270         * gnus-art.el (gnus-shr-put-image): New function.
1271         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1272
1273         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1274         original ones, as deletable.
1275
1276 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1277
1278         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1279
1280 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1281
1282         * registry.el (registry-full): Add convenience method.  Fix logic.
1283         (registry-insert): Use it.  Fix logic here too.
1284
1285         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1286         `registry-prune' if `registry-full' returns t.
1287         (gnus-registry-handle-action)
1288         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1289         (gnus-registry-usage-test): Use it.
1290
1291 2011-05-07  Julien Danjou  <julien@danjou.info>
1292
1293         * shr.el (shr-link): Make shr-link inherit from link by default.
1294
1295 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1296
1297         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1298
1299 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1300
1301         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1302         error out because the face is not a list.
1303
1304 2011-05-05  Glenn Morris  <rgm@gnu.org>
1305
1306         * proto-stream.el (gnutls-negotiate): Fix declarations.
1307
1308         * gnus-start.el (gnus-propagate-marks): Declare.
1309
1310 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1311
1312         * registry.el (registry-reindex): Fix percentage message.
1313
1314         * proto-stream.el (network-stream-open-starttls): Adjust to call
1315         `gnutls-negotiate' with :process and :hostname arguments.
1316
1317 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1318
1319         * shr.el: Add shr-link face for links.
1320         (shr-urlify): Use it.
1321
1322         * registry.el (registry-insert): Make error message more helpful.
1323
1324 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * gnus-html.el (gnus-html-schedule-image-fetching):
1327         Use url-queue-retrieve, if it exists.
1328
1329         * shr.el (shr-tag-img): Ditto.
1330
1331         * gnus.el: Autoload more gnus-agent functions.
1332
1333         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1334         agent if we haven't already (bug#8502).
1335
1336         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1337         into the Agent, too.
1338
1339         * gnus-agent.el (gnus-agent-store-article): New function.
1340
1341         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1342         and moved from that file for reuse.
1343
1344         * pop3.el (pop3-open-server): Error messages are "-ERR".
1345
1346 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1349         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1350
1351 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1352
1353         * gnus.el: No Gnus v0.17 is released.
1354
1355 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1356
1357         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1358         buffer has moved to a different frame.
1359
1360 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1361
1362         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1363         to get the conversion from unibyte to multibyte buffers to work on
1364         Emacs 22.
1365
1366         * nntp.el (nntp-request-article): Slight clean-up.
1367
1368 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369
1370         * shr.el (shr-strike-through): New face.
1371         (shr-tag-s): Use it to provide <s> support.
1372         (shr-tag-s): Remove duplicate definition.
1373
1374 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1375
1376         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1377         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1378
1379 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1380
1381         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
1382         `gnutls-negotiate'.
1383         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
1384
1385 2011-04-23  Glenn Morris  <rgm@gnu.org>
1386
1387         * gnus-sum.el (gnus-extra-headers): Bump :version.
1388
1389 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * shr.el (shr-tag-sup): New function.
1392         (shr-tag-sub): Ditto.
1393
1394 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1395
1396         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1397         for the case where `gnus-registry-ignored-groups' is a list of lists,
1398         and don't call `gnus-parameter-registry-ignore' otherwise.
1399
1400 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1401
1402         * nnimap.el (nnimap-user): New backend variable.
1403         (nnimap-open-connection-1): Use it.
1404         (nnimap-credentials): Accept user parameter so it's explicit what user
1405         name is desired.
1406
1407         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1408         default.
1409
1410         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1411         not gnus-registry.el.
1412
1413         * gnus-registry.el: Mention in comments how to modify
1414         `gnus-extra-headers' for proper recipient tracking and that it may
1415         already have To and Cc recently, which it does as of this commit.
1416         (gnus-registry-ignored-groups): Remove defcustom.
1417         Explain why in comments.
1418         (gnus-registry-action): Fix data-header reference to use the extra
1419         headers.  Explain in package commentary how to add To and Cc headers to
1420         the gnus-extra-headers.
1421         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
1422         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
1423         parameter list or a string list in `gnus-registry-ignored-groups'.
1424         Fix logic error.
1425
1426 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * shr.el (shr-expand-url): Protect against null urls.
1429
1430 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * shr.el (shr-base): New binding.
1433         (shr-tag-base): Keep track of <base>.
1434         (shr-expand-url): New function used throughout.
1435
1436 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
1437
1438         * gnus-registry.el
1439         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
1440         (gnus-registry-ignored-groups): New variable.
1441         (gnus-registry-ignore-group-p): Use it.
1442         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
1443         set the destination group to nil (same as delete) if it's ignored.
1444
1445 2011-04-20  David Engster  <dengste@eml.cc>
1446
1447         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1448
1449         * Makefile.in (test-nntp): New rule.
1450         (check): Add it.
1451         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
1452
1453 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * gnus-registry.el (gnus-registry-action)
1456         (gnus-registry-fetch-header-fast):
1457         Don't use mail-header that looks an internal function of mailheader.el.
1458
1459 2011-04-19  Glenn Morris  <rgm@gnu.org>
1460
1461         * time-date.el (time-to-days): Remove unused local variables.
1462
1463 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gnus-registry.el: Eliminate cl functions.
1466         (gnus-registry-sort-addresses): New function that replaces mapcan.
1467         (gnus-registry-action, gnus-registry-spool-action)
1468         (gnus-registry-split-fancy-with-parent)
1469         (gnus-registry-fetch-recipients-fast): Use it.
1470         (gnus-registry-import-eld): Replace delete* with dolist + delq.
1471
1472         * registry.el (initialize-instance, registry-lookup)
1473         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1474         (registry-lookup-secondary-value, registry-search, registry-delete)
1475         (registry-insert, registry-reindex, registry-size, registry-prune):
1476         Use eval-and-compile.
1477
1478 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1479
1480         * registry.el (registry-reindex): New method to recreate the secondary
1481         registry indices.
1482
1483         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
1484         tracked field changes.
1485         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
1486         (gnus-registry-action, gnus-registry-spool-action)
1487         (gnus-registry-handle-action)
1488         (gnus-registry--split-fancy-with-parent-internal)
1489         (gnus-registry-split-fancy-with-parent)
1490         (gnus-registry-register-message-ids): Add recipient tracking on spool,
1491         move, and delete actions, and for fancy splitting with parent.
1492         (gnus-registry-extract-addresses)
1493         (gnus-registry-fetch-recipients-fast)
1494         (gnus-registry-fetch-header-fast): Convenience functions.
1495         (gnus-registry-misc-test): ERT test of
1496         `gnus-registry-extract-addresses'.
1497
1498 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1499
1500         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1501         Track by subject first, then sender.
1502
1503 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1504
1505         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
1506
1507         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
1508         Lisp.
1509
1510         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
1511         (gnus-draft-send): Use it to avoid popping
1512         up frames from gnus-group-send-queue.
1513
1514 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1515
1516         * gnus-registry.el: Updated gnus-registry docs.
1517
1518 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1519
1520         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
1521         Fix logic bug.
1522         (gnus-registry-post-process-groups): Fix logging of no results and
1523         quote sender and subject.
1524
1525 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
1528         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
1529         gnutls-cli are too slow to be done opportunistically.
1530
1531         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
1532         (gnus-read-active-for-groups): Don't try to finish getting stuff where
1533         we had no early-data returned.
1534         (gnus-get-unread-articles): Add a sanity check so that we don't issue
1535         two async commands to the same server at the same time.
1536
1537 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
1538
1539         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
1540
1541 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
1544         "warning" level.
1545
1546         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
1547         (mm-url-insert-file-contents): Don't set the package names.
1548
1549 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
1550
1551         * gnus-registry.el (gnus-registry-action): Remove properties and
1552         simplify subject in `gnus-registry-handle-action'.
1553         (gnus-registry-spool-action): Get subject and sender from message if
1554         they are not passed in.
1555         (gnus-registry-handle-action): Remove properties and simplify subject
1556         consistently.
1557
1558 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1559
1560         * registry.el: Require CL before using defmacro*.
1561
1562 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1563
1564         * gnus-art.el (article-treat-date): Assume that
1565         gnus-article-date-headers may be a group parameter.
1566
1567 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
1568
1569         * gnus-registry.el (gnus-registry-handle-action): More debugging.
1570
1571         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
1572         interactively so the newsrc file can contain foreign groups too.
1573         Useful for debugging but not much for users.
1574
1575 2011-04-07  David Engster  <dengste@eml.cc>
1576
1577         * registry.el (registry-usage-test): Only do
1578         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
1579         lexical binding.
1580
1581 2011-04-07  David Engster  <dengste@eml.cc>
1582
1583         * Makefile.in (check, test-registry): New rules for test-suite.
1584
1585 2011-04-06  David Engster  <dengste@eml.cc>
1586
1587         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
1588         argument NOERROR for `require', since XEmacs 21.4 does not support it.
1589
1590 2011-04-06  David Engster  <dengste@eml.cc>
1591
1592         * registry.el (initialize-instance): Change :after to :AFTER to be
1593         compatible with old EIEIO version in XEmacs.
1594
1595 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1596
1597         * gnus-registry.el (gnus-registry-post-process-groups)
1598         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
1599         and provide better messaging.
1600
1601 2011-04-06  David Engster  <dengste@eml.cc>
1602
1603         * Makefile.in (fail-on-warning): New rule to compile with warnings as
1604         errors.
1605
1606         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
1607         dgnushack-compile with error-on-warn enabled, and to signal an error if
1608         clean compilation failed.
1609         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
1610         with `byte-compile-error-on-warn'.  Return nil if errors occured.
1611
1612 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1613
1614         * gnus-registry.el: Don't use ERT if it's not available.  Load it
1615         unconditionally anyway, discarding errors.
1616         (gnus-registry-delete-entries): New convenience function.
1617         (gnus-registry-import-eld): Import from old .eld registry.
1618
1619         * registry.el: Don't use ERT if it's not available.  Load it
1620         unconditionally anyway, discarding errors.
1621
1622         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
1623         version from the Claudio Bley GnuTLS patch (extra optional parameters
1624         and host name).
1625
1626 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1627
1628         * gnus-registry.el (gnus-registry-fixup-registry): New function to
1629         fixup the parameters that can be customized by the user between
1630         save/read cycles.
1631         (gnus-registry-read): Use it.
1632         (gnus-registry-make-db): Use it.
1633         (gnus-registry-spool-action, gnus-registry-handle-action):
1634         Fix messaging.
1635         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
1636         Map references to actual group names with sender and subject tracking.
1637         (gnus-registry-post-process-groups): Use `cond' for better messaging.
1638         (gnus-registry-usage-test): Add subject lookup test.
1639
1640         * registry.el (registry-db, initialize-instance): Set up constructor
1641         instead of :initform arguments for the sake of older Emacsen.
1642         (registry-lookup-breaks-before-lexbind): New method to demonstrate
1643         pre-lexbind merge bug.
1644         (registry-usage-test): Use it.
1645         (initialize-instance, registry-db): Move the non-function initforms
1646         back to the class definition.
1647
1648 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
1649
1650         * registry.el: New library to manage gnus-registry-style data.
1651
1652         * gnus-registry.el: Use it (major rewrite).
1653
1654         * nnregistry.el: Use it.
1655
1656         * spam.el: Use it.
1657
1658 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
1661         marks on non-selected articles.
1662
1663 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
1664
1665         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
1666         parameter to open-protocol-stream.
1667
1668 2011-04-01  Julien Danjou  <julien@danjou.info>
1669
1670         * mm-view.el (mm-display-inline-fontify): Do not fontify with
1671         fundamental-mode.
1672
1673 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
1676         servers.
1677
1678 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
1681         made marks not propagate, again.
1682
1683 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
1684
1685         * proto-stream.el (open-protocol-stream): Bring back `network' type.
1686         Make this the default type.
1687         (proto-stream-open-plain): Rename from proto-stream-open-default.
1688         (open-protocol-stream, proto-stream-open-starttls)
1689         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
1690         with `plain'.
1691
1692         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
1693         value.
1694
1695         * nntp.el (nntp-open-connection-function): Document the fact that some
1696         values are not functions but are instead handled specially.
1697         Recognize nntp-open-plain-stream value.
1698         (nntp-open-connection): Recognize that value.
1699
1700 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
1703         where it seems to be needed.
1704
1705 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
1708         stuff.
1709
1710         * gnus-score.el (gnus-score-string): Fix calling convention of
1711         `gnus-simplify-buffer-fuzzy' after last patches.
1712
1713         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
1714         server for articles we didn't get any headers for.  This is a sanity
1715         check.
1716
1717 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
1718
1719         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
1720         new CAPABILITY, use it.
1721
1722 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1723
1724         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
1725         downloading anything.
1726
1727         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
1728
1729 2011-03-29  Adam SjĂžgren  <asjo@koldfront.dk>
1730
1731         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
1732         colors.
1733         (gnus-splash-svg-color-symbols): New function.
1734
1735 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
1738         instead of using the global gnus-simplify-subject-fuzzy-regexp.
1739         (gnus-simplify-subject-fuzzy): Use the local
1740         gnus-simplify-subject-fuzzy-regex instead of the global one.
1741         This makes using this variable in group parameters work.
1742
1743 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1744
1745         * gnus-registry.el (gnus-registry-unfollowed-groups):
1746         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
1747         archive:sent-YYYY-MM-DD groups).
1748         (gnus-registry-split-fancy-with-parent): Bail out early in sender
1749         tracking if there are more than `gnus-registry-max-track-groups'
1750         matches.
1751
1752 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1753
1754         * message.el (message--yank-original-internal): New function to do the
1755         insertion cleanly inside eval in `message-yank-original'.
1756         (message-yank-original): Use it.
1757
1758 2011-03-29  Julien Danjou  <julien@danjou.info>
1759
1760         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1761         local variables disabled rather than `normal-mode'.
1762
1763 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1764
1765         * imap.el (imap-shell-open, imap-process-connection-type):
1766         Use imap-process-connection-type for 'shell' streams as well as
1767         Kerberos, SSL, other subprocesses.
1768
1769 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1770
1771         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1772         with open-network-stream.
1773         (proto-stream-always-use-starttls): Option removed.
1774         (open-protocol-stream): Return a process object by default.  Provide a
1775         new parameter :return-list specifying a list-type return value, which
1776         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1777         :type `network' to `try-starttls', and `network-only' to `default'.
1778         Make `default' the default, for compatibility with open-network-stream.
1779         Handle the no-parameter case exactly as open-network-stream, with no
1780         additional stream processing.  Search plists using plist-get.
1781         Explicitly add :end-of-commend parameter if it is missing.
1782         (proto-stream-open-default): Rename from
1783         proto-stream-open-network-only.  Return 'default as the type.
1784         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1785         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1786         failed.  Always return a list with a (possibly dead) process as the
1787         first element, for compatibility with open-network-stream.
1788         (proto-stream-open-tls): Use plist-get.  Always return a list.
1789         (proto-stream-open-shell): Return `default' as connection type.
1790         (proto-stream-capability-open): Use plist-get.
1791         (proto-stream-eoc): Function deleted.
1792
1793         * nnimap.el (nnimap-stream, nnimap-open-connection)
1794         (nnimap-open-connection-1): Handle renaming of :type parameter for
1795         open-protocol-stream.
1796         (nnimap-open-connection-1): Pass a :return-list parameter
1797         open-protocol-stream to obtain a list return value.  Parse this list
1798         using plist-get.
1799
1800         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1801         for open-protocol-stream.  Accept open-protocol-stream return value
1802         that is a subprocess object instead of a list.  Handle the case of a
1803         dead returned process.
1804
1805 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1806
1807         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1808
1809         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1810
1811 2011-03-21  Julien Danjou  <julien@danjou.info>
1812
1813         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1814         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1815         query.
1816         (mm-inline-text): Render normal text with fontification whenever
1817         possible.
1818
1819         * gnus-sum.el (gnus-summary-save-parts-1):
1820         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1821         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1822         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1823         Use `mm-handle-filename'.
1824
1825         * mm-util.el (mm-handle-filename): New function, return the filename of
1826         an handle.
1827
1828 2011-03-18  Julien Danjou  <julien@danjou.info>
1829
1830         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1831         (gnus-buffer-live-p): Check that buffer is not nil.
1832
1833 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1834
1835         * gnus.el: No Gnus v0.15 is released.
1836
1837 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1840         avoid warning on XEmacs.
1841
1842         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1843         on XEmacs.
1844
1845         * gnus-art.el: Require mouse, which the build bot seems to say is
1846         needed.
1847
1848         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1849
1850         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1851         XEmacs, since it doesn't have url-retrieve-synchronously.
1852
1853         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1854         since assoc-string doesn't exist in XEmacs.
1855
1856 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1857
1858         * gnus-group.el (gnus-group-list-ticked): New function.
1859         (gnus-group-make-menu-bar): Provide a menu entry for it.
1860         (gnus-group-list-map): Provide a binding for it.
1861
1862 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * shr.el (shr-visit-file): New command.
1865
1866         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1867
1868 2011-03-17  BjĂžrn Mork  <bjorn@mork.no>
1869
1870         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1871         servers.
1872
1873 2011-03-16  Julien Danjou  <julien@danjou.info>
1874
1875         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1876         inline.
1877
1878         * gnus-art.el (article-hide-list-identifiers):
1879         Use gnus-group-get-list-identifiers.
1880
1881         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1882         (gnus-summary-remove-list-identifiers):
1883         Use gnus-group-get-list-identifiers to get regexp.
1884         (gnus-select-newsgroup, gnus-summary-insert-subject)
1885         (gnus-summary-insert-articles):
1886         Call gnus-summary-remove-list-identifiers unconditionally.
1887
1888 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1891         we're selecting a group with unread articles.
1892
1893         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1894
1895         * gssapi.el: New file separated out from imap.el to provide a general
1896         Kerberos 5 connection facility for Emacs.
1897
1898         * message.el (message-elide-ellipsis): Document the format spec
1899         ellipsis.
1900
1901 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1902
1903         * message.el (message-elide-region): Allow the ellipsis to say how many
1904         lines were removed.
1905
1906 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1909         window configurations containing buffers that are now dead.
1910
1911         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1912         parsing to avoid integer overflows.
1913         (nnimap-parse-flags): Simplify the last change.
1914         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1915         too large for 32-bit Emacsen.
1916
1917 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1918
1919         * auth-source.el (auth-source-netrc-create):
1920         * message.el (message-yank-original): Fix use of `case'.
1921
1922 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1923
1924         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1925         XEmacs, which was one character too wide.
1926
1927 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1928
1929         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1930         default number of articles to display.
1931         (gnus-articles-to-read): Use pretty names for prompt.
1932
1933 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * gnus-int.el (gnus-open-server): Ditto.
1936
1937         * gnus-start.el (gnus-activate-group): Give a backtrace if
1938         debug-on-quit is set and the user hits `C-g'.
1939         (gnus-read-active-file): Ditto.
1940
1941         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1942
1943 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1944
1945         * message.el (message-yank-original): Use cond instead of CL case.
1946
1947 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1948
1949         * auth-source.el (auth-source-netrc-create): Use usual format for the
1950         default in prompts.
1951
1952 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * lpath.el: Fbind read-char-choice for XEmacs.
1955
1956 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1957
1958         * auth-source.el (auth-source-netrc-create): Show the default in the
1959         prompt when prompting for token creation.
1960
1961 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1962
1963         * auth-source.el (auth-source-format-prompt): Always convert the value
1964         to a string to avoid evaluating non-string arguments.
1965         (auth-source-netrc-create): Offer default properly, not as initial
1966         content in `read-string'.
1967         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1968         of line to determine if we've been run before.  If so, don't run again,
1969         but print a trivial message to indicate the cache was hit instead.
1970
1971 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1972
1973         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1974         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1975         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1976         Gnus.
1977
1978 2011-03-11  Julien Danjou  <julien@danjou.info>
1979
1980         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1981         modified file".
1982
1983 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1984
1985         * auth-source.el (auth-source-read-char-choice): New function to read a
1986         character choice using `dropdown-list', `read-char-choice', or
1987         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1988         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1989         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1990         (auth-source-netrc-saver): Use it.
1991         (auth-source-pick-first-password): New convenience function.
1992
1993 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1994
1995         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1996         parameter in the credentials.
1997         (nnimap-open-connection-1): Use it after a successful login.
1998         (nnimap-credentials): Add IMAP-specific user and password prompt.
1999
2000         * auth-source.el (auth-source-search): Add :require parameter, taking a
2001         list.  Document it and the :save-function return token.  Pass :require
2002         down.  Change the CREATED message from a warning to a debug statement.
2003         (auth-source-search-backends): Pass :require down.
2004         (auth-source-netrc-search): Pass :require down.
2005         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2006         Change save prompt to indicate all modifications saved here are
2007         deletions.
2008         (auth-source-netrc-create): Take user login name as default in user
2009         prompt.  Move all the save functionality to a lexically bound function
2010         under the :save-function token in the returned list.  Set up clearer
2011         default prompts for user, host, port, and secret.
2012         (auth-source-netrc-saver): New function, intended to be wrapped for
2013         :save-function.
2014
2015 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * shr.el (shr-table-horizontal-line): Change the defaults for the table
2018         lines to be spaces instead.
2019
2020 2011-03-07  Julien Danjou  <julien@danjou.info>
2021
2022         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2023         (sieve-sasl-auth): Check that auth-source-search did return something,
2024         or just return an empty string.
2025
2026 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2027
2028         * gnus.el (gnus-interactive): Use read-directory-name.
2029
2030         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2031         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2032         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2033         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2034         Likewise.
2035
2036         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2037
2038 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2041         onto the list of killed groups, too.  This makes killed nnimap groups,
2042         for instance, more reliably not reappear.
2043
2044         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2045         the parent.
2046
2047         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2048
2049         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2050         really have server-side marks.
2051
2052         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2053         since most backends do not usefully have server-side marks.
2054         (gnus-update-read-articles): Propagate marks to all backends that
2055         really have server-side marks.
2056
2057 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2058
2059         * message.el (message-cite-reply-position, message-cite-style):
2060         New variables.
2061         (message-yank-original): Use the new citation styles.
2062
2063 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2064
2065         * message.el (message-options): Revert 22da67af (workaround for XEmacs
2066         buffer-local issue); don't mark it buffer-local when running under
2067         XEmacs.
2068
2069 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2070
2071         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2072         numbers too big to be `read'.
2073
2074 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2075
2076         * password-cache.el (password-in-cache-p): Add autoload.
2077
2078         * message.el (message-options): Make buffer-local two ways to attempt
2079         to fix a XEmacs bug.
2080
2081 2011-03-02  Julien Danjou  <julien@danjou.info>
2082
2083         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2084
2085 2011-03-01  Julien Danjou  <julien@danjou.info>
2086
2087         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2088         group.
2089         (article-hide-list-identifiers): Use list-identifier group parameter.
2090
2091 2011-02-28  Julien Danjou  <julien@danjou.info>
2092
2093         * sieve.el (sieve-buffer-script-name): New local variable to store
2094         sieve script name.
2095         (sieve-edit-script): Store sieve script name.
2096         (sieve-upload): Use sieve script name when uploading.
2097         (sieve-upload): Use substitute-command-keys.
2098         (sieve-edit-script): Use substitute-command-keys.
2099         (sieve-refresh-scriptlist): Use substitute-command-keys.
2100         (sieve-manage-mode-map): Define keymap properly.
2101         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2102         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2103         Remove commented code about cvs.
2104         (sieve-manage-quit): New function.
2105         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2106
2107 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2110
2111 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2112
2113         * auth-source.el (auth-source-search): Cache empty result sets.
2114
2115         * password-cache.el (password-in-cache-p): Convenience function to
2116         check if a key is in the cache, even if the value is nil.
2117
2118         * auth-source.el (auth-source-save-behavior): New variable to replace
2119         `auth-source-never-create'.
2120         (auth-source-netrc-create): Use it.
2121         (auth-source-never-save): Remove.
2122
2123 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2124
2125         * nnimap.el (nnimap-stream): Doc fix.
2126         (nnimap-open-connection-1): Reverse the order of the ports to that the
2127         prompted-for port is first.
2128
2129         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2130         retrieval by the no-group selection.
2131
2132         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2133         numerical parameters.
2134
2135 2011-02-25  Julien Danjou  <julien@danjou.info>
2136
2137         * gnus-gravatar.el: Use gnus-with-article-buffer.
2138
2139         * gnus-art.el (gnus-with-article-buffer): Check that the
2140         gnus-article-buffer is alive.
2141
2142 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2143
2144         * auth-source.el (auth-source-creation-prompts): New variable to manage
2145         creation-time prompts.
2146         (auth-source-search): Document it.
2147         (auth-source-format-prompt): Add utility function.
2148         (auth-source-netrc-create): Don't default the user name to
2149         user-login-name.  Use `auth-source-creation-prompts' and some default
2150         prompts for user, host, port, and password (the default generic prompt
2151         remains ugly).
2152         (auth-source-never-save): Add customizable option to never save info.
2153         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2154         mode excursion.
2155
2156 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2159         argument that XEmacs doesn't support.
2160
2161         * dgnushack.el (dgnushack-compile): Exclude color.el from being
2162         compiled for Emacsen having no `libxml-parse-html-region' support.
2163
2164         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
2165
2166         * lpath.el: Bind buffer-save-without-query for XEmacs.
2167
2168 2011-02-23  Julien Danjou  <julien@danjou.info>
2169
2170         * gnus-art.el (article-make-date-line): Ignore errors if time is
2171         invalid and not convertible.
2172         (article-make-date-line): Only add lapsed time if time is not nil.
2173
2174 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2175
2176         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2177         `read-char-choice' for backwards compatibility.
2178         (auth-source-netrc-element-or-first): New function to DTRT for
2179         parameter extraction.
2180         (auth-source-netrc-create): Use it and fix multiple parameter print
2181         bug.  Use the default passed from above (given-default) or the
2182         built-in (user-login-name for :user).
2183
2184 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2185
2186         * gnus-start.el (gnus-dribble-read-file):
2187         Set buffer-save-without-query, since we always want to save the dribble
2188         file, probably.
2189
2190         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2191         nnimap.
2192
2193         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2194         -summary- since it's a user-visible variable.
2195
2196         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2197         first time you use the new Gnus.
2198
2199 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2200
2201         * auth-source.el: Don't load netrc.el.
2202         (auth-sources): Search ~/.netrc as well by default.
2203         (auth-source-debug): Add 'trivia option for extra output.
2204         (auth-source-do-trivia): Use it.
2205         (auth-source-search): Simplify logic to use
2206         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2207         appropriate.  Don't keep a running count at this level.  Layer :create
2208         and :delete options appropriately on the first and second passes.
2209         Don't track the backend with the search results.
2210         (auth-source-search-backends): New function to search a list of
2211         backends for a processed spec.
2212         (auth-source-netrc-parse): Cache all netrc files, making
2213         auth-source-netrc-cache an alist keyed by the file name and using the
2214         file mtime as the caching criterion.  Keep the obfuscated data secret
2215         with a lexical bind.
2216         (auth-source-netrc-search): Don't calculate the length of the results
2217         unnecessarily.
2218         (auth-source-search-backends): Fix bug.
2219         (auth-source-netrc-create): Rework prompts.
2220
2221 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2222
2223         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2224         Lower case names of search constraints.
2225         (nnir-run-query): Cache and reuse search constraints for all imap
2226         servers.
2227
2228 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2229
2230         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2231         after exit.
2232         (gnus-setup-message): Define missing variable from last checkin.
2233
2234         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2235         value, show the raw article.
2236
2237 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2238
2239         * gnus.el: No Gnus v0.13 is released.
2240
2241 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2242
2243         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2244         auth-source now accepts numbers.
2245
2246         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2247         spec, too.
2248         (auth-source-ensure-strings): New function.
2249
2250         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2251         (gnus-article-setup-buffer): Always restart the date timer so that user
2252         changes to the frequency is respected.
2253
2254         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2255         port numbers, so make sure it gets that if nnimap-server-port is
2256         explicit.
2257
2258 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2259
2260         * nnimap.el (nnimap-inbox): Doc fix.
2261
2262 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
2263
2264         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
2265         Autoload.  Add optional arg FRAME, and pass it to color-values.
2266         (color-complement): Caller changed.  Doc fix.
2267         (color-gradient): Rewrite for better clarity and efficiency.
2268
2269 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2270
2271         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2272         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2273         color-lab-to-srgb.
2274
2275 2011-02-20  Drew Adams  <drew.adams@oracle.com>
2276
2277         * color.el: First part of merge from hexrgb.el.
2278         (color-rgb-to-hex): Rename from color-rgb->hex.
2279         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
2280         saturation to zero if the value is too small.
2281         (color-rgb-to-hsl): Rename from color-rgb->hsl.
2282         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
2283         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
2284         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
2285         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
2286         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
2287         (color-cie-de2000): Doc fix.
2288
2289 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2290
2291         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2292         given method as in the group name if we're using an extended method.
2293         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2294         command, if we're using that, instead of waiting for the beginning.
2295
2296         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2297         we're sure to get unique server names, and we don't output two async
2298         commands in the same buffer.  This fixes an NNTP hang for some users.
2299
2300 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2301
2302         * gnus.el: No Gnus v0.11 is released.
2303
2304 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2305
2306         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2307         summary buffer before reading going to the next buffer.  This avoids
2308         putting the point in the group buffer if you `C-g' the command.
2309
2310         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2311         cache (for now) to make ~/.authinfo.gpg files usable.
2312
2313         * nnfolder.el (copyright-update): Define for the compiler.
2314
2315         * auth-source.el (auth-source-search): Fix unbound variable.
2316
2317 2011-02-19  Glenn Morris  <rgm@gnu.org>
2318
2319         * gnus.el (gnus-meta): Doc fix.
2320
2321 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2322
2323         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2324         in case it's not yet loaded.
2325
2326 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2327
2328         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2329         line we're waiting for.
2330
2331 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2332
2333         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2334         face with line-width greater than zero will cause RET in gnus summary
2335         buffer to scroll down article page-wise because auto vscroll happens,
2336         it should be temporalily disabled when doing a scroll-up.
2337
2338 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2339
2340         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2341         outputs from the server.
2342
2343 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2344
2345         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2346         later so that bbdb can hook in easier.
2347
2348 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2349
2350         * auth-source.el (auth-source-search): Don't try to create credentials
2351         if the caller doesn't want that.
2352         (auth-source-search): If we don't find a match, don't bug out on
2353         non-bound variables.
2354         (auth-source-search): Only ask a single backend to create the
2355         credentials.
2356
2357         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2358         logging.
2359         (nnimap-credentials): Protect against auth-source-search returning nil.
2360         (nnimap-request-list): Protect against not being able to open the
2361         server.
2362
2363 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2364
2365         * auth-source.el (auth-source-search): Do a two-phase search, one with
2366         no :create to get the responses from all backends.
2367
2368         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2369         when getting credentials.
2370
2371         * gnus-util.el (gnus-delete-duplicates): New function.
2372
2373 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2374
2375         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2376         a creation default, pass the whole port list down.  It will be
2377         completed.
2378
2379         * auth-source.el (auth-source-search): Updated docs to talk about
2380         multiple creation choices.
2381         (auth-source-netrc-create): Accept a list as a value (from the search
2382         parameters) and do completion on that list.  Keep a separate netrc line
2383         with the password obscured for showing the user.
2384
2385         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2386         first choice to `auth-source-search' so it will be used for entry
2387         creation instead of the server's Gnus-specific name.
2388         (nnimap-credentials): Rely on the auth-source library to select which
2389         port is actually wanted in the new netrc entry, so don't override
2390         `auth-source-creation-defaults'.
2391
2392         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2393         :protocol and accept a missing user, host, or port as a wildcard match.
2394         (auth-source-debug): Default to off.
2395
2396         (auth-source-netrc-search, auth-source-netrc-create)
2397         (auth-source-secrets-search, auth-source-secrets-create)
2398         (auth-source-user-or-password, auth-source-backend, auth-sources)
2399         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2400         instead of :protocol.
2401
2402         * nnimap.el (nnimap-credentials): Pass a port default to
2403         `auth-source-search' in case an entry needs to be created.
2404         (nnimap-open-connection-1): Use :port instead of :protocol.
2405
2406 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * auth-source.el: Bind load-path when loading EIEIO from
2409         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
2410         21.4 doesn't support, to `require'.
2411         (auth-source-secrets-search): Use mm-delete-duplicates instead of
2412         delete-dups that is not available in XEmacs 21.4.
2413
2414 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
2415
2416         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
2417         as EIEIO must also be loaded when auth-source.el is being
2418         byte-compiled.
2419
2420 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2421
2422         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
2423
2424         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
2425
2426         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
2427
2428         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
2429
2430         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
2431
2432         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
2433
2434         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
2435
2436         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
2437         necessary.
2438
2439 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2440
2441         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2442         nil means that nnimap doesn't get updated.
2443
2444 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2445
2446         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2447         result when the user doesn't want to write to the file.
2448         (auth-source-netrc-search): Expect a synthetic result and proceed
2449         accordingly.
2450         (auth-source-cache-expiry): New variable to override
2451         `password-cache-expiry'.
2452         (auth-source-remember): Use it.
2453
2454         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2455         parameter.  Create entry if necessary by using :create t.
2456         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2457
2458 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2459
2460         * auth-source.el (auth-source-debug): Enable by default and don't
2461         mention the obsolete `auth-source-hide-passwords'.
2462         (auth-source-do-warn): New function to debug unconditionally.
2463         (auth-source-do-debug): Use it.
2464         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2465         and for Secrets API entries when the secrets.el library is not
2466         available.
2467
2468 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2469
2470         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2471         (gnus-summary-exit): Kill the correct article buffer on exit from a
2472         `C-d' group.
2473
2474         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2475         gnus-propagate-marks.
2476
2477         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2478         before killing the buffers so that a non-full window conf gets handled
2479         correctly.
2480         (gnus-summary-exit): Ditto.
2481         (gnus-summary-read-group-1): Ditto.
2482
2483         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2484         async code again so that we can debug it properly.
2485
2486         * message.el (message-reply): Take an optional switch-buffer parameter
2487         so that Gnus window confs are respected better.
2488
2489 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2490
2491         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2492         `plist-get' to accept non-list parameters (XEmacs issue).
2493         Fix docstring.
2494         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2495         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2496         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2497         Login collection is "Login" and not "login".
2498
2499 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2500
2501         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2502         multiple headers.
2503
2504         * nnimap.el (nnimap-inhibit-logging): New variable.
2505         (nnimap-log-command): Don't log login commands.
2506
2507         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2508         to have more parameters.
2509
2510         * nnimap.el (nnimap-send-command): Mark the command time for each
2511         command, so that we don't get NOOPs stepping on our toes.
2512
2513         * gnus-art.el (article-date-ut): Get the date from the Date header on
2514         `t'.
2515
2516 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2517
2518         * auth-source.el (auth-source-search): Use copy-sequence instead of
2519         the cl.el copy-list.
2520
2521 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2522
2523         * imap.el: Bring it back (revert
2524         84d800cd31de3064f0ed39617d725709a2f8f42f).
2525
2526 2011-02-13  Adam SjĂžgren  <asjo@koldfront.dk>
2527
2528         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2529         Improve prompt.
2530
2531 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2532
2533         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2534         washing status from the default format.  It isn't very informative.
2535
2536 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2537
2538         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2539         Fix Gcc processing on imap.
2540
2541 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2542
2543         * imap.el: Remove file.  All the functionality is in nnimap.el.
2544
2545 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2546
2547         * message.el (message-bury): Don't pop up a new window when selected
2548         window is dedicated.
2549
2550 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2551
2552         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
2553
2554 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
2555
2556         * sieve-manage.el: Autoload `auth-source-search'.
2557         (sieve-sasl-auth): Use it.
2558
2559 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
2560
2561         * nnimap.el: Autoload `auth-source-forget+'.
2562         (nnimap-open-connection-1): Use it if the connection fails.
2563
2564         * auth-source.el: Require `password-cache'.
2565         (auth-source-hide-passwords, auth-source-cache): Remove and mark
2566         obsolete.
2567         (auth-source-magic): Marker for `password-cache' keys.
2568         (auth-source-do-cache): Update docstring.
2569         (auth-source-search): Use and check cache.
2570         (auth-source-forget-all-cached, auth-source-remember)
2571         (auth-source-recall, auth-source-forget, auth-source-forget+)
2572         (auth-source-specmatchp): Caching support functions.
2573         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
2574         Remove and obsolete.
2575         (auth-source-user-or-password): Remove caching to further discourage
2576         using it.  Always hide passwords.
2577
2578         * password-cache.el (password-cache-remove): Accept secrets that are
2579         not strings.
2580
2581 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2582
2583         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
2584         code for now, since it doesn't work for all users.
2585
2586 2011-02-09  Julien Danjou  <julien@danjou.info>
2587
2588         * message.el (message-options): Make message-options really buffer
2589         local.
2590
2591 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2592
2593         * mail-source.el: Autoload `auth-source-search'.
2594         (mail-source-keyword-map): Note order matters.
2595         (mail-source-set-1): Get all the mail-source source values and
2596         defaults and search auth-source on those if needed.  This can all
2597         probably be simplified.
2598
2599         * nnimap.el: Autoload `auth-source-search'.
2600         (nnimap-credentials): Use it.
2601         (nnimap-open-connection-1): Ask for the virtual server and physical
2602         address in one shot.
2603
2604         * nntp.el: Autoload `auth-source-search'.
2605         (nntp-send-authinfo): Use it.  Note TODO.
2606
2607 2011-02-08  Julien Danjou  <julien@danjou.info>
2608
2609         * shr.el (shr-tag-body): Add support for text attribute in body
2610         markups.
2611
2612         * message.el (message-options): Make message-options a local variable.
2613
2614 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2615
2616         * auth-source.el (auth-source-secrets-search)
2617         (auth-source-user-or-password): Use `append' instead of `nconc'.
2618         (auth-source-user-or-password): Build return list better and protect
2619         against nil :secret.
2620
2621 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2622
2623         * nnimap.el (nnimap-update-info): Refactor slightly.
2624         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
2625         (nnimap-update-info): Clean up slightly.
2626         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
2627         characters.
2628         (nnimap-process-quirk): Rename function to avoid collision.
2629         (nnimap-update-info): Fix macrology bug-out.
2630         (nnimap-update-info): Simplify split history test.
2631
2632 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
2633
2634         * auth-source.el (top): Require 'eieio unconditionally.
2635         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
2636         (auth-source-secrets-search): Limit search when `max' is greater than
2637         number of results.
2638
2639 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2640
2641         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
2642         part not returning any data.
2643
2644         * proto-stream.el (open-protocol-stream): Document the return value.
2645
2646 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2647
2648         * auth-source.el (auth-source-secrets-search): Add examples.
2649
2650 2011-02-06  Julien Danjou  <julien@danjou.info>
2651
2652         * message.el (message-setup-1): Handle message-generate-headers-first
2653         set to t.
2654
2655 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2656
2657         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
2658         API with a string "secrets:collection-name" and with 'default.
2659         (auth-source-backend-parse): Parse "secrets:collection-name" and
2660         'default.  Recurse on parses instead of repeating code.  Use the
2661         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
2662         message when ignoring a source.
2663         (auth-source-search): List ignored search keys at the top level.
2664         (auth-source-netrc-create): Use `case' instead of `cond'.
2665         (auth-source-secrets-search): Created with TODOs.
2666         (auth-source-secrets-create): Created with TODOs.
2667         (auth-source-retrieve, auth-source-create, auth-source-delete)
2668         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2669         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2670         (auth-source-user-or-password-sftp)
2671         (auth-source-user-or-password-smtp): Remove.
2672         (auth-source-user-or-password): Deprecated and modified to be a wrapper
2673         around `auth-source-search'.  Not tested thoroughly.
2674
2675 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2676
2677         * auth-source.el: Bring in assoc and eioeio libraries.
2678         (secrets-enabled): New variable to track the status of the Secrets API.
2679         (auth-source-backend): New EIOEIO class to represent a backend.
2680         (auth-source-creation-defaults): New variable to set prompt defaults
2681         during token creation (see the `auth-source-search' docstring for
2682         details).
2683         (auth-sources): Simplify to allow a simple string as a netrc backend
2684         spec.
2685         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
2686         (auth-source-backend-parse-parameters): Fill in the backend parameters.
2687         (auth-source-search): Main auth-source API entry point.
2688         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
2689         (auth-source-search-collection): Helper function for searching.
2690         (auth-source-netrc-parse, auth-source-netrc-normalize)
2691         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
2692         Supports search, create, and delete.
2693         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
2694         backend stubs.
2695         (auth-source-user-or-password): Call `auth-source-search' but it's not
2696         ready yet.
2697
2698 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2699
2700         * message.el (message-setup-1): Remove the read-only stuff, since it
2701         doesn't work under XEmacs, for some reason.
2702
2703         * gnus-sum.el (gnus-user-date): Rename back from
2704         gnus-summary-user-date since user code refers to it.
2705
2706         * shr.el (shr-render-td): Store the actual background colour used.
2707
2708         * message.el (message-setup-1): Don't bind the constant
2709         -forbidden-properties.
2710         (message-setup-1): Revert previous change, since it needs to bind the
2711         props to insert them.
2712         (message-resend): Allow removing the read-only separator line.
2713
2714 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2715
2716         * nnimap.el (nnimap-request-accept-article): Give an error message if
2717         the APPEND wasn't successful.
2718
2719 2011-02-03  Adam SjĂžgren  <asjo@koldfront.dk>
2720
2721         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
2722         that have no groups.
2723
2724 2011-02-03  Julien Danjou  <julien@danjou.info>
2725
2726         * gnus-draft.el: Remove progn around gnus-draft-setup.
2727
2728 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2729
2730         * gnus-start.el (gnus-read-active-for-groups): This function is never
2731         called with a nil `infos', so clean that up.
2732         (gnus-get-unread-articles): Request active files from primary/secondary
2733         methods that have no groups (yet).
2734
2735 2011-02-03  Julien Danjou  <julien@danjou.info>
2736
2737         * message.el (message-setup-1): Always generate References first.
2738         (message-mail): Return the return value of message-setup, not always t.
2739         (message-setup-1): Insert mail-header-separator with read-only and
2740         intangible properties set.
2741
2742         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
2743         user-date in docstring.
2744
2745         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
2746
2747         * gnus.el (gnus-summary-line-format): Mention &user-date format in
2748         docstring.
2749
2750         * gnus.el (gnus-user-date-format-alist): Change default value. Use
2751         defcustom, with type and group. Move from gnus-util.el. Rename to
2752         gnus-summary-user-date-format-alist.
2753
2754 2011-02-03  Glenn Morris  <rgm@gnu.org>
2755
2756         * nnimap.el (gnus-fetch-headers): Declare.
2757
2758         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2759
2760 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2761
2762         * message.el (message-forward-make-body-digest-plain)
2763         (message-followup, message-reply): Clean up things noted by Stefan.
2764
2765         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2766         gnus-article-update-date-headers is nil.
2767         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2768         it didn't really work with defcustom.
2769         (article-update-date-lapsed): Make sure the window start doesn't move,
2770         either.
2771
2772 2011-02-01  Julien Danjou  <julien@danjou.info>
2773
2774         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2775         format.
2776
2777         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2778         standard in Emacs nowadays.
2779
2780         * color.el (color-gradient): Add a color-gradient function.
2781
2782 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2783
2784         * message.el (message-expand-name): Don't trust the return value of
2785         bbdb-complete-name.
2786         (message-check-news-header-syntax): Remove unused var `start'.
2787         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2788         (message-inhibit-body-encoding): Move to before first use.
2789         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2790         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2791         (Organization, Message-ID, Date, mh-previous-window-config):
2792         Defvar the vars using dynamic scoping.
2793
2794 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2795
2796         * shr.el (shr-render-td): Only do colours at the final rendering.
2797         Should be slightly faster.
2798         (shr-insert-table): Fix up TD background colours when doing the
2799         vertical padding.
2800
2801         * gnus-art.el (article-date-ut): Protect against articles with no Date
2802         header.
2803         (article-update-date-lapsed): Don't use current-column to find the
2804         horizontal position.  It's fragile in the presence of \003 characters.
2805
2806         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2807
2808 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2809
2810         * gnus-art.el (article-transform-date): Rewrite to still work when
2811         there are several rfc2822 parts.
2812         (article-transform-date): Fix infinite recursion.
2813         (article-date-ut): Replace infinitely many Date headers with a single
2814         one when called interactively.
2815
2816         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2817         secure manner.
2818
2819         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2820         move around by not using save-window-excursion.  It seems to work...
2821
2822 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * gnus-art.el (article-make-date-line): Work for user-defined format.
2825
2826 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2827
2828         * nntp.el (nntp-retrieve-group-data-early)
2829         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2830         fetching functions.
2831
2832         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2833         thoroughly for all backends that have no known groups.  This should
2834         allow new nnml methods to retrieve mail.
2835
2836         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2837         that Gnus doesn't know exists again.
2838
2839         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2840         (gnus-treat-date-ut): Ditto.
2841         (gnus-article-update-date-header): Rename.
2842         (gnus-treat-date-local): Remove.
2843         (gnus-treat-date-english): Remove.
2844         (gnus-treat-date-lapsed): Remove.
2845         (gnus-treat-date-combined-lapsed): Remove.
2846         (gnus-treat-date-original): Remove.
2847         (gnus-treat-date-iso8601): Remove.
2848         (gnus-treat-date-user-defined): Remove.
2849         (gnus-article-date-headers): New variable to control all the date
2850         header options.
2851         (article-date-ut): Rewrite to allow using the new way to format date
2852         headers(s).
2853
2854 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2855
2856         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2857         method.
2858         (nnmail-article-group): A better test for fanciness.
2859
2860         * nnimap.el (nnimap-request-head): Protect against not finding the
2861         article by Message-ID.
2862
2863 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2864
2865         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2866         keep point at the "same place".
2867
2868 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2869
2870         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2871         data if the group is unactivated.
2872
2873 2011-01-28  Julien Danjou  <julien@danjou.info>
2874
2875         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2876         (gnus-all-windows-visible-p): Remove old compatibility code.
2877         (gnus-window-top-edge): Add docstring.
2878
2879         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2880
2881 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2882
2883         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2884         older request-update-info.
2885
2886         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2887
2888 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2889
2890         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2891         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2892
2893 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2894
2895         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2896         groups.  This makes the nndraft:queue group pop up if it's not already
2897         there.
2898
2899         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2900         messages" logic, which was reversed.
2901
2902         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2903         the "same place" even if point is on the line being replaced.
2904         (article-update-date-lapsed): Allow updating both the combined lapsed
2905         and the lapsed headers.
2906         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2907         (article-make-date-line): Limit the number of segments dynamically to
2908         avoid too-long lines.
2909
2910 2011-01-27  Julien Danjou  <julien@danjou.info>
2911
2912         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2913         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2914
2915 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2918         Use plist-get instead of the cl function getf.
2919
2920 2011-01-27  Glenn Morris  <rgm@gnu.org>
2921
2922         * gnus-util.el (float-time): Get rid of compiler warning, again.
2923
2924 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2925
2926         * shr.el (shr-put-color): Special-case background colours: Do put them
2927         at the blank parts at the front of the lines.
2928
2929         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2930         exit hook to nix out all data on readedness on group exit.
2931
2932         * gnus-util.el (float-time): If float-time is bound, always use it on
2933         all Emacsen.  It's unclear why the subrp check was there.
2934         (time-date): Require to make some autoload issues on XEmacs go away.
2935
2936         * shr.el (shr-put-color): Don't do the box padding in tables, since
2937         they're already padded.
2938
2939 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2940
2941         * gnus-art.el (gnus-article-next-page): When the last line of the
2942         article is displayed, scroll down once more instead of going to the
2943         next article at once.
2944         (article-lapsed-string): Refactor out and allow specifying how many
2945         segments you want.
2946         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2947         (gnus-article-update-lapsed-header): New variable.
2948
2949         * shr.el: Revert change that made headings use different-sized faces.
2950         The Emacs display engine isn't advanced enough that, for instance,
2951         tables can comfortably use differently-sized faces.
2952
2953 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2954
2955         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2956         used.
2957         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2958         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2959         we're using an encrypted connection.
2960
2961         * proto-stream.el: Alter the interface functions to also return the
2962         actual stream type used: network or tls.
2963
2964 2011-01-25  Julien Danjou  <julien@danjou.info>
2965
2966         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2967         (mm-display-javascript-inline): New function.
2968
2969         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2970         viewing function.
2971
2972 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2973
2974         * shr.el (shr-expand-newlines): Fix variable name.
2975
2976 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2977
2978         * shr.el (shr-expand-newlines): Make nested boxes work.
2979
2980 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2981
2982         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2983         backgrounds.
2984         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2985         in a more sensible manner.
2986
2987 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2988
2989         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2990         if EPG is loaded.
2991
2992 2011-01-24  Julien Danjou  <julien@danjou.info>
2993
2994         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2995         tags.
2996
2997 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2998
2999         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3000         commands.
3001
3002         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3003         in the article buffer.
3004         (gnus-gravatar-insert): Use blank space from the current buffer to
3005         avoid breaking text properties.  This makes X-Sent updating work again.
3006
3007         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3008
3009 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
3010
3011         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3012         fix the bug in url-http.el instead.
3013
3014         * shr.el (shr-image-fetched): Ditto.
3015
3016         * shr.el (shr-image-fetched): Avoid having point move in the article
3017         buffer.
3018
3019         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3020         buffer after being called.  It's apparently being killed by url.el, and
3021         killing it made point move to end-of-buffer in a random buffer.
3022
3023         * shr.el (shr-image-fetched): Ditto.
3024
3025 2011-01-23  Julien Danjou  <julien@danjou.info>
3026
3027         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3028
3029         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3030         text/x-org.
3031
3032 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3033
3034         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3035         (i.e., nnimap) returning nil as the article number.
3036
3037 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3038
3039         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3040         "DelSp" parameter in RFC3676.
3041
3042 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3043
3044         * message.el (message-check-recipients): Display the encoded version of
3045         the bogus address if they differ.
3046
3047         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3048         after sending.
3049
3050         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3051
3052         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3053
3054         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3055         group buffer after sending the queue.
3056
3057         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3058
3059 2011-01-22  Julien Danjou  <julien@danjou.info>
3060
3061         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3062
3063 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3064
3065         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3066         nested related parts.
3067
3068         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3069         unexpired articles.  This fixes the regression that led expiry marks to
3070         disappear from nnfolder groups.
3071
3072 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3073
3074         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3075         Don't confuse the "ret" of "retrograde" with RET.
3076
3077 2011-01-21  Julien Danjou  <julien@danjou.info>
3078
3079         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3080         than mm-insert-inline.
3081
3082 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3085         Widen article buffer.
3086
3087 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3088
3089         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3090         the temp buffer.
3091         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3092
3093 2011-01-20  Julien Danjou  <julien@danjou.info>
3094
3095         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3096
3097         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3098         than mm-insert-inline to insert inline part: this respect
3099         mm-inline-media-tests displayers.
3100
3101         * mm-view.el (mm-display-shell-script-inline): New function.
3102
3103         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3104
3105         * mm-uu.el (mm-uu-type-alist): Add org block.
3106         (mm-uu-org-src-code-block-extract): New function.
3107
3108         * mm-view.el (mm-display-org-inline): New function.
3109
3110         * mm-decode.el (mm-automatic-display): Add text/org.
3111
3112         * mailcap.el (mailcap-mime-extensions): Add .org.
3113
3114 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3117         gnus-article-add-buttons.
3118
3119 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3120
3121         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3122         From header with a date and "nobody" as the sender.
3123
3124 2011-01-19  Julien Danjou  <julien@danjou.info>
3125
3126         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3127         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3128         if you have the same regexp several times.
3129         (gnus-button-push): Fix matching when regexp is symbol.
3130
3131 2011-01-15  Glenn Morris  <rgm@gnu.org>
3132
3133         * message.el (message-mail): A compose-mail function should
3134         accept headers as strings.
3135
3136 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3137
3138         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3139         Add :vert-only tags.
3140         (message-mail): New arg RETURN-ACTION.
3141         (message-return-action): New var.
3142         (message-bury): Use it.
3143         (message-mode): Make it buffer-local.
3144         (message-send-and-exit): Always call message-bury.
3145
3146         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3147         message-mail.
3148
3149 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * nnimap.el (nnimap-convert-partial-article): Protect against
3152         zero-length body parts.
3153
3154         * mm-decode.el (mm-preferred-alternative-precedence):
3155         Discourage showing empty parts.
3156
3157         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3158         and stuff if the backend didn't return the article number.  This fixes
3159         an Exchange-related nnimap bug.
3160
3161         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3162         group window, because it does the wrong thing when a separate frame
3163         displays the group buffer.
3164
3165         * proto-stream.el (open-protocol-stream): Protect against the low-level
3166         transport functions returning nil.
3167
3168 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3169
3170         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3171         (mml2015-epg-find-usable-secret-key): New function.
3172         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3173         mml2015-epg-find-usable-key (Bug#7797).
3174         (mml2015-epg-encrypt): Ditto.
3175
3176 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * dgnushack.el (rot13-string): Fix the way to get the argument.
3179
3180 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3183
3184 2011-01-03  Glenn Morris  <rgm@gnu.org>
3185
3186         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3187
3188         * sieve.el (sieve-open-server): Give a more explicit error if
3189         sieve-manage-open returns nil.  (Bug#7720)
3190
3191 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3192
3193         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3194
3195 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3198         This avoids sending passwords in plain text over non-encrypted
3199         channels.
3200
3201         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3202
3203         * nnimap.el (nnimap-login): Refactored out into own function, and
3204         implement CRAM-MD5.
3205         (nnimap-wait-for-line): Refactored out.
3206
3207         * mm-view.el (mml-smime): Require.
3208
3209 2010-12-20  David Engster  <deng@eml.cc>
3210
3211         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3212         use EPG to decrypt S/MIME messages instead of openssl.
3213
3214 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3217
3218         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3219         status is the group clearly is unreachable.
3220
3221         * auth-source.el (auth-source-create): Add the optional second
3222         parameter to `local-variable-p' to be compatible with XEmacs.
3223
3224 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3225
3226         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3227         work when using a compressed nnml folder.
3228
3229 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3232         backends after sanitising on entry, because this never makes sense:
3233         If the articles have gone missing, then the data no longer exists on
3234         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3235         overwrite anything anyway.
3236
3237         * shr.el (shr-insert-document): Bind shr-width dynamically to
3238         window-width if it's nil.
3239
3240 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3241
3242         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3243         with the meaning of using the full emacs window width for rendering.
3244
3245 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3246
3247         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3248         case when sender is not given.
3249
3250 2010-12-23  Julien Danjou  <julien@danjou.info>
3251
3252         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3253         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3254         the addresses, otherwise we might misplaced the gravatar.
3255
3256 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3257
3258         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3259         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3260         obsolete in Emacs.
3261
3262 2010-12-20  Julien Danjou  <julien@danjou.info>
3263
3264         * gnus-util.el (gnus-rescale-image): Revert last change.
3265
3266 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
3267
3268         * binhex.el: Improve commentary (Bug#7482).
3269
3270 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271
3272         * gnus-group.el (gnus-group-delete-articles): New command.
3273
3274 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3275
3276         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3277
3278 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3281         here, since it's up to the backends to do CRLF removal if their
3282         protocol has it.
3283
3284         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3285
3286 2010-12-17  Julien Danjou  <julien@danjou.info>
3287
3288         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3289         they are from file. Can also scale up.
3290
3291 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3292
3293         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
3294         gnus-use-agent.
3295         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3296
3297         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3298
3299 2010-12-17  Julien Danjou  <julien@danjou.info>
3300
3301         * gravatar.el (gravatar-retrieve-synchronously): New function.
3302         (gravatar-get-data): Make more robust.
3303
3304 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
3307
3308 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3311         to really consider the last line.
3312
3313 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3314
3315         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3316         list of recipient keys, or use symmetric encryption if not a list.
3317         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3318         EPA override, replacing the call to `netrc-store-data'.
3319
3320 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3321
3322         * gnus-srvr.el: Avoid passing nil regexp argument to
3323         delete-matching-lines.
3324
3325 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3328         fetching stops when Gnus exits.
3329
3330         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3331         function.
3332         (nnfolder-request-expire-articles): Save all the buffers after doing
3333         expiry.
3334
3335         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3336         the last article", since that led to serious performance regressions
3337         when expiring nnml groups.
3338
3339 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3340
3341         * nnir.el: Improve customizations.
3342
3343 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3346
3347         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3348         group has been killed.
3349         (gnus-group-yank-group): Ditto.
3350
3351         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3352
3353         * nnimap.el (nnimap-request-update-group-status): New function.
3354
3355         * gnus-int.el (gnus-request-update-group-status): New interface
3356         function.
3357
3358         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3359         copying read-ness to the backends.
3360
3361         * nnimap.el (nnimap-quirk): New function.
3362         (nnimap-retrieve-group-data-early): Use it.
3363         (nnimap-quirks): New alist.
3364
3365 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3368         don't delete it within indentation.
3369
3370 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3371
3372         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3373         previous line.
3374
3375 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3378         QRESYNC command by deleting a superfluous space which broke Cyrus
3379         servers.  This change will break other servers that are buggy the other
3380         way around.
3381
3382 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3383
3384         * spam.el: Reindent and fix long lines.
3385         (spam-copy-or-move-routine): Exclude invalid move destinations.
3386
3387 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3388
3389         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3390         installed the registry.
3391
3392 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
3395
3396 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3397
3398         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3399         groupname doesn't contain "gmane".
3400
3401 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
3404         and netrc-bound-and-true-p bindings.
3405         (netrc-parse): Cache the netrc contents.
3406
3407         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3408         (gnus-1): Don't create the nndrafts group twice.
3409         (gnus-setup-news): There's no need to read the active file here, since
3410         that's done again later on a per-backend basis.
3411         (gnus-start-draft-setup): Make sure that the new group is started out
3412         empty.
3413
3414         * gnus-agent.el (gnus-agentize): Don't create the queue group
3415         automatically on startup.  It'll be created later, if needed.
3416
3417         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3418         of automatically subscribed groups.
3419         (gnus-auto-subscribed-categories): New variable.
3420         (gnus-matches-options-n): Use it.
3421         (gnus-default-subscribed-newsgroups): Remove unused variable.
3422         (gnus-start-draft-setup): Message a bit less.
3423
3424 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3425
3426         * nnir.el (nnir-run-imap): Return article list in order of increasing
3427         UID.
3428
3429 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3430
3431         * gnus-sum.el (gnus-summary-enter-digest-group):
3432         Mention gnus-auto-select-on-ephemeral-exit.
3433
3434         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3435         convention of the network-only option.
3436
3437 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438
3439         * proto-stream.el (proto-stream-open-network-only): New function to
3440         have a way to specify non-STARTTLS upgrade connections.
3441
3442 2010-12-10  Julien Danjou  <julien@danjou.info>
3443
3444         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3445         email address is nil.
3446
3447         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3448
3449 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3450
3451         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3452         deletion.
3453         (nnir-run-imap): Only need to parse list once.
3454
3455 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * shr.el (shr-tag-script): Ignore <script>.
3458         (shr-tag-label): Add <label> support.
3459
3460 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3463
3464         * shr.el (shr-image-displayer): Work for images lined side by side.
3465
3466 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3467
3468         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3469         parameter, since XEmacs doesn't accept t as a parameter.
3470
3471 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3472
3473         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3474         ids.
3475         (nnir-run-gmane): Simplify groupspec formatting.
3476         (nnir-request-expire-articles): New function.
3477
3478 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3479
3480         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3481         overflow, possibly.
3482
3483         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3484         (shr-render-td): Handle td style="" better.
3485         (shr-tag-table): Use the color from the style sheet.
3486         (shr-render-td): Make sure we copy over all the overlays, too.
3487
3488 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3489
3490         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3491         (nnir-request-article): Improve article retrieval.
3492
3493 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * mm-util.el (mm-extra-numeric-entities): New variable.
3496
3497         * mm-url.el (mm-url-decode-entities):
3498         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3499
3500         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
3501
3502 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3503
3504         * message.el: Use completion-at-point.
3505         (message-completion-function): New fun, extracted from message-tab.
3506         (message-mode): Use it for completion-at-point-functions.
3507         (message-tab): Use it and completion-at-point.
3508
3509 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3512         character if a non-breakable character follows.
3513
3514 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515
3516         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3517         any stream.
3518
3519         * shr.el (shr-tag-font): Colorize the region.
3520         (shr-tag-body): Ditto.
3521         (shr-tag-font): Actually let the styles be inherited instead of
3522         overwriting them.
3523         (shr-tag-font): Get the background color right.
3524         (shr-tag-style): Ignore all <style> tags for the moment.
3525
3526         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3527         a Message-ID to avoid having nnimap depend on gnus-sum.
3528
3529         * shr.el (shr-descend): Only colorize something if we have a node that
3530         sets colors.
3531
3532 2010-12-06  Julien Danjou  <julien@danjou.info>
3533
3534         * shr.el (shr-render-td): Render td content with shr-descend, so style
3535         will be applied to <td> too.
3536         (shr-colorize-region): Colorize region even if we only have a background.
3537         (shr-tag-body): Fix color and background color inheritance.
3538         Do not recolorize after shr-generic.
3539         (shr-tag-font): Let shr-generic colorize via inheritance.
3540
3541 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3544
3545 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3546
3547         * nnir.el (nnir-request-move-article): Remove obsolete code.
3548
3549 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3552
3553 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * gnus-sum.el (gnus-summary-respool-article): The completion function
3556         expects a list instead of an alist.
3557
3558         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3559         string as the parameter.
3560
3561         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3562
3563         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3564         styles.
3565         (shr-colorize-region): New function.
3566         (shr-insert-background-overlay): Remove.
3567         (shr-render-td): Background setting should be taken care of on a higher
3568         level.
3569         (shr-tag-body): Use post-hoc colorizations.
3570         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3571         (shr-put-color-1): Don't overwrite old colors.
3572         (shr-colorize-region): When the background color isn't explicit, use
3573         a fixed background.
3574
3575         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
3576         nnmail variables.
3577
3578 2010-12-05  BjĂžrn Mork  <bjorn@mork.no>
3579
3580         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
3581         unless necessary.
3582
3583 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
3584
3585         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
3586         server.
3587
3588 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
3591         so that TAB works.
3592
3593         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
3594         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
3595
3596         * shr.el (shr-urlify): Show the URL before the title to avoid
3597         misleading URLs.
3598
3599 2010-12-04  Adam SjĂžgren  <asjo@koldfront.dk>
3600
3601         * shr.el (shr-urlify): Display the title in <a> tags.
3602
3603 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
3604
3605         * nnir.el (nnir-categorize): Replace mapcar with mapc.
3606
3607 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
3608
3609         * nnir.el: Rearrange code to allow macros to be autoloaded by
3610         gnus-sum.el.
3611         (nnir-retrieve-headers-override-function): Make this variable
3612         customizable.
3613         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
3614
3615         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
3616         from nnir.el.
3617
3618 2010-12-03  Julien Danjou  <julien@danjou.info>
3619
3620         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
3621
3622 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
3625         allow optional argument `environment'.
3626
3627 2010-12-03  Glenn Morris  <rgm@gnu.org>
3628
3629         * mm-extern.el (message-goto-body): Update declaration.
3630
3631 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * gnus-util.el (gnus-macroexpand-all): New function.
3634
3635         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
3636         instead of macroexpand-all that is unavailable in XEmacs.
3637
3638 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
3639
3640         * nnir.el (nnir-summary-line-format): New variable.
3641         (nnir-mode): Use it.
3642         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
3643         (nnir-article-ids): Reimplement as defsubst.
3644         (nnir-retrieve-headers): Don't mangle the subject header.
3645         (nnir-run-imap): Use 100 as RSV score.
3646         (nnir-run-find-grep): Fix for full server searching.
3647         (nnir-run-gmane): Better restriction to gmane groups.
3648
3649         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
3650         summary buffers.
3651
3652 2010-12-02  Julien Danjou  <julien@danjou.info>
3653
3654         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
3655
3656         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
3657
3658         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
3659         support.
3660
3661 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
3662
3663         * nnir.el: Update to handle the registry better.
3664         (autoload): Silence byte-compiler.
3665         (nnir-open-server): Add a hook for nnir groups.
3666         (nnir-request-move-article): Don't mangle the header. Better to use
3667         formating variables (which will be added in the future).
3668         (nnir-registry-action): Update the registry using the original article
3669         group name.
3670         (nnir-mode): Install nnir-specific hooks for updating the registry.
3671
3672         * gnus-sum.el
3673         (gnus-article-original-subject,gnus-newsgroup-original-name):
3674         Remove obsolete variables.
3675         (gnus-summary-move-article): Remove use of obsolete variables.
3676         (gnus-summary-local-variables): Make move and delete hooks local to
3677         summary buffers.
3678
3679 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * rtree.el: New file.
3682
3683 2010-12-01  Julien Danjou  <julien@danjou.info>
3684
3685         * message.el (message-user-organization): Do not use
3686         gnus-local-organization.
3687
3688         * gnus.el: Remove gnus-local-organization.
3689
3690         * gnus-msg.el: Remove nastygram thing.
3691
3692 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3693
3694         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
3695         funcall.
3696
3697 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
3700         names.
3701
3702         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
3703         characters.
3704
3705         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
3706         to t of inhibit-read-only since it is inside gnus-with-article-headers.
3707         Suggested by Ć těpĂĄn Němec <stepnem@gmail.com>.
3708         (gnus-gravatar-transform-address): Use mail-extract-address-components
3709         that supports non-ASCII names rather than mail-header-parse-addresses.
3710
3711 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3712
3713         * proto-stream.el (open-protocol-stream): All starttls connections are
3714         handled by the network handler.
3715
3716 2010-11-30  Julien Danjou  <julien@danjou.info>
3717
3718         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
3719         (nnimap-open-connection-1): Fix PREAUTH.
3720
3721         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
3722
3723 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
3726         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
3727         (shr-insert): Use them.
3728         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
3729
3730 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3731
3732         * nnir.el (nnir-request-move-article): Bail out if original group
3733         doesn't support article moves.
3734         (nnir-get-active): Improve active list retrieval.
3735
3736 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * shr.el (shr-find-fill-point): Don't break before apostrophes.
3739
3740 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
3741
3742         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
3743         seem to accept strings-with-numbers as port numbers,
3744
3745 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
3746
3747         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
3748         change the registry.
3749
3750 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
3753         delete-dups that is not available in XEmacs 21.4.
3754
3755         * mm-util.el (mm-delete-duplicates): Add comment.
3756
3757 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3758
3759         * nnir.el (nnir-ignored-newsgroups): New variable.
3760         (nnir-get-active): Use it.
3761
3762 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * proto-stream.el (proto-stream-open-network): Add some comments.
3765
3766         * nntp.el (nntp-open-connection): Provide a :success condition.
3767
3768         * nnimap.el (nnimap-open-connection-1): Ditto.
3769
3770         * proto-stream.el (proto-stream-open-network): See what the response to
3771         the STARTTLS command is.
3772
3773         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3774         backwards compatibility).
3775         (nnimap-open-connection-1): Really respect nnimap-server-port.
3776
3777         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3778         TLS upgrades we don't really care about the identity of the peer.
3779         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3780         that what we've checked for.
3781         (proto-stream-always-use-starttls): Only default to t if
3782         open-gnutls-stream exists.
3783         (proto-stream-open-network): If STARTTLS failed, then just open a
3784         normal connection.
3785         (proto-stream-open-network): Wait until the greeting before doing
3786         STARTTLS.
3787
3788         * nntp.el (nntp-open-connection): Report what the connection error is.
3789
3790         * proto-stream.el (open-protocol-stream): Rename from
3791         open-proto-stream.
3792
3793 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794
3795         * nnimap.el (nnimap-stream): Change default to `undecided'.
3796         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3797         first, and then network.
3798         (nnimap-open-connection-1): Respect nnimap-server-port.
3799         (nnimap-open-connection): Be more backwards-compatible.
3800
3801         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3802         (proto-stream-open-starttls): De-duplicate the starttls code.
3803         (proto-stream-open-starttls): Folded back into the main function.
3804         (proto-stream-open-network): Fix typo in the gnutls path.
3805         (proto-stream-command): Refactor out.
3806
3807         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3808
3809         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3810         starttls.el STARTTLS.
3811
3812         * color.el (color-lab->srgb): Fix function call name.
3813
3814         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3815         if we're using tls.el.
3816         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3817         built in, then don't try to establish a STARTTLS connection.
3818
3819         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3820         servers.
3821
3822         * proto-stream.el (open-proto-stream): Use network, not stream.
3823         (open-proto-stream): Add a way to specify what the end of a command is.
3824
3825         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3826         connections types.
3827         (nntp-open-network-stream): Remove.
3828         (nntp-open-ssl-stream): Remove.
3829         (nntp-open-tls-stream): Remove.
3830         (nntp-ssl-program): Remove.
3831
3832         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3833
3834 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3835
3836         * nnir.el: Fix typos.
3837         (nnir-retrieve-headers-override-function): Rename variable to reflect
3838         new semantics.
3839         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3840         macros.
3841         (nnir-request-article, nnir-request-move-article): Use them.
3842         (nnir-categorize): New function.
3843         (nnir-run-query): Use it.
3844         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3845         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3846         sorted.
3847         (nnir-group-full-name): Use gnus-group-full-name instead.
3848         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3849         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3850
3851 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3854
3855         * proto-stream.el: New library to provide protocol-specific
3856         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3857         protocols.
3858         (open-proto-stream): Complete the documentation.
3859         (proto-stream-open-network): Fix some typos.
3860
3861         * nnimap.el (nnimap-open-connection): Use it.
3862
3863 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3864
3865         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3866         negotiation.
3867
3868 2010-11-26  Julien Danjou  <julien@danjou.info>
3869
3870         * color.el: Rename various rgb functions to srgb.
3871
3872 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873
3874         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3875         names.
3876
3877 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * shr.el (shr-insert): Revert last change.
3880         (shr-find-fill-point): Never leave point being at bol;
3881         relax the kinsoku limitation when rendering tables.
3882
3883 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884
3885         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3886         results from -accept-article.
3887
3888         * shr-color.el: Require cl when compiling.
3889
3890         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3891         checkin.
3892
3893         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3894
3895         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3896
3897         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3898         'add and 'delete to set backend marks.
3899
3900         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3901
3902         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3903
3904         * nntp.el (nntp-request-set-mark): Use it.
3905
3906         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3907
3908         * nnml.el (nnml-request-set-mark): Ditto.
3909
3910         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3911         introduces regressions in article selection.
3912         (nnimap-find-uid-response): New function.
3913         (nnimap-request-accept-article): Use the UID returned, if any.
3914         (nnimap-request-move-article): Use the UID returned, if any.
3915         (nnimap-get-groups): Reimplement to work with folded lines.
3916         (nnimap-find-uid-response): The UID is the last element in the list.
3917         (nnimap-request-set-mark): Extend syntax with 'set.
3918
3919         * nnml.el (nnml-request-set-mark): Ditto.
3920
3921         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3922
3923         * nntp.el (nntp-request-set-mark): Ditto.
3924
3925 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * message.el (message-called-interactively-p): A temporary macro.
3928         (message-goto-body): Use it temporarily.
3929
3930 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931
3932         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3933         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3934         (nnimap-last-response-string): Fix last unfolding fix.
3935
3936 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * shr.el (shr-insert): Fix the way to fold lines.
3939
3940 2010-11-25  Julien Danjou  <julien@danjou.info>
3941
3942         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3943
3944         * color.el: Rename from color-lab.el
3945         (color-rgb->hex): Add.
3946         (color-complement): Add.
3947         (color-complement-hex): Add.
3948
3949         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3950
3951 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3954         don't exist.
3955
3956 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3959         assuming that article displaying or another mml-preview may be
3960         interrupted for an error or for the like.
3961
3962         * shr.el (shr-get-background): Fix argument name.
3963
3964 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3967
3968         * gnus-sum.el (gnus-summary-include-articles): New function.
3969
3970         * message.el (message-goto-body): called-interactively-p needs a
3971         parameter, so use `any'.
3972
3973         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3974         clear marks before moving, since they're synced from the Gnus side
3975         first.
3976
3977         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3978         (gnus-summary-move-article): Copy over all marks before moving, so that
3979         IMAP doesn't think a new article has arrived.
3980
3981 2010-11-24  Julien Danjou  <julien@danjou.info>
3982
3983         * shr.el (shr-insert-background-overlay): Fix typo.
3984         (shr-render-td): Copy the background before rendering.
3985
3986         * shr-color.el (shr-color-visible): Fix docstring.
3987
3988         * shr.el (shr-tag-table): Add bgcolor support.
3989         (shr-render-td): Add bgcolor support.
3990         (shr-get-background): Add.
3991         (shr-insert-foreground-overlay): Use shr-get-background.
3992
3993         * message.el (message-goto-body): Use called-interactively-p.
3994         (message-in-body-p): message-goto-body returns point.
3995
3996 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3999         Fixes something or other in Emacs 23, and is backwards compatible.
4000
4001         * message.el (message-goto-body): Remove the <#secure special-casing,
4002         which is too special.
4003
4004         * shr.el (shr-parse-style): Drop !important from styles.
4005
4006 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
4007
4008         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4009         this function to return incorrect results when calling it with an
4010         explicit article argument different from
4011         (gnus-summary-article-number).
4012
4013 2010-11-24  Julien Danjou  <julien@danjou.info>
4014
4015         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4016         (shr-tag-body): Add background support.
4017         (shr-descend): Add background support.
4018         (shr-tag-title): Add.
4019
4020         * shr-color.el (shr-color-visible): Really return original background
4021         if fixed.
4022
4023 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * shr.el (shr-color-check): Protect against non-existent colour names.
4026
4027 2010-11-24  Julien Danjou  <julien@danjou.info>
4028
4029         * color-lab.el: Require 'cl when compiling.
4030
4031         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4032
4033         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4034         matched part.
4035
4036         * color-lab.el: Fix all expt calls to use float type.
4037
4038 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4041         expression to shr-color-check as is.
4042
4043         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4044
4045         * color-lab.el: Add coding cookie.
4046         (float-pi): Use eval-and-compile.
4047
4048         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
4049         compiled for Emacsen having no `libxml-parse-html-region' support.
4050
4051 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * shr.el (shr-insert-color-overlay): Split stuff like
4054         "#444444 !important" to find the real colour.
4055         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4056         parse <font color="red"> entries.
4057
4058 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4059
4060         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4061         point when parsing headers.
4062
4063         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4064         is positioned properly when parsing headers.
4065
4066 2010-11-23  Julien Danjou  <julien@danjou.info>
4067
4068         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4069
4070         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4071
4072         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4073
4074         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4075         Use shr-color-hue-to-rgb.
4076         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4077
4078 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4079
4080         * shr.el (shr-color->hexadecimal): Autoload.
4081         (shr-descend): Add color to all tags.
4082
4083 2010-11-22  Julien Danjou  <julien@danjou.info>
4084
4085         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4086         shr-color->hexadecimal.
4087
4088         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4089         RGB() or HSL() color representation.
4090
4091         * shr.el (shr-tag-font): Add.
4092         (shr-tag-color-check): New function to get better colors.
4093         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4094         tag-span.
4095
4096         * shr-color.el: New file.
4097
4098         * color-lab.el: New file.
4099
4100         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4101
4102 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4103
4104         * nnir.el: Fix typo in comments.
4105         (nnir-run-imap): Simplify code. No need to reverse artlist.
4106         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4107
4108 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4109
4110         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4111
4112         * nnimap.el (nnimap-get-capabilities): Refactor out.
4113         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4114
4115 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4116
4117         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4118         appearing when `mm-uu-hide-markers' is nil.
4119
4120 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4121
4122         * nnimap.el (nnimap-unselect-group): Make into its own function.
4123         (nnimap-request-rename-group): Unselect group before renaming.
4124         This had gotten lost somewhere.
4125         (nnimap-request-accept-article): Keep track of examined groups, and
4126         unselect the group before APPENDing to read-only groups.
4127         (nnimap-request-move-article): Clear flags before moving so that they
4128         can be re-set later.
4129
4130 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4133         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4134
4135 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * gnus-art.el (gnus-mime-display-single)
4138         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
4139         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4140         parameter.
4141
4142 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4143
4144         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4145         (shr-table-vertical-line): New variable.
4146         (shr-insert-table): Use it.
4147
4148 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * gnus-html.el (gnus-html-wash-images): Don't display images if
4151         gnus-inhibit-images is non-nil; register displayer for cid images.
4152         (gnus-html-display-image): Work for cid image.
4153         (gnus-html-insert-image): Allow arguments.
4154         (gnus-html-put-image): Inhibit read-only.
4155         (gnus-html-prefetch-images): Don't prefetch images if
4156         gnus-inhibit-images is non-nil.
4157
4158 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159
4160         * shr.el (shr-put-image): Break lines when inserting big pictures.
4161
4162 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4163
4164         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4165         sender, thanks Katsumi Yamaoka.
4166
4167 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4168
4169         * nnir.el (nnir-run-imap): Reverse the article list for each group
4170         rather than the whole list.
4171
4172 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * shr.el (shr-image-displayer): Protect function against non-existent
4175         image source.
4176
4177         * gnus-art.el (gnus-inhibit-images): New user option.
4178         (gnus-mime-display-single): Don't display image if it is non-nil.
4179
4180         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4181         gnus-inhibit-images.
4182
4183         * shr.el (shr-image-displayer): New function.
4184         (shr-tag-img): Use it.
4185
4186 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4187
4188         * mml2015.el (mml2015-epg-sign): Use From header.
4189
4190 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4193
4194         * gnus-util.el (gnus-find-text-property-region): Return markers.
4195
4196         * shr.el (shr-tag-img): Put a displayer in the text property.
4197
4198         * gnus-util.el (gnus-find-text-property-region): New utility function.
4199
4200         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4201         (gnus-html-show-images): Remove.
4202
4203         * gnus-art.el (gnus-article-show-images): New, more general function.
4204
4205         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4206         image url text properties.
4207
4208         * shr.el: Ditto.
4209
4210         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4211         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4212
4213 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4216         work for two or more articles.
4217
4218 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4221         divide an image that's in an html article to two or more when washing
4222         non-ASCII characters in alt text of it.
4223
4224 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4227         smime-decrypt-region using function argument.
4228         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4229
4230         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4231
4232         * smime.el (smime-decrypt-region): Catch it.
4233
4234 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4235
4236         * smime.el (smime-mode-map): Move initialization into declaration.
4237         (gnus-run-mode-hooks): Don't autoload.
4238         (smime-mode): Use define-derived-mode.
4239
4240 2010-11-11  Glenn Morris  <rgm@gnu.org>
4241
4242         * smime.el (from): Restrict declaration to XEmacs.
4243
4244         * nnir.el (gnus-group-topic-name): Autoload.
4245
4246 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * shr.el (shr-insert): Don't break long line if it is because of
4249         kinsoku-bol characters in the line end.
4250
4251 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4252
4253         * nnir.el (nnir-request-move-article): Fix to provide original group
4254         and subject.
4255         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4256         been retrieved.
4257
4258         * gnus-sum.el (gnus-summary-move-article): Use original group and
4259         subject for virtual articles such as those in an nnir summary buffer.
4260
4261 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4264         least 21.5).
4265
4266         * smime.el (from): Declare it again for XEmacs.
4267
4268 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * message.el (message-resend): Don't disable encoding unless it's
4271         already encoded.
4272
4273         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4274         low-numbered articles.
4275
4276 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * rfc2047.el (rfc2047-syntax-table): Simplify.
4279
4280         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
4281
4282         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4283         set-char-table-range for XEmacs.
4284
4285 2010-11-10  Glenn Morris  <rgm@gnu.org>
4286
4287         * time-date.el (time-to-seconds): Always an alias on Emacs,
4288         never a real function.
4289         (with-no-warnings): Remove compat stub, now unused.
4290         (time-less-p): Doc fix.
4291         (time-to-number-of-days): Simplify.
4292
4293         * smime.el (from): Remove unused declaration.
4294
4295         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4296         (gnus-float-time): On Emacs, always an alias.
4297
4298         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4299         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4300
4301 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * dgnushack.el: Don't use ignore-errors in the top level form since it
4304         is unavailable in XEmacs even if cl is loaded.
4305
4306         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4307
4308 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * shr.el (browse-url-mailto): Autoload.
4311
4312         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4313
4314         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4315         regexp doesn't need quoting.
4316
4317 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4318
4319         * message.el (message-subject-trailing-was-ask-regexp)
4320         (message-subject-trailing-was-regexp): Match was: in addition to was.
4321
4322 2010-11-09  Glenn Morris  <rgm@gnu.org>
4323
4324         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4325         (nnbabyl-check-mbox): Use point-at-bol.
4326
4327 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4330
4331         * message.el (message-mailto): New function.
4332         (message-mailto): Should accept other parameters.
4333         (message-mailto): Remove since it duplicates browse-url-mailto
4334         functionality.
4335
4336 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337
4338         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4339         methods.
4340         (gnus-read-active-file): Ditto.
4341
4342         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4343         ": " from the prompt.
4344         (gnus-group-make-group): Ditto.
4345
4346 2010-11-07  Glenn Morris  <rgm@gnu.org>
4347
4348         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4349         (gnus-bookmark-kill-line): Use point-at-eol.
4350
4351 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4354         asterisks in From header.
4355
4356 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4357
4358         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4359         string to avoid making the From headers syntactically invalid.
4360
4361         * message.el (message-send-mail): Don't insert courtesy messages if the
4362         message already has List-Post and List-ID messages.
4363
4364 2010-11-06  Glenn Morris  <rgm@gnu.org>
4365
4366         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4367         `condition', `type', `length' a prefix.
4368         (gnus-treat-predicate): Update for above name changes.
4369
4370 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4371
4372         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4373         binding.  Handled by `gnus-summary-refer-thread' instead.
4374         (nnir-warp-to-article): New backend function.
4375
4376         * nnimap.el (nnimap-request-thread): Force dependency updating.
4377
4378         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4379         (gnus-summary-refer-thread): Rework to improve thread-referral.
4380
4381         * gnus-int.el (gnus-warp-to-article): New function.
4382
4383         * gnus-sum.el (gnus-summary-article-map): Bind it.
4384
4385 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4386
4387         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4388         gnus-summary-refer-thread.
4389
4390         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4391         headers.
4392         (gnus-summary-limit-include-thread): Prevent articles in thread from
4393         being cut in gnus-cut-threads.
4394         (gnus-summary-refer-thread): Limit retrieved headers to those in
4395         thread.
4396
4397 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * message.el (message-send-mail): Use the value of
4400         message-courtesy-message from the message buffer.
4401
4402         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4403
4404         * shr.el (shr-browse-url): Implement mailto: URLs.
4405
4406         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4407         "raw".
4408
4409         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4410         if it's already selected.
4411
4412         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4413
4414 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4417         to measure the length and truncate alt text.
4418
4419 2010-11-03  Glenn Morris  <rgm@gnu.org>
4420
4421         * nndiary.el (nndiary-generate-nov-databases-1)
4422         (nndiary-generate-active-info): Rename dynamic variable `files' to
4423         something less generic.
4424
4425 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4426
4427         * nnir.el (nnir-request-move-article): Call the underlying backend to
4428         move articles from nnir.
4429
4430 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4433
4434 2010-11-02  Julien Danjou  <julien@danjou.info>
4435
4436         * nnir.el: Remove wais support.
4437
4438 2010-11-02  Glenn Morris  <rgm@gnu.org>
4439
4440         * gnus-html.el: Reorder requirements to quieten compiler.
4441
4442 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4445         properly for XEmacs as well.
4446         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4447         (gnus-article-natural-long-line-p): Use window-width rather than
4448         frame-width.
4449
4450 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4451
4452         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4453         (nnir-read-parms): Don't modify query.
4454         (nnir-run-query): Add ability to search topic on current line.
4455         (nnir-get-active): Clean up.
4456
4457 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458
4459         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4460         degenerate articles.
4461
4462         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4463         (gnus-print-buffer): Just print the buffer as is, without any copying
4464         to a buffer and then re-highlighting.
4465
4466         * nnimap.el (nnimap-request-group): Store the new updated info.
4467         (nnimap-request-group): Select the group when we don't know whether it
4468         exists or not.
4469
4470         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4471         groups.
4472
4473         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4474         groups.
4475
4476         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4477         groups.
4478
4479         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4480         long-lines case by only filling the long lines.
4481
4482         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4483         (bug #7311).
4484
4485 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * shr.el: No need to declare `declare-function' since shr.el is for
4488         only Emacsen that provide `libxml-parse-html-region'.
4489
4490         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
4491         effective only in a file it is referred to.
4492
4493 2010-11-01  Glenn Morris  <rgm@gnu.org>
4494
4495         * mm-util.el (gnus-completing-read): Autoload.
4496         (mm-read-coding-system): Simplify Emacs definition.
4497
4498         * nnmail.el (gnus-activate-group):
4499         * nnimap.el (gnutls-negotiate):
4500         * nntp.el (netrc-parse): Fix declarations.
4501
4502 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4505         string-match-p in Emacs >=23.
4506
4507         * gnus-msg.el (gnus-configure-posting-styles)
4508         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4509
4510 2010-11-01  Glenn Morris  <rgm@gnu.org>
4511
4512         * nnir.el (declare-function): Add compat stub.
4513         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4514         (nnir-run-gmane): Require 'mm-url.
4515
4516         * mm-util.el (mm-string-to-multibyte): Simplify.
4517
4518         * shr.el (declare-function): Add compat stub.
4519         (url-cache-create-filename): Declare.
4520         (mm-disable-multibyte, widget-convert-button): Autoload.
4521
4522         * smime.el (ldap-search): Declare.
4523         (smime-cert-by-ldap-1): Require ldap on Emacs.
4524
4525         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4526         (nnimap-keepalive): Use gnus-float-time.
4527
4528         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4529         (mail-source-delete-crash-box): Use gnus-float-time.
4530
4531         * gnus-dired.el (gnus-completing-read): Autoload.
4532
4533         * mm-view.el (gnus-rescale-image): Autoload.
4534
4535         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4536
4537         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4538
4539         * sieve-manage.el: Require 'cl when compiling.
4540
4541         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4542         (gnus-iswitchb-completing-read): Require iswitchb.
4543         (gnus-select-frame-set-input-focus): Silence compiler.
4544
4545 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546
4547         * message.el (message-subject-trailing-was-query): Change default to t,
4548         since I think that's what most people want.
4549
4550         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4551         appending for easier debugging.
4552         (nnimap-wait-for-connection): Take a regexp.
4553         (nnimap-request-accept-article): Wait for the continuation line before
4554         sending anything unless we're streaming.
4555
4556         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4557         leave the header washing to take place.
4558
4559 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4560
4561         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4562         regular expression match and replace in posting styles.
4563
4564 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4565
4566         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4567         an entire server.
4568         (nnir-get-active): New function.
4569         (nnir-run-imap): Use it.
4570         (nnir-run-gmane): Who knew, gmane search returns an article score!
4571
4572         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4573         server on the current line with nnir.
4574
4575 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4578         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4579         left edge.
4580         (gnus-article-foldable-buffer): Skip past the prefix when determining
4581         raggedness.
4582
4583         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4584         the raw article, and change `C-u g' to show the article without doing
4585         treatments.
4586
4587         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4588         on to `gnus-treat-article'.
4589         (gnus-inhibit-article-treatments): New variable.
4590
4591         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
4592
4593         * gnus-art.el (gnus-treatment-function-alist): Have
4594         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
4595         (gnus-treat-fill-long-lines): Change default to fill all text/plain
4596         sections.
4597
4598         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
4599         parameter.
4600         (gnus-article-fill-cited-long-lines): New function.
4601         (gnus-article-fill-cited-article): Allow filling only long sections.
4602
4603         * shr.el (shr-find-fill-point): Don't break lines between punctuation
4604         and non-punctuation (like after the apostrophe in "'We").
4605
4606         * gnus-sum.el (gnus-summary-select-article): Make sure
4607         gnus-original-article-buffer is alive.
4608
4609         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
4610         reflect the order they're in in the digest.
4611
4612         * gnus.el (gnus-group-startup-message): Move point to the start of the
4613         buffer.
4614
4615         * nnimap.el (nnimap-capability): New function.
4616         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
4617         is set.
4618
4619 2010-10-31  David Engster  <dengste@eml.cc>
4620
4621         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4622         conform with changes to gnus-completing-read.
4623
4624 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625
4626         * shr.el (shr-tag-img): Output "*" instead of "[img]".
4627
4628 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4629
4630         * nnir.el: Move defvar, defcustom around to keep file organized
4631         and keep byte-compiler quiet.
4632         (nnir-read-parms): Accept search-engine as arg.
4633         (nnir-run-query): Pass search-engine as arg.
4634         (nnir-search-engine): Remove.
4635
4636 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * shr.el (shr-generic): The text nodes should be text, not :text.
4639
4640         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
4641         later in the file.
4642
4643 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
4644
4645         * nnir.el: General clean up.  Allow searching with multiple engines.
4646         Allow separate extra-parameters for each engine.
4647         Batch queries when possible.
4648         (nnir-imap-default-search-key,nnir-method-default-engines):
4649         Add customize interface.
4650         (nnir-run-gmane): New engine.
4651         (nnir-engines): Use it.  Qualify all prompts with engine name.
4652         (nnir-search-engine): Remove global variable.
4653         (nnir-run-hyrex): Restore for now.
4654         (nnir-extra-parms,nnir-search-history): New variables.
4655         (gnus-group-make-nnir-group): Use them.
4656         (nnir-group-server): Remove in favor of gnus-group-server.
4657         (nnir-request-group): Avoid searching twice.
4658         (nnir-sort-groups-by-server): New function.
4659
4660 2010-10-30  Julien Danjou  <julien@danjou.info>
4661
4662         * gnus-group.el: Remove gnus-group-fetch-control.
4663
4664         * gnus-start.el (gnus-find-new-newsgroups):
4665         Remove gnus-check-first-time-used.
4666
4667         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
4668
4669 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4670
4671         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
4672         set on groups that don't have \* permanentflags.
4673
4674 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4677         control the background color.
4678         (shr-tag-img): Ignore very small web bug type images.
4679         (shr-put-image): Add help-echo alt texts to the images.
4680         (shr-tag-video): Show the video poster image.
4681
4682 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * shr.el (shr-table-depth): New variable.
4685         (shr-tag-table-1): Only insert the images after the top-level table.
4686
4687         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
4688
4689         * gnus-util.el (gnus-list-memq-of-list): New function.
4690
4691         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
4692         selected.
4693         (nnimap-unsplittable-articles): New slot.
4694         (nnimap-new-articles): Use it.
4695
4696 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
4697
4698         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
4699         move to the previous line on `M-g'.
4700
4701 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
4704         *-request-group, which seems unnecessary.
4705
4706         * nnimap.el (nnimap-quote-specials): Function copied over from
4707         imap.el.
4708         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
4709         they support that.  Suggested by Tom Regner.
4710
4711 2010-10-29  Julien Danjou  <julien@danjou.info>
4712
4713         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
4714         defalias.
4715         (gnus-summary-delete-marked-with): Remove obsolete defalias.
4716
4717         * gnus.el: Remove `gnus-nntp-service' variable.
4718         (gnus-secondary-servers): Make obsolete.
4719         (gnus-nntp-server): Make obsolete.
4720
4721         * gnus-start.el (gnus-1): Remove x-splash calls.
4722
4723         * gnus-ems.el (gnus-x-splash): Remove.
4724
4725         * gnus.el (gnus-group-startup-message): Simplify/update code.
4726
4727         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
4728         definition.
4729
4730         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
4731         capability before doing anything.
4732         (gnus-group-insert-group-line): Remove useless
4733         gnus-group-remove-excess-properties.
4734
4735 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
4738
4739 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
4742         config after reselecting.
4743
4744 2010-10-28  Julien Danjou  <julien@danjou.info>
4745
4746         * shr.el (shr-put-image): Use point even if only inserting text.
4747         (shr-put-image): Save excursion when inserting alt text on non-graphic
4748         display, so the behaviour is the same when we are on a graphic display.
4749
4750         * nnir.el (nnir-run-swish-e): Remove hyrex support.
4751
4752 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
4755         (gnus-mime-copy-part): Check coding system, not charset.
4756         (gnus-mime-view-part-externally): Never remove part.
4757         (gnus-mime-view-part-internally): Don't remove part here.
4758         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4759         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4760         multipart/alternative.
4761
4762         * mm-decode.el (mm-display-part): Take optional arg `force'.
4763
4764 2010-10-26  Julien Danjou  <julien@danjou.info>
4765
4766         * gnus-group.el (gnus-group-default-list-level): Add this function to
4767         compute the default list level.
4768         (gnus-group-default-list-level): Add possibility to use a function.
4769
4770 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4773
4774         * gnus-group.el (gnus-group-completing-read)
4775         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4776         gnus-replace-in-string.
4777
4778 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * shr.el (shr-tag-div): Add.
4781
4782         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4783
4784 2010-10-25  Julien Danjou  <julien@danjou.info>
4785
4786         * gnus-util.el: Remove `gnus-with-local-quit'.
4787
4788         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4789
4790 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791
4792         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4793         the original article buffer.
4794
4795 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * nnimap.el (nnimap-request-head): New function.
4798         (nnimap-request-move-article): Try to be slighly faster by not
4799         requesting the entire message when moving.
4800         (nnimap-transform-headers): Don't bug out on bodiless articles.
4801         (nnimap-send-command): Have no outstanding messages if the IMAP server
4802         doesn't support streaming.
4803         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4804
4805 2010-10-24  Julien Danjou  <julien@danjou.info>
4806
4807         * message.el (message-default-headers): Fix type.
4808
4809 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4810
4811         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4812         prefetching images.
4813
4814         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4815         backend for unknown groups.  This is mainly useful for nnimap groups.
4816
4817         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4818         group isn't covered by the agent.
4819
4820 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4821
4822         * nnir.el (nnir-method-default-engines): New variable.
4823         (nnir-run-query): Use it.
4824         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4825         (gnus-summary-nnir-goto-thread): Change group if needed.
4826
4827         * gnus-group.el (gnus-group-group-map): Add key binding for
4828         gnus-group-make-nnir-group.
4829
4830 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * shr.el (shr-tag-object): Add.
4833
4834         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4835         original article buffer live.
4836         (gnus-summary-select-article-buffer):
4837         Mention gnus-widen-article-buffer.
4838
4839 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * shr.el (shr-tag-strong): Add.
4842
4843 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4844
4845         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4846         group names.  They mess up the group buffer badly.
4847
4848         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4849
4850         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4851         instead of the summary one.
4852
4853 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * mml.el (mml-preview): Work properly when editing article.
4856
4857         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4858         gnus-have-read-active-file if it's already been in.
4859
4860 2010-10-22  Tom Tromey  <tromey@redhat.com>
4861
4862         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4863         gnus-group-completing-read.
4864
4865 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4866
4867         * message.el (message-mode-map): Don't bind M-; to comment region, to
4868         allow the global comment-dwim to work.
4869
4870 2010-10-21  Julien Danjou  <julien@danjou.info>
4871
4872         * message.el (message-setup-1): Allow message-default-headers to be a
4873         function.
4874
4875 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * shr.el (shr-tag-table): Simplify.
4878
4879 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4880
4881         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4882         to avoid trying to snarf invalid stuff.
4883
4884         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4885
4886         * gnus.el (gnus-message-archive-group): Quote value.
4887         (gnus-message-archive-group): Mark as changed.
4888
4889         * shr.el (shr-add-font): Don't put the font properties on the newline
4890         or the indentation.
4891
4892         * message.el (message-fix-before-sending): Change options when sending
4893         non-printable characters.
4894
4895         * gnus.el (gnus-message-archive-method): Change the default to
4896         monthly outgoing groups.
4897
4898         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4899         that have gotten new numbers.
4900
4901         * nnimap.el (nnimap-request-replace-article): New function.
4902
4903 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4906         (nnrss-request-article): Don't use special html washing code.
4907
4908 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * shr.el (shr-tag-table): Remove useless nconc.
4911
4912 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * gnus-art.el (article-wash-html): Simplify and remove the charset
4915         stuff.  Use the normal html rendering code instead of the special html
4916         washing code.
4917
4918         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4919         `gnus-w3m' symbols.
4920         (mm-text-html-washer-alist): Remove.
4921
4922         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4923         (mm-inline-media-tests): Remove use.
4924         (mm-text-html-renderer): Change default to the `shr' symbol.
4925
4926         * mm-view.el (mm-inline-text-html): Remove use.
4927
4928         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4929         `gnus-blocked-images' to be a function.
4930         (gnus-article-wash-function): Remove.
4931
4932 2010-10-20  Julien Danjou  <julien@danjou.info>
4933
4934         * spam.el (spam-list-of-processors): Mark as obsolete.
4935
4936         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4937         (nnimap-insert-partial-structure): Fix boundary detection.
4938
4939 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4940
4941         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4942         run file-truename on remote files.  This can be expensive and even
4943         prevent one from editing drafts if some unrelated buffer has a stale
4944         connection.
4945
4946 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4949         kinsoku-eol regardless of shr-kinsoku-shorten.
4950         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4951         (shr-tag-table): Support caption, thead, and tfoot.
4952
4953 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4954
4955         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4956         lines.
4957         (shr-save-contents): New command and keystroke.
4958
4959         * nndoc.el (nndoc-type-alist): Add git support.
4960         (nndoc-git-type-p): New function.
4961         (nndoc-transform-git-article): Ditto.
4962         (nndoc-transform-git-headers): Ditto.
4963         (nndoc-transform-git-headers): Generate Subject headers.
4964
4965         * shr.el (shr-parse-style): New function.
4966         (shr-tag-span): Ditto.
4967
4968         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4969         to `G G' to avoid collisions.
4970
4971 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4972
4973         * shr.el: Load kinsoku if necessary.
4974         (shr-kinsoku-shorten): New internal variable.
4975         (shr-find-fill-point): Make kinsoku shorten text line if
4976         shr-kinsoku-shorten is bound to non-nil.
4977         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4978         shr-indentation too when testing if table is wider than frame width.
4979         (shr-insert-table): Use `string-width' instead of `length' to measure
4980         text width.
4981         (shr-insert-table-ruler): Make sure indentation is done at bol.
4982
4983 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4984
4985         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4986         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4987         undecoded network data.
4988
4989 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990
4991         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4992         name in the mode line spec so that the mode line menu works
4993         (bug #2431).
4994
4995         * message.el (message-get-reply-headers): If we're fed `to-address',
4996         then always use that.
4997
4998         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4999         aren't so wide as to need to switch off the edit menu.
5000
5001         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5002         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5003
5004         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5005         `M-g'.
5006         (nnimap-update-info): Update flags/read marks even if \* isn't part of
5007         the permanent marks.
5008
5009 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
5010
5011         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5012         Splitting according to references/in-reply-to obeys the ignore-groups
5013         variable, while splitting by sender and subject do not.
5014
5015 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5016
5017         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5018         alist, so that we can look for non-Unicode chars.
5019         (article-translate-strings): Allow both character and string maps.
5020
5021 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * shr.el (shr-insert): Don't insert space behind a wide character
5024         categorized as kinsoku-bol, or between characters both categorized as
5025         nospace.
5026
5027 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5028
5029         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5030         headers to gnus-newsgroup-headers.
5031
5032 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * shr.el (shr-tag-img): Don't align images -- since we're not
5035         rescaling, this often leads to ugly displays.
5036
5037 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5038
5039         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5040         duplicates.
5041
5042 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5043
5044         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5045         call.
5046
5047 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * gnus.el: Autoload gnus-html-show-images.
5050
5051         * nnimap.el: Use nnheader-message throughout.
5052
5053         * shr.el (shr-tag-img): Ignore images with no data.
5054
5055 2010-10-15  Julien Danjou  <julien@danjou.info>
5056
5057         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5058         a possibility to disable format=flow encoding when using hard newlines.
5059
5060 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * shr.el (shr-insert): Remove space inserted before or after a
5063         breakable character or at the beginning or the end of a line.
5064         (shr-find-fill-point): Do kinsoku; find the second best point or give
5065         it up if there's no breakable point.
5066
5067 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * nnimap.el (nnimap-open-connection): Message when opening connection
5070         for debugging purposes.
5071
5072         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5073         on every setup buffer call to allow this to change from article to
5074         article.
5075
5076         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5077         buffers where we have a wide table.
5078
5079 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5080
5081         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5082         uses *-request-thread.
5083
5084 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5085
5086         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5087         incantation, which is no longer valid.
5088
5089 2010-10-14  Julien Danjou  <julien@danjou.info>
5090
5091         * shr.el: Fix defcustom type (char -> character).
5092
5093 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5094
5095         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5096         programs.
5097
5098 2010-10-14  Julien Danjou  <julien@danjou.info>
5099
5100         * shr.el (shr-tag-a): Use url-link as widget type.
5101
5102         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5103         `gnus-group-get-icon'.
5104
5105 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5108         This should make server editing work better.
5109
5110         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5111
5112         * tls.el (tls-program): Remove spurious %s from openssl.
5113
5114         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5115         (nnimap-parse-flags): Fix regexp.
5116
5117         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5118         probably work for CJVK text, too.
5119
5120         * nnimap.el (nnimap-extend-tls-programs): Remove.
5121         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5122
5123         * tls.el (tls-starttls-switches): Remove starttls hack.
5124         (open-tls-stream): Ditto.
5125         (tls-find-starttls-argument): Ditto.
5126
5127 2010-10-13  Julien Danjou  <julien@danjou.info>
5128
5129         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5130         responses.
5131
5132 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5135
5136         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5137         anything in Emacs.
5138
5139         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5140
5141 2010-10-13  Julien Danjou  <julien@danjou.info>
5142
5143         * shr.el (shr-width): Make shr-width a defcustom with default to
5144         fill-column.
5145         (shr-tag-img): Use shr-width rather than fill-column.
5146
5147 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * dgnushack.el (byte-optimize-apply)
5150         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5151
5152         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5153         position when (X-)Faces exist.
5154         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5155         avatars when called interactively.
5156
5157 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5160         gnus-article-x-face-too-ugly is bound.
5161
5162 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163
5164         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5165
5166         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5167         mailbox that doesn't exist.
5168
5169 2010-10-12  Julien Danjou  <julien@danjou.info>
5170
5171         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5172         (shr-get-image-data): Encode URL properly when fetching from cache.
5173         (shr-tag-img): Use aligned-to spaces to align correctly images.
5174
5175         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5176         before inserting the Gravatar.
5177
5178         * shr.el (shr-tag-img): Add align attribute support for <img>.
5179
5180 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5181
5182         * gnus-gravatar.el (gnus-art): Require.
5183
5184         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5185         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5186         Remove long obsoleted functions.
5187
5188 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
5191
5192         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5193
5194         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5195         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5196         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
5197         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
5198         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
5199         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
5200         * sieve-manage.el, smime.el, spam.el:
5201         Fix comment for declare-function.
5202
5203 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * nnimap.el (nnimap-request-rename-group): Select group read-only
5206         before renaming it.
5207
5208         * shr.el (shr-insert): Fix up the white space only regexp.
5209
5210         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5211         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5212
5213         * shr.el (shr-current-column): New function.
5214         (shr-find-fill-point): New function.
5215
5216 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5217
5218         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5219         numbers.
5220
5221 2010-10-11  Julien Danjou  <julien@danjou.info>
5222
5223         * shr.el (shr-hr-line): Add.
5224         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5225         display hr lines.
5226         (shr-max-columns): Do not change state to nil if we just inserting
5227         spaces.
5228
5229 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5230
5231         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5232         select the last group.
5233
5234 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5235
5236         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5237
5238 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
5239
5240         * dig.el (dig-mode-map): Declare and define in one step.
5241
5242 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5243
5244         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5245         for Gnus.
5246         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5247         (nnimap-update-qresync-info): Mark \Seen articles as read.
5248
5249         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5250         non-variable, too.
5251
5252         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
5253         available.
5254         (nnimap-update-info): Rely more on the current active than the param
5255         active to avoid marking articles as read too much.
5256
5257         * auth-source.el (auth-source-create): Use (user-login-name) for the
5258         user name default.
5259
5260         * nnimap.el (nnimap-update-info): If the server doesn't return any
5261         useful info, just use the previous info.
5262         (nnimap-update-info): Prefer old info over start-article.
5263         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5264
5265 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5266
5267         * nnir.el (autoload): Clean up autoloads.
5268         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5269         Use key rather than value.
5270         (nnir-imap-search-other): New variable.
5271         (nnir-read-parm): Use it.
5272         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5273         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5274
5275 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5276
5277         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5278         the process, too.
5279
5280 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * spam.el (gnus-summary-mode-map): Bind to "$".
5283         Suggested by Russ Allbery.
5284
5285         * shr.el: Rework the way things are indented by <li> slightly.
5286
5287         * gnus.el (gnus-group-set-parameter): Fix typo.
5288
5289         * nnimap.el: Start implementing QRESYNC support.
5290
5291 2010-10-09  Julien Danjou  <julien@danjou.info>
5292
5293         * nnir.el (nnir-engines): Fix too many arguments.
5294
5295 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5296
5297         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5298         group is the "last", so that the backends like nnfolder actually save
5299         their folders.
5300
5301         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
5302         try to use that for the tls stream.
5303         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5304         UIDVALIDITY and find out which groups are read-only and not.
5305         (nnimap-get-flags): Use the same marks parsing code as the rest of
5306         nnimap.
5307
5308 2010-10-09  Julien Danjou  <julien@danjou.info>
5309
5310         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5311
5312         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5313         retrieving gravatars.
5314
5315         * shr.el (shr-table-corner): Add.
5316         (shr-table-line): Add.
5317         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5318
5319 2010-10-08  Julien Danjou  <julien@danjou.info>
5320
5321         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5322
5323 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5324
5325         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5326
5327         * gnus-sum.el (gnus-mark-article-as-unread)
5328         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5329         (gnus-summary-set-bookmark): Use it.
5330
5331         * gnus-msg.el (gnus-setup-message): Use it.
5332
5333         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5334
5335         * gnus.el (gnus-group-remove-parameter): Use it.
5336
5337         * gnus-group.el (gnus-group-make-web-group): Use it.
5338
5339         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5340
5341         * nnregistry.el: Update docs to mention manual.
5342
5343         * gnus-registry.el: Update docs to mention nnregistry.el.
5344         (gnus-registry-initialize): Don't install nnregistry refer method
5345         automatically.
5346         (gnus-registry-install-nnregistry): Remove it.
5347
5348 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5349
5350         * shr.el (shr-insert): Don't insert double spaces.
5351
5352 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * gnus-gravatar.el (gnus-treat-from-gravatar)
5355         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5356         called interactively.
5357
5358         * gnus-art.el (gnus-mime-view-part-externally)
5359         (gnus-mime-view-part-internally): Make predicate function passed to
5360         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5361         of a mime type.
5362
5363         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5364
5365 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5366
5367         * shr.el (require): Require cl when compiling.
5368         (shr-tag-hr): New function.
5369
5370         * nnimap.el (nnimap-update-info): Remove double setting of high.
5371         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5372         This makes nnimap work properly on Courier again.
5373
5374         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5375         the variable for backwards compatibility.
5376
5377         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5378         the file name before using to avoid setting mm-default-directory to
5379         nil.
5380
5381         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5382         bidning gnus-agent variables.
5383
5384         * shr.el (shr-render-td): Use a cache for the table rendering function
5385         to avoid getting an exponential rendering behaviour in nested tables.
5386         (shr-insert): Rework the line-breaking algorithm.
5387         (shr-insert): Don't leave trailing spaces.
5388         (shr-insert-table): Also insert empty TDs.
5389         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5390
5391 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5392
5393         * gnus-sum.el (gnus-number): Rename from `number'.
5394         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5395         (gnus-summary-limit-children): Update uses correspondingly.
5396
5397 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5400         (gnus-gravatar-transform-address): Don't show avatars of people of
5401         which mail addresses match gnus-gravatar-too-ugly.
5402
5403 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5404
5405         * shr.el (shr-table-widths): Expand TD elements to fill available
5406         space.
5407
5408 2010-10-07  Julien Danjou  <julien@danjou.info>
5409
5410         * nnimap.el (nnimap-request-rename-group): Add this method.
5411
5412 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5415         name from XEmacs' function-arglist.
5416
5417         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5418         gravatar under XEmacs.
5419
5420 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5421
5422         * auth-source.el: Update docs with TODO items.
5423
5424         * gnus-sync.el: Update docs to explain state and plans.
5425
5426         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5427         Hooks for mark updates.
5428         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5429
5430         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5431         hooks with arguments, which is needed for mark update hooks.
5432
5433 2010-10-06  Julien Danjou  <julien@danjou.info>
5434
5435         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5436         was matched.
5437
5438         * sieve-manage.el: Update example in `Commentary'.
5439
5440         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5441
5442         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5443         not 2000.
5444         (sieve-manage-authenticate): Re-add function.
5445
5446 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5447
5448         * shr.el (shr-insert): Get 'space transition right.
5449         (shr-render-td): Only delete space at the end of the TD.
5450
5451         * nnimap.el (nnimap-open-connection): Prepare to support
5452         open-gnutls-stream.
5453
5454         * shr.el: Rearrange function order to be more logical.
5455
5456 2010-10-06  Julien Danjou  <julien@danjou.info>
5457
5458         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5459         (nnrss-discover-feed): Remove 404 URL in docstring.
5460
5461         * nnir.el: Fix Swish-E URL.
5462         Fix Namazu URL.
5463
5464         * message.el (message-change-subject): Remove 404 URL in a comment.
5465
5466 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5469         called interactively.
5470
5471         * gnus-util.el (gnus-remove-if): Allow hash table.
5472         (gnus-remove-if-not): New function.
5473
5474         * gnus-art.el (gnus-mime-view-part-as-type)
5475         * gnus-score.el (gnus-summary-score-effect)
5476         * gnus-sum.el (gnus-read-move-group-name):
5477         Replace remove-if-not with gnus-remove-if-not.
5478
5479         * gnus-group.el (gnus-group-completing-read):
5480         Regard collection as a hash table if it is not a list.
5481
5482 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5483
5484         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5485
5486         * shr.el: Document the table-rendering algorithm.
5487
5488 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
5491         for Emacsen having no `libxml-parse-html-region' support.
5492
5493 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5496         invalid URLs.
5497
5498         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5499         line-broken.
5500         (shr-tag-img): Ignore image fetching errors.
5501         (shr-overlays-in-region): Compute overlay positions correctly.
5502
5503         * mm-decode.el (mm-shr): Require shr.
5504
5505         * gnus-art.el (gnus-blocked-images): Move variable here.
5506
5507         * shr.el (shr-insert-table): Bind free variable.
5508
5509         * mm-decode.el (mm-shr): Bind shr-content-function.
5510
5511         * shr.el (shr-content-function): New variable.
5512
5513         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5514         added for symmetry.
5515
5516         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5517
5518         * gnus-group.el (gnus-group-make-group): Doc fix.
5519
5520         * nnimap.el (nnimap-request-newgroups): Return success.
5521
5522         * shr.el (shr-find-elements): New function.
5523         (shr-tag-table): Put all the images after the table.
5524         (shr-tag-table): Really inhibit images inside the table.
5525         (shr-collect-overlays): Copy over overlays from the TD elements to the
5526         main document.
5527
5528         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5529         gnus-blocked-images.
5530
5531 2010-10-05  Julien Danjou  <julien@danjou.info>
5532
5533         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5534
5535         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5536         (gnus-html-maximum-image-size): Add this function.
5537         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5538
5539         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5540         server-value of the capability is nil.
5541
5542 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5543
5544         * shr.el (shr-tag-em): Add <EM> tag.
5545
5546 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5547
5548         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5549         customizable.
5550
5551         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5552         handing broken links to browse-url.
5553
5554 2010-10-05  Julien Danjou  <julien@danjou.info>
5555
5556         * gnus-util.el (gnus-emacs-completing-read)
5557         (gnus-iswitchb-completing-read): Use autoload rather than require.
5558
5559 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
5562         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
5563         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
5564         iswitchb-temp-buflist for XEmacs.
5565
5566         * gnus-util.el (gnus-completing-read-function): Exclude
5567         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5568         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5569         XEmacs.
5570
5571         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5572         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5573
5574         * gnus-html.el: Don't require help-fns under XEmacs.
5575         (gnus-html-schedule-image-fetching): Work for XEmacs.
5576
5577         * mm-decode.el (mm-shr): Decode contents by charset.
5578
5579 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580
5581         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5582         unknown.
5583
5584         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5585         (shr-get-image-data): Ensure against the cache file missing.
5586
5587         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5588         for data.
5589
5590         * spam-report.el (spam-report-url-ping-plain): Don't query about
5591         killing the process.
5592
5593         * shr.el (shr-render-td): Protect against too-wide text.
5594
5595 2010-10-04  Julien Danjou  <julien@danjou.info>
5596
5597         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5598         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5599
5600         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5601         retrieved.
5602
5603 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5604
5605         * shr.el (browse-url): Require.
5606         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5607         lines.
5608         (shr-show-alt-text, shr-browse-image): New commands.
5609         (shr-browse-url, shr-copy-url): New commands.
5610
5611         * gnus-sum.el (gnus-widen-article-window): New variable.
5612         (gnus-summary-select-article-buffer): Use it.
5613
5614         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5615         without @ signs.
5616
5617 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5618
5619         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5620
5621 2010-10-04  Julien Danjou  <julien@danjou.info>
5622
5623         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
5624         for XEmacs.
5625
5626 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5627
5628         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
5629
5630         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
5631         (nnimap-close-server): Implement.
5632
5633         * dgnushack.el (iswitchb): Require to shut up the compiler.
5634
5635         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
5636         (shr-insert): Tweak line breaking.
5637         (shr-insert): Handle <pre> better.
5638         (shr-tag-li): Get <li> indentation right.
5639         (shr-tag-li): Get <li> indentation even righter.
5640         (shr-tag-blockquote): Ensure paragraph start.
5641         (shr-make-table): Tweak table generation.
5642         (shr-make-table): Fix typo.
5643
5644         * shr.el: Implement table rendering.
5645
5646 2010-10-04  Julien Danjou  <julien@danjou.info>
5647
5648         * gnus-html.el (gnus-html-put-image): Fix resize image code.
5649
5650 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5651
5652         * shr.el (shr-insert): Use string anchors instead of line anchors.
5653
5654 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655
5656         * shr.el: Add headings.
5657         (shr-ensure-paragraph): Actually work.
5658         (shr-tag-li): Make <ul> prettier.
5659         (shr-insert): Get white space at the beginning/end of elements right.
5660         (shr-tag-p): Collapse subsequent <p>s.
5661         (shr-ensure-paragraph): Don't insert double line feeds after blank
5662         lines.
5663         (shr-insert): \t is also space.
5664         (shr-tag-s): Fix "s" tag name function.
5665         (shr-tag-s): Fix face prop name.
5666
5667 2010-10-03  Julien Danjou  <julien@danjou.info>
5668
5669         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
5670
5671         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
5672         gnus-window-inside-pixel-edges.
5673
5674         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
5675         gnus-ems.
5676
5677         * mm-view.el (mm-inline-image-emacs): Support image resizing.
5678
5679         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
5680         function.
5681
5682         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
5683         resize choice.
5684
5685 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
5688         beginning of the buffer.
5689
5690         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
5691         article buffer again.
5692
5693         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
5694
5695         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
5696         when it's at the start of the buffer.
5697
5698         * shr.el (shr-tag-blockquote): Convert name.
5699         (shr-rescale-image): Use the right image-size variant.
5700
5701         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
5702         buffer isn't shown, then select the current article first instead of
5703         bugging out.
5704         (gnus-summary-select-article-buffer): Show both the article and summary
5705         buffers again.
5706
5707         * shr.el (shr-fontize-cont): Protect against regions with no text.
5708         Rename tag functions to shr-tag-* for enhanced security.
5709         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
5710
5711 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5712
5713         * shr.el (shr-insert):
5714         * pop3.el (pop3-movemail):
5715         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
5716         loaded.
5717
5718 2010-10-03  Glenn Morris  <rgm@gnu.org>
5719
5720         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
5721
5722         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
5723
5724         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
5725
5726         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
5727
5728         * gnus-util.el (gnus-make-local-hook): Simplify.
5729
5730 2010-10-02  Julien Danjou  <julien@danjou.info>
5731
5732         * gnus-util.el (gnus-iswitchb-completing-read): New function.
5733         (gnus-ido-completing-read): New function.
5734         (gnus-emacs-completing-read): New function.
5735         (gnus-completing-read): Use gnus-completing-read-function.
5736         Add gnus-completing-read-function.
5737
5738 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739
5740         * shr.el (shr-insert-document): Autoload.
5741         (shr-img): Be silent.
5742         (shr-insert): Add a newline after every picture before text.
5743         (shr-add-font): Use overlays for combining faces.
5744         (shr-insert): Pass upwards the text start point.
5745
5746         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
5747         possible.
5748         (mm-shr): New function.
5749
5750 2010-10-02  Julien Danjou  <julien@danjou.info>
5751
5752         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
5753         should go backward.
5754
5755 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
5756
5757         * shr.el (shr): Fix typo in provide call.
5758
5759 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5760
5761         * shr.el: New file.
5762
5763         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5764
5765         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5766         completing read.
5767
5768 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5769
5770         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5771         we're being queried about.  Suggested by Dan Jacobson.
5772
5773         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5774         Suggested by Jason Eisner.
5775
5776         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5777         table, too.  Suggested by Stefan Wiens.
5778         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5779         the table unnecessary.  Suggested by Stefan Wiens.
5780
5781         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5782         longer needed, and probably doesn't work either, as pointed out by
5783         Stefan Wiens.
5784         (gnus-summary-exit): Remove call to the clearing function.
5785         (gnus-summary-exit-no-update): Ditto.
5786
5787         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5788         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5789         Reported by Stefan Monnier.
5790         (gnus-summary-save-in-rmail): Ditto.
5791
5792         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5793         article buffer, instead of both the article buffer and the summary
5794         buffer.  Sort of suggested by Dan Jacobson.
5795
5796         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5797
5798         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5799         Suggested by Dan Jacobson.
5800
5801         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5802         documentation clearer.
5803
5804         * message.el (message-shorten-references): Comment on the number "21".
5805         Suggested by Stefan Monnier.
5806
5807         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5808         Suggested by Dan Jacobson.
5809
5810         * gnus.el (gnus-large-newsgroup):
5811         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5812
5813         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5814         externalize attachments.  Bug reported by Steve Wen.
5815
5816         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5817         really message anything to the user.
5818
5819         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5820         directly.
5821
5822         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5823         messages in empty groups.
5824
5825 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5826
5827         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5828         non-UIDNEXT group.
5829
5830 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5833         not the value from the collection.
5834
5835         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5836         values.  This sometimes happens on some groups that have no info.
5837         (nnimap-request-newgroups): New function.
5838
5839 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5840
5841         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5842         check into `gnus-registry-initialize'.
5843         (gnus-registry-initialize): Ditto.
5844         Fix and extend header docs.
5845
5846 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5847
5848         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5849         regexp backtrace overflows.
5850
5851         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5852         for starttls that tls.el implements; i.e. openssl.
5853
5854         * tls.el (tls-starttls-switches): Give up on using starttls with
5855         gnutls-cli.
5856         (tls-program): Add --insecure to be consistent with the defaults from
5857         openssl s_client.  Now all three commands are insecure.
5858
5859 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * lpath.el: Bind completion-styles-alist for XEmacs.
5862
5863         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5864         (gravatar-create-image): New function that's an alias to
5865         gnus-xmas-create-image, gnus-create-image, or create-image.
5866         (gravatar-data->image): Use it.
5867
5868 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5869
5870         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5871         install the nnregistry refer method.
5872         (gnus-registry-install-hooks): Use it.
5873         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5874         unfollowed groups.
5875
5876 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5877
5878         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5879         expanding threads.
5880
5881 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882
5883         * nnir.el: Use the server names without suffixes (bug #7009).
5884
5885         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5886         unencrypted to STARTTLS, if possible.
5887
5888 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5889
5890         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5891         headers before superseding.
5892
5893 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5894
5895         * nnrss.el (nnrss-use-local): Add documentation.
5896
5897         * nnimap.el (nnimap-extend-tls-programs): New function.
5898         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5899         (nnimap-wait-for-connection): Accept the greeting from the stupid
5900         output from openssl s_client -starttls, too.
5901
5902         * tls.el (tls-starttls-switches): New variable.
5903         (tls-find-starttls-argument): Use it.
5904         (open-tls-stream): Ditto.
5905
5906         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5907         (netrc-machine): Ditto.
5908
5909         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5910         article number.
5911         (nnimap-split-fancy): New variable.
5912         (nnimap-split-incoming-mail): Use it.
5913
5914         * nntp.el (nntp-server-list-active-group): Document.
5915
5916         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5917         SELECT to get the message-id.
5918
5919         * mail-source.el (mail-sources): Remove webmail support.
5920         (defvar): Ditto.
5921         (mail-source-fetcher-alist): Ditto.
5922         (mail-source-fetch-webmail): Remove.
5923
5924         * webmail.el: Remove -- doesn't seem relevant any more.
5925
5926         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5927
5928         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5929         the \r.
5930
5931 2010-09-30  Julien Danjou  <julien@danjou.info>
5932
5933         * gnus-agent.el (gnus-agent-add-group): Fix call to
5934         gnus-completing-read.
5935
5936 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5937
5938         * nndoc.el (nndoc-retrieve-groups): New function.
5939
5940         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5941         `default', use nnmail-split-methods.
5942         (nnimap-request-article): Downcase the NILs so that they are nil.
5943
5944         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5945         symbol.
5946
5947         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5948         code, since if the user has requested network, that's what they ought
5949         to get.
5950         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5951         (nnimap-split-rule): Mark as obsolete.
5952
5953         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5954         New variable.
5955
5956         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5957         correct slot, too.
5958
5959 2010-09-29  Julien Danjou  <julien@danjou.info>
5960
5961         * gnus.el (gnus-local-domain): Declare variable obsolete.
5962
5963         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5964         Fix history computing.
5965         (gnus-ido-completing-read): Require ido.
5966
5967 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5968
5969         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5970         build Gnus.
5971
5972         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5973         when interpreting the structures.
5974         (nnimap-request-accept-article): Add \r\n to the lines to make this
5975         work with Cyrus.
5976
5977         * nndraft.el (nndraft-request-expire-articles): Use the group name
5978         instead if "nndraft".  Fix found by Nils Ackermann.
5979
5980 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5981
5982         * nnregistry.el: Add.
5983
5984 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5985
5986         * nnmail.el (group, group-art-list, group-art):
5987         Remove unneeded directives.
5988
5989 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5992         (mm-mime-charset)
5993         * rfc2047.el (rfc2047-syntax-table)
5994         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5995
5996         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5997         rather than `insert-file-contents' and `eval-region'.
5998
5999         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6000         construction.
6001
6002         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
6003
6004         * time-date.el: No need to require cl for Emacs 21.
6005
6006 2010-09-29  Julien Danjou  <julien@danjou.info>
6007
6008         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6009         replacement of `gnus-gravatar-relief' to mimic
6010         `gnus-faces-properties-alist'.
6011         Add :version property.
6012
6013 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * mail-source.el (mail-source-report-new-mail)
6016         * message.el (message-default-mail-headers)
6017         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6018
6019         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6020
6021 2010-09-28  Julien Danjou  <julien@danjou.info>
6022
6023         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6024         mail-address contains the same string as real-name.
6025
6026         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6027         non-blank in header, otherwise it'll get stripped.
6028
6029         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6030         real-name, and then for mail address rather than doing : or , search.
6031
6032 2010-09-27  Julien Danjou  <julien@danjou.info>
6033
6034         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6035         right completing-read function.
6036         (gnus-use-ido): New variable
6037         (gnus-completing-read-with-default): Remove.
6038         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6039         (gnus-agent-add-group):
6040         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6041         * mm-view.el (mm-view-pkcs7-decrypt):
6042         * mm-util.el (mm-codepage-setup):
6043         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6044         * mml-smime.el (mml-smime-openssl-sign-query):
6045         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6046         (mml-insert-multipart):
6047         * gnus-msg.el (gnus-summary-yank-message):
6048         * gnus-int.el (gnus-start-news-server):
6049         * mm-decode.el (mm-interactively-view-part):
6050         * gnus-dired.el (gnus-dired-attach):
6051         * gnus.el (gnus-read-method):
6052         * gnus-bookmark.el (gnus-bookmark-jump):
6053         * gnus-art.el (gnus-mime-view-part-as-type)
6054         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6055         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6056         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6057         * nnmairix.el (nnmairix-create-server-and-default-group)
6058         (nnmairix-update-groups, nnmairix-get-server)
6059         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6060         (nnmairix-get-group-from-file-path):
6061         * nnrss.el (nnrss-find-rss-via-syndic8):
6062         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6063         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6064         (gnus-group-browse-foreign-server):
6065         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6066         (gnus-summary-execute-command, gnus-summary-respool-article)
6067         (gnus-read-move-group-name):
6068         * gnus-score.el (gnus-summary-increase-score)
6069         (gnus-summary-score-effect):
6070         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6071
6072 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
6075         x-focus-frame.
6076
6077         * nnimap.el (auth-source-forget-user-or-password)
6078         (auth-source-user-or-password): Autoload.
6079
6080         * message.el (message-from-style, message-interactive)
6081         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6082         (message-yank-prefix, message-indentation-spaces, message-signature)
6083         (message-signature-file): Add comment.
6084
6085 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6086
6087         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6088         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6089         new articles.
6090
6091         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6092         parts.
6093         (nnimap-request-article): Work with the t setting, too.
6094
6095         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6096         that you don't get flashes of other buffers.
6097         (gnus-summary-show-complete-article): Intern before setting.
6098
6099 2010-09-27  David Engster  <dengste@eml.cc>
6100
6101         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6102         well as HEADERS.
6103         (nnmairix-retrieve-headers): Provide new argument for the above.
6104
6105 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106
6107         * gnus-sum.el (gnus-summary-move-article): Don't alter
6108         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6109         group.
6110
6111         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6112
6113         * message.el (message-cite-prefix-regexp): Revert my last edit.
6114
6115         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6116         variable instead of the Gnus variable.
6117
6118         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6119
6120         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6121
6122         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6123         since some servers don't like it.
6124         (nnimap-open-connection): Forget credentials if the server says the
6125         password was wrong.
6126         (nnimap-parse-line): Protect against invalid data.
6127
6128         * gnus-sum.el (gnus-summary-move-article): Add comment.
6129         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6130         nothing alters it while scanning for new messages.
6131
6132         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6133         which may or may not help.
6134         (nnimap-open-connection): If we're doing a stream connection, and then
6135         discover we're on a STARTTLS-capable server, then open a STARTTLS
6136         connection instead.
6137
6138 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * nnimap.el (utf7): Require.
6141
6142         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6143         prefix.
6144
6145 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6146
6147         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6148
6149 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6150
6151         * nnimap.el (nnimap-request-accept-article): Message the error on
6152         error.
6153
6154 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6157
6158 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6159
6160         * nndoc.el (nndoc-request-list): Return success always.
6161
6162         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6163         `fetch-old' -- we only want to fetch the articles we've requested.
6164         The rest are in the agent, probably.
6165         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6166         disappeared server" to something low.  It's not important.
6167
6168         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6169         arrived before the FETCH data.
6170
6171         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6172         target here, because we don't know the Gnus name of the group.
6173
6174         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6175         for the correct group.
6176
6177         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6178
6179         * gnus.el (gnus): Give a final warning after startup.
6180
6181         * gnus-util.el (gnus-action-message-log): New variable.
6182         (gnus-message): Use it.
6183         (gnus-final-warning): New function.
6184
6185         * nnimap.el (nnimap-open-connection): Record the greeting.
6186         (nnimap): Add greeting.
6187
6188 2010-09-26  Julien Danjou  <julien@danjou.info>
6189
6190         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6191         arguments.
6192         (gnus-html-wash-images): Fix spec computing to include start/end.
6193
6194         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6195
6196 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6197
6198         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6199         deletion.
6200         (nnimap-retrieve-headers): Don't select the group, because that's
6201         already done by nnimap-possibly-change-group.
6202
6203         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6204         (gnus-picon-transform-address): Use it.
6205
6206         * mail-source.el (mail-source-value): Revert previous patch.
6207
6208         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6209         on failure.
6210         (nnimap-open-connection): Look up both virtual and physical server name
6211         credentials.
6212
6213         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6214
6215 2009-02-07  Dave Love  <fx@gnu.org>
6216
6217         * tls.el (open-tls-stream): Don't query killing process.
6218
6219 2009-02-08  Dave Love  <fx@gnu.org>
6220
6221         * gnus-win.el (gnus-window-to-buffer-helper)
6222         (gnus-all-windows-visible-p): Function needn't be a symbol.
6223
6224         * mail-source.el (mail-source-value): Function needn't be a symbol.
6225
6226 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227
6228         * message.el (message-cite-prefix-regexp): Remove } from the cite
6229         prefix.
6230
6231         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6232         highlight again, so that the highlight is correct.
6233
6234         * gnus-picon.el (gnus-picon): Remove again.
6235         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
6236
6237         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6238         doing the header highlightling, so that the background colour of the
6239         picon is correct.
6240
6241         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6242         (gnus-picon): Ditto.
6243         (gnus-picon): Reinstate.  The background colour for picons is white.
6244         (gnus-picon-insert-glyph): Make the background white.
6245
6246         * nnml.el (nnml-open-nov): Don't return dead buffers.
6247
6248         * auth-source.el (auth-source-create): Query the user for whether to
6249         store the credentials.
6250
6251         * netrc.el (netrc-store-data): New function.
6252
6253         * auth-source.el (auth-source-user-or-password): Use the existing auth
6254         sources, if any, for creation.
6255
6256         * gnus.el (gnus-group-fast-parameter): Return the last matching
6257         parameter instead of the first matching parameter.
6258
6259 2010-09-26  Julien Danjou  <julien@danjou.info>
6260
6261         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6262
6263 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6264
6265         * mml2015.el (mml2015-use): Remove gpg support.
6266
6267         * mml1991.el (mml1991-function-alist): Remove gpg function.
6268         (mml1991-gpg-sign): Remove.
6269
6270 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6271
6272         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6273         (gnus-browse-unsubscribe-current-group): Document it.
6274         (gnus-browse-unsubscribe-group): Use it.
6275
6276 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6277
6278         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6279         address to the To list for easier response.
6280
6281         * gnus.el (gnus-play-startup-jingle): Remove.
6282         (gnus-splash): Don't play jingle.
6283         (gnus): Silence gnus-load message.
6284
6285         * gnus-art.el (gnus-treat-play-sounds): Remove.
6286
6287         * gnus.el (gnus-play-jingle): Remove audio support.
6288
6289         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6290
6291         * earcon.el: Remove -- no users.
6292
6293         * gnus-audio.el: Remove -- no users of this package.
6294
6295         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6296
6297         * gnus-start.el (gnus-setup-news): Remove nocem support.
6298
6299         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6300
6301         * gnus.el (gnus-use-nocem): Remove.
6302
6303         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6304         Remove.
6305
6306         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6307         uses NoCeM any more.
6308
6309         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6310         (gnus-button-ctan-handler): Ditto.
6311         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6312         (gnus-button-ctan-directory-regexp): Ditto.
6313         (gnus-button-handle-ctan): Ditto.
6314         (gnus-button-tex-level): Ditto.
6315         (gnus-button-alist): Remove CTAN stuff.
6316
6317 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6318
6319         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6320         nnimap-streaming test.
6321
6322         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6323         servers twice.
6324
6325         * nnimap.el (nnimap-open-connection): Add more error reporting when
6326         nnimap fails early.
6327
6328         * nnheader.el (nnheader-get-report-string): New function.
6329         (nnheader-get-report): Use it.
6330
6331         * gnus-int.el (gnus-check-server): Say what the error was when opening
6332         failed.
6333
6334         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6335         using streaming.
6336
6337 2010-09-25  Julien Danjou  <julien@danjou.info>
6338
6339         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6340         gnus-window-inside-pixel-edges.
6341
6342 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6343
6344         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6345
6346         * mm-decode.el (mm-save-part): Allow saving to other directories the
6347         normal Emacs way.
6348
6349         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6350         Suggested by Jay Berkenbilt.
6351
6352         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6353         there isn't a single byte.
6354
6355         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6356         just do it.  It doesn't really seem to matter what the user responds
6357         here, I think, so it's just a confusing question.
6358
6359         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6360         non-streaming case.
6361
6362         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6363         (gnus-article-encrypt-body): Use it.
6364
6365         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6366         keystroke.
6367
6368         * nnimap.el (nnimap-find-wanted-parts-1):
6369         Use gnus-fetch-partial-articles.
6370
6371         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6372
6373         * nnimap.el (nnimap-insert-partial-structure): New function.
6374         (nnimap-get-partial-article): New function.
6375         (nnimap-request-article): Use it.
6376         (nnimap-wait-for-response): Return whether the wait was successful.
6377         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6378         retrieval wasn't successful.
6379         (nnimap-retrieve-group-data-early): Allow throttling servers.
6380         (nnimap-streaming): New variable.
6381         (nnimap-fetch-partial-articles): Remove.
6382
6383         * mm-decode.el (mm-with-part): Protect against killed buffers.
6384
6385         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6386         for prettier summary display.
6387
6388 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6389
6390         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6391
6392 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6393
6394         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6395         apparently third-party libraries depend on it.
6396
6397         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6398         before starting negotiation.
6399
6400         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6401         privacy reasons.
6402         (gnus-treat-mail-gravatar): Ditto.
6403
6404         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6405         buffer when inserting images.  Inserting text into the headers, for
6406         instance, can make them invalid.
6407
6408 2010-09-25  Julien Danjou  <julien@danjou.info>
6409
6410         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6411         variables.
6412
6413         * nnheader.el: Remove useless variables news-reply-yank-from and
6414         news-reply-yank-message-id.
6415
6416         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6417         variables.
6418
6419         * mml1991.el: Remove useless mml1991-verbose.
6420
6421         * gnus.el: Remove useless variable gnus-use-generic-from.
6422         Remove obsolete variable gnus-topic-indentation.
6423
6424         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6425
6426         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6427
6428         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6429
6430         * gnus-group.el: Remove useless gnus-group-icon-cache.
6431         Remove useless gnus-ephemeral-group-server.
6432
6433         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6434
6435         * mml2015.el: Remove useless mml2015-verbose.
6436
6437         * mml-smime.el: Remove useless mml-smime-verbose.
6438
6439         * gnus.el: Remove useless gnus-local-domain.
6440
6441         * gnus-gravatar.el (gnus-gravatar-transform-address):
6442         Use gnus-gravatar-size.
6443
6444         * gnus-art.el: Remove useless gnus-treat-translate.
6445
6446 2010-09-24  Julien Danjou  <julien@danjou.info>
6447
6448         * gnus-sum.el: Add support for Gravatars.
6449
6450         * gnus-art.el: Add support for Gravatars.
6451
6452         * gnus-gravatar.el: Add this file.
6453
6454         * gravatar.el: Add this file.
6455
6456 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457
6458         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6459
6460         * gnus-group.el (gnus-group-fetch-faq): Remove.
6461
6462         * gnus.el (gnus-group-faq-directory): Remove.
6463
6464         * gnus-group.el (gnus-group-fetch-charter): Remove.
6465
6466         * gnus.el (gnus-group-charter-alist): Remove.
6467
6468         * gnus-group.el (gnus-group-archive-directory): Remove.
6469         (gnus-group-recent-archive-directory): Ditto.
6470         (gnus-group-make-archive-group): Remove.
6471
6472         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6473
6474         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6475         use the same article number for all the cached articles.
6476
6477         * nnimap.el (nnimap-command): Register the last command time so
6478         that we can use it for idling NOOPs.
6479         (nnimap-open-connection): Start the keeplive timer.
6480         (nnimap-make-process-buffer): Store all the process buffers.
6481         (nnimap-keepalive): New function.
6482
6483         * starttls.el (starttls-open-stream): Add autoload cookie.
6484
6485 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6486
6487         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6488         handling.
6489
6490 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6491
6492         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6493         its data structures.
6494
6495         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6496         instead of the cl.el copy-list.
6497         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6498         equalp.
6499
6500 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6503         and tool-bar-local-item-from-menu.
6504
6505         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6506         mode-line-highlight face for Emacs.
6507
6508         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6509         loading gnus-sum.elc; fix comment for canlock-verify.
6510         (gnus-article-jump-to-part): Use read-number.
6511         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6512         Remove Emacs pre-21 compatible code for help-echo.
6513         (gnus-article-next-page-1): No need to adjust the number of lines.
6514         (gnus-article-describe-bindings): Always use help-buffer.
6515
6516         * gnus-audio.el (gnus-audio-inline-sound)
6517         * gnus-cus.el (gnus-custom-mode)
6518         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6519
6520         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6521
6522         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6523         compatible code.
6524
6525 2010-09-24  Glenn Morris  <rgm@gnu.org>
6526
6527         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6528         visiting the fcc file in rmail-mode.
6529
6530         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
6531
6532 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * nnir.el: Silence the byte compiler.
6535
6536         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6537         alias to browse-url-url-encode-chars if any.
6538         (gnus-html-encode-url): Use it.
6539
6540 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6541
6542         * gnus-start.el (gnus-use-backend-marks): New variable.
6543         (gnus-get-unread-articles-in-group): Use it.
6544
6545         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6546         makeover.
6547
6548 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6549
6550         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6551
6552 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6553
6554         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6555         Remove.
6556         (gnus-setup-news-hook):
6557         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6558
6559         * gnus-int.el (gnus-request-update-info): Protect against backends not
6560         having the function.
6561
6562         * nnimap.el (nnimap-stream): Mention starttls.
6563         (nnimap-open-connection): Add starttls support.
6564
6565 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6566
6567         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6568
6569 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6570
6571         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6572         BODYSTRUCTUREs.
6573         (nnimap-transform-headers): Unfold quoted {42} headers.
6574
6575         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6576         the info.
6577         (gnus-get-unread-articles): Only call updatep on backends that support
6578         it.
6579
6580         * nnweb.el (nnweb-request-update-info): NOOP.
6581
6582         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6583
6584         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6585         since it only deals with marks.
6586
6587         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6588         gnus-request-marks, and make a new gnus-request-update-info.
6589
6590         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6591         the active instead of the high number, which is usually too low.
6592
6593 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6594
6595         * netrc.el (netrc-parse): Remove encrypt.el mentions.
6596         * encrypt.el: Remove.
6597
6598 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6599
6600         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6601         server in symbolic form.
6602
6603         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6604
6605 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606
6607         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6608         (nnimap-update-info): Fix up code slightly.
6609
6610         * gnus-int.el (gnus-open-server): Add tracing for performance
6611         debugging.
6612
6613         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6614         (gnus-group-insert-group-line): Pass the real group name so that it
6615         gets the right data.
6616
6617         * gnus-start.el (gnus-get-unread-articles): Don't have
6618         `gnus-get-unread-articles-in-group' update info, since that can be
6619         really slow and doesn't seem to be needed?
6620
6621 2010-09-22  Dan Christensen  <jdc@uwo.ca>
6622
6623         * time-date.el (date-to-time): Try using parse-time-string first before
6624         using the slower timezone-make-date-arpa-standard.
6625
6626 2010-09-22  Julien Danjou  <julien@danjou.info>
6627
6628         * gnus-group.el (gnus-group-insert-group-line):
6629         Call gnus-group-highlight-line.
6630         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6631         default hook list.
6632         (gnus-group-update-eval-form): Add new function.
6633         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6634         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6635
6636 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6637
6638         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6639         immediate, then expire all articles.
6640         (nnimap-update-info): Fix off-by-one errors.
6641         (nnimap-flags-to-marks): Would return no marks lists for group with no
6642         flags.  Instead return the other data.
6643
6644 2010-09-22  Julien Danjou  <julien@danjou.info>
6645
6646         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6647         Only return an icon.
6648         (gnus-group-insert-group-line): Compute icon to return.
6649
6650         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6651         (gnus-html-image-fetched): Only cache if
6652         gnus-html-image-automatic-caching is set.
6653         (gnus-html-image-fetched): Check for errors.
6654
6655 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
6658         once per method on `g'.  This ensures that backends like nnfolder don't
6659         open all their folders.
6660
6661         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
6662         (nnimap-request-list): Nix out group in the correct buffer.
6663         (nnimap-parse-flags): Implement by using `read' instead of
6664         hand-parsing.
6665         (nnimap-flags-to-marks): Pass on permanent-flags.
6666         (nnimap-make-process-buffer): Record the server name.
6667         (nnimap-parse-flags): Fix typo.
6668         (nnimap-request-scan): Run split on the server in general, not just a
6669         single group.
6670
6671         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
6672         parameter, and propagate this downwards.
6673
6674         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
6675         since EXAMINE changes it on the server.
6676
6677         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
6678         this command might take a while.
6679
6680 2010-09-22  Julien Danjou  <julien@danjou.info>
6681
6682         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
6683         harmful if you have 2 images side-by-side, they can't be properly
6684         update on text deletion.  Using text-property is safer here.
6685         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
6686         data.
6687
6688 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6689
6690         * nnimap.el (nnimap-expunge-inbox): Remove.
6691         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
6692         (nnimap-expunge): Flip default to t.
6693
6694         * gnus.el (gnus-method-to-server): Don't push things to the cache
6695         unless it's unique.
6696         (gnus-server-to-method): Ditto.
6697
6698 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6699
6700         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
6701
6702 2010-09-22  Julien Danjou  <julien@danjou.info>
6703
6704         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
6705         get the start of data.
6706         (gnus-html-encode-url): Add this function to encode special chars in
6707         URL.
6708         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
6709         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
6710
6711         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
6712         default.
6713         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
6714
6715         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
6716         images alt-text.
6717         (gnus-html-put-image): Put alt-text as help-echo.
6718
6719 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
6722         * mm-util.el (mm-decompress-buffer)
6723         * nnir.el (nnir-run-find-grep)
6724         * pop3.el (pop3-list): Use 3rd arg of split-string.
6725
6726         * time-date.el (format-seconds): Comment fix.
6727
6728         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
6729         and byte-optimize-form-code-walker.
6730         (dgnushack-make-auto-load): Don't advise make-autoload.
6731
6732         * lpath.el: Remove Emacs 21 stuff.
6733
6734 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6735
6736         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
6737         outside the active range.  Suggested by Dan Christensen.
6738
6739         * gnus-start.el (gnus-get-unread-articles): Get the extended method
6740         slightly later to avoid double-getting it.
6741
6742         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
6743         previous patch.
6744
6745         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
6746
6747 2010-09-21  Adam SjĂžgren  <asjo@koldfront.dk>
6748
6749         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
6750
6751 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6752
6753         * gnus-int.el (gnus-open-server): Give a better error message in the
6754         "go offline" case.
6755
6756         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
6757         marks for nnimap, which is seldom the right thing to do.
6758
6759         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6760         (gnus-same-method-different-name): New function.
6761
6762         * nnimap.el (parse-time): Require.
6763
6764         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6765         method in the presence of many similar methods.
6766
6767         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6768
6769         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6770         nnml-inhibit-expiry.
6771
6772         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6773         find out whether methods are equal.
6774
6775         * nnimap.el (nnimap-find-expired-articles): New function.
6776         (nnimap-process-expiry-targets): New function.
6777         (nnimap-request-move-article): Request the article before looking at
6778         what the Message-ID is.  Fix found by Andrew Cohen.
6779         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6780
6781         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6782         for oldness in addition to being a predicate.
6783
6784         * nnimap.el (nnimap-request-group): When we have zero articles, return
6785         the right data to Gnus.
6786         (nnimap-request-expire-articles): Only delete articles immediately if
6787         the target is 'delete.
6788
6789         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6790         method, this would bug out.
6791
6792         * gnus-group.el (gnus-group-expunge-group): Rename from
6793         gnus-group-nnimap-expunge, and implemented as a normal interface
6794         function.
6795
6796         * gnus-int.el (gnus-request-expunge-group): New function.
6797
6798         * nnimap.el (nnimap-request-create-group): Implement.
6799         (nnimap-request-expunge-group): New function.
6800
6801 2010-09-21  Julien Danjou  <julien@danjou.info>
6802
6803         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6804         (gnus-html-cache-expired): Add new function.
6805         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6806         wethever we should display image for fetch it.
6807         Compute alt-text earlier to pass it to the fetching function too.
6808         (gnus-html-schedule-image-fetching): Change function argument to only
6809         get one image at a time, not a list.
6810         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6811         cache.
6812         (gnus-html-get-image-data): New function to retrieve image data from
6813         cache.
6814         (gnus-html-put-image): Change buffer argument to use image data rather
6815         than file, and place image above region rather than inserting a new
6816         one.  Do not take alt-text as argument, since it's useless now: we place
6817         the image above alt-text.
6818         (gnus-html-prune-cache): Remove.
6819         (gnus-html-show-images): Start to fetch image when we find one, do not
6820         push into a temporary list.
6821         (gnus-html-prefetch-images): Only fetch image if they have expired.
6822         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6823         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6824
6825 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6828
6829 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6830
6831         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6832         spec inser "*" if the group isn't active instead of 0.
6833
6834         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6835         opening the server.
6836         (nnimap-request-delete-group): Implement group deletion.
6837         (nnimap-transform-headers): Return the size of the entire message in
6838         the Bytes header, not just the size of the first part.
6839         (nnimap-request-move-article): When moving an article from nnimap,
6840         request the article first so the accepting form has an article to
6841         accept.  Reported by Dan Christensen.
6842         (nnimap-command): Make sure that the error message doesn't error out.
6843
6844 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6845
6846         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6847         we haven't requested anything.
6848
6849 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6850
6851         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6852         "".  Fix found by Andrew Cohen.
6853
6854         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6855         instead of -encode-string.
6856
6857 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6860
6861         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6862         by mm-subst-char-in-string.
6863
6864 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6865
6866         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6867         waiting for the connection string.
6868
6869         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6870         arriving.
6871
6872         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6873         bogus characters.  This allows selecting certain Gmail groups.
6874
6875         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6876         (nnimap-fetch-partial-articles): New variable.
6877         (nnimap-open-connection): When looking for credentials, also use the
6878         nnimap-server-port.
6879         (nnimap-request-article): Return the group/article number, so that Gnus
6880         `^' works as expected.
6881         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6882
6883         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6884         comments.
6885         (gnus-methods-sloppily-equal): New function.
6886         (gnus): When using the development version of Gnus, load the gnus-load
6887         file.
6888
6889         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6890         `gnus-open-server' on each method before trying to scan them etc.
6891         This ensures that all the backend parameters are set correctly.
6892
6893         * nnimap.el (nnimap-authenticator): New variable.
6894         (nnimap-open-connection): Allow anonymous login.
6895         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6896         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6897
6898         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6899         patch, found by Knut Anders Hatlen.
6900
6901 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6902
6903         * gnus-agent.el (gnus-agent-batch-confirmation)
6904         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6905         to gnus-message.
6906         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6907         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6908         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6909         * gnus-int.el (gnus-open-server): Likewise.
6910         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6911         (gnus-score-check-syntax): Likewise.
6912         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6913         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6914         Likewise.
6915         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6916
6917 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6918
6919         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6920         calling conventions so that prefetch doesn't bug out.
6921
6922 2010-09-19  Julien Danjou  <julien@danjou.info>
6923
6924         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6925         rather than `subst-char-in-region' in order to be able to replace ASCII
6926         char by UTF-8 ones.
6927
6928         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6929         than curl.
6930         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6931         the right URL and ALT text on images.
6932         (gnus-html-wash-tags): Fix tag case.
6933         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6934         (gnus-article-html): Add -o display_ins_del=2 option.
6935         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6936
6937 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938
6939         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6940         the extra mail headers, which sometimes seem to happen for unknown
6941         reasons.
6942
6943         * mail-parse.el (mail-header-encode-parameter): Define as
6944         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6945         (or most, perhaps?) mail readers don't understand the latter, but do
6946         understand the former.
6947
6948         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6949         to nil, so that no methods are automatically agentized.  I think this
6950         is probably what most users want.
6951
6952         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6953         from url-retrieve, for instance about invalid URLs.
6954
6955         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6956         groups that have no articles.
6957         (nnimap-request-article): Check that we really got an article when we
6958         requested one.
6959
6960         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6961         doesn't exist.
6962
6963         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6964         nntp buffer so the agent can save it.
6965         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6966         that CRLF doesn't get translated to \n.
6967         (nnimap-open-connection): Don't make 'shell commands only send \n.
6968
6969 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6970
6971         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6972         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6973         Update var name.
6974         (nnml-generate-nov-file): Use dolist.
6975         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6976         Use with-current-buffer.
6977
6978 2010-09-18  Julien Danjou  <julien@danjou.info>
6979
6980         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6981         parallel.
6982
6983 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6984
6985         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6986         the range update right.
6987         (nnimap-request-group): Don't make `M-g' bug out on group with no
6988         marks.
6989         (nnoo): Require, so that other packages can require nnimap.
6990         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6991         command we're looking for.  This helps when the server sends more
6992         responses after we've gotten everything we expected.
6993         (nnimap): Add a `newlinep' field to keep track of end-of-line
6994         conventions.
6995         Don't send CRLF to things that don't want it.
6996         (nnimap-request-accept-article): Ditto.
6997
6998 2010-09-18  Julien Danjou  <julien@danjou.info>
6999
7000         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7001         than curl to retrieve images.
7002
7003 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7004
7005         * nnimap.el (nnimap-update-info): Extend the info so that we can set
7006         the marks.
7007         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7008         (nnimap-wait-for-connection): New function.
7009         (nnimap-open-connection): If we have PREAUTH, don't query for login
7010         credentials.
7011         (nnimap-update-info): Fix off-by-one error when concatenating ranges
7012         when doing a partial update.
7013
7014 2010-09-18  Julien Danjou  <julien@danjou.info>
7015
7016         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7017         tags.
7018
7019 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7020
7021         * nnimap.el (nnimap-credentials): New function.
7022         (nnimap-open-connection): Use the new function to look for credentials
7023         also on the numeric equivalents of "imap" and "imaps".
7024
7025         * gnus-start.el (gnus-activate-group): Send the info to
7026         gnus-request-group.
7027
7028         * nnimap.el (nnimap-request-group): Have the "check" version of the
7029         function parse flags and update the info, so that a `M-g' get a total
7030         resync of all flags from the group.
7031
7032         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7033         to allow backends to alter the info on group selection.  Also alter all
7034         the backend -request-group functions to take the parameter.
7035
7036         * nnimap.el (nnimap-store-info): New function.
7037         (nnimap-update-info): Store the info for later usage.
7038         (nnimap-request-group): Use the stored info for the dont-check case, so
7039         that we don't retrieve all marks when we enter a group.
7040
7041         * nnimap.el: Use deffoo instead of defun for interface functions.
7042
7043         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7044         update the group info.  This makes the nndraft groups, for instance, go
7045         back to their old behaviour.
7046
7047         * gnus-sum.el (gnus-select-newsgroup): Indent.
7048
7049         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7050         in.
7051         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7052         nothing.
7053
7054         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7055         from methods that are denied.
7056
7057         * gnus-int.el (gnus-method-denied-p): New function.
7058
7059         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7060         store the password instead of netrc.
7061         (nnimap-open-connection): Don't error out when we can't make a
7062         connections.
7063
7064         * auth-source.el (auth-source-create): In the password prompt, say what
7065         we're querying for.  Also prompt for user name if that hasn't been
7066         given.
7067
7068         * nnimap.el (nnimap-with-process-buffer): Remove.
7069
7070 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7071
7072         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7073         method when we're reading from the agent.
7074
7075         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7076
7077         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7078         that's probably most useful for users.
7079
7080         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7081         "failed" all the time.
7082
7083         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7084         ...)) with (with-current-buffer ... ).
7085
7086         * nntp.el (nntp-open-server): Return whether the open was successful or
7087         not.
7088
7089         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7090         select an unread unseen article first.
7091
7092         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7093         /etc/services, supply some sensible port defaults.
7094
7095         * dgnushack.el: Define netrc-credentials.
7096
7097 2010-09-17  Julien Danjou  <julien@danjou.info>
7098
7099         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7100
7101 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7102
7103         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7104         doesn't have any parameters.
7105
7106 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7107
7108         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7109         only upcased checks.
7110
7111         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7112
7113         * nnimap.el (nnimap-open-shell-stream): New function.
7114         (nnimap-open-connection): Use it.
7115         (nnimap-transform-headers): Get the number of lines in each message.
7116         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7117         number of lines.
7118         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7119         problem.
7120
7121         * utf7.el (utf7-encode): Autoload.
7122
7123         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7124         to allow the mail splitting to not return a default group.  This is
7125         useful for nnimap, which will leave unmatched mail in the inbox.
7126
7127         * nnimap.el: Rewritten.
7128
7129         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7130         nnimap usage.
7131
7132         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7133         if the move is internal, so that nnimap can do fast internal moves.
7134
7135         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7136         data.
7137         (gnus-read-active-for-groups): Support finishing the early retrieval of
7138         data.
7139
7140         * gnus-range.el (gnus-range-nconcat): New function.
7141
7142         * gnus-int.el (gnus-finish-retrieve-group-infos)
7143         (gnus-retrieve-group-data-early): New functions.
7144
7145 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7146
7147         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7148         (nnrss-retrieve-groups):
7149         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7150         (pop3-quit): Use with-current-buffer.
7151
7152 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7155         instead of nnheader-accept-process-output.
7156
7157         * dgnushack.el (dgnushack-compile): Add comment.
7158
7159         * lpath.el: No need to fbind propertize for XEmacs 21.4.
7160
7161         * gnus-html.el (gnus-html-schedule-image-fetching)
7162         (gnus-html-prefetch-images): Replace process-kill-without-query by
7163         gnus-set-process-query-on-exit-flag.
7164
7165 2010-09-16  Romain Francoise  <romain@orebokech.com>
7166
7167         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7168
7169 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7172         parameter to unintern is mandatory-ish in Emacs 24.
7173
7174         * gnus-html.el (gnus-html-schedule-image-fetching)
7175         (gnus-html-prefetch-images): Check for curl before using it.
7176
7177         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7178         depend on curl, which isn't essential.
7179
7180         * imap.el: Revert back to version
7181         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7182         seem problematic.
7183
7184 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7185
7186         * gnus-registry.el (gnus-registry-install-shortcuts):
7187         Explicitly pass `obarray' to `unintern' to avoid a warning.
7188
7189 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7190
7191         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7192         change.
7193
7194         * nnrss.el (nnrss-request-list): Remove this function and related
7195         functions, including the moreover stuff.
7196
7197 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7198
7199         * nnrss.el (nnrss-retrieve-groups): New function.
7200
7201 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7202
7203         * .dir-locals.el: Add no-byte-compile cookie.
7204
7205 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * time-date.el (format-seconds): Comment fix.
7208
7209         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7210         for back end that doesn't support request-scan.
7211
7212 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7213
7214         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7215         then do request scans from the backends.
7216
7217         * netrc.el (netrc-credentials): New conveniency function.
7218
7219         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7220         avoid running a hook per line, since this takes a lot of time,
7221         profiling shows.
7222         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7223         directly if gnus-visual-p is true.
7224
7225 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7228         groups; replace mapcar with dolist which is a bit faster; pass groups
7229         info to gnus-read-active-file-1.
7230         (gnus-read-active-file-1): Scan only specified groups if the new
7231         optional arg `infos' is given.
7232
7233 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7234
7235         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7236
7237         * pop3.el (pop3-movemail): Remove.
7238         (pop3-streaming-movemail): Rename to pop3-movemail.
7239
7240         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7241         don't restrict end-tag searches to the end of the line.
7242
7243 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7246         articles of every unchecked group to t, which means unknown since the
7247         server has never been opened.
7248
7249 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7250
7251         * gnus-html.el (gnus-html-show-alt-text): New command.
7252         (gnus-html-browse-image): Ditto.
7253         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7254         to browse the image directly.
7255         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7256         better.
7257
7258         * gnus-async.el (gnus-async-article-callback):
7259         Call `gnus-html-prefetch-images' unconditionally.
7260
7261         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7262         before feeding URLs to curl.
7263
7264 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7267         internal images as deletable by `W D D'.
7268
7269         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7270         (gnus-async-article-callback): Fix typo.
7271
7272 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7275         current line to work around bugs in the output from w3m.
7276
7277         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7278         for groups that want that.
7279
7280         * nntp.el (nntp-wait-for-string): Supply a timeout for
7281         accept-process-output to ensure progress.
7282
7283         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7284         level to get unread articles from, then use that for foreign groups,
7285         too.
7286
7287         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7288         confuses the rest of the function.
7289
7290         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7291         for the methods that support -retrieve-groups, too.
7292
7293         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7294
7295 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
7298         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
7299
7300         * pop3.el: Require cl when compiling.
7301         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7302
7303 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304
7305         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7306         that aren't going to be activated.
7307         (gnus-get-unread-articles): Fix up the last commit.
7308
7309         * gnus-html.el (gnus-article-html): Allow calling without specifying
7310         the handle.  In that case, dissect the buffer first.
7311
7312         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7313
7314         * nnimap.el (nnimap-open-connection): Revert the change that would look
7315         into authinfo for imaps instead of imap.
7316
7317         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7318         say that you don't want to call gnus-request-group with don-check, but
7319         do check the reponse.  This is for virtual groups only.
7320         (gnus-get-unread-articles): Count the archive groups as secondary, so
7321         that they're activated the same way as before.
7322
7323         * imap.el (imap-message-map): Removed optional buffer parameter, since
7324         no callers use it.
7325         (imap-message-get): Ditto.
7326         (imap-message-put): Ditto.
7327         (imap-mailbox-map): Ditto.
7328         (imap-mailbox-put): Ditto.
7329         (imap-mailbox-get): Ditto.
7330         (imap-mailbox-get): Revert last change for this function.
7331
7332         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7333         case-insensitively.
7334         (nnimap-debug): Remove.
7335
7336         * net/imap.el (imap-fetch-safe): Remove function, and alter all
7337         callers to use `imap-fetch' instead.  According to the comments, this
7338         should be safe, since all other IMAP clients use the 1:* syntax.
7339         (imap-enable-exchange-bug-workaround): Remove.
7340         (imap-debug): Remove -- doesn't seem very useful.
7341
7342         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7343         mail from a file, and the file doesn't exist.
7344
7345         * imap.el (imap-log): New convenience function used throughout instead
7346         of repeating the same code all over the place.
7347
7348         * pop3.el (pop3-streaming-movemail): Return t for success.
7349
7350         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7351         .authinfo if we're using ssl connection.
7352
7353         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7354         already have if we're in a main Gnus `g' run.
7355
7356         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7357
7358 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7361
7362         * nnmh.el (nnmh-request-list-1): Bind `file'.
7363
7364         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7365         alias to set-process-query-on-exit-flag or process-kill-without-query.
7366         (pop3-open-server): Use it.
7367
7368 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7369
7370         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7371         box to the Incoming file.  Fixes mistake in previous checkin.
7372
7373         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7374         request loop (for debugging purposes) removed.
7375
7376         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7377         culprit is more visible.
7378         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7379         (nnml-add-incremental-nov): New functions to do "incremental" nov
7380         updates, where we just append to the end of the existing nov files
7381         without reading/writing them in full.
7382
7383         * mail-source.el (mail-source-delete-crash-box): Really only check the
7384         incoming files once in a while.
7385
7386         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7387
7388         * mail-source.el (mail-source-delete-crash-box): Only check the
7389         incoming files for deletion once per day to save a lot of file
7390         accesses.
7391
7392         * pop3.el (pop3-logon): Fix up unbound variable typo.
7393
7394         * mail-source.el (pop3-streaming-movemail): Autoload.
7395
7396         * pop3.el (pop3-streaming-movemail):
7397         Respect pop3-leave-mail-on-server.
7398
7399         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7400         retrieval.
7401
7402         * pop3.el (pop3-process-filter): Remove unused function.
7403         (pop3-streaming-movemail, pop3-send-streaming-command)
7404         (pop3-wait-for-messages, pop3-write-to-file)
7405         (pop3-number-of-responses): New functions for streaming pop3
7406         retrieval.
7407
7408         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7409         come from no known methods.
7410         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7411         list.
7412
7413         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7414         message sizes.
7415         (pop3-movemail): Use erase-buffer instead of looping and deleting
7416         regions, which seems rather odd.
7417
7418         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7419         file once per `g' run.
7420
7421         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7422         directories.  This makes the draft queue directory work.
7423
7424         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7425         data from the backends, so that we only request the list of groups from
7426         each method once.  This should speed things up considerably.
7427
7428         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7429         detect that it's not implemented.
7430
7431         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7432         we actually do recurse down into the tree, but don't stat all leaf
7433         nodes.
7434
7435         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7436         then say so instead of bugging out.
7437
7438         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7439         files exist before trying to read them.
7440
7441         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7442         around <pre_int>.
7443
7444         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7445
7446         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7447
7448 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7449
7450         * mm-util.el (mm-image-load-path): Just return the image directories,
7451         not all directories in the path in addition to the image directories.
7452         (mm-image-load-path): Maintain a cache of the image directories so that
7453         the `g' command in Gnus doesn't have to stat dozens of directories each
7454         time.
7455
7456         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7457         (gnus-html-wash-tags): Add a new `i' command to insert images.
7458         (gnus-html-insert-image): New command and keystroke.
7459         (gnus-html-redisplay-with-images): New command and keystroke.
7460         (gnus-html-show-images): Rename command.
7461         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7462         spacers.
7463         (gnus-html-wash-tags): Decode entities at the end, so that entities
7464         inside the tags don't mess up the rest of the "parsing".
7465
7466         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7467         so that nnimap methods aren't agentized by default.  There's apparently
7468         many problems related to agent/imap behaviour.
7469
7470         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7471
7472         * gnus-html.el: Doc fix.
7473
7474 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
7477         specifier-spec-list for Emacs 21.
7478
7479         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7480         glyph-width and glyph-height instead of display-graphic-p and
7481         image-size; make avoidance of displaying small images work for XEmacs.
7482
7483         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7484         for XEmacs.
7485
7486         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7487         of symbol that holds plist data.
7488         (gnus-process-plist): Remove plist of process after getting it.
7489
7490 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * message.el (message-generate-hashcash): Change default to
7493         'opportunistic if hashcash is installed.
7494
7495         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7496         (gnus-html-put-image): Only call image-size once, since it's somewhat
7497         time-consuming on remote X servers.
7498
7499 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
7502         type on data, not a file name.
7503
7504         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
7505         window-pixel-edges for Emacs 21.
7506
7507         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7508         decoded contents.
7509         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7510
7511 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7512
7513         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7514         group line format, since it isn't very interesting.
7515
7516         * gnus-agent.el (gnus-agent-short-article),
7517         (gnus-agent-long-article): Increase values for these two variables,
7518         since most people are likely to have more network connection and
7519         storage than before.
7520
7521         * gnus.el (gnus-refer-article-method): Change default to 'current.
7522         When referring an article, the common behaviour is to refer it from the
7523         current select method, not the native select method.  The chances of
7524         the native select method having the message in question is rather slim
7525         these days.
7526
7527         * gnus-sum.el (gnus-auto-select-subject): Change default to
7528         `unseen-or-unread'.  I think it's likely that most people want to
7529         select an unseen article over a previously seen, but unread one.
7530
7531         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7532         means that in the article buffer none of the minor mode elements will
7533         be shown, usually, and this is not desirable in most cases.
7534
7535         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7536         that commands like `d' (and the like) go to the next line in the
7537         buffer, instead of the next unread article.  I think this is the
7538         behaviour that is most natural for most users.
7539         (gnus-single-article-buffer): Change default to nil, so that people can
7540         have as many article buffers open as they have summary buffer.  I think
7541         this is the most natural way for the groups to behave.
7542
7543         * message.el (message-generate-new-buffers): Change default to
7544         `unsent', so that all new message buffers start their names with the
7545         string "*unsent", and it's easier to find the buffers if you move from
7546         them.
7547
7548 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7549
7550         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7551         small.  They're probably tracking images.
7552         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7553         (gnus-html-rescale-image): Yet another try at getting the image sizing
7554         right.
7555
7556         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7557         nntp-marks-file-name is nil.
7558
7559 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7560
7561         * gnus-html.el (gnus-html-wash-tags)
7562         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7563         Better logging.
7564
7565 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7566
7567         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7568
7569         * gnus-html.el (gnus-html-wash-tags): Check the value of
7570         gnus-blocked-images in the summary buffer.
7571
7572 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7573
7574         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7575
7576 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7577
7578         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7579         like "a", it seems like.
7580         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7581         since it needs to be picked from the correct buffer.
7582
7583         * nnwfm.el: Remove.
7584
7585         * nnlistserv.el: Remove.
7586
7587 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7588
7589         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7590         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7591
7592 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7593
7594         * nnkiboze.el: Remove.
7595
7596         * nndb.el: Remove.
7597
7598         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7599         alt text.
7600         (gnus-html-rescale-image): Try to get the rescaling logic right for
7601         images that are just wide and not tall.
7602
7603         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7604         overshadow variable bindings.
7605
7606 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7607
7608         * gnus-html.el (gnus-html-wash-tags)
7609         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7610         Add extra logging.
7611
7612 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7613
7614         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7615         (gnus-max-image-proportion): New variable.
7616         (gnus-html-rescale-image): New function.
7617         (gnus-html-put-image): Rescale images.
7618
7619 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7620
7621         Fix up some byte-compiler warnings.
7622         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7623         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7624         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7625         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7626         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7627         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7628         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7629
7630 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7631
7632         * gnus-html.el (gnus-article-html): Decode contents by charset.
7633
7634 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7637         (gnus-html-frame-width, gnus-blocked-images)
7638         * message.el (message-prune-recipient-rules): Add custom version.
7639         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7640
7641         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7642         functions.
7643
7644         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7645         gnus-process-get.
7646
7647 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7648
7649         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7650         instead of lsub directly.
7651
7652 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7653
7654         * nnwarchive.el: Remove.
7655
7656         * gnus-soup.el: Remove.
7657
7658         * nnsoup.el: Remove.
7659
7660         * nnultimate.el: Remove.
7661
7662         * gnus-html.el (gnus-blocked-images): New variable.
7663
7664         * message.el (message-prune-recipients): New function.
7665         (message-prune-recipient-rules): New variable.
7666
7667         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7668         guess whether a long line is natural text or not.
7669
7670         * gnus-html.el (gnus-html-schedule-image-fetching):
7671         Use gnus-process-plist and friends for compatibility.
7672
7673 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7674
7675         * gnus-html.el: Require packages that define macros used in this file.
7676         (gnus-article-mouse-face): Declare to silence byte-compiler.
7677         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7678         process-get.
7679         (gnus-html-put-image): Use plist-get to avoid getf.
7680         (gnus-html-prefetch-images): Use with-current-buffer.
7681
7682 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-ems.el: Provide compatibility functions for
7685         gnus-set-process-plist.
7686
7687         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
7688         header-line-format for XEmacs 21.4.
7689
7690         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
7691         * gnus.el (gnus-valid-select-methods)
7692         * message.el (message-send-mail-partially-limit)
7693         * mm-decode.el (mm-text-html-renderer)
7694         * mml.el (mml-insert-mime-headers-always)
7695         * smiley.el (smiley-regexp-alist): Bump custom version.
7696
7697 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7698
7699         * gnus-html.el: require mm-url.
7700         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7701         with the url to `url'.
7702         (gnus-html-wash-tags): Support cid: URLs/images.
7703
7704 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7705
7706         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7707         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7708         bindings, as they aren't useful at all.  `w' is moved to `W w'.
7709
7710         * gnus-move.el: Remove file, since it doesn't really work.
7711
7712         * gnus-html.el (gnus-article-html): Tell w3m that the input is
7713         UTF-8.  This seems to fix problems with some German web feeds.
7714
7715         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
7716         at the top so that the proper colours are applied.
7717
7718         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
7719         don't have dots in their names.
7720
7721         * gnus-art.el (gnus-article-view-part): Doc fix.
7722
7723         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
7724         XEmacs-compatible.
7725         (gnus-html-put-image): Don't do images on non-graphic displays.
7726
7727         * nnslashdot.el: Remove this unused backend.
7728
7729         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
7730         actions.
7731         (gnus-undo-register-1): Revert last change.
7732
7733         * gnus-group.el (gnus-group-completing-read): Protect against not
7734         having completion-styles bound.
7735
7736         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
7737         make broken recipients happier.
7738
7739         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
7740
7741         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
7742         point parameter.
7743
7744         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
7745
7746         * gnus-group.el (gnus-group-completing-read): Add 'substring to
7747         completion-styles for group selection.
7748
7749 2009-02-04  Andreas Schwab  <schwab@suse.de>
7750
7751         * gnus-score.el (gnus-score-string): Fix regex for matching extra
7752         headers and regexp-quote the match if necessary.
7753
7754 2009-03-24  Miles Bader  <miles@gnu.org>
7755
7756         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
7757         the blinking smiley.
7758
7759 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7760
7761         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7762         blink smiley.
7763
7764 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7765
7766         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7767         where the dribbel file lives exists.
7768
7769         * message.el (message-send-mail-partially-limit): Change the default to
7770         nil, since most people don't want this.
7771
7772         * mm-url.el (mm-url-decode-entities): Also decode entities like
7773         &#x3212.
7774
7775 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7776
7777         * gnus-sum.el (gnus-summary-idna-message):
7778         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7779         Hyperlink urls in docstrings with URL `...'.
7780
7781 2010-08-29  Adam SjĂžgren  <asjo@koldfront.dk>
7782
7783         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7784         functions.
7785
7786 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7787
7788         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7789         say what the mouseover text should be.
7790
7791         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7792         version of the mm-w3m-safe-url-regexp variable to only download images
7793         in the groups where we want that to happen.
7794
7795         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7796
7797         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7798         easier debugging.
7799         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7800         big pictures in the article buffer.
7801
7802         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7803         gnus-article-html.
7804         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7805         w3m.
7806
7807         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7808
7809 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7810
7811         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7812         which doesn't exist.
7813
7814         * message.el (message-inhibit-ecomplete): New variable to allow some
7815         function to inhibit ecomplete address storage.
7816         (message-resend): Disable ecomplete message storage when resending
7817         messages.
7818
7819         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7820
7821 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7824         Save excursion while copying, moving, and deleting articles in order to
7825         prevent the cursor from jumping to unforeseen place.
7826
7827 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * lpath.el: No need to bind bookmark-current-buffer,
7830         bookmark-yank-point and bookmark-make-record-function.
7831
7832 2010-08-17  Glenn Morris  <rgm@gnu.org>
7833
7834         * gnus-sync.el: Require gnus components whose functions are used.
7835
7836         * gnus-art.el (bookmark-make-record-function):
7837         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7838         Declare for compiler.
7839
7840         * mm-url.el (mml-compute-boundary): Autoload.
7841
7842 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7845
7846 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7847
7848         Typo fix "hoo4a" -> "hook".
7849
7850         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7851
7852 2010-08-14  Glenn Morris  <rgm@gnu.org>
7853
7854         * gnus-sync.el (gnus-sync): Fix defgroup version.
7855
7856 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7857
7858         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7859
7860         * gnus-sync.el: Fix docs.
7861         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7862         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7863
7864 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7865
7866         Optimizations for gnus-sync.el.
7867
7868         * gnus-sync.el: Add docs about gnus-sync-backend
7869         possibilities.
7870         (gnus-sync-save): Remove unnecessary message.
7871         (gnus-sync-read): Optimize and show what groups were skipped.
7872
7873 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7874
7875         Minor bug fixes for gnus-sync.el.
7876
7877         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7878         Don't read the sync on get-new-news.
7879
7880         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7881         quiet.
7882
7883         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7884         (fix typo).
7885
7886 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7887
7888         Make saving and restoring of hidden threads work with overlays.
7889         Patch applied by Ted Zlatanov.
7890
7891         * gnus-sum.el (gnus-hidden-threads-configuration)
7892         (gnus-restore-hidden-threads-configuration): Update to deal with text
7893         properties, rather than searching for a magic character.
7894
7895 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7896
7897         New gnus-sync.el library for synchronization of marks.
7898
7899         * gnus-sync.el: New library for synchronization of marks.
7900
7901         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7902         renamed from `gnus-registry-grep-in-list'.
7903
7904         * gnus-registry.el (gnus-registry-follow-group-p):
7905         Use `gnus-grep-in-list'.
7906
7907         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7908
7909 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7912         determining charset of text fails.
7913
7914 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * nnmail.el (nnmail-get-new-mail-1): Revert.
7917
7918         * nnml.el (nnml-active-number): Make sure names of newly created groups
7919         in nnml-group-alist are encoded.
7920
7921 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7924         containing non-ASCII characters in active file for nnml back end.
7925
7926 2010-07-24  David Engster  <dengste@eml.cc>
7927
7928         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7929         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7930
7931 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7932
7933         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7934         tag (Bug#6654).
7935
7936 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7939         the article buffer, not the summary buffer.
7940
7941 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7944         Emacs 23 as well.
7945
7946 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7949         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7950
7951 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7952
7953         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7954         Patch applied by Karl Fogel.
7955
7956         * gnus-sum.el (gnus-summary-bookmark-make-record):
7957         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7958
7959 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7960
7961         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7962         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7963         C-w still not working correctly from Article buffers; Thierry's
7964         patch to fix that will be applied after this.
7965
7966         * gnus-art.el (bookmark-make-record-function): New local variable.
7967
7968         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7969         article buffer.
7970         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7971
7972 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7973
7974         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7975         on changes in bookmark.el.
7976
7977 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7980         `no-log' instead of message not to log prompt string.
7981
7982 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7983
7984         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7985         the *other* type of HTML form submission.
7986
7987 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7988
7989         * auth-source.el (auth-source-pick): If choice does not contain a
7990         questioned keyword, set the check to t.
7991
7992 2010-06-12  Romain Francoise  <romain@orebokech.com>
7993
7994         * gnus-util.el (gnus-date-get-time): Move up before first use.
7995
7996 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7999         (gnus-article-edit-part): Bind it to make last part that is substituted
8000         or deleted visible.
8001         (gnus-mime-display-single): Buttonize part of which id equals to
8002         gnus-mime-buttonized-part-id.
8003
8004 2010-06-10  Dan Christensen  <jdc@uwo.ca>
8005
8006         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8007         (gnus-dd-mmm): Use gnus-date-get-time.
8008         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8009         simplify logic.
8010         (gnus-summary-limit-to-age): Use gnus-date-get-time.
8011         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8012
8013 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
8014
8015         * auth-source.el (top): Autoload `secrets-list-collections',
8016         `secrets-create-item', `secrets-delete-item'.
8017         (auth-sources): Fix tag string.
8018         (auth-get-source, auth-source-retrieve, auth-source-create)
8019         (auth-source-delete): New defuns.
8020         (auth-source-pick): Rewrite in order to avoid 2 passes.
8021         (auth-source-forget-user-or-password): New parameter USERNAME.
8022         (auth-source-user-or-password): New parameters CREATE-MISSING and
8023         DELETE-EXISTING.  Retrieve password interactively, if needed.
8024
8025 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8026
8027         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8028         deleting unused directories when gnus-expert-user is t.
8029
8030 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8033         for each temp file when gnus-article-browse-delete-temp is ask.
8034
8035 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8036
8037         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
8038         Replace Lisp calls to delete-backward-char by calls to delete-char.
8039
8040 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8041
8042         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8043
8044 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8045
8046         * password-cache.el (password-cache-remove): Fix docstring.
8047
8048 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8051         article unless decoding article to be saved.
8052
8053 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
8056         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8057         generated within the mm-with-unibyte-current-buffer macro.
8058
8059 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8062         to nil when we're in a mml-preview buffer and no group is selected.
8063
8064 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8065
8066         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8067         when catching the `C-g'.  Reported by "Leo".
8068
8069 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * message.el (message-forward-make-body-plain)
8072         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8073         multibyte-string-p.
8074
8075         * lpath.el: Revert.
8076
8077 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * message.el (message-forward-make-body-mml): Assume original message
8080         is multibyte string; error on unibyte.
8081         (message-forward-make-body-plain): Ditto; don't add excessive newline
8082         in body end.
8083
8084         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
8085
8086 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8087
8088         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8089         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8090
8091 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * mm-extern.el (mm-extern-url): Don't use
8094         mm-with-unibyte-current-buffer.
8095         (mm-extern-cache-contents): Use with-current-buffer instead of
8096         save-excursion + set-buffer.
8097
8098 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * mm-util.el (mm-emacs-mule): Remove.
8101
8102 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8103
8104         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8105         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8106         change.
8107
8108 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8111         bind the default value of enable-multibyte-characters to nil.
8112
8113 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * message.el (message-forward-make-body-plain)
8116         (message-forward-make-body-mml):
8117         Don't use mm-with-unibyte-current-buffer.
8118
8119 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8120
8121         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
8122
8123 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8124
8125         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8126         (Bug#5592).
8127
8128 2010-05-07  Julien Danjou  <julien@danjou.info>
8129
8130         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8131         it to mm-pipe-part.
8132
8133         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8134         it is given.
8135
8136 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * binhex.el (binhex-decode-region-internal)
8139         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
8140         (dns-query)
8141         * nnweb.el (nnweb-gmane-search)
8142         * pgg-parse.el (pgg-parse-armor)
8143         * pgg.el (pgg-verify-region)
8144         * sha1.el (sha1-string-external)
8145         * uudecode.el (uudecode-decode-region-internal)
8146         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8147         XEmacs.
8148
8149         * gnus-art.el (gnus-article-browse-html-parts)
8150         * gnus-group.el (gnus-read-ephemeral-gmane-group)
8151         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8152         make-temp-file.
8153
8154         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8155         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8156         compiling.
8157
8158         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8159         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8160         XEmacs when compiling.
8161
8162         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8163         gnus-pick-mode-off-hook for XEmacs when compiling.
8164         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8165         gnus-binary-mode-off-hook for XEmacs when compiling.
8166
8167         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8168         Return nil if char-charset is not available.
8169
8170         * imap.el (imap-disable-multibyte)
8171         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
8172         macros.
8173
8174         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8175         instead of encode-coding-string.
8176
8177         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8178         'xemacs) instead of mm-emacs-mule to switch function definitions.
8179         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8180
8181         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
8182         bind temporary-file-directory for XEmacs;
8183         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
8184         timer-set-function for XEmacs 21.4 and SXEmacs;
8185         bind timer-list for XEmacs 21.4 and SXEmacs;
8186         fbind char-charset and find-charset-region for non-Mule XEmacs;
8187         fbind decode-coding-region, decode-coding-string, detect-coding-region,
8188         encode-coding-region and encode-coding-string for XEmacs having no
8189         file-coding feature.
8190
8191 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8192
8193         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8194
8195 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8198         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8199
8200 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8201
8202         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8203         alias `jka-compr-delete-temp-file' no longer exists.
8204
8205 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8206
8207         Use define-minor-mode in Gnus where applicable.
8208         * mml.el (mml-mode): Use define-minor-mode.
8209         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8210         (gnus-undo-mode): Use define-minor-mode.
8211         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8212         (gnus-dead-summary-mode): Use define-minor-mode.
8213         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8214         Initialize in declaration.
8215         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8216         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8217         (gnus-mailing-list-mode): Use define-minor-mode.
8218         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8219         (gnus-draft-mode): Use define-minor-mode.
8220         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8221         (gnus-dired-mode): Use define-minor-mode.
8222
8223 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8224
8225         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8226         handles on recursive mml-to-mime translation and check them for
8227         boundary delimiter collisions.  Reported by Greg Troxel.
8228
8229 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8232
8233 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8234
8235         * mm-util.el (mm-find-buffer-file-coding-system):
8236         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8237
8238 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8239
8240         * message.el (message-generate-headers): Record insertion of optional
8241         headers as well.  Otherwise the check to prevent repeated insertion of
8242         optional headers is a no-op.
8243
8244 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8245
8246         * smime.el: Don't mention CVS.
8247
8248         * nnrss.el (nnrss-fetch): Don't mention CVS.
8249
8250         * nnir.el: Don't mention CVS.
8251
8252 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8253
8254         * gnus-sum.el (gnus-summary-bookmark-make-record):
8255         Add `location' field.
8256
8257 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * lpath.el: Fbind bookmark-default-handler,
8260         bookmark-get-bookmark-record, bookmark-make-record-default,
8261         bookmark-prop-get for Emacs <23 and XEmacs.
8262
8263 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8264
8265         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8266         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8267         Use with-current-buffer to silence the byte-compiler.
8268         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8269         bother to require `gnus'.
8270         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8271
8272 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8273
8274         * gnus-sum.el (gnus-summary-bookmark-make-record)
8275         (gnus-summary-bookmark-jump): New functions.
8276         (gnus-summary-mode): Setup bookmark support.
8277
8278 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8279
8280         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8281         if set.
8282
8283 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8286         gnus-article-browse-html-save-cid-image; make it work recursively for
8287         forwarded messages as well.
8288         (gnus-article-browse-html-parts): Work when prefix arg is given.
8289         (gnus-article-browse-html-article): Doc fix.
8290
8291 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8292
8293         * message.el (message-default-mail-headers):
8294         (message-default-headers): Carry the value mail-default-headers over
8295         into message-default-mail-headers, rather than message-default-headers.
8296
8297 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8298
8299         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8300         charset.
8301
8302         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8303         charset into the <meta> tag when the article is encoded to utf-8.
8304
8305 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * gnus-art.el (gnus-article-browse-delete-temp-files):
8308         Delete directories as well.
8309         (gnus-article-browse-html-parts): Work for images that do not specify
8310         file names; delete temp directory when quitting; insert header at the
8311         right place; use file: scheme for image files.
8312
8313 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8314
8315         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8316         (gnus-article-browse-html-parts): Use it to make temporary cid image
8317         files in addition to html file so that browser may display them.
8318
8319 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8322
8323 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8324
8325         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8326
8327 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8328
8329         * auth-source.el (auth-sources): Change default to be simpler.
8330         Explain about Secret Service API sources.  Improve Customize options.
8331         (auth-source-pick): Change to accept any number of search parameters.
8332         Implement fallbacks iteratively, not recursively.  Add scoring on the
8333         second pass and sort by score.  Call Secret Service API when needed.
8334         (auth-source-user-or-password): Use it.  Call Secret Service API
8335         directly when needed to get the user name and the password.
8336
8337 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8338
8339         * message.el (message-interactive): Doc fix.
8340         (message-qmail-inject-args): Reflow.
8341         (message-kill-to-signature): Fix typo in docstring.
8342
8343         * smiley.el (smiley-buffer): Fix typo in docstring.
8344
8345 2010-03-24  Glenn Morris  <rgm@gnu.org>
8346
8347         * mail-source.el (gnus-message): Declare.
8348         (mail-source-delete-old-incoming): Require gnus-util.
8349
8350 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8353
8354         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8355
8356         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8357         password-cache's default if it is not bound.
8358         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8359         password-cache-expiry's default if it is not bound.
8360
8361         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8362         available in Emacs 21.
8363
8364         * lpath.el: Suppress compiler warnings for:
8365         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
8366         XEmacs;
8367         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
8368         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
8369         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
8370
8371 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8372
8373         * auth-source.el (auth-sources): Fix up definition so extra parameters
8374         are always inline.
8375
8376 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8377
8378         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8379         wasn't updated after mismatch.  Clear cached mailbox info correctly
8380         when uidvalidity changes.
8381         (nnimap-group-prefixed-name): New function to avoid some code
8382         duplication.
8383         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8384         (nnimap-request-group): Use it.
8385         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8386         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8387         with many imap folders.  This is done by caching the group status from
8388         the imap server persistently in a group parameter `imap-status'.  (This
8389         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8390         but not persistently, so every Gnus startup was still very slow.)
8391
8392 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8393
8394         * assistant.el (assistant-render-text): Run `widget-setup' and don't
8395         delete the extra newline.  Otherwise editing of :string and :number
8396         types don't work.
8397
8398 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8399
8400         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8401         secrets.el dependency.
8402         (auth-sources): Add optional user name.  Add secrets.el configuration
8403         choice (unused right now).
8404
8405 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8406
8407         * gnus-sum.el (gnus-summary-make-menu-bar):
8408         Let `gnus-registry-install-shortcuts' fill in the functions.
8409
8410         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8411         warnings.
8412         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8413         (gnus-registry-install-shortcuts): Populate and use it in a
8414         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8415
8416 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8417
8418         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8419         In-place substitutions for the group name encoding/decoding.
8420         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8421         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8422         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8423         (nnimap-update-unseen, nnimap-request-list)
8424         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8425         (nnimap-request-set-mark, nnimap-split-to-groups)
8426         (nnimap-split-articles, nnimap-request-newgroups)
8427         (nnimap-request-create-group, nnimap-request-accept-article)
8428         (nnimap-request-delete-group, nnimap-request-rename-group)
8429         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8430         `encoded-mbx' for consistency.
8431         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8432         variable `imap-current-mailbox'.
8433
8434         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8435         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8436
8437 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8438
8439         * pop3.el (pop3-display-message-size-flag): Display message size byte
8440         counts during POP3 download.
8441         (pop3-movemail): Use it.
8442         (pop3-list): Implement listing of available messages.
8443
8444 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8445
8446         * nnir.el (nnir-get-article-nov-override-function): New function to
8447         override the normal NOV retrieval.
8448         (nnir-retrieve-headers): Use it.
8449
8450 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8451
8452         * auth-source.el (netrc-machine-user-or-password): Autoload.
8453
8454 2010-03-19  Glenn Morris  <rgm@gnu.org>
8455
8456         Stop message.el from loading about 40 libraries it doesn't always need.
8457         The general approach is to autoload rather than require, and to
8458         require in the specific functions rather than the file.  (Bug#5642)
8459
8460         * gmm-utils.el: Don't require wid-edit.
8461         (widget-create-child-value, widget-convert, widget-default-get):
8462         Autoload.
8463
8464         * gnus-util.el: Don't require time-date, netrc.
8465         (message-fetch-field, gnus-group-name-decode): Declare rather than
8466         autoloading.
8467         (gnus-fetch-field): Require message.
8468         (gnus-decode-newsgroups): Require gnus-group.
8469
8470         * ietf-drums.el: Don't require time-date.
8471
8472         * message.el: Don't require hashcash, canlock, ecomplete.
8473         Do require mail-utils.  Require nnheader only when compiling.
8474         (smtpmail-default-smtp-server): Remove declaration.
8475         (message-send-mail-function): Check smtpmail-default-smtp-server
8476         is bound rather than requiring smtpmail.
8477         (message-auto-save-directory, message-insert-signature):
8478         Use expand-file-name rather than nnheader-concat.
8479         (nnheader-insert-file-contents): Autoload.
8480         (hashcash-wait-async): Declare.
8481         (message-send-mail): Only call gnus-setup-posting-charset if
8482         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8483         (message-send-mail-with-sendmail): Require sendmail.
8484         (canlock-password, canlock-password-for-verify): Declare.
8485         (message-canlock-password): Require canlock.
8486         (nnheader-get-report): Autoload.
8487         (gnus-setup-posting-charset): Declare.
8488         (message-send-news): Require gnus-msg.
8489         (message-make-references, message-make-in-reply-to): Use mail-header-id
8490         rather than the alias mail-header-message-id.
8491         (ecomplete-add-item, ecomplete-save): Declare.
8492         (message-put-addresses-in-ecomplete): Require ecomplete.
8493         (ecomplete-display-matches): Autoload.
8494
8495         * mm-decode.el: Don't require mailcap, gnus-util.
8496         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8497         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8498         Autoload.
8499         (mailcap-mime-extensions): Declare.
8500
8501         * mm-encode.el: Don't require mailcap.
8502         (mailcap-extension-to-mime): Autoload.
8503
8504         * mml-sec.el: Don't require password-cache.
8505
8506         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8507         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8508         (mml-minibuffer-read-type): Require mailcap.
8509         (mml-preview): Require gnus-msg.
8510
8511         * mml1991.el: Require password-cache.
8512         (password-cache-expiry): Remove declaration.
8513
8514         * mml2015.el: Require password-cache.
8515         (password-cache-expiry): Remove declaration.
8516
8517         * nneething.el (mailcap): Require mailcap.
8518
8519         * nnheader.el (declare-function): Add compatibility stub.
8520         (message-remove-header): Declare rather than autoload.
8521         (nnheader-replace-header): Require message.
8522
8523         * nnimap.el (declare-function): Add compatibility stub.
8524         (netrc-parse, netrc-machine-user-or-password): Declare.
8525         (nnimap-open-connection): Require netrc.
8526
8527         * nntp.el (declare-function): Add compatibility stub.
8528         (netrc-parse, netrc-machine, netrc-get): Declare.
8529         (nntp-send-authinfo): Require netrc.
8530
8531         * rfc2047.el: Don't require qp.
8532         (quoted-printable-encode-region, quoted-printable-decode-string):
8533         Autoload.
8534
8535         * sieve-mode.el: Don't require easymenu.
8536         (easy-menu-add-item): Autoload it.
8537
8538         * spam-stat.el (time-to-number-of-days): Autoload it.
8539
8540 2010-03-19  Glenn Morris  <rgm@gnu.org>
8541
8542         * password-cache.el (password-cache, password-cache-expiry): Autoload.
8543
8544 2010-03-18  Glenn Morris  <rgm@gnu.org>
8545
8546         * hashcash.el (declare-function): Remove duplicate definition.
8547
8548 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8549
8550         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8551         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8552         value if any backslash escapes).
8553
8554 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8557         if it is available.  (bug#5647)
8558
8559         * lpath.el: Suppress compiler warning for coding-system-from-name for
8560         Emacs 21 and XEmacs.
8561
8562 2010-03-14  Juri Linkov  <juri@jurta.org>
8563
8564         * hmac-def.el:
8565         * hmac-md5.el:
8566         * netrc.el: Fix keywords.
8567
8568 2010-02-26  Glenn Morris  <rgm@gnu.org>
8569
8570         * message.el (message-send-mail-function): Change the default, so that
8571         it inherits from a customized send-mail-function.  (Bug#5643)
8572
8573 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8574
8575         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8576         shell-command-to-string signals an error (bug#5299).
8577
8578 2010-02-24  Glenn Morris  <rgm@gnu.org>
8579
8580         * message.el (message-smtpmail-send-it)
8581         (message-send-mail-with-mailclient): Doc fixes.
8582
8583 2010-02-16  Glenn Morris  <rgm@gnu.org>
8584
8585         * message.el (message-default-mail-headers): Change the default value
8586         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8587
8588 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
8591         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
8592
8593 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8594
8595         * time-date.el (date-to-time): Doc fix (Bug#5408).
8596
8597 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8598
8599         * message.el (message-mail): Just pass yank-action on to message-setup.
8600         (message-setup): Handle (FUN . ARGS) form of yank-action.
8601         (message-with-reply-buffer, message-widen-reply)
8602         (message-yank-original): Handle non-buffer values of
8603         message-reply-buffer (Bug#4080).
8604         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8605
8606 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8607
8608         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8609         Fix typo in docstring.
8610
8611 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8612
8613         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8614         response.
8615
8616 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8619
8620         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8621
8622         * message.el (message-check-news-header-syntax): Protect against a
8623         string that `rfc822-addresses' returns when parsing fails.
8624
8625 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8628         (gnus-previous-char-property-change): New functions.
8629
8630         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8631
8632 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8633
8634         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8635         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8636
8637 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8638
8639         * message.el (message-exchange-point-and-mark): Rework last change to
8640         avoid using optional arg of exchange-point-and-mark, for backward
8641         compatibility.
8642
8643 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8644
8645         * message.el (message-exchange-point-and-mark):
8646         Call exchange-point-and-mark with an argument rather than setting
8647         mark-active by hand (Bug#5175).
8648
8649 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * nntp.el (nntp-service-to-port): Work for service expressed with
8652         numeric string; replace [:digit:] with [0-9] for XEmacs.
8653
8654 2009-12-17  Glenn Morris  <rgm@gnu.org>
8655
8656         * gnus-group.el (gnus-bug-group-download-format-alist):
8657         Change emacs entry to debbugs.gnu.org.  Bump :version.
8658
8659 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8662
8663 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8664
8665         * message.el (message-info): Explain why we use `Info-goto-node'.
8666
8667 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
8670
8671 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8672
8673         * message.el (message-completion-in-region): New compatibility function.
8674         (message-expand-group): Use it.
8675
8676 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8679         with no unread article should be listed if the 2nd arg `predicate' is
8680         given.
8681
8682 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
8685
8686 2009-11-29  Juri Linkov  <juri@jurta.org>
8687
8688         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8689         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8690         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8691
8692 2009-11-26  Kevin Ryde  <user42@zip.com.au>
8693
8694         * sha1.el (sha1-string-external): default-directory "/" in case
8695         otherwise non-existent.  process-connection-type pipe for touch of
8696         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
8697
8698 2009-11-25  Kevin Ryde  <user42@zip.com.au>
8699
8700         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
8701         it's comms related and sgml-mode.el has "comm" on that basis too.
8702
8703 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8706         containing tspecial characters if they have been already quoted.
8707
8708 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
8709
8710         * dns-mode.el (auto-mode-alist): Purecopy string.
8711
8712 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8713
8714         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
8715
8716 2009-10-24  Glenn Morris  <rgm@gnu.org>
8717
8718         * gnus-art.el (help-xref-stack-item): Define for compiler.
8719
8720 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8721
8722         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
8723
8724 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8727
8728 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8731         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8732
8733 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8736         (gnus-overlays-in): New alias to overlays-in.
8737
8738         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8739         gnus-overlay-get, and gnus-delete-overlay.
8740         (gnus-summary-show-thread): Make it work as well for systems in which
8741         next-single-char-property-change is not available.
8742         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8743
8744         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
8745         (gnus-overlay-get): New alias to extent-property.
8746         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
8747
8748         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
8749         SXEmacs.
8750
8751         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
8752         SXEmacs.
8753
8754 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8755
8756         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8757
8758 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8759
8760         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8761         and XEmacs that don't have `remove-overlays'.
8762
8763 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8764
8765         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8766         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8767         selective display.  Use overlays instead.
8768
8769 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8770
8771         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8772
8773 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8774
8775         * spam-stat.el (spam-stat-load): Fix typo in message.
8776
8777 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8778
8779         * dig.el (dig-invoke): Fix typo in docstring.
8780         (query-dig): Reflow docstring.
8781
8782 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8783
8784         * gnus-art.el (gnus-article-encrypt-body):
8785         * message.el (message-check-recipients):
8786         * mm-util.el (mm-codepage-setup):
8787         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8788         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8789
8790 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8791
8792         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8793         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8794         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8795         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8796         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8797
8798 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8799
8800         * dig.el: Add "Keywords: comm", as per net-utils.el.
8801
8802 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8803
8804         * dig.el (dig-mode): Use define-derived-mode.
8805
8806 2009-09-19  Glenn Morris  <rgm@gnu.org>
8807
8808         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8809
8810 2009-09-18  Glenn Morris  <rgm@gnu.org>
8811
8812         * gnus-diary.el (gnus-diary-check-message):
8813         * message.el (message-insert-formatted-citation-line):
8814         * nnbabyl.el (top-level):
8815         * nndiary.el (nndiary-schedule):
8816         Fix typos in condition-case handlers.
8817
8818 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8821         configuration that provides the sole article window in a frame;
8822         position point correctly after deleting a part.
8823
8824 2009-09-14  Adam SjĂžgren  <asjo@koldfront.dk>
8825
8826         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8827         (spam-resolve-registrations-routine): Use it to unregister articles
8828         that change status.
8829
8830 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8833         with XEmacs.
8834         (parse-time-string-chars): Use it.
8835
8836 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8837
8838         * imap.el (imap-interactive-login): Better messages.
8839         (imap-open): Fix bug with renamed buffer on reconnect.
8840         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8841         for easier debugging and cleaner code.  On successful (guessed based on
8842         server capabilities) secondary authentication, set imap-state
8843         correctly.
8844         (imap-last-authenticator): Define imap-last-authenticator as a variable
8845         to avoid warnings.
8846
8847 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * nnrss.el (nnrss-request-article): Remove binding of
8850         default-enable-multibyte-characters that has gotten needless by
8851         the 2007-07-13 change in rfc2047-encode-message-header.
8852
8853         * mml.el (mml-insert-multipart): Error on the message header.
8854         (mml-insert-part): Error on the message header; position point at
8855         the end of a MIME tag.
8856
8857 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * time-date.el (autoload): Expand define-obsolete-function-alias into
8860         defalias and make-obsolete for old Emacsen that Gnus supports.
8861         (with-no-warnings): Define it for old Emacsen.
8862         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8863         is available.
8864         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8865         float-time is available; suppress compile warning for time-to-seconds.
8866
8867         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8868         (gnus-float-time): Alias to float-time if it exists.
8869
8870         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8871         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8872         float-time is available; suppress compile warning for time-to-seconds.
8873
8874         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8875         XEmacs.
8876
8877 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8878
8879         * imap.el (imap-message-map): Docstring fix.
8880
8881 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8884         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8885         Add the optional argument `encoding' that overrides the default.
8886
8887         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8888         mm-encode-buffer.
8889
8890 2009-09-04  Glenn Morris  <rgm@gnu.org>
8891
8892         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8893         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8894         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8895         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8896         * mm-util.el (mm-with-unibyte-current-buffer)
8897         (mm-find-buffer-file-coding-system):
8898         * yenc.el (yenc-decode-region): Use default-value rather than
8899         default-enable-multibyte-characters.
8900
8901 2009-09-03  Glenn Morris  <rgm@gnu.org>
8902
8903         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8904         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8905         than default-enable-multibyte-characters.
8906
8907 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8908
8909         * gnus-art.el (gnus-article-read-summary-keys):
8910         Fix gnus-buffer-configuration's value temporarily used.
8911
8912 2009-09-02  Glenn Morris  <rgm@gnu.org>
8913
8914         * gnus-util.el (gnus-float-time): New function.
8915         * gnus-delay.el (gnus-delay-article):
8916         * gnus-sum.el (gnus-thread-latest-date):
8917         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8918         * nnspool.el (nnspool-request-newgroups):
8919         Use gnus-float-time rather than time-to-seconds.
8920         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8921
8922         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8923         (gnus-header-subject-face, gnus-header-newsgroups-face)
8924         (gnus-header-name-face, gnus-header-content-face):
8925         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8926         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8927         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8928         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8929         (gnus-cite-face-11):
8930         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8931         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8932         (gnus-server-closed-face, gnus-server-denied-face)
8933         (gnus-server-offline-face):
8934         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8935         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8936         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8937         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8938         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8939         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8940         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8941         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8942         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8943         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8944         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8945         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8946         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8947         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8948         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8949         (gnus-summary-high-undownloaded-face)
8950         (gnus-summary-low-undownloaded-face)
8951         (gnus-summary-normal-undownloaded-face)
8952         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8953         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8954         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8955         (gnus-splash-face):
8956         * message.el (message-header-to-face, message-header-cc-face)
8957         (message-header-subject-face, message-header-newsgroups-face)
8958         (message-header-other-face, message-header-name-face)
8959         (message-header-xheader-face, message-separator-face)
8960         (message-cited-text-face, message-mml-face):
8961         * sieve-mode.el (sieve-control-commands-face)
8962         (sieve-action-commands-face, sieve-test-commands-face)
8963         (sieve-tagged-arguments-face):
8964         * spam.el (spam-face):
8965         Mark face aliases with "-face" in the name as obsolete.
8966
8967 2009-09-01  Glenn Morris  <rgm@gnu.org>
8968
8969         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8970         than goto-line.
8971
8972 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8975         Don't move point if the command is invoked inside the message header.
8976
8977 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8978
8979         * imap.el (imap-send-command): Simplify.
8980         (imap-wait-for-tag): point-max -> buffer-size.
8981
8982 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8983
8984         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8985         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8986         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8987         * nnir.el (nnir-swish-e-index-file):
8988         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8989         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8990         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8991         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8992         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8993         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8994
8995 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8998         Don't save excursion.
8999
9000 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9001
9002         * nnheader.el (nnheader-find-file-noselect):
9003         * mm-util.el (mm-insert-file-contents):
9004         Use (default-value 'major-mode) instead of default-major-mode.
9005
9006 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9007
9008         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9009
9010 2009-08-26  Glenn Morris  <rgm@gnu.org>
9011
9012         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
9013         than placing in files.el.
9014
9015 2009-08-25  Glenn Morris  <rgm@gnu.org>
9016
9017         * nnir.el (top-level): Don't require cl at run-time.
9018         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9019         Replace cl-function substitute with gnus-replace-in-string.
9020         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9021         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9022         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9023         simplified expansions.
9024
9025 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9026
9027         * dig.el (dig): Add autoload cookie.
9028
9029 2009-08-22  Glenn Morris  <rgm@gnu.org>
9030
9031         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9032         goto-line.
9033
9034 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9035
9036         * parse-time.el (parse-time-string-chars): Save match data.
9037
9038 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9039
9040         * parse-time.el (parse-time-string-chars): Compute using character
9041         classes, to handle non-ascii characters (Bug#3190).
9042
9043 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9046
9047         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9048         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9049         (gnus-mm-display-part, gnus-mime-display-single)
9050         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9051         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9052
9053         * gnus-sum.el
9054         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9055         (gnus-summary-move-article): Add expirable mark to articles copied or
9056         moved to group that has auto-expire turned on if the option is non-nil.
9057
9058 2009-07-24  Glenn Morris  <rgm@gnu.org>
9059
9060         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9061         Fix typo.  (Bug#3903)
9062
9063 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9066         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9067         that should not be used for draft articles.
9068         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9069         that has no concern in minor mode keys.
9070         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9071         Abolish.
9072
9073 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9076         article without making inquiry to a user for unknown encoding.
9077
9078         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9079         (nnmaildir--scan): Assume i-node and device number that file-attributes
9080         returns might be cons-cell.
9081
9082         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
9083
9084         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
9085
9086 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9087
9088         * auth-source.el: Remove docs now in auth.texi.  Don't use
9089         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9090         `auth-source-hide-passwords' and use them.
9091
9092 2009-07-15  Glenn Morris  <rgm@gnu.org>
9093
9094         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9095
9096 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9099         excessive whitespace from the default values of title and description.
9100
9101 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9104         mail-fetch-field to fetch Content-Description header in order to
9105         exclude newlines.
9106
9107 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
9108
9109         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
9110         format used by GnuPG 2.0.11.
9111
9112 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9115         to deleted part.
9116
9117 2009-05-30  David Engster  <dengste@eml.cc>
9118
9119         * nnmairix.el: Remove old documentation in the commentary block.
9120         (nnmairix-request-group): Do not update active file for nnml back ends.
9121         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9122         end so that overview files are ignored.
9123         (nnmairix-update-groups): Make updating the groups more robust by using
9124         marks.
9125         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9126         with dollar characters in message-id.
9127
9128 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9131         2008-12-25 in dns.el.
9132
9133 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9134
9135         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9136         could happen if the text is only composed of spaces and/or tabs.
9137
9138 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9139
9140         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9141         when sending a queued message to avoid extra mml tags.
9142
9143 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9146
9147 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
9150         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
9151         rmail-toggle-header for XEmacs;
9152         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
9153
9154 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus-dired.el: Remove autoload for gnus-setup-message.
9157         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9158         displaying Gnus logo; always use compose-mail.
9159
9160 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9163
9164 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9167         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9168         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9169         available.
9170         (gnus-nocem-epg-verify): New function.
9171
9172 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9173
9174         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9175
9176 2009-02-15  Glenn Morris  <rgm@gnu.org>
9177
9178         * gnus-util.el (rmail-insert-rmail-file-header)
9179         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9180         autoloads.
9181         (rmail-default-rmail-file): Remove unnecessary declaration.
9182         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9183
9184 2009-02-14  Glenn Morris  <rgm@gnu.org>
9185
9186         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9187         variable (only used in gnus-util, which declares it anyway).
9188         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9189         which was only needed by gnus-art (changed to not use it any more).
9190         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9191         only used in gnus-util, which autoloads it itself.
9192         (rmail-update-summary): Fix autoload.
9193
9194         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9195         rather than rmail-output-to-rmail-file.
9196
9197 2009-02-07  Glenn Morris  <rgm@gnu.org>
9198
9199         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9200         autoload of function that no longer exists.
9201         (rmail-toggle-header): Declare.
9202         (message-forward-rmail-make-body): Handle mbox Rmail.
9203
9204 2009-01-31  Glenn Morris  <rgm@gnu.org>
9205
9206         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9207         2009-01-09 change.
9208
9209 2009-01-31  Dave Love  <fx@gnu.org>
9210
9211         * imap.el (imap-fetch-safe): Bind debug-on-error.
9212         (imap-debug): Add imap-fetch-safe.
9213
9214 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9215
9216         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9217         (auth-source-forget-all-cached): New convenience function.
9218         (auth-source-user-or-password): Accept list of modes or a single mode.
9219
9220         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9221         auth-source modes.
9222
9223         * netrc.el (netrc-machine-user-or-password): Use list of
9224         auth-source modes.
9225
9226         * nnimap.el (nnimap-open-connection): Use list of
9227         auth-source modes.
9228
9229         * nntp.el (nntp-send-authinfo): Use list of
9230         auth-source modes.
9231
9232 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9233
9234         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9235         now.
9236
9237 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9240         coding system in XEmacs; add a workaround for XEmacs.
9241
9242         * lpath.el: Fbind coding-system-aliasee.
9243
9244 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9247         of current-language-environment.
9248
9249 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9252         available at runtime.
9253
9254 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9257
9258 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9259
9260         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9261         the greatest positive fixnum value doesn't work under an XEmacs with
9262         bignum support; use the most-positive-fixnum constant instead,
9263         available since Emacs 21.1 with cl and XEmacs 21.1.
9264
9265 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9268         XEmacs gets not to work.
9269
9270 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * mm-util.el (mm-coding-system-priorities): Allow the value like
9273         "Japanese (UTF-8)" of current-language-environment.
9274
9275 2009-01-09  Glenn Morris  <rgm@gnu.org>
9276
9277         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9278         with last-command-event.
9279
9280 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9281
9282         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
9283         in the doc string.
9284
9285         * message.el (message-fix-before-sending): Amend comment.
9286
9287 2009-01-08  Dave Love  <fx@gnu.org>
9288
9289         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
9290
9291 2009-01-07  David Engster  <dengste@eml.cc>
9292
9293         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9294         simplified server definitions by converting it via
9295         gnus-server-to-method.
9296
9297 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9300         parameter's operands.
9301
9302 2009-01-06  David Engster  <dengste@eml.cc>
9303
9304         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9305         primary select method (for gnus-group-mark-article-as-read).
9306
9307 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9308
9309         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9310         `(gnus)Face', not `(gnus)X-Face'.
9311
9312 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * mm-util.el (mm-ucs-to-char): New function.
9315
9316         * mm-url.el (mm-url-decode-entities): Use it.
9317
9318         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
9319         unicode-to-char.
9320
9321 2009-01-05  Dave Love  <fx@gnu.org>
9322
9323         * time-date.el: Require cl for `declare'.
9324
9325 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
9328         Dave Love.
9329
9330 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9331
9332         * message.el (message-fix-before-sending): Add `eight-bit' to
9333         illegible-text check.
9334
9335 2009-01-03  Michael Olson  <mwolson@gnu.org>
9336
9337         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9338         `headers' is nil.  This can occur if the IMAP server does not have
9339         permissions to read messages from a folder, but can write new messages
9340         to the folder.
9341         (nnimap-request-article-part): Do not insert `data' if it is nil.
9342
9343         * imap.el (imap-parse-fetch): Courier can insert spurious blank
9344         characters which will confuse `read', so skip past them.
9345
9346 2009-01-01  Dave Love  <fx@gnu.org>
9347
9348         * imap.el (imap-string-to-integer): Fix typo.
9349         (imap-fetch-safe): New function.
9350         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
9351
9352         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9353
9354         * imap.el (imap-process-connection-type, imap-debug, imap-open):
9355         (imap-parse-greeting): Fix doc strings.
9356         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
9357         (imap-parse-flag-list): Make messages unique.
9358         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
9359
9360         * nnimap.el: Fix author email.
9361         (nnimap-split-rule): Add FIXME comment.
9362         (nnimap-debug): Fix doc string.
9363
9364 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * dns.el (dns-set-servers): Check "Address".  Fix typo.
9367
9368 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
9371         nslookup if resolv.conf isn't available.
9372         (dns-query): Rename from query-dns.
9373         (dns-query-cached): Rename from query-dns-cached.
9374
9375 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9378         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9379         to check if those variables exist (first appeared in Emacs 18.50).
9380
9381 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * mm-util.el (mm-line-number-at-pos): New function.
9384
9385         * spam-report.el (spam-report-process-queue): Use it.
9386
9387 2008-12-24  David Engster  <dengste@eml.cc>
9388
9389         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9390         parameters that haven't existed as variables as buffer-local variables.
9391
9392 2008-12-23  Dave Love  <fx@gnu.org>
9393
9394         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9395         cadar.
9396
9397         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9398         imap-starttls-p.
9399         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9400
9401 2008-12-22  Dave Love  <fx@gnu.org>
9402
9403         * imap.el: Fix author email.  Doc fixes.
9404         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
9405         reply.
9406
9407 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * spam-report.el (spam-report-gmane-max-requests): New constant.
9410         (spam-report-gmane-wait): New variable.
9411         (spam-report-gmane-ham, spam-report-gmane-spam)
9412         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9413         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9414         the server.
9415
9416         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9417         Add explanations.
9418
9419         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9420         nnheader-accept-process-output and nnheader-read-timeout if available.
9421         (pop3-movemail): Use it.
9422
9423         * message.el (message-check-news-body-syntax): Fix signature check if
9424         there's an attachment.
9425
9426 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * mm-util.el: Add comments to the mm- emulating functions.
9429
9430 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9433         Reported by Stephen Berman <stephen.berman@gmx.net>.
9434
9435 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * mm-util.el (mm-substring-no-properties): New function.
9438         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9439         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9440         (mm-string-to-multibyte): Doc fix.
9441
9442         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9443
9444 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9445
9446         * mml.el (mml-attach-file): Strip text properties from file name.
9447         (Bug#1574)
9448
9449 2008-12-16  Glenn Morris  <rgm@gnu.org>
9450
9451         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9452
9453 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9456         knows since the charset specified might be a bogus alias that
9457         mm-charset-synonym-alist provides.
9458
9459 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9462         "ISO_8859-1".
9463
9464         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9465
9466 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * mm-util.el (mm-charset-eval-alist):
9469         Define it before mm-charset-to-coding-system.
9470         (mm-charset-to-coding-system): Add optional argument `silent';
9471         define it before mm-charset-override-alist.
9472         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9473         default value if it can be used in Emacs currently running;
9474         silence mm-charset-to-coding-system.
9475
9476 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9479         `allow-override' which says whether to use `mm-charset-override-alist'.
9480         (rfc2047-decode-encoded-words): Use it.
9481
9482         * mm-util.el (mm-charset-override-alist): Fix custom type;
9483         add `(gb2312 . gbk)' to choices.
9484
9485 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9488         fast.
9489
9490         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9491
9492         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
9493
9494 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9495
9496         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9497         on links.
9498
9499         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9500
9501 2008-12-03  Lute Kamstra  <lute@gnu.org>
9502
9503         * sha1.el: Remove leading * from docstrings of defcustoms,
9504         deffaces, defconsts and defuns.
9505
9506 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9509         users' addresses that don't have domain parts.
9510         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9511         rather than message-narrow-to-head since there will be the message
9512         header separator.
9513
9514 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9515
9516         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9517         since the result is inserted in a unibyte buffer anyway.
9518         (nnimap-demule-use-string-to-multibyte): Remove.
9519         (nnimap-demule): Alias it to mm-string-to-multibyte.
9520
9521 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9524         variable for debugging bug#464 and bug#1174.
9525         (nnimap-demule): Use it.
9526
9527 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9530         score calculation correctly.
9531
9532 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9533
9534         * message.el (message-send-mail): Just set the buffer to unibyte
9535         rather than use mm-with-unibyte-current-buffer which does a lot more.
9536         (message-send-mail-partially): Don't bother with
9537         mm-with-unibyte-current-buffer since it's already been made unibyte by
9538         message-send-mail.
9539
9540 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9541
9542         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9543
9544 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9545
9546         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9547
9548 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9551         require itself and to remove `with-no-warnings'.
9552
9553 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9554
9555         * starttls.el (starttls-any-program-available): Get the name of the
9556         available TLS layer program.
9557         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9558         well as the host name in the "opening" message.
9559
9560         * auth-source.el (auth-source-cache, auth-source-do-cache)
9561         (auth-source-user-or-password): Cache passwords and logins by default,
9562         allow override with `auth-source-do-cache'.
9563         (auth-source-forget-user-or-password): Allow users to remove cache
9564         entries if needed.
9565
9566 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
9567
9568         * md4.el (md4-buffer): Fix typo in docstring.
9569         (md4, md4-64): Doc fixes.
9570         (md4-pack-int32): Reflow docstring.
9571
9572 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9573
9574         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9575         condition-case to only the forward-sexp call.
9576
9577 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9578
9579         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9580         quotes contained.  Make it more robust regardless by an extra
9581         condition-case wrapper.
9582
9583 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * lpath.el: No need to fbind codepage-setup for Emacs 23.
9586
9587 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * nnml.el (nnml-request-expire-articles): Check if the function set to
9590         `nnmail-expiry-target' returns the symbol `delete'.
9591
9592         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9593
9594         * nnmail.el (nnmail-expiry-target): Fix custom type.
9595
9596 2008-10-02  Glenn Morris  <rgm@gnu.org>
9597
9598         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9599         Silence compiler warning.
9600
9601 2008-10-01  Magnus Henoch  <mange@freemail.hu>
9602
9603         * tls.el (open-tls-stream): Show the actual command being
9604         executed, instead of the format string.
9605
9606 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * lpath.el: Fbind codepage-setup for Emacs 23.
9609
9610 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9611
9612         * mml.el (mml-menu): Don't assume mml2015 is bound.
9613
9614 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9615
9616         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9617         exists.
9618
9619 2008-09-27  Glenn Morris  <rgm@gnu.org>
9620
9621         * gnus-util.el (mail-header-remove-comments): Autoload it.
9622
9623 2008-09-27  Andreas Schwab  <schwab@suse.de>
9624
9625         * gnus-util.el (gnus-split-references): Strip comments.
9626         (gnus-parent-id): Likewise.
9627
9628 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9629
9630         * message.el (message-confirm-send): Fix version.
9631
9632 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * message.el (message-idna-to-ascii-rhs-1): Use
9635         mail-extract-address-components rather than mail-header-parse-addresses
9636         that is an alias by default to ietf-drums-parse-addresses that does not
9637         support non-ASCII names in headers' contents.
9638
9639 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9640
9641         * message.el (message-confirm-send): Fix variable documentation to
9642         avoid the "y/n" wording.
9643
9644 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9645
9646         * message.el (message-set-auto-save-file-name): Save to a different
9647         filename so multiple messages (especially drafts) can be recovered.
9648
9649 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9650
9651         * message.el (message-confirm-send): Add appropriate version.
9652
9653 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9654
9655         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9656         defvar.
9657
9658 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9659
9660         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9661         (mm-pkcs7-enveloped-magic): Ditto.
9662
9663 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9664
9665         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9666         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9667
9668 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9669
9670         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9671         default, it's better.
9672
9673 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9674
9675         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9676         summary line gnus-number property and ignore them (with a warning
9677         message).
9678
9679 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9682         macro caddr in the interactive form since it won't be expanded.
9683
9684 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9687         `charset'; fix name of function called recursively.
9688         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9689
9690 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9693         (gnus-mime-set-charset-parameters): New function.
9694         (gnus-mime-view-part-as-charset): Use it to correctly display part
9695         specifying wrong charset.
9696
9697 2008-09-08  David Engster  <dengste@eml.cc>
9698
9699         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9700         in completing-read for back end server.
9701
9702 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9703
9704         * message.el (message-confirm-send): New variable to confirm sending a
9705         message.
9706         (message-send): Use it.
9707
9708 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9709
9710         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9711
9712 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9715
9716 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9717
9718         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9719         prevent tracking too many groups.
9720         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9721         Use it.
9722
9723 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9724
9725         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9726         moving point to the bottom of the window in order to avoid recentering.
9727
9728 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
9731
9732         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9733         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9734         (gnus-article-beginning-of-window): Fix calculation.
9735
9736 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * gnus-msg.el (gnus-summary-supersede-article)
9739         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9740         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9741         message header.
9742
9743 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
9744
9745         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
9746         pending output coming after the status change.
9747
9748 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9749
9750         * message.el:
9751         * gnus-start.el:
9752         * gnus-registry.el: Remove VMS support.
9753
9754 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9757         macro.
9758         (rfc2104-hash): Use it.
9759
9760 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9763         (gnus-summary-sort-by-most-recent-date): New commands.
9764         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9765         and menu entries.
9766
9767 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9770         don't redisplay article for raw contents; remove plural articles stuff.
9771
9772         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9773         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9774         on gnus-summary-save-article; display results properly.
9775
9776 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * lpath.el: No need to fbind ns-focus-frame.
9779
9780 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9783
9784 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * gnus-art.el (gnus-summary-save-in-pipe):
9787         Consider gnus-save-all-headers.
9788
9789 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9790
9791         * gnus-util.el (ns-focus-frame): Remove declaration.
9792         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9793         like x.
9794
9795 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9796
9797         * rfc2104.el (rfc2104-zero): Delete defconst.
9798         (rfc2104-hex-alist): Likewise.
9799         (rfc2104-hex-to-int): Delete func.
9800         (rfc2104-hexstring-to-bitstring): Likewise.
9801         (rfc2104-nybbles): New defconst.
9802         (rfc2104-hash): Rewrite for speed.
9803
9804 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * tls.el (open-tls-stream): Make it work with the 2nd argument
9807         BUFFER that is a string but does not exist as a buffer object, as
9808         mentioned in the doc-string.
9809
9810 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9813         SXEmacs.
9814
9815 2008-07-16  Glenn Morris  <rgm@gnu.org>
9816
9817         * gnus-util.el (ns-focus-frame): Declare for compiler.
9818
9819 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9822         set as a group parameter.
9823         (gnus-summary-save-in-pipe): Work when it is called independently.
9824         (gnus-summary-pipe-to-muttprint): Don't modify
9825         gnus-summary-pipe-output-default-command.
9826
9827 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9828
9829         * message.el (message-send-mail-with-sendmail):
9830         Display the error message.
9831
9832 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-art.el (gnus-default-article-saver):
9835         Add gnus-summary-save-in-pipe to choices.
9836         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9837         gnus-summary-pipe-output-default-command as the default command.
9838         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9839         instead of gnus-last-shell-command.
9840
9841         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9842         New user option.
9843         (gnus-summary-muttprint-program): Mention the value will be changed.
9844         (gnus-summary-save-article): Force showing of all headers.
9845         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9846
9847 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9848
9849         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9850
9851 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9852
9853         * nnimap.el (nnimap-id):
9854         * sieve-manage.el (sieve-manage-open): Doc fixes.
9855
9856 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9857
9858         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9859         if available.
9860
9861 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9862
9863         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9864
9865         * nnkiboze.el (nnkiboze-generate-group):
9866         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9867
9868         * nnmairix.el: Require CL.
9869
9870 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * dgnushack.el: Autoload get-display-table and put-display-table for
9873         XEmacs 21.5.
9874
9875         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9876         21.4 and SXEmacs.
9877
9878 2008-06-15  David Engster  <dengste@eml.cc>
9879
9880         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9881
9882 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9883
9884         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9885         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9886         runtime choice under XEmacs.
9887
9888         * gnus-sum.el (gnus-summary-set-display-table):
9889         Use `gnus-put-display-table', `gnus-get-display-table',
9890         `gnus-set-display-table' for the display table, instead of `aset'.
9891
9892         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9893         Use `gnus-put-display-table', `gnus-get-display-table',
9894         `gnus-set-display-table' for the display table.
9895
9896 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * nnmairix.el: Add autoloads.
9899
9900 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9901
9902         * nnmairix.el (nnmairix-delete-recreate-group)
9903         (nnmairix-update-and-clear-marks): Fix error messages.
9904
9905 2008-06-14  David Engster  <dengste@eml.cc>
9906
9907         * nnmairix.el: Upgrade to version 0.6.
9908         (nnmairix-group-toggle-propmarks-this-group)
9909         (nnmairix-group-toggle-readmarks-this-group)
9910         (nnmairix-group-delete-recreate-this-group)
9911         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9912         (nnmairix-remove-tick-mark-original-article): New commands.
9913         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9914         (nnmairix-propagate-marks-to-nnmairix-groups)
9915         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9916         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9917         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9918         functions needed for marks propagation and manipulation of read marks.
9919         (nnmairix-update-groups): New function.
9920         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9921         (nnmairix-determine-original-group-from-registry)
9922         (nnmairix-determine-original-group-from-path)
9923         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9924         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9925         New helper functions.
9926         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9927         keystrokes for new commands.
9928         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9929         (nnmairix-request-group): Check allow-fast group parameter.
9930         (nnmairix-request-create-group): Set allow-fast group parameter if
9931         nnmairix-allowfast-default is set.
9932         (nnmairix-close-group): Propagate marks upon closing if needed.
9933         (nnmairix-group-toggle-threads-this-group): Use new.
9934         nnmairix-group-toggle-parameter helper function.
9935         (nnmairix-search): Better check for empty search result.
9936         (nnmairix-goto-original-article): Use new helper functions for
9937         determining original article.
9938         (nnmairix-show-original-article): Make sure message-id is in brackets.
9939         (nnmairix-call-mairix-binary): Change variable name.
9940         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9941         helper function.
9942         (nnmairix-widget-toggle-activate): Fix doc string.
9943
9944 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * nnir.el: Require edmacro when compiling with XEmacs.
9947         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9948         available in Emacs 21.
9949
9950 2008-06-11  Glenn Morris  <rgm@gnu.org>
9951
9952         * gnus-util.el (x-focus-frame):
9953         * gnus.el (image-size):
9954         * mm-decode.el (image-size): Declare.
9955
9956         * gnus-picon.el (declare-function): Add compat definition.
9957         (image-size): Declare.
9958
9959         * gnus-group.el (tool-bar-map):
9960         * gnus-sum.el (tool-bar-map): Define for compiler.
9961
9962         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9963
9964         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9965
9966         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9967         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9968         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9969         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9970         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9971         * sieve-manage.el, spam-report.el, spam.el:
9972         Remove unnecessary eval-and-compile of autoloads.
9973
9974 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9975
9976         * auth-source.el: Precise Tramp doc.
9977
9978 2008-06-07  Glenn Morris  <rgm@gnu.org>
9979
9980         * nnmairix.el: Remove unnecessary eval-when-compile.
9981
9982 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * lpath.el: Fbind propertize for XEmacs 21.4.
9985
9986 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * nnir.el: Move here from ../contrib.
9989
9990 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9991
9992         * gnus-util.el (gnus-read-shell-command): New function.
9993         * mm-decode.el (mm-pipe-part):
9994         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9995
9996 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9999
10000 2008-06-03  Glenn Morris  <rgm@gnu.org>
10001
10002         * pop3.el (nnheader-accept-process-output): Autoload it.
10003
10004 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
10007         are not 2-digit hexadecimal characters that follow `%'s.
10008
10009 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * message.el (message-bogus-recipient-p): Fix type in doc string.
10012         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
10013         (message-bogus-addresses): Rename from message-bogus-address-regexp.
10014         Improve custom options.
10015         (message-bogus-recipient-p): Adjust accordingly.
10016
10017 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
10018
10019         * parse-time.el (parse-time-months, parse-time-weekdays): Add
10020         long-form month and day names.
10021
10022 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * dgnushack.el: Autoload debug, eudc-expand-inline and
10025         pgg-snarf-keys-region for XEmacs.
10026
10027         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
10028
10029         * nnmairix.el: Require edmacro when compiling with XEmacs.
10030
10031 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
10032
10033         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10034         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10035
10036 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10037
10038         * auth-source.el: Add more docs.
10039
10040         * netrc.el (netrc-machine): Always match if the port is not given.
10041
10042 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10043
10044         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10045         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10046         retrieval faster in some cases, but might make CPU usage larger.
10047         If this has any bad side effects, we might revert this change.
10048
10049         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10050         seems to make mail retrieval much, much faster.
10051         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10052         unconditionally.
10053
10054         * gnus-draft.el (gnus-group-send-queue):
10055         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10056
10057 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10058
10059         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10060
10061         * message.el (message-bogus-address-regexp): Fix and improve custom
10062         type.
10063         (message-setup-hook): Add message-check-recipients as custom option.
10064
10065 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10066
10067         * message.el (message-cite-function): Remove bogus autoload which crept
10068         in during merge from v5-10.
10069
10070 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10071
10072         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10073
10074         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10075
10076         * auth-source.el: Preliminary Tramp docs.
10077         (auth-sources): Change the default auth-sources to use
10078         EPA .gpg files.
10079
10080 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10081
10082         * nntp.el: Autoload `auth-source-user-or-password'.
10083         (nntp-send-authinfo): Use it.
10084
10085         * nnimap.el: Autoload `auth-source-user-or-password'.
10086         (nnimap-open-connection): Use it.
10087
10088         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10089         for the gnus-message function.
10090         (auth-source-user-or-password): Use it.
10091
10092 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10093
10094         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10095         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10096         (rfc2104-hash): Use it.
10097
10098 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10099
10100         * gnus-art.el (gnus-article-toggle-truncate-lines):
10101         Don't use `iff' in docstring.
10102
10103 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10104
10105         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10106
10107         * gnus-util.el (gnus-extract-address-component-name)
10108         (gnus-extract-address-component-email): Convenience functions around
10109         `gnus-extract-address-components'.
10110
10111         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10112         Use `gnus-extract-address-component-email' to fix bug of comparing full
10113         sender name to `user-mail-address'.
10114
10115 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10116
10117         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10118         catch/throw to optimize.
10119         (gnus-registry-find-keywords): Just use member to find a keyword.
10120
10121 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10122
10123         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10124         is current before calling gnus-server-prepare.
10125         (gnus-server-setup-buffer, gnus-server-update-server)
10126         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10127
10128 2008-05-04  Juri Linkov  <juri@jurta.org>
10129
10130         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10131         (mailcap-file-default-commands): Use mailcap-replace-in-string
10132         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10133         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10134
10135 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10136
10137         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10138
10139 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10140
10141         * gnus.el: Bump version to 0.11.
10142
10143 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10144
10145         * gnus.el: No Gnus v0.10 is released.
10146
10147 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10148
10149         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10150         hooks.
10151         (gnus-update-read-articles): Speed up non-marks-using users.
10152         (gnus-use-marks): Define gnus-use-marks.
10153         (gnus-propagate-marks): Rename variable to something more sensible.
10154
10155 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10156
10157         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10158         (gmm-image-load-path-for-library): Fix typos in docstrings.
10159         (gmm-message): Reflow docstring.
10160
10161 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10162
10163         * mail-source.el (mail-source-set-1, mail-source-bind):
10164         Move auth-source code out of the macro to clean it up and fix bugs.
10165
10166 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10167
10168         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10169         by sender if it's equal to user-mail-address, it's likely to be
10170         useless.
10171
10172         * mail-source.el (mail-source-bind): Don't use user or password if they
10173         are not bound.  Unintern them if they are nil.  Don't use server unless
10174         it's bound, and default it to empty string otherwise.
10175
10176 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10177
10178         * mail-source.el: Load auth-source.el.
10179         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10180         get user name or password, if auth-sources is set up.
10181
10182         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10183         strategy of splitting with parent.
10184         (gnus-registry-split-fancy-with-parent)
10185         (gnus-registry-post-process-groups): Use it and fix prior
10186         bug (returning a list as the split result).
10187
10188         * auth-source.el (auth-sources): Remove server parameter.
10189         (auth-source-pick, auth-source-user-or-password)
10190         (auth-source-user-or-password-imap)
10191         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10192         (auth-source-user-or-password-sftp)
10193         (auth-source-user-or-password-smtp): Remove server parameter.
10194
10195 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10196
10197         * smime.el (smime-sign-region, smime-encrypt-region)
10198         (smime-decrypt-region):
10199         Remove redundant calls to `generate-new-buffer-name'.
10200
10201 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10202
10203         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10204         Don't use QP for message/rfc822.
10205         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10206
10207 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10208
10209         * sieve-manage.el (sieve-string-bytes): Remove.
10210         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10211         correct byte-length only if the process's coding-system is the same as
10212         the one used internally by Emacs to represent strings.
10213
10214 2008-04-22  Juri Linkov  <juri@jurta.org>
10215
10216         * mailcap.el (mailcap-file-default-commands): New function.
10217
10218 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10219
10220         * message.el (message-signature-separator, message-cite-function):
10221         Change custom version.
10222
10223 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10224
10225         * tls.el (tls-program): Add -ign_eof argument to call the openssl
10226         commands.
10227         (tls-checktrust): Ditto.
10228
10229 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10230
10231         * mm-decode.el (mm-display-external): Make temp file read-only.
10232
10233 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10234
10235         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10236         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10237         `C-c C-f d'.
10238
10239 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10240
10241         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10242
10243 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * gnus.el: Bump version to 0.9.
10246
10247 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * gnus.el: No Gnus v0.8 is released.
10250
10251 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10252
10253         * mail-source.el (mail-source-value):
10254         Prefer fboundp to functionp so it works with macros as well.
10255
10256 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10257
10258         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10259         Fix last change in case the element is not even a symbol.
10260
10261 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10262
10263         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10264         Prefer fboundp to functionp so it works with macros as well.
10265
10266 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10267
10268         * auth-source.el: Add docs.
10269         (auth-sources): Modify format to support server.
10270         (auth-source-pick, auth-source-user-or-password)
10271         (auth-source-user-or-password-imap)
10272         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10273         (auth-source-user-or-password-sftp)
10274         (auth-source-user-or-password-smtp): Add server parameter.
10275
10276 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10277
10278         * gnus-registry.el: Initialize the registry when gnus-registry-install
10279         is t.
10280
10281 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * compface.el (uncompface): Make buffer unibyte.
10284
10285 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10286
10287         * mail-source.el (mail-source-value):
10288         Prefer fboundp to functionp so it works with macros as well.
10289
10290 2008-04-05  Glenn Morris  <rgm@gnu.org>
10291
10292         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10293
10294 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10295
10296         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10297         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10298
10299         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10300         multibyteness after rather than before erasing it.
10301
10302         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10303         mm-with-multibyte.
10304         (gnus-request-article-this-buffer): Make sure the proper decoding is
10305         used if gnus-original-article-buffer happens to be unibyte.
10306
10307         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10308         default-enable-multibyte-characters.
10309
10310         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10311         default-enable-multibyte-characters.
10312
10313         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10314
10315         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10316
10317 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10318
10319         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10320         Fix last change in case the element is not even a symbol.
10321
10322 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10323
10324         * imap.el (imap-enable-exchange-bug-workaround): New variable.
10325         (imap-message-copyuid-1): Use it.
10326         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
10327         J. Williams in
10328         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
10329
10330         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10331         imap-enable-exchange-bug-workaround.
10332         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10333
10334 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10335
10336         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10337         a 100 byte status-checks into a 2-3MB transfer for each group.
10338         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10339         to enable bug workaround or not.
10340         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10341
10342 2008-03-31  Glenn Morris  <rgm@gnu.org>
10343
10344         * message.el (mml2015-use): Declare for compiler.
10345         (message-info): Require mml2015 when appropriate.
10346
10347 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * Makefile.in (EMACS_COMP): Quote directory name that might contain
10350         whitespace.
10351
10352 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10353
10354         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10355         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10356         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10357         (nntp-service-to-port): New function.
10358         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10359         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10360         (nntp-open-netcat-stream): New function.
10361         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10362
10363 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10364
10365         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10366
10367 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10368
10369         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10370
10371 2008-03-28  Magnus Henoch  <mange@freemail.hu>
10372
10373         * dns.el (dns-write): Use set-buffer-multibyte.
10374
10375 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10376
10377         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10378
10379 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * message.el (message-signature-separator): Change default.
10382         Improve custom type.
10383         (message-cite-function): Change default to
10384         message-cite-original-without-signature.
10385
10386         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10387         toggle.
10388
10389         * message.el (message-check-news-body-syntax): Fix signature check.
10390         (message-setup-1): Mark buffer as unmodified _after_ running
10391         message-setup-hook and handling message-alternative-emails.
10392         (message-shorten-references): Be more strict when building list of
10393         valid references to comply with GNKSA.
10394
10395         * gnus-group.el (gnus-read-ephemeral-bug-group)
10396         (gnus-read-ephemeral-debian-bug-group)
10397         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10398
10399         * message.el (message-info): Don't use booleanp which isn't supported
10400         in Emacs 21 and XEmacs.
10401
10402 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10403
10404         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10405         gnus-group-gmane-group-download-format.
10406         (gnus-group-read-ephemeral-gmane-group): Rename from
10407         gnus-group-read-ephemeral-gmane-group.
10408         (gnus-read-ephemeral-gmane-group-url): Rename from
10409         gnus-group-read-ephemeral-gmane-group-url.
10410         (gnus-bug-group-download-format-alist): New variable.
10411         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10412         (gnus-read-ephemeral-emacs-bug-group): New commands.
10413
10414 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10417         (gnus-visible-headers): Improve custom type.
10418
10419 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * mml.el (mml-menu): Add workarounds for XEmacs.
10422
10423         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10424         X-Boundary header.
10425
10426         * message.el (message-simplify-recipients): Fix previous commit.
10427
10428 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10429
10430         * mm-util.el (mm-set-buffer-multibyte): New function.
10431         * mm-decode.el (mm-copy-to-buffer): Use it.
10432
10433         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10434         Prefer fboundp to functionp so it works with macros as well.
10435
10436 2008-03-19  Glenn Morris  <rgm@gnu.org>
10437
10438         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
10439         Accidentally removed in the sync process with Emacs.
10440
10441 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * message.el (message-alter-recipients-discard-bogus-full-name):
10444         New function.
10445         (message-alter-recipients-function): New variable.
10446         (message-get-reply-headers): Use it.
10447         (message-replace-header): New helper function.
10448         (message-recipients-without-full-name): New variable.
10449         (message-simplify-recipients): New command.
10450
10451         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10452
10453         * message.el (message-info): Handle EasyPG manual.
10454
10455         * mml.el (mml-menu): Add entry for EasyPG.
10456
10457 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10458
10459         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10460         parameter.
10461
10462         * message.el (message-disassociate-draft): Specify drafts group name
10463         fully.
10464
10465 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10466
10467         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10468         Eliminate unnecessary duplicates from the match list.
10469
10470 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
10473
10474         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
10475
10476         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10477         args of `how-many' of which the XEmacs version doesn't take; declare
10478         Info-index-next as function.
10479
10480 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10481
10482         * gnus-score.el (gnus-score-headers): Fix handling of
10483         gnus-inhibit-slow-scoring.
10484
10485         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10486         string.
10487         (gnus-button-url-regexp): Improve handling of parenthesis.
10488         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10489         (gnus-button-handle-info-keystrokes): Handle index entries.
10490
10491 2008-03-15  Glenn Morris  <rgm@gnu.org>
10492
10493         * parse-time.el (parse-time-string): Simplify.
10494
10495 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10498         Incoming* files.
10499
10500 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10501
10502         * auth-source.el (auth-sources): Rename from auth-source-choices.
10503         (auth-source-pick): Use it.
10504
10505 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10506
10507         * binhex.el (binhex-decode-region-internal):
10508         * uudecode.el (uudecode-decode-region-internal):
10509         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10510         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10511         setting default-enable-multibyte-characters.
10512
10513 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10514
10515         * auth-source.el (auth-source-protocols)
10516         (auth-source-protocols-customize, auth-source-choices): Add and
10517         modified variable customizations and defaults.
10518         (auth-source-pick, auth-source-user-or-password)
10519         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10520         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10521         (auth-source-user-or-password-sftp)
10522         (auth-source-user-or-password-smtp): Use new variables and provide an
10523         interface to netrc.el.
10524
10525 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10528         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10529         Make sure the nntp port to specify is a string.
10530
10531 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10532
10533         * nntp.el: Use with-current-buffer.
10534         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10535         dubious mm-with-unibyte-current-buffer.
10536         (nntp-with-open-group-function): New function extracted from
10537         nntp-with-open-group macro.
10538         (nntp-with-open-group): Use the function, so it's easier to debug.
10539         Add indentation and debugging info.
10540         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10541         Recommend the use of the netcat alternatives.
10542
10543         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10544         Avoid mm-string-as-multibyte as well.
10545
10546         * nnweb.el (nnweb-insert-html):
10547         Remove use of nnheader-string-as-multibyte.
10548
10549         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10550         (nnheader-string-as-multibyte): Remove.
10551
10552         * mm-view.el: Use inhibit-read-only.
10553         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10554         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10555         or unibyte-string.
10556
10557         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10558         (mm-uu-yenc-extract): Use with-current-buffer.
10559
10560         * gnus-soup.el (gnus-soup-send-packet): Don't use
10561         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10562
10563         * nnmh.el: Use with-current-buffer.
10564         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10565         mm-string-as-multibyte on the output of mm-encode-coding-string.
10566
10567         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10568         (nnimap-request-move-article): Use with-current-buffer.
10569
10570         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10571         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10572         conversion uses string-make-unibyte rather than string-as-unibyte.
10573
10574         * gnus-msg.el: Use with-current-buffer.
10575
10576         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10577
10578 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10579
10580         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10581         string for caching if it is 'PIN.
10582
10583 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * lpath.el: Consider the case without Emacs/W3.
10586
10587 2008-03-08  Glenn Morris  <rgm@gnu.org>
10588
10589         * time-date.el (date-to-time, time-subtract, time-add)
10590         (safe-date-to-time): Doc fixes.
10591
10592 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10593
10594         * mail-source.el (mail-source-delete-old-incoming-confirm):
10595         Change default to nil.
10596         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10597
10598 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * lpath.el: Rearrange.
10601
10602         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10603         (gnus-article-goto-prev-page): Work for articles having ^L's.
10604
10605         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10606
10607         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10608
10609 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10610
10611         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10612         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10613         (gnus-bookmark-jump): Adjust some variable names.
10614
10615 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10616
10617         * auth-source.el: New package.
10618         (auth-source-choices): Add customization entry point variable.
10619
10620         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10621         bug.
10622
10623 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10624
10625         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10626         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10627         (gnus-registry-install-shortcuts): Rename from
10628         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10629         the `gnus-registry-mark-map' keymap dynamically from
10630         `gnus-registry-marks'.  The generated functions update the summary line
10631         when a registry mark is added or deleted, and will call
10632         `gnus-registry-install-p' (see the comments in the code).
10633         (gnus-registry-user-format-function-M): Use concat intelligently.
10634
10635         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10636         the registry mark functions.
10637
10638 2008-03-05  Glenn Morris  <rgm@gnu.org>
10639
10640         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10641         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10642         gnus-art.
10643         (top-level): No need to load own source when compiling.
10644
10645 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10648         Suggested by <chris.anderton@zetnet.co.uk>.
10649
10650 2008-03-04  Glenn Morris  <rgm@gnu.org>
10651
10652         * gnus-sum.el (top-level): No need to require gnus when compiling,
10653         since unconditionally required near start of file.
10654         (gnus-summary-display-while-building): Move definition before use.
10655
10656 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10657
10658         * gnus-registry.el (gnus-registry-user-format-function-M):
10659         Add formatting function.
10660
10661 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10662
10663         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10664         with plists.
10665         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10666         Use new format.
10667
10668 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10671         `where-is-internal' that returns a range of key sequences.
10672
10673 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10674
10675         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10676
10677         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10678         (gnus-summary-jump-to-group): Consider windows on other displayed
10679         frames as well.  Similar changes might be needed elsewhere, but that's
10680         the one I've bumped into during my use.
10681
10682         * nndoc.el (nndoc-oe-dbx-type-p):
10683         * gnus-msg.el (gnus-debug):
10684         * gnus-group.el (gnus-update-group-mark-positions):
10685         Use mm-string-to-multibyte.
10686
10687 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10688
10689         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10690         doesn't handle NotDashEscaped.
10691
10692         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10693         (mml-dnd-attach-options): Fix typo in custom choice.
10694
10695         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10696         Change nndoc-article-type to mbox.
10697         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10698
10699         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10700         to nil, instead of html2text.
10701
10702         * imap.el (imap-debug): Add `imap-ping-server'.
10703
10704         * gnus-bookmark.el: Add FIXMEs.
10705
10706         * message.el (message-form-letter-separator)
10707         (message-send-form-letter-delay): New variables.
10708         (message-send-form-letter): Use them.  New command to send form
10709         letters.  Requested by Uwe Siart.
10710         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10711
10712 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * Update copyright years.
10715
10716 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         Sync from EMACS_22_BASE.
10719
10720         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
10721
10722 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10723
10724         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10725         empty author.
10726
10727 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10728
10729         * gnus-registry.el (gnus-registry-marks): Add variable for
10730         customization of marks and their appearance.
10731         (gnus-registry-read-mark): Use it.
10732         (gnus-registry-do-marks): Add utility function to loop through
10733         `gnus-registry-marks'.
10734         (gnus-registry-install-shortcuts-and-menus): Add function to install
10735         shortcuts and menus.
10736         (gnus-registry-initialize): Use it.
10737         (gnus-registry-default-mark): Clarify documentation.
10738
10739 2008-02-29  Glenn Morris  <rgm@gnu.org>
10740
10741         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10742         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10743         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10744         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10745         Change defcustom :version from 23.0 to 23.1.
10746
10747 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10748
10749         * gnus-registry.el (gnus-registry-follow-group-p)
10750         (gnus-registry-post-process-groups): Add functions to aid registry
10751         splitting and improve logging.  Clarify behavior in function
10752         documentation.
10753         (gnus-registry-split-fancy-with-parent): Use them.
10754
10755 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10756
10757         * gnus-art.el: Use with-current-buffer.
10758
10759 2008-02-27  David Engster  <dengste@eml.cc>
10760
10761         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10762         Express real group name in the response.
10763
10764 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10767         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10768         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10769         autoload gnus-registry-fetch-group when compiling.
10770         (nnmairix-request-group-with-article-number-correction):
10771         Remove unreferenced argument passed to nnmairix-call-backend.
10772
10773 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10776         (mm-uu-extract): Improve face for low color ttys.
10777         Reported by Sascha Wilde.
10778
10779 2008-02-27  Glenn Morris  <rgm@gnu.org>
10780
10781         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10782         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10783         variables to defconsts.  Convert comments to doc-strings.
10784         (nnmairix-last-server, nnmairix-current-server): Convert from free
10785         variables to defvars.  Convert comments to doc-strings.
10786         (gnus-registry-fetch-group): Autoload.
10787         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10788         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10789         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10790         caddr.
10791         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10792         nnmairix-request-group-with-article-number-correction call.
10793         (nnmairix-fast, nnmairix-group): New, less general names, for free
10794         variables passed from nnmairix-request-group to
10795         nnmairix-request-group-with-article-number-correction.  Declare.
10796         (nnmairix-request-group-with-article-number-correction):
10797         Use nnmairix-fast, nnmairix-group rather than fast, group.
10798
10799 2008-02-26  David Engster  <dengste@eml.cc>
10800
10801         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10802         version 0.5.
10803
10804 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10805
10806         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10807         instead of making an extra function call.  Don't add the current group
10808         to articles only when they have the group.  Use
10809         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10810         Reported by David <de_bb@arcor.de>.
10811
10812 2008-02-24  Miles Bader  <miles@gnu.org>
10813
10814         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10815         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10816         (mm-find-mime-charset-region):
10817         * mm-bodies.el (mm-encode-body):
10818         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10819
10820 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10823         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10824
10825 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * mail-source.el (mail-source-delete-incoming): Change default.
10828         Supplement doc string.
10829
10830         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10831
10832 2008-02-14  Glenn Morris  <rgm@gnu.org>
10833
10834         * time-date.el (format-seconds): New function.
10835
10836 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10837
10838         * nnmail.el (nnmail-message-id-cache-file): Derive from
10839         `gnus-home-directory'.
10840
10841 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10844         Document negative prefix.
10845
10846         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10847
10848 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10849
10850         * message.el (message-unsent-separator): Add the Exim bounce
10851         separator.
10852
10853 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10854
10855         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10856         list.
10857         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10858         recipient/signer list.
10859
10860 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * Makefile.in (datarootdir): Define.
10863         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10864         name that might contain whitespace.
10865
10866 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10867
10868         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10869         fbound (Emacs 23 unicode), signal an error.
10870
10871 2008-02-08  Glenn Morris  <rgm@gnu.org>
10872
10873         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10874
10875 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10876
10877         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10878         ports to the calls to `netrc-machine-user-or-password' in addition to
10879         "imap" and "imaps".
10880
10881 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10882
10883         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10884
10885         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10886
10887 2008-02-01  Kenichi Handa  <handa@m17n.org>
10888
10889         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10890         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10891         (rfc2104-hash): Convert the result of concat to unibyte string.
10892
10893 2008-02-01  Dave Love  <fx@gnu.org>
10894
10895         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10896         coding-system-for-read.
10897         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10898
10899 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10902         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10903         <hanche@math.ntnu.no>.
10904
10905 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10908
10909         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10910
10911 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10912
10913         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10914         * message.el (message-beginning-of-line): Use featurep instead of bound
10915         tests in order to resolve conditionals at compile time.
10916
10917 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10918
10919         * mail-source.el (mail-sources): Add `group' choice.
10920
10921         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10922         parameter `in-group' to control into which group the articles go.
10923         Add treatment of `group' mail-source.
10924
10925 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10928
10929         * mm-decode.el (mm-dissect-buffer): Decode description.
10930
10931         * mml.el (mml-to-mime): Encode message header first.
10932
10933 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10936         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10937
10938         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10939         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10940
10941 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10942
10943         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10944
10945 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10948         prefix keys.
10949         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10950         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10951         gnus-xmas.el.
10952
10953         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10954         (gnus-xmas-article-describe-bindings): New function.
10955         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10956         gnus-xmas-article-describe-bindings.
10957
10958         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10959
10960 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10961
10962         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10963         Add new variables for article mark management.
10964         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10965         list of extra data entries which, when present, will indicate that the
10966         article ID should not be trimmed from the registry.
10967         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10968         functions.
10969         (gnus-registry-read-mark): New function to read a mark name from the
10970         user.
10971         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10972         (gnus-registry-set-article-mark-internal): New functions to add and
10973         remove marks.
10974         (gnus-registry-get-article-marks): New function to show the marks for
10975         an article, or retrieve them for further use.
10976
10977 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10980         keys when no argument is given.
10981
10982 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * imap.el (imap-ping-server): New variable.
10985         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10986         (imap-ping-server): Minor doc string fixes.
10987
10988 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10989
10990         * imap.el (imap-ping-server): New function.
10991         (imap-opened): Call imap-ping-server.
10992
10993 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10994
10995         * gnus-sum.el (gnus-article-sort-by-random)
10996         (gnus-thread-sort-by-random): Fix doc strings.
10997         Reported by jidanni@jidanni.org.
10998
10999 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * gnus-art.el (gnus-article-describe-bindings): New function.
11002         (gnus-article-read-summary-keys): Use it.
11003         (gnus-article-mode-map): Bind `C-h b' to it.
11004
11005 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
11008         XEmacs.
11009         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11010         Protect against non-character events.
11011
11012         * lpath.el: Fbind map-keymap for Emacs 21.
11013
11014 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
11017         New command.
11018         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
11019         instead of END.  Change name of the temp file.
11020         (gnus-group-gmane-group-download-format): Add doc string.  Make it
11021         customizable.
11022
11023 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
11026         bind `S W' to gnus-article-wide-reply-with-original; set default
11027         binding to gnus-article-read-summary-send-keys.
11028         (gnus-article-read-summary-keys): Fix the order of keys; display
11029         continuation keys correctly in the echo area; describe bindings
11030         correctly when keys end with `C-h'.
11031         (gnus-article-read-summary-send-keys): New function.
11032         (gnus-article-describe-key, gnus-article-describe-key-briefly):
11033         Work for gnus-article-read-summary-send-keys; display continuation keys
11034         correctly in the echo area.
11035         (gnus-article-reply-with-original): Ignore prefix argument.
11036         (gnus-article-wide-reply-with-original): New function.
11037
11038         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
11039         Emacs 21.
11040
11041 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
11044         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
11045
11046 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
11049         (gnus-group-read-ephemeral-gmane-group): New command.
11050
11051 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
11052
11053         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
11054
11055 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11056
11057         * message.el (message-send-mail-function): Increase custom version.
11058
11059         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
11060         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
11061
11062 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11063
11064         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
11065         for the cases where imap-authenticate is called with a nil buffer
11066         parameter.
11067
11068 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
11071         html parts correctly; support forwarded messages.
11072         (gnus-article-browse-html-article): Remove work buffers.
11073
11074         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
11075         compiling.
11076         (netrc-bound-and-true-p): New macro.
11077         (netrc-parse): Use it instead of bound-and-true-p that is not available
11078         in XEmacs 21.4.
11079
11080 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
11081
11082         * gnus-registry.el (gnus-registry-mark-article)
11083         (gnus-registry-article-marks): Add functionality to mark articles
11084         through the Gnus registry.
11085
11086         * encrypt.el: Clarify documentation for the new pgg method.
11087         (encrypt-file-alist): Add PGG option.
11088         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
11089         functionality.  Abstract password key and messaging to external
11090         functions.
11091         (encrypt-password-key, encrypt-get-passphrase-if-needed)
11092         (encrypt-message-method-and-cipher): Add new convenience external
11093         functions.
11094         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
11095         (encrypt-pgg-process-buffer): Add PGG functionality glue.
11096
11097         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
11098         (netrc-parse): Use encrypt-file-alist to determine if
11099         encrypt-find-model or encrypt-insert-file-contents should be used.
11100
11101         * encrypt.el: Clarify documentation.  Load password-cache or
11102         password, whichever one is found first, instead of autoloading.
11103
11104 2007-12-19  Glenn Morris  <rgm@gnu.org>
11105
11106         * mml.el (message-options-set, message-narrow-to-head)
11107         (message-in-body-p, message-mail-p, message-encode-message-body):
11108         Autoload.
11109         (message-remove-header, message-narrow-to-headers-or-head)
11110         (message-subscribed-p, message-make-mail-followup-to)
11111         (message-position-on-field, message-news-p)
11112         (message-options-set-recipient, message-generate-headers)
11113         (message-sort-headers): Declare as functions.
11114
11115 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
11118         convention in doc string.
11119
11120 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11121
11122         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
11123         title to html parts.
11124         (gnus-article-browse-html-article): Pass message header to it.
11125
11126         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
11127
11128 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
11129
11130         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
11131         or password compatible with XEmacs.
11132
11133 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
11136         format document.
11137         (gnus-mime-delete-part): Don't write description line if empty.
11138         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
11139
11140 2007-12-14  Johan BockgĂ„rd  <bojohan@gnu.org>
11141
11142         * gnus-sum.el (gnus-summary-mark-unread-as-read)
11143         (gnus-summary-mark-read-and-unread-as-read)
11144         (gnus-summary-mark-current-read-and-unread-as-read)
11145         (gnus-summary-mark-unread-as-ticked): Doc fix.
11146         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
11147
11148 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
11151         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11152
11153 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
11154
11155         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
11156         yes-or-no-p.
11157
11158 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * mm-decode.el (mm-add-meta-html-tag): New function.
11161         (mm-save-part-to-file, mm-pipe-part): Use it.
11162
11163         * gnus-art.el (gnus-article-browse-delete-temp-files):
11164         Use gnus-y-or-n-p instead of y-or-n-p.
11165         (gnus-article-browse-html-parts): Work with message/external-body; use
11166         mm-add-meta-html-tag.
11167
11168 2007-12-11  Glenn Morris  <rgm@gnu.org>
11169
11170         * gnus-cache.el: Require gnus-sum not just when compiling.
11171
11172         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11173
11174         * gnus-int.el (gnus-server-opened, gnus-status-message):
11175         Move definitions before use.
11176
11177         * mm-decode.el: Require gnus-util.
11178         (mm-remove-part): Only call delete-annotation on XEmacs.
11179
11180         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11181
11182         * nnmail.el: Require gnus-int.
11183
11184         * spam.el: Move `require's before `eval-when-compile's.
11185
11186         * gnus-ems.el (gnus-alive-p):
11187         * gnus-fun.el (message-goto-eoh):
11188         * gnus-util.el (gnus-group-name-decode):
11189         * mail-source.el (gnus-compress-sequence):
11190         * message.el (Info-goto-node, format-spec):
11191         * mm-bodies.el (message-options-get):
11192         * mm-decode.el (mm-view-pkcs7):
11193         * mm-util.el (gmm-write-region):
11194         * mml-smime.el (mml-compute-boundary)
11195         (gnus-completing-read-with-default):
11196         * mml.el (widget-button-press, gnus-make-hashtable):
11197         * mml1991.el (mm-decode-content-transfer-encoding)
11198         (mm-encode-content-transfer-encoding)
11199         (message-options-get, message-options-set):
11200         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11201         * nnfolder.el (gnus-request-group):
11202         * nnheader.el (ietf-drums-unfold-fws):
11203         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11204         * smime.el (gnus-run-mode-hooks):
11205         * spam-stat.el (gnus-message): Autoload.
11206
11207         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11208         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11209         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11210         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11211         Add declare-function compatibility definition.
11212
11213         * gnus-cache.el (nnvirtual-find-group-art):
11214         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11215         (gnus-add-image, gnus-add-wash-type):
11216         * gnus-group.el (nnkiboze-score-file):
11217         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11218         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11219         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11220         (message-tokenize-header, gnus-get-buffer-create)
11221         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11222         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11223         * gnus.el (gnus-group-decoded-name):
11224         * mail-source.el (imap-capability):
11225         * mm-bodies.el (message-options-set):
11226         * mm-decode.el (gnus-configure-windows):
11227         * mm-extern.el (message-goto-body):
11228         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11229         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11230         (epg-sub-key-validity, message-options-set):
11231         * mml.el (widget-event-point, gnus-configure-windows):
11232         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11233         * mml2015.el (epg-check-configuration, epg-configuration)
11234         (message-options-set):
11235         * nndb.el (nndb-request-article):
11236         * nnfolder.el (gnus-request-create-group):
11237         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11238         * nnmaildir.el (gnus-group-mark-article-read):
11239         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11240         * rfc1843.el (message-fetch-field):
11241         * spam.el (gnus-extract-address-components):
11242         Declare as functions.
11243
11244 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11247
11248         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
11249
11250         * lpath.el: Fbind run-mode-hooks for Emacs 21;
11251         bind show-trailing-whitespace for XEmacs.
11252
11253 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
11256         new no-op macro for backward compatibility.
11257
11258         * imap.el (imap-string-to-integer): New function.
11259
11260 2007-12-09  Glenn Morris  <rgm@gnu.org>
11261
11262         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11263
11264         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11265         * message.el, mm-view.el, sieve-manage.el, smime.el:
11266         Add declare-function compatibility definition.
11267
11268         * gnus-art.el (w3-region, w3m-region, Info-menu):
11269         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11270         * gnus-sum.el (gnus-get-predicate):
11271         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11272         * message.el (mail-abbrev-in-expansion-header-p):
11273         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11274         (w3m-detect-meta-charset, w3m-region):
11275         * sieve-manage.el (password-read, password-cache-add)
11276         (password-cache-remove):
11277         * smime.el (password-read-and-add): Declare as functions.
11278
11279 2007-12-08  David Kastrup  <dak@gnu.org>
11280
11281         * gnus-sum.el (gnus-summary-simplify-subject-query):
11282         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11283         `message'.
11284
11285 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
11288         it to bind idna-program, installation-directory, defined-colors, and
11289         face-attribute for XEmacs of the version that compiles defcustom forms.
11290
11291 2007-12-07  Glenn Morris  <rgm@gnu.org>
11292
11293         * gnus-art.el (article-make-date-line): Revert previous change.
11294
11295 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11296
11297         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11298
11299 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11300
11301         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11302         Call gnus-add-to-range ranges only once with a prepared article-list.
11303
11304 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11305
11306         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11307         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11308         group names with backslashes.
11309         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11310
11311 2007-12-06  Deepak Goel  <deego3@gmail.com>
11312
11313         * gnus-art.el (article-make-date-line):
11314         * gnus-start.el (gnus-load):
11315         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11316
11317 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * gnus-art.el (gnus-use-idna)
11320         * gnus-start.el (gnus-site-init-file)
11321         * message.el (message-use-idna)
11322         * mm-uu.el (mm-uu-hide-markers)
11323         * smiley.el (smiley-style): Revert changes that suppress warnings.
11324
11325 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11328         specify charset to html source.
11329         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11330
11331 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11334         idna-program in order to suppress byte compile warning issued by XEmacs
11335         that came to byte compile the default value section of defcustom forms
11336         recently.
11337
11338         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11339         value of installation-directory.
11340
11341         * message.el (message-use-idna): Don't directly refer to the value of
11342         idna-program.
11343
11344         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11345
11346         * smiley.el (smiley-style): Don't directly call face-attribute.
11347
11348 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11351
11352         * gnus-dired.el: Reduce Gnus dependencies.
11353         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11354         Don't require.  Use autoloads instead.
11355         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11356         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11357         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11358         (gnus-dired-mode): Adjust doc string.
11359         (gnus-dired-mail-mode): New variable.
11360         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11361         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11362         (gnus-dired-mail-buffers): New function.  Return mail or message
11363         composition buffers.
11364         (gnus-dired-attach): Use it.
11365         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11366         NO-DECODE.
11367         (gnus-dired-print): Use `gnus-print-buffer' depending on
11368         `gnus-dired-mail-mode'.
11369
11370 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * rfc2047.el (rfc2047-encoded-word-regexp)
11373         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11374         explaining what regexp patterns are for.
11375
11376 2007-12-04  Glenn Morris  <rgm@gnu.org>
11377
11378         * password.el: Move to password-cache.el.
11379
11380         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11381         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11382         * mml-smime.el (password-read, password-cache-add)
11383         (password-cache-remove):
11384         No need to autoload, since mml-sec requires password.
11385
11386         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11387         * message.el (gnus-extract-address-components):
11388         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11389
11390         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11391         password.
11392
11393 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * mailcap.el: Reduce dependencies.
11396         (mail-header-parse-content-type): Autoload.
11397         (mailcap-delete-duplicates): New alias.
11398         (mailcap-mime-info): Add optional argument NO-DECODE.
11399         (mailcap-mime-types): Use mailcap-delete-duplicates.
11400
11401         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11402
11403 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
11404
11405         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
11406         (imap-parse-status): Upcase status-att for servers that sends them
11407         lower-case (e.g., MS Exchange 2007).
11408
11409 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11410
11411         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11412         function.
11413
11414         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11415         (gnus-uu-yenc-article): New function.
11416
11417         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11418
11419         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11420
11421 2007-12-02  Glenn Morris  <rgm@gnu.org>
11422
11423         * binhex.el (binhex): New custom group.
11424         (binhex-decoder-program, binhex-decoder-switches)
11425         (binhex-use-external): Move to the binhex custom group.
11426
11427         * uudecode.el (uudecode): New custom group.
11428         (uudecode-decoder-program, uudecode-decoder-switches)
11429         (uudecode-use-external): Move to the uudecode custom group.
11430
11431         * netrc.el (top-level): Don't load `encrypt' features.
11432         (netrc-parse): Don't use encrypt.
11433         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
11434
11435         * encrypt.el: Remove file.
11436
11437 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11440         matches on patches.
11441
11442         * gnus-art.el (gnus-article-browse-html-article):
11443         Mention `mm-text-html-renderer' in the doc string.
11444
11445         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11446         string.  Add comments.
11447
11448         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11449         if rhs is ASCII.
11450
11451 2007-12-01  Glenn Morris  <rgm@gnu.org>
11452
11453         * mail-source.el (top-level): Require format-spec before
11454         eval-when-compile.
11455
11456 2007-11-30  Glenn Morris  <rgm@gnu.org>
11457
11458         * encrypt.el: Require password, rather than autoloading password-read.
11459
11460 2007-11-29  Glenn Morris  <rgm@gnu.org>
11461
11462         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
11463         (sasl-make-client, sasl-next-step, sasl-step-data)
11464         (sasl-step-set-data): Declare as functions.
11465
11466 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
11467
11468         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
11469
11470 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11471
11472         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
11473         certs should be verified and what is to be done in the event of a
11474         verification failure.
11475
11476         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11477         caller can indicate whether the cache should be disregarded for this
11478         call.  This way the result of the call is reproducible at all times and
11479         can be considered a canonical server name for the supplied method.
11480         (gnus-agent-method-p): Canonicalize server names by pushing their
11481         method through `gnus-method-to-server' using the no-cache argument.
11482
11483         * gnus-srvr.el (gnus-server-insert-server-line):
11484         Call `gnus-method-to-server' with `no-cache' argument.
11485
11486         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11487         gnus-agent-possibly-synchronize-flags as this should be called when the
11488         server is actually being opened.
11489         (gnus-agent-possibly-synchronize-flags)
11490         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11491         flags file of an agentized server to the latter function.
11492
11493         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11494         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11495         after a connection has been established successfully.
11496
11497 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-art.el (article-display-face): Force to display face if called
11500         interactively; check if gnus-article-x-face-too-ugly matches author.
11501         (article-display-x-face): Display face even if From header is missing
11502         as article-display-face does.
11503
11504 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
11505
11506         * hashcash.el (message-narrow-to-headers-or-head)
11507         (message-fetch-field, message-goto-eoh)
11508         (message-narrow-to-headers): Declare as functions.
11509
11510 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * mail-source.el (mail-sources): Default to fetch from file for
11513         compatibility with default of nnmail-spool-file.
11514
11515 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11518         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11519         to look for encoded word that should be encoded again.
11520         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11521         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11522         encoding pattern.
11523         (rfc2047-decode-region): Switch strict regexp and loose one according
11524         to rfc2047-allow-irregular-q-encoded-words.
11525
11526 2007-11-25  Romain Francoise  <romain@orebokech.com>
11527
11528         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11529
11530 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11531
11532         * tls.el (tls-program): Provide more custom choices from
11533         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
11534         (tls-process-connection-type, tls-success): Remove "*" in doc string.
11535
11536 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11539         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11540
11541         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11542         `nnmail-spool-file'.
11543
11544         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11545         `nnmail-spool-file'.
11546
11547         * gnus-move.el (gnus-change-server): Ditto.
11548
11549         * gnus-kill.el (gnus-batch-score): Ditto.
11550
11551         * gnus-cache.el (gnus-jog-cache): Ditto.
11552
11553         * gnus-msg.el (gnus-summary-reply):
11554         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11555
11556 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
11559         version.  Minor improvement to doc strings.
11560         (tls-program): Add comment.
11561
11562 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
11563
11564         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
11565         (tls-checktrust): New variable.  Check if GNU TLS complained about a
11566         mismatch between the hostname provided in the certificate and the name
11567         of the host connnecting to.
11568         (open-tls-stream): Use them.  Check certificates against trusted root
11569         certificates.
11570
11571 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11572
11573         * gnus-cache.el (gnus-cache-generate-nov-databases):
11574         Use nnml-generate-nov-databases-directory instead of
11575         nnml-generate-nov-databases-1.
11576
11577 2007-11-24  Glenn Morris  <rgm@gnu.org>
11578
11579         * message.el (message-tool-bar-retro): Update for rename
11580         mail_send.xpm->mail-send.xpm.
11581
11582 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11583
11584         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11585         `smime-ldap-search' for Emacs 22 and up.
11586
11587 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11588
11589         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11590
11591         * message.el (message-send-mail-function): Fix error convention.
11592         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11593         (message-widen-reply, message-send-mail, message-talkative-question)
11594         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11595         (message-clone-locals, message-send-news): Use with-current-buffer.
11596         (message-insert-or-toggle-importance): Remove unused var `valid'.
11597         (message-make-references): Remove unused var `new-references'.
11598         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11599
11600 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11601
11602         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11603         (spam-split-symbolic-return-positive): Reflow docstring.
11604         (spam-backends, spam-summary-exit-behavior)
11605         (spam-mark-ham-unread-before-move-from-spam-group)
11606         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11607         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11608         (spam-clear-cache, spam-backend-check, spam-install-backend)
11609         (spam-install-statistical-backend, spam-list-of-processors)
11610         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11611         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11612         (spam-check-crm114, spam-initialize, spam-unload-hook):
11613         Fix typos in docstrings.
11614
11615 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11618         been checked if they have never been read and those group levels are
11619         higher than the one that a user specified.
11620
11621 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11624         foreign groups unless a group level is specified by a user.
11625         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11626
11627 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11628
11629         * message.el (message-send-mail-function): Require sendmail.
11630
11631 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11632
11633         * message.el (message-send-mail-function): Check for smtpmail too.
11634
11635         * utf7.el (utf7-encode, utf7-decode): Use coding system
11636         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11637
11638         * message.el (message-send-mail-function): New function.
11639         (message-send-mail-function): Set default using
11640         message-send-mail-function.  Adjust doc string.
11641         (message-send-mail-with-mailclient): New function.
11642
11643 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11644
11645         * smime.el (from):
11646         * rfc2047.el (message-posting-charset):
11647         * qp.el (mm-use-ultra-safe-encoding):
11648         * pop3.el (parse-time-months):
11649         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11650         * nnml.el (files):
11651         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11652         (jka-compr-compression-info-list, ange-ftp-path-format)
11653         (efs-path-regexp):
11654         * nndiary.el (files):
11655         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11656         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11657         (epg-digest-algorithm-alist, inhibit-redisplay)
11658         (password-cache-expiry):
11659         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11660         (pgg-output-buffer, password-cache-expiry):
11661         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11662         (efs-path-regexp):
11663         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11664         (inhibit-redisplay):
11665         * mm-uu.el (file-name, start-point, end-point, entry)
11666         (gnus-newsgroup-name, gnus-newsgroup-charset):
11667         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11668         (latin-unity-ucs-list):
11669         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11670         (mm-uu-binhex-decode-function):
11671         * message.el (gnus-message-group-art, gnus-list-identifiers)
11672         (rmail-enable-mime-composing, gnus-local-organization)
11673         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11674         (gnus-read-active-file, facemenu-add-face-function)
11675         (facemenu-remove-face-function, gnus-article-decoded-p)
11676         (tool-bar-mode):
11677         * mail-source.el (display-time-mail-function):
11678         * gnus-util.el (nnmail-pathname-coding-system)
11679         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11680         (gnus-original-article-buffer, gnus-user-agent)
11681         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11682         (xemacs-codename, sxemacs-codename, emacs-program-version):
11683         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11684         * gnus-start.el (gnus-agent-covered-methods)
11685         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11686         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11687         (gnus-newsgroup-headers, gnus-group-list-mode)
11688         (gnus-group-mark-positions, gnus-newsgroup-data)
11689         (gnus-newsgroup-unreads, nnoo-state-alist)
11690         (gnus-current-select-method, mail-sources)
11691         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11692         (nnmail-spool-file, gnus-cache-active-hashtb):
11693         * gnus-mh.el (mh-lib-progs):
11694         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11695         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11696         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11697         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11698         (gnus-group-buffer):
11699         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11700         (font-lock-set-defaults):
11701         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11702         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11703         (gnus-summary-post-menu, total-parts, type, condition, length):
11704         * gnus-agent.el (gnus-agent-read-agentview):
11705         * flow-fill.el (show-trailing-whitespace):
11706         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11707         eval-and-compile wrappers for byte compiler pacifiers.
11708
11709         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11710         (mm-display-inline-fontify): Check for featurep 'xemacs not
11711         extent-list.
11712
11713         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11714         itimer-list.
11715         (mm-create-image-xemacs): Only do something for XEmacs.
11716         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11717
11718         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11719
11720         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11721         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11722
11723 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11724
11725         * nnimap.el (nnimap-split-download-body):
11726         * gnus-demon.el (gnus-demon):
11727         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11728
11729 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11732         New macros.
11733         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11734         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11735         copy data from unibyte buffer to multibyte current buffer.
11736         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11737         to copy data from unibyte current buffer to multibyte buffer.
11738         (nntp-make-process-buffer): Make process buffer unibyte.
11739
11740         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11741
11742 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11743
11744         * pop3.el (pop3-open-server): Accept and process data more robustly at
11745         connexion start to avoid spurious "POP SSL connexion failed" errors.
11746
11747 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11750         read group names.
11751
11752 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11753
11754         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11755
11756 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11759         (nnmail-save-active): Use a unibyte buffer when saving active file,
11760         which may contain non-ASCII group names.
11761
11762         * nnml.el (nnml-request-group): Decode group names in messages.
11763
11764 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11765
11766         * message.el (message-citation-line-function)
11767         (message-insert-formatted-citation-line): Fix spelling of
11768         `message-insert-formated-citation-line'.
11769
11770 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11773
11774 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11777         nnmail-pathname-coding-system.
11778
11779         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11780         that a user enters; decode group names in messages.
11781
11782         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11783
11784 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11787
11788         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11789
11790         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11791         risky local variable.
11792
11793         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11794
11795 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11796
11797         * encrypt.el: Improve documentation to fix function name typo.
11798         Reported by Daiki Ueno <ueno@unixuser.org>.
11799
11800 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11803         even if the point is not in the last page of an article.
11804         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11805         back to the previous page.
11806
11807 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11810
11811 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11814
11815 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11816
11817         * message.el (message-check-news-body-syntax):
11818         Avoid mm-string-as-multibyte.
11819         (message-hide-headers): Don't assume (point-min)==1.
11820
11821 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * message.el (message-remove-blank-cited-lines): Fix if remove is
11824         given.
11825         (message-bogus-address-regexp): New variable.
11826         (message-bogus-recipient-p): New function.
11827         (message-check-recipients): New command.
11828         (message-syntax-checks): Add `bogus-recipient'.
11829         (message-fix-before-sending): Add `bogus-recipient'.
11830
11831         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11832         (gnus-treat-body-boundary): Don't test window-system.
11833
11834 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11835
11836         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11837
11838 2007-10-28  Miles Bader  <miles@gnu.org>
11839
11840         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11841         at compile-time too.
11842
11843 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * gnus-msg.el (gnus-message-setup-hook):
11846         Add `message-remove-blank-cited-lines' to options.
11847
11848 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11849
11850         * message.el (message-remove-blank-cited-lines): New function.
11851         Suggested by Karl PlĂ€sterer.
11852
11853 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11856         mapc.
11857
11858         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11859         (top-level): Use mapc to set functions to be traced for debugging.
11860
11861         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11862         called for effect with while loop.
11863
11864         * message.el (message-talkative-question): Replace mapcar called for
11865         effect with mapc.
11866
11867         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11868         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11869         called for effect with dolist.
11870
11871         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11872
11873         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11874         gnus-extra-headers and nnmail-extra-headers.
11875
11876         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11877         called for effect with dolist.
11878         (top-level): Use mapc to set functions to be traced for debugging.
11879
11880         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11881         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11882         dolist.
11883
11884         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11885         Replace mapcar called for effect with mapc.
11886         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11887         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11888         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11889         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11890
11891         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11892         remove-if that's a cl function.
11893
11894         * webmail.el (webmail-debug): Replace mapcar called for effect with
11895         dolist.
11896
11897         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11898         with mapc.
11899
11900 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11903         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11904         with while loop.
11905
11906         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11907         functions from article-* functions.
11908         (gnus-multi-decode-header): Replace mapcar called for effect with
11909         dolist.
11910
11911         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11912         (gnus-bookmark-show-details): Replace mapcar called for effect with
11913         while loop.
11914
11915         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11916         called for effect with while loop.
11917
11918         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11919         with dolist.
11920
11921         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11922         Replace mapcar called for effect with dolist.
11923
11924         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11925
11926         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11927         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11928         Replace mapcar called for effect with dolist.
11929         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11930         mapc.
11931
11932         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11933         Replace mapcar called for effect with dolist.
11934         (gnus-topic-list): Replace mapcar called for effect with mapc.
11935
11936         * gnus.el: Use mapc instead of mapcar to add autoloads.
11937
11938 2007-10-23  Richard Stallman  <rms@gnu.org>
11939
11940         * gnus-group.el (gnus-group-highlight): Mark as risky.
11941
11942 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * gnus.el (gnus-server-to-method): Return method found first in
11945         gnus-newsrc-alist.
11946
11947         * gnus-art.el (gnus-article-highlight-signature)
11948         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11949         button overlay without the front stickiness.
11950
11951 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11952
11953         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11954         overview buffer needed a catch to receive its throw.
11955         (gnus-agent-flush-cache): Declare as interactive to make this function
11956         easier to use.
11957
11958 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11961         `next-line'.
11962
11963 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11966         exclude address matching message-dont-reply-to-names.
11967
11968 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * gnus-util.el (gnus-string<): New function.
11971
11972         * gnus-sum.el (gnus-article-sort-by-author)
11973         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11974
11975 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11978         the frame-focus tag is set in gnus-buffer-configuration.
11979
11980 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11983         the front stickiness.
11984
11985 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11988         url pattern; remove duplicate one.
11989         (gnus-article-extend-url-button): New function.
11990         (gnus-article-add-buttons): Use it.
11991         (gnus-button-push): Use concatenated url that it makes.
11992
11993 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11994
11995         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11996
11997 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11998
11999         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
12000         Don't hardcode point-min==1.
12001
12002 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
12003
12004         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12005         Fix comment about "iso8859-1".
12006
12007 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
12008
12009         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
12010         ones returned from the verify-function.
12011
12012         * mm-uu.el (mm-uu-pgp-signed-extract-1):
12013         Call mml2015-extract-cleartext-signature if extraction failed.
12014
12015 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
12016
12017         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
12018         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
12019         failed.
12020
12021 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12022
12023         * Relicense "GPLv2 or later" files to "GPLv3 or later".
12024
12025 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
12028         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
12029         recommends to use EasyPG instead of PGG.
12030
12031         * pgg.el: Revert to revision 6.23.2.16.
12032
12033         * pgg-def.el: Revert to revision 6.6.2.14.
12034
12035         * pgg-gpg.el: Revert to revision 6.23.2.34.
12036
12037 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
12038
12039         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
12040         to mark a thread as expirable.  Add variable `hide' to handle hiding of
12041         thread for both the null and zero (kill/expire thread) universal prefix
12042         cases.
12043         (gnus-summary-expire-thread): Add new function to expire a thread,
12044         using gnus-summary-kill-thread.
12045         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
12046         shortcuts for gnus-summary-expire-thread.
12047         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
12048         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
12049
12050 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12051
12052         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
12053         extras value, so an extras entry can be deleted.
12054         (gnus-registry-delete-extra-entry): Use it.
12055         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
12056         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
12057         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
12058         storage through the gnus-registry, and provide an appropriate API for
12059         it.
12060
12061 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
12064         Suggested by Leo <sdl.web@gmail.com>.
12065
12066         * gnus.el: Do.
12067
12068 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
12071         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
12072
12073         * gnus-agent.el (gnus-agent-fetch-headers): Do.
12074
12075         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12076         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
12077
12078 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
12081         newline.
12082         (nnmbox-request-accept-article): Don't change article in source buffer;
12083         narrow to header to use message-fetch-field rather than
12084         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
12085         (nnmbox-request-replace-article): Quote lines that'll be misidentified
12086         as delimiters; make sure article ends with newline.
12087         (nnmbox-delete-mail): Correct last position of article to be deleted;
12088         ignore X-Gnus-Newsgroup header in article body.
12089         (nnmbox-save-mail): Quote lines looking like delimiters at the right
12090         positions; make sure article ends with newline.
12091
12092         * message.el (message-display-abbrev): Don't infloop when a user
12093         inserts SPC in the beginning of header.
12094
12095         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
12096         coding-system-for-read and coding-system-for-write for XEmacs having no
12097         file-coding feature.
12098
12099         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
12100
12101 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
12102
12103         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
12104         list of groups not followed by default.  Fix type to be regexp.
12105         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
12106
12107 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
12108
12109         * hmac-def.el (define-hmac-function): Switch from old-style to
12110         new-style backquotes.
12111
12112         * md4.el (md4-make-step): Likewise.
12113
12114 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
12117         raw-text coding system when saving .newsrc file, which may contain
12118         non-ASCII group names.
12119
12120 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * gnus-cus.el (gnus-score-extra): New widget.
12123         (gnus-score-extra-convert): New function.
12124         (gnus-score-customize): Use it for Extra.
12125
12126 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
12127
12128         * mml2015.el (mml2015-extract-cleartext-signature): New function.
12129         (mml2015-mailcrypt-clear-verify): Use it.
12130         (mml2015-gpg-clear-verify): Use it.
12131         (mml2015-pgg-clear-verify): Use it.
12132         (mml2015-epg-clear-verify): Replace the current part with the output
12133         from GnuPG; don't extract the plaintext by itself.
12134
12135         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
12136         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
12137         mml2015-clear-verify-function; don't touch the armor headers or
12138         dash-escaped text here.
12139
12140 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
12143         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
12144         parts, or application/octet-stream as a last resort.
12145         (gnus-mime-view-part-as-type): Don't toggle display.
12146         (gnus-mime-view-part-as-charset): Don't turn off display before
12147         querying charset.
12148
12149         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
12150         stuff to undisplayer function in Emacs.
12151         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
12152
12153         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
12154         text/calendar parts.
12155
12156 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
12159         decoding text/calendar parts.
12160
12161         * message.el (message-forward-make-body-mime): Always mark body as
12162         having no illegible text; remove signed-or-encrypted argument.
12163         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
12164
12165         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
12166         (mml-generate-mime-1): Don't encode body if it is specified to be in
12167         raw form; don't make buffer be unibyte when inserting multibyte string.
12168
12169 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12170
12171         * sha1.el: Fix up comment style.
12172         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
12173         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
12174
12175         * hex-util.el: Fix up comment style.
12176         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
12177
12178         * gnus-salt.el: Use with-current-buffer.
12179         (gnus-pick-setup-message): Fix long-standing typo.
12180
12181 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * imap.el (imap-logout-timeout): New variable.
12184         (imap-logout, imap-logout-wait): New functions.
12185         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
12186
12187         * nnimap.el (nnimap-logout-timeout): New server variable.
12188         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
12189         nnimap-logout-timeout.
12190
12191         * gnus-art.el (gnus-article-summary-command-nosave)
12192         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
12193
12194 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * gnus.el (gnus-maximum-newsgroup): New variable.
12197
12198         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
12199         according to gnus-maximum-newsgroup.
12200
12201         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
12202         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
12203         Limit the range of articles according to gnus-maximum-newsgroup.
12204
12205 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
12206
12207         * gnus-art.el (gnus-sticky-article): Fix problems described in
12208         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
12209         Don't perform gnus-configure-windows here; reuse existing sticky
12210         article buffer.
12211
12212         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
12213         it doesn't exist in gnus-article-mode.
12214
12215 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
12218         (gnus-agent-decoded-group-name): New function.
12219         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
12220         (gnus-agent-expire-group-1): Use it; decode group name in messages.
12221
12222 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
12223
12224         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
12225         Add binding for gnus-sticky-article.
12226         (gnus-summary-exit): Don't kill sticky article buffers.
12227
12228         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
12229         article buffer.
12230         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12231         (gnus-kill-sticky-article-buffers): New commands.
12232
12233 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * nntp.el (nntp-xref-number-is-evil): New server variable.
12236         (nntp-find-group-and-number): If it is non-nil, don't trust article
12237         numbers in the Xref header.
12238
12239 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-agent.el (gnus-agent-read-group): New function.
12242         (gnus-agent-flush-group, gnus-agent-expire-group)
12243         (gnus-agent-regenerate-group): Use it.
12244         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12245         nnmail-pathname-coding-system.
12246
12247 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12250
12251         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12252         that are unread as unread, and also as selected so that information of
12253         marks having been changed by a user may be updated when exiting group.
12254
12255 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12256
12257         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12258
12259 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12262         calculated ignoring signature parts to gnus-treat-article.
12263
12264 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12267         a point here in order to keep the window start.
12268         (gnus-insert-mime-security-button): Make a button overlay without the
12269         front stickiness.
12270         (gnus-mime-display-security): Goto the end of a button.
12271
12272         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12273
12274 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12277         group-name-at-point.
12278         (gnus-group-completing-read): New function that offers decoded
12279         non-ASCII group names for completion.
12280         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12281         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12282         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12283         (gnus-group-fetch-control): Use it.
12284         (gnus-fetch-group): Use group-name-at-point for the initial value
12285         rather than the default value; use gnus-alive-p.
12286
12287         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12288         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12289         (gnus-summary-post-news): Use gnus-group-completing-read.
12290
12291         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12292         (gnus-read-move-group-name): Decode group name for completion.
12293
12294 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12295
12296         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12297         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12298         Yamaoka slightly modified the code).
12299
12300 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12303         (nnmail-split-incoming): Bind it.
12304
12305         * nnml.el (nnml-group-name-charset): New function.
12306         (nnml-decoded-group-name): Use it; don't decode group name if
12307         nnmail-group-names-not-encoded-p is non-nil.
12308         (nnml-encoded-group-name): New function.
12309         (nnml-group-pathname): Inline nnml-decoded-group-name.
12310         (nnml-request-expire-articles): Decode group name in message.
12311         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12312         nnmail-pathname-coding-system.
12313         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12314         not decoded ones according to nnmail-group-names-not-encoded-p.
12315         (nnml-generate-active-info): Use nnml-encoded-group-name.
12316
12317 2007-08-08  Glenn Morris  <rgm@gnu.org>
12318
12319         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12320         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12321         doc-strings and comments.
12322
12323 2007-07-25  Glenn Morris  <rgm@gnu.org>
12324
12325         * Relicense all FSF files to GPLv3 or later.
12326
12327 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * gnus-sum.el (gnus-summary-move-article):
12330         Make gnus-summary-respool-article work.
12331
12332 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12333
12334         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12335         string.
12336
12337 2007-07-20  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12338
12339         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12340         that should be ignored when comparing distant RSS articles with local
12341         ones.
12342         (nnrss-make-hash-index): New function.  Create a hash index according
12343         to the ignored fields.
12344         (nnrss-check-group): Use it.
12345
12346 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12349
12350         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12351
12352         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12353         the new optional argument ENCODED is non-nil.
12354         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12355         coding system for encoding group name.
12356         (gnus-group-make-rss-group): Pass un-encoded group name to
12357         gnus-group-make-group.
12358         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12359         encoded.
12360
12361         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12362         Encode group name to which articles are moved or copied.
12363         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12364         coding system for encoding Newsgroup, Followup-To and Xref headers.
12365
12366         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12367         marks; use nnheader-file-coding-system to write a file.
12368         (nnagent-retrieve-headers): Bind file-name-coding-system to
12369         nnmail-pathname-coding-system.
12370
12371         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12372
12373         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12374         (nnml-request-article, nnml-request-create-group)
12375         (nnml-request-rename-group, nnml-find-id)
12376         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12377         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12378         (nnml-save-marks): Use nnml-group-pathname instead of
12379         nnmail-group-pathname.
12380
12381         (nnml-request-create-group, nnml-request-expire-articles)
12382         (nnml-request-move-article, nnml-request-delete-group)
12383         (nnml-deletable-article-p, nnml-possibly-create-directory)
12384         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12385         (nnml-open-marks): Bind file-name-coding-system to
12386         nnmail-pathname-coding-system.
12387
12388         (nnml-request-article): Pass server argument to nnml-find-group-number.
12389         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12390         Pass server argument to nnml-possibly-create-directory.
12391         (nnml-request-accept-article): Pass server argument to
12392         nnml-active-number and nnml-save-mail.
12393         (nnml-find-group-number): Pass server argument to nnml-find-id.
12394         (nnml-request-update-info): Pass server argument to
12395         nnml-marks-changed-p.
12396
12397         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12398         (nnml-save-mail, nnml-active-number): Add server argument.
12399
12400         (nnml-request-delete-group): Warn if group is missing.
12401         (nnml-get-nov-buffer): Decode group name.
12402         (nnml-generate-active-info): Encode group name.
12403         (nnml-open-marks): Decode group name in messages.
12404
12405 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12408         if it is not specified.
12409         (gnus-article-pipe-part, gnus-article-save-part)
12410         (gnus-article-interactively-view-part, gnus-article-copy-part)
12411         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12412         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12413         (gnus-article-replace-part, gnus-article-delete-part)
12414         (gnus-article-view-part-as-type): Pass raw prefix argument to
12415         gnus-article-part-wrapper.
12416
12417 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * gnus-agent.el (gnus-agent-save-active):
12420         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12421
12422         * gnus-cache.el (gnus-cache-save-buffers)
12423         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12424         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12425         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12426         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12427         (gnus-cache-generate-active, gnus-cache-rename-group)
12428         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12429         (gnus-cache-update-overview-total-fetched-for):
12430         Bind file-name-coding-system to nnmail-pathname-coding-system.
12431         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12432         New variables.
12433         (gnus-cache-decoded-group-name): New function.
12434         (gnus-cache-file-name): Use it.
12435         (gnus-cache-generate-active): Use non-decoded group name for active.
12436
12437         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12438         right place.
12439         (gnus-write-active-file): Don't break non-ASCII group names.
12440
12441         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12442         nnmail-pathname-coding-system.
12443
12444         * lpath.el: Bind default-file-name-coding-system,
12445         file-name-coding-system and language-info-alist for XEmacs.
12446
12447         * gnus-uu.el (gnus-uu-decode-save): Typo.
12448
12449 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12452
12453 2007-07-14  David Kastrup  <dak@gnu.org>
12454
12455         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12456         finishing actions if we did not edit the article.
12457
12458 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12461         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12462         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12463         (gnus-agent-flush-group, gnus-agent-flush-cache)
12464         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12465         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12466         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12467         (gnus-agent-regenerate-group)
12468         (gnus-agent-update-files-total-fetched-for)
12469         (gnus-agent-update-view-total-fetched-for):
12470         Bind file-name-coding-system to nnmail-pathname-coding-system.
12471         (gnus-agent-group-pathname): Don't encode file names by
12472         nnmail-pathname-coding-system.
12473         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12474         coding-system-for-write instead of buffer-file-coding-system to
12475         gnus-agent-file-coding-system.
12476
12477         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12478         Decode group name.
12479
12480         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12481
12482         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12483         (gnus-read-newsrc-el-file): Make group names unibyte.
12484
12485         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12486         nnmail-pathname-coding-system.
12487
12488         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12489         (nnrss-request-delete-group): Bind file-name-coding-system to
12490         nnmail-pathname-coding-system.
12491         (nnrss-read-server-data, nnrss-read-group-data):
12492         Bind file-name-coding-system correctly.
12493         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12494
12495         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12496         (nntp-server-to-method-cache): New variable.
12497         (nntp-group-pathname): New function that decodes non-ASCII group names.
12498         (nntp-possibly-create-directory, nntp-marks-changed-p)
12499         (nntp-save-marks, nntp-open-marks): Use it.
12500         (nntp-possibly-create-directory, nntp-open-marks):
12501         Bind file-name-coding-system to nnmail-pathname-coding-system.
12502         (nntp-open-marks): Decode group names when bootstrapping marks.
12503
12504         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12505         Newsgroups and Folowup-To headers.
12506
12507 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12510         (gnus-server-closed-face, gnus-server-denied-face)
12511         (gnus-server-offline-face): Remove variable.
12512         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12513
12514         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12515         of modifying message-stack directly for XEmacs.
12516
12517         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12518         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12519         if the coding-system argument is nil for XEmacs.
12520
12521         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12522         mm-charset-override-alist.
12523
12524         * rfc2047.el: Don't require base64; require rfc2045 for the function
12525         rfc2045-encode-string.
12526         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12527         to quote the parameter value.
12528
12529 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12532         form in gnus-group-name-charset-method-alist.
12533
12534         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12535         overrides the default layout edit-form.
12536
12537         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12538
12539         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12540
12541 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12544         as unfetched articles.
12545
12546 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12547
12548         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12549
12550 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12553         original back end that keeps marks in the local system.
12554
12555 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12558         arg of pop-to-buffer for XEmacs.
12559         (gnus-article-read-summary-keys): Ditto; don't restore window
12560         configuration if summary command ends up with neither article buffer
12561         nor summary buffer; describe bindings if summary keys end with C-h.
12562
12563 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * message.el (message-fix-before-sending): Skip raw message part to be
12566         forwarded while checking illegible text.
12567         (message-forward-make-body-mime, message-forward-make-body):
12568         Mark signed or encrypted raw message as having no illegible text.
12569
12570 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12573         (gnus-message-with-timestamp-1): New macro.
12574         (gnus-message-with-timestamp): New function.
12575         (gnus-message): Use them.
12576
12577         * nnheader.el (nnheader-message): Use them.
12578
12579 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12580
12581         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12582         .newsrc.eld file.
12583
12584 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-agent.el (gnus-agent-fetch-headers)
12587         (gnus-agent-retrieve-headers):
12588         Bind gnus-decode-encoded-address-function to identity.
12589
12590         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12591         available also when the server returns simply a dot.
12592
12593         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12594
12595 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12598
12599 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * gnus-ems.el (gnus-x-splash): Make it work.
12602
12603         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12604         from being used.
12605
12606         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
12607
12608 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
12611         4th and the 5th arguments.
12612
12613         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12614         the front stickiness.
12615         (gnus-article-summary-command-nosave): Correct the order of the
12616         arguments passed to pop-to-buffer.
12617         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12618         summary command ends up with the article buffer.
12619
12620         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12621         the same faces.
12622
12623 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12624
12625         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12626
12627 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12628
12629         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12630         * gnus-sum.el (gnus-summary-highlight):
12631         * pgg.el (pgg-sign-region, pgg-sign):
12632         * mail-source.el (mail-source-delete-old-incoming-confirm):
12633         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12634
12635 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * gnus-art.el (gnus-mime-view-part-externally)
12638         (gnus-mime-view-part-internally): Fix predicate function passed to
12639         completing-read.
12640
12641         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12642
12643         * gnus.el (gnus-update-message-archive-method): Add :version.
12644
12645 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * gnus.el (gnus-update-message-archive-method): New variable.
12648
12649         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12650         according to gnus-message-archive-method if
12651         gnus-update-message-archive-method is non-nil.
12652
12653 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12656         Suggested by Loic Dachary <loic@dachary.org>.
12657         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12658
12659 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * message.el (message-pop-to-buffer): Add switch-function argument.
12662         (message-mail): Pass switch-function argument to it.
12663
12664 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12667         Improve doc string.
12668
12669 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12672         (gnus-header-content)
12673         * gnus-cite.el (gnus-cite-10)
12674         * gnus-srvr.el (gnus-server-closed)
12675         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12676         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12677         (gnus-group-mail-3-empty, gnus-group-mail-low)
12678         (gnus-group-mail-low-empty, gnus-splash)
12679         * message.el (message-header-to, message-header-cc)
12680         (message-header-subject, message-header-other, message-header-name)
12681         (message-header-xheader, message-separator, message-cited-text)
12682         (message-mml): Lighten colors of faces used for dark background.
12683
12684 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12685
12686         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12687         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12688
12689 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * message.el (message-narrow-to-headers-or-head):
12692         Ignore mail-header-separator in the body.
12693
12694 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12697         same as window size.
12698
12699 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12700
12701         * message.el (message-font-lock-keywords): Use message-header-xheader
12702         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12703         ahead of the anything pattern, to get it recognised.
12704
12705 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
12708         spam.el loads uses it in the compiled defadvice form.
12709
12710 2007-05-12  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12711
12712         * gnus-sum.el (gnus-articles-to-read)
12713         (gnus-summary-insert-old-articles): Don't truncate group name for
12714         `read-string'.
12715
12716         * gnus-util.el (gnus-limit-string): Delete this function.
12717
12718         * gnus-sum.el (gnus-simplify-subject-fully):
12719         Use `truncate-string-to-width' instead.
12720
12721 2007-05-11  MichaĂ«l Cadilhac  <michael@cadilhac.name>
12722
12723         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12724         Tell if, on summary exit, the next group has to be selected.
12725         (gnus-summary-exit): Use it.
12726
12727 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12728
12729         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12730         non-break space.
12731
12732 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12735         Check if group is not a directory.
12736         (nnfolder-request-expire-articles): Don't delete articles if the target
12737         group is not available.
12738
12739         * nnml.el (nnml-request-create-group): Properly check if group is not a
12740         file.
12741         (nnml-request-expire-articles): Don't delete articles if the target
12742         group is not available.
12743
12744         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12745         Don't quote characters that are within parentheses.
12746
12747 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12750         (gnus-handle-ephemeral-exit): Select article according to it.
12751
12752 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12753
12754         * message.el (message-insert-formated-citation-line): Remove newline.
12755         (message-citation-line-format): Add final \n here so that the user can
12756         avoid a blank line.
12757
12758 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12759
12760         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12761         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12762         Update lanl/arXiv support.
12763
12764 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * gnus.el: Bump version number.
12767
12768 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12769
12770         * gnus.el (gnus-version-number): Bump version.
12771
12772 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12773
12774         * gnus.el: No Gnus v0.6 is released.
12775
12776 2007-04-27  Didier Verna  <didier@xemacs.org>
12777
12778         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12779         * gmm-utils.el (gmm-regexp-concat): ... here.
12780         * message.el: Don't require 'gnus-util.
12781         (message-dont-reply-to-names): Handle name change above.
12782         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12783
12784 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12787         since the initial value varies according to the system.
12788
12789 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12792
12793 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12794
12795         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12796
12797 2007-04-24  Didier Verna  <didier@xemacs.org>
12798
12799         Improve the type of gnus-ignored-from-addresses.
12800         * gnus-util.el (gnus-orify-regexp): New function.
12801         * message.el (gnus-util): Require it.
12802         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12803         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12804         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12805
12806 2007-04-24  Didier Verna  <didier@xemacs.org>
12807
12808         * gnus-sum.el:
12809         * gnus-utils.el: Fix some trailing whitespaces.
12810
12811 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12814         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12815         article's Message-ID; refer parent article in summary buffer.
12816
12817         * message.el (message-bounce): Call mime-to-mml.
12818
12819         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12820         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12821         optimize and/or forms properly.
12822
12823 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12826         URL.
12827
12828 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12831
12832 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12835         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12836         displayed of multipart/alternative part if it is invoked from summary
12837         buffer.
12838
12839         * mm-view.el (mm-inline-text-html-render-with-w3m)
12840         (mm-inline-text-html-render-with-w3m-standalone)
12841         (mm-inline-render-with-function): Use mail-parse-charset by default.
12842
12843 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12844
12845         * parse-time.el (parse-time-string-chars): Check if CHAR
12846         is less than the length of parse-time-syntax.
12847
12848 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12851         from gnus-newsgroup-processable.
12852
12853 2007-04-16  Didier Verna  <didier@xemacs.org>
12854
12855         * gnus-msg.el (gnus-configure-posting-styles):
12856         Handle message-signature-directory properly with :file syntax.
12857         Reported by "Leo".
12858
12859 2007-04-11  Didier Verna  <didier@xemacs.org>
12860
12861         New user option: message-signature-directory.
12862         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12863         * message.el (message-insert-signature): Ditto.
12864         * message.el (message-signature-file): Doc update.
12865         * message.el (message-signature-directory): New.
12866
12867 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * gnus-msg.el (gnus-inews-yank-articles):
12870         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12871
12872 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * message.el (message-yank-original): Make sure cited text ends with
12875         newline; don't exchange point and mark.
12876
12877 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12878
12879         * tls.el (open-tls-stream): Properly handle case where there
12880         is no associated buffer.
12881
12882 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12883
12884         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12885         message-yank-original, make sure (< mark TEXT point).
12886
12887 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * message.el (message-fill-column): New variable.
12890         (message-mode): Use it.  Add comment on a possible new hook.
12891
12892         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12893         (nnmail-get-new-mail): Reformat.
12894
12895         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12896
12897         * gmm-utils.el: Fix Commentary.
12898         (gmm-tool-bar-from-list): Fix typo in doc string.
12899
12900 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12901
12902         * message.el (message-yank-original): Don't switch point and mark
12903         unnecessarily to put point and mark as documented.
12904
12905 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12906
12907         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12908         from the message heads.
12909
12910 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12911
12912         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12913         article buffer does not have a window.  This may not be the best
12914         solution but is certainly better than setting the start of the null,
12915         that is the current, window.
12916
12917 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12920         (gnus-draft-setup): Run it.
12921
12922         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12923         gnus-score-fast-scoring.  Allow regexp.
12924         (gnus-score-headers): Use it.
12925
12926         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12927         XEmacs.
12928
12929         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12930         string.
12931         (gnus-button-alist): Also catch `<f1> k ...'.
12932         (gnus-treat-display-x-face): Fix doc string.
12933
12934 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12935
12936         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12937         evaluation of gnus-extended-version to ensure correct generation of the
12938         User-Agent header when message-generate-headers-first is used.
12939
12940 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12941
12942         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12943         hashcash-path is nil.  Don't call callback with incorrect number of
12944         parameters if val is 0.
12945
12946 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12947
12948         * message.el (message-required-news-headers):
12949         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12950
12951 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12952
12953         * tls.el (open-tls-stream): In handshake-waiting loop,
12954         don't wait more if there is output available to process.
12955
12956 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12957
12958         * tls.el (tls-program): Doc fix.
12959
12960 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * message.el (message-generate-new-buffers): Change the meaning of the
12963         nil value; add `standard' to the choices; treat t as `unique'; improve
12964         doc string.
12965         (gnus-select-frame-set-input-focus): Autoload.
12966         (message-buffer-name): Search for the existing message buffer if
12967         message-generate-new-buffers is nil or `standard'; treat the value t of
12968         message-generate-new-buffers as `unique'.
12969         (message-pop-to-buffer): Raise the frame already displaying the message
12970         buffer; clear the echo area after querying.
12971         (message-setup): Pass the `continue' argument to compose-mail.
12972         (message-mail): Prefer `switch-function' if it is given; search for the
12973         existing message buffer if the `continue' argument is non-nil; pass
12974         continue and switch-function arguments to compose-mail by way of
12975         message-setup.
12976         (message-mail-other-window): Adjust argument of message-setup.
12977         (message-mail-other-frame): Ditto.
12978
12979 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12982         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12983         to turn font-lock on when turning gnus-message-citation-mode on.
12984
12985 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12986
12987         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12988         (mml-smime-function-alist): New variable; add epg as the backend.
12989         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12990         mml-smime- functions instead.
12991         * mm-view.el: Require smime.
12992
12993 2007-03-05  Didier Verna  <didier@xemacs.org>
12994
12995         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12996         instead of just inheritance for posting styles.
12997         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12998
12999 2007-02-24  Chris Moore  <dooglus@gmail.com>
13000
13001         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
13002         * pgg-pgp.el (pgg-pgp-encrypt-region):
13003         * pgg-gpg.el (pgg-gpg-encrypt-region):
13004         Check pgg-encrypt-for-me if no other recipients.
13005
13006 2007-02-24  John Paul Wallington  <jpw@pobox.com>
13007
13008         * tls.el (tls-certtool-program): Fix custom type.
13009
13010 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
13013         and point-at-eol instead of line-(beginning|end)-position.
13014
13015         * assistant.el (assistant-parse-buffer): Ditto.
13016
13017         * netrc.el (netrc-parse-services): Ditto.
13018
13019 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
13020
13021         * mml2015.el (mml2015-epg-find-usable-key): New function.
13022         (mml2015-epg-sign): Use it.
13023         (mml2015-epg-encrypt): Use it.
13024
13025 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * message.el (message-make-in-reply-to): Quote name containing
13028         non-ASCII characters.  It will make the RFC2047 encoder cause an error
13029         if there are special characters.  Reported by NAKAJI Hiroyuki
13030         <nakaji@jp.freebsd.org>.
13031
13032 2007-02-27  Didier Verna  <didier@xemacs.org>
13033
13034         Include the group parameters as well as the topic ones in the
13035         inheritance filter process.
13036         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
13037         argument GROUP-PARAMS-LIST.
13038         * gnus-topic.el (gnus-group-topic-parameters): Use it.
13039
13040 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * nntp.el (nntp-never-echoes-commands)
13043         (nntp-open-connection-functions-never-echo-commands): New variables.
13044         (nntp-send-command): Use them.
13045
13046 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
13047
13048         * mml2015.el (mml2015-epg-verify): Simplify.
13049
13050 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * mml.el (mml-content-disposition-alist): New user option.
13053         (mml-content-disposition): New function.
13054         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
13055         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
13056
13057 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
13058
13059         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
13060         verification.
13061
13062 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13063
13064         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
13065         articles posted in the last 24 hours.
13066
13067 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
13068
13069         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
13070
13071 2007-02-14  MichaĂ«l Cadilhac  <michael@cadilhac.name>
13072
13073         * nntp.el (nntp-send-command): Don't wait for echoes when
13074         nntp-open-ssl-stream is used.
13075
13076 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * gnus-cite.el (gnus-test-font-lock-add-keywords)
13079         (gnus-message-add-citation-keywords)
13080         (gnus-message-remove-citation-keywords): Remove.
13081         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
13082         directly, make the variables in font-lock-defaults buffer-local, add
13083         gnus-message-citation-keywords to them and then update the value of
13084         font-lock-keywords.
13085
13086 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * message.el (message-cite-original-1): Don't call
13089         gnus-article-highlight-citation.
13090
13091         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
13092         citations; fix line count.
13093
13094 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
13097         (gnus-message-add-citation-keywords)
13098         (gnus-message-remove-citation-keywords): Use it; fix the emulating
13099         versions of font-lock-add-keywords and font-lock-remove-keywords to
13100         work with XEmacs correctly.
13101
13102 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * gnus-cite.el (gnus-cite-face-list): Set the values of
13105         gnus-message-max-citation-depth and gnus-message-citation-keywords.
13106         (gnus-message-max-citation-depth): Use defvar rather than defconst.
13107         (gnus-message-cite-prefix-regexp): New variable.
13108         (gnus-message-search-citation-line): Use it; protect against long
13109         citation prefix; fill match data with nil rather than 0 for XEmacs; set
13110         the 0th match data for Emacs.
13111         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
13112         (gnus-message-add-citation-keywords): Append keywords rather than
13113         prepending; emulate font-lock-add-keywords if it is not available.
13114         (gnus-message-remove-citation-keywords):
13115         Emulate font-lock-remove-keywords if it is not available.
13116
13117         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
13118
13119         * message.el (message-cite-prefix-regexp): Set the value of
13120         gnus-message-cite-prefix-regexp.
13121
13122 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13123
13124         * nnweb.el (nnweb-google-parse-1): Update parser.
13125
13126 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
13127
13128         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
13129
13130 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13131
13132         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13133         regexp.
13134
13135 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * uudecode.el (uudecode-string-to-multibyte): New function emulating
13138         string-to-multibyte.
13139         (uudecode-decode-region-internal): Use it.
13140
13141         * lpath.el: Fbind string-as-multibyte for XEmacs.
13142
13143 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13144
13145         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
13146         Fix custom choice.
13147
13148         * gnus-art.el (gnus-signature-limit): Fix custom choice.
13149
13150 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
13151
13152         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
13153
13154         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
13155         `write-region' to respect `mm-inhibit-file-name-handlers'.
13156
13157 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
13158
13159         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
13160         Use gnus-home-directory instead of "~/" or "$HOME".
13161
13162 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
13163
13164         * encrypt.el (encrypt-insert-file-contents): Add better prompt
13165         to mention filename.
13166         Add comments at beginning regarding usage.
13167         (encrypt-write-file-contents): Change interactive so a string is
13168         acceptable.  If the file has no associated model, show an error instead
13169         of a nonsense prompt.
13170
13171 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13172
13173         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13174         Thanks to Yoshihiko Yamada for kind notification of this typo.
13175
13176 2007-01-12  Kenichi Handa  <handa@m17n.org>
13177
13178         * uudecode.el (uudecode-decode-region-internal): Make it work in a
13179         multibyte buffer.
13180
13181 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13182
13183         * gnus-score.el (gnus-score-fast-scoring): New variable.
13184         (gnus-score-headers): Use it.
13185
13186         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
13187
13188         * message.el (message-cite-original-1):
13189         Call gnus-article-highlight-citation if requested.
13190         (message-make-from): Allow name and address as optional arguments.
13191
13192         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
13193
13194         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
13195         bugs to doc string.
13196         (gnus-button-alist): Add mid\\|message-id.
13197         (gnus-button-fetch-group): Extend for use in
13198         `browse-url-browser-function'.
13199         (gnus-button-url-regexp): Try to catch paired parentheses like in
13200         Wikipedia URLs.
13201
13202         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
13203         Suggested by Simon Krahnke <overlord@gmx.li>.
13204
13205 2007-01-13  Romain Francoise  <romain@orebokech.com>
13206
13207         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
13208         Update copyright.
13209
13210 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
13211
13212         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
13213
13214 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13215
13216         * gnus-registry.el (gnus-registry-unfollowed-groups)
13217         (gnus-registry-split-fancy-with-parent): Fix documentation.
13218
13219 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13220
13221         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
13222         from nnweb groups.
13223
13224 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13225
13226         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
13227         Xref urls.  Erase buffer before requesting head.
13228
13229         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13230
13231 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13232
13233         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
13234         customizable.
13235
13236 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
13237
13238         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
13239         no signing key is found.
13240         (mml2015-epg-encrypt): Ask user whether to skip or abort if
13241         no encrypting and/or signing key is found.
13242
13243 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13244
13245         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
13246
13247 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13248
13249         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
13250         headers read from disk with the ones newly found in the current search.
13251         This should no longer cause problems, because the article numbers in
13252         Gmane's `nov.php' output are ignored since the previous change.
13253
13254 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13255
13256         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
13257
13258 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
13261         replace-regexp-in-string; bind url-version; fbind display-images-p and
13262         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
13263         find-face and set-itimer-function for Emacs; bind itimer-list for
13264         Emacs.
13265
13266         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
13267
13268 2007-01-01  Romain Francoise  <romain@orebokech.com>
13269
13270         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
13271
13272 2006-12-31  Steve Youngs  <steve@sxemacs.org>
13273
13274         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
13275         `define-minor-mode' macro definition expanded properly.
13276         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
13277         exclude it there.
13278
13279         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13280         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
13281         `fboundp' test.
13282         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13283         This is OK to autoload in (S)XEmacs now.
13284
13285 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13286
13287         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13288         keystroke.
13289         (gnus-summary-limit-to-singletons): Fix typo.
13290
13291         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13292         else fails.
13293
13294 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13295
13296         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13297         docstring.
13298
13299         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13300         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13301         (gnus-summary-insert-dormant-articles): Fix typo in message.
13302
13303 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13306         nil for XEmacs.
13307         (gnus-message-citation-mode): Don't autoload in XEmacs.
13308
13309         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13310
13311 2006-12-29  Jouni K. SeppĂ€nen  <jks@iki.fi>
13312
13313         * nnimap.el (nnimap-expunge-search-string):
13314         Mention nnimap-search-uids-not-since-is-evil in docstring.
13315
13316 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * spam.el: Revert to make-obsolete-variable because
13319         define-obsolete-variable-alias is not supported in Emacs 21.
13320
13321         * spam.el (spam-ifile-path, spam-ifile-database-path)
13322         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13323         make-obsolete-variable.
13324         (spam-bsfilter-path, spam-bsfilter-program)
13325         (spam-spamassassin-path, spam-spamassassin-program)
13326         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13327         Don't use "path" inappropriately.
13328         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13329         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13330         variable names.
13331
13332 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13333
13334         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13335         summary buffer.
13336
13337         * password.el (password-cache-remove): Use clear-string to burn
13338         password, if available.
13339
13340 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13343
13344         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13345
13346         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13347         (gnus-message-highlight-citation): Move defcustom here from
13348         gnus-cite.el.
13349         (gnus-message-citation-mode): Autoload.
13350
13351         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13352         checks to make it compile with XEmacs.
13353         (gnus-message-citation-mode): New minor mode.
13354         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13355         (gnus-message-highlight-citation): New variables.
13356         (gnus-message-search-citation-line)
13357         (gnus-message-add-citation-keywords)
13358         (gnus-message-remove-citation-keywords)
13359         (turn-on-gnus-message-citation-mode)
13360         (turn-off-gnus-message-citation-mode): New functions.
13361
13362 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13363
13364         * gnus-cite.el: Enable highlighting of different citation levels in
13365         message-mode.
13366
13367 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13368
13369         * message.el (message-make-fqdn): Fix comment.
13370         (message-bogus-system-names): Add ".local".
13371
13372         * spam.el (spam-ifile-path, spam-ifile-program)
13373         (spam-ifile-database-path, spam-ifile-database)
13374         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13375         Don't use "path" inappropriately.
13376         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13377         strings.
13378         (spam-check-ifile, spam-ifile-register-with-ifile)
13379         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13380         Use new variable names.
13381
13382         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13383         (gnus-treat-display-smileys): Simplify using
13384         gnus-image-type-available-p.
13385
13386         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13387         available.
13388
13389         * gnus-xmas.el (gnus-xmas-image-type-available-p):
13390         Use `display-images-p' if available.
13391
13392 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13395         one after turning on the buffer's multibyteness instead of decoding
13396         them directly in the unibyte buffer that causes unexpected conversion
13397         in Emacs 23 (unicode).
13398
13399 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13400
13401         * message.el (message-generate-hashcash): Fix custom type.
13402
13403 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13406
13407 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13408
13409         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13410         disconnect icons.  Add help text.
13411
13412 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13413
13414         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13415         negated to be consistent with the others we handle.
13416
13417 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13418
13419         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13420         version of gnus-summary-buffer to something, so that we can use two
13421         article buffers at the same time.
13422
13423 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13424
13425         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13426         trigger all the extra headers.
13427         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13428         sorting.
13429
13430 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13431
13432         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13433         solid groups.
13434
13435 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
13436
13437         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
13438
13439 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13440
13441         * legacy-gnus-agent.el: Add Copyright notice.
13442
13443 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13444
13445         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13446
13447 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13448
13449         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13450
13451         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13452         to make it work reliably in CVS Emacs.
13453         (gnus-summary-limit-strange-charsets-predicate)
13454         (gnus-summary-limit-to-predicate): New functions.
13455
13456 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13457
13458         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13459         specifying array size.
13460         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13461         array if it is too small.
13462         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13463         (gnus-sort-threads-loop): New function.
13464
13465 2006-12-06  Chris Moore  <dooglus@gmail.com>
13466
13467         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13468         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13469
13470 2006-12-04  Jouni K. SeppĂ€nen  <jks@iki.fi>
13471
13472         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13473         options.
13474
13475 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13476
13477         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13478         DOS-ing the recipient.
13479
13480         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13481         the headers when creating the mapping to avoid mismappings.
13482         (nnweb-gmane-create-mapping): Always nix out old mapping.
13483
13484 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13487         and mm-verify-option to never.
13488
13489 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * message.el (message-signed-or-encrypted-p): New function.
13492         (message-forward-make-body): Use it.
13493
13494         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13495         Replace encode-coding-string with mm-encode-coding-string.
13496
13497 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * nneething.el (nneething-decode-file-name):
13500         Replace decode-coding-string with mm-decode-coding-string.
13501
13502         * gnus-int.el (gnus-open-server): Say failed server's name.
13503
13504 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13505
13506         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
13507         strings to a single string.  Quote `errors-file-name'.
13508         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
13509         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
13510         Adjust calls.  Use `shell-quote-argument'.
13511
13512 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13513
13514         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13515         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13516
13517         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13518         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13519         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13520         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13521         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13522         (gnus-subscribe-newsgroup, gnus-1):
13523         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13524         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13525         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13526         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13527
13528 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13529
13530         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13531         keystroke.
13532         (gnus-summary-limit-to-bodies): Implement headersp.
13533
13534 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13535
13536         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13537
13538 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13541
13542 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13543
13544         * message.el (message-generate-hashcash): Expand range of values to
13545         include `opportunistic'.
13546         (message-send-mail): Use it.
13547
13548 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13549
13550         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13551         and comment it.
13552
13553         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13554
13555 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13556
13557         * gnus-util.el (gnus-extract-address-components): Improve comment.
13558
13559 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * gnus-util.el (gnus-extract-address-components): Work with address in
13562         which the name portion contains @.
13563
13564         * lpath.el: Fbind custom-autoload.
13565
13566 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * gnus.el (gnus-start): Move custom group up.
13569         (gnus-select-method): Don't autoload, but make it available for
13570         `customize-variable'.
13571         (gnus-getenv-nntpserver): Don't autoload.
13572
13573 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13574
13575         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13576
13577 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13578
13579         * message.el (message-sendmail-extra-arguments): New variable.
13580         (message-send-mail-with-sendmail): Use it.
13581
13582 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13585         mm-with-unibyte-current-buffer to make string unibyte.
13586
13587         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13588         mm-string-as-multibyte.
13589
13590 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13591
13592         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13593         Reported by Werner Koch <wk@gnupg.org>.
13594
13595 2006-11-14  Daiki Ueno  <ueno@p360>
13596
13597         * mml2015.el: Autoload epa-select-keys when compiling.
13598
13599 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13600
13601         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13602         message-options.
13603         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13604
13605 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13606
13607         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13608         EasyPG (< 0.0.6).
13609         (mml2015-always-trust): New user option.
13610         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13611         prompt.
13612
13613 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * nntp.el (nntp-authinfo-force): New variable.
13616         (nntp-send-authinfo): Use it.
13617
13618 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13621         decode encoded words.  Improve prompt.  Add comment about forwarding.
13622         (message-replacement-char): Move up.
13623
13624 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13625
13626         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13627         instead of gnus-intersection because arguments of gnus-sorted-nunion
13628         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13629
13630 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13633         (message-simplify-subject-functions):
13634         Enable message-strip-subject-encoded-words by default.
13635
13636 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13637
13638         * message.el (message-strip-subject-encoded-words): New function.
13639         (message-simplify-subject-functions): New variable.
13640         (message-simplify-subject): Use it.  Fix typo in doc string.
13641         Support message-strip-subject-encoded-words.
13642
13643 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13644
13645         * gnus-diary.el (gnus-diary-delay-format-function):
13646         * nndiary.el (nndiary-reminders):
13647         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13648
13649 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * gnus-art.el (article-hide-boring-headers): Fetch date from
13652         gnus-original-article-buffer to avoid problems with localized date
13653         strings.
13654
13655 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13658
13659 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13662         New variables.
13663         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13664         (mm-charset-synonym-alist): Move some entries to
13665         mm-codepage-iso-8859-list.
13666         (mm-charset-synonym-alist, mm-charset-override-alist):
13667         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13668
13669 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13672
13673 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13674
13675         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13676         with Emacs 21 and XEmacs.
13677
13678 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13679
13680         * spam.el (spam-parse-address): New function for better parsing,
13681         catching errors, etc.
13682         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13683
13684 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13685
13686         * mm-view.el: Add interactive arg to html2text autoload.
13687
13688 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13691
13692 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13693
13694         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13695         New variables.
13696         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13697         (mm-charset-synonym-alist): Move some entries to
13698         mm-codepage-iso-8859-list.
13699
13700         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13701
13702 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * message.el (message-citation-line-format)
13705         (message-insert-formated-citation-line): Fix implementation of %E, %N
13706         and %n according to the doc string.
13707
13708 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13709
13710         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13711         Use car-safe to avoid bad parses.
13712
13713 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13716         names.
13717
13718         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13719
13720 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13723         header.
13724
13725         * message.el (message-draft-headers): Add Date.
13726         (message-headers-to-generate): Fix typo in docstring.
13727
13728         * nndraft.el (nndraft-required-headers): New variable.
13729         (nndraft-generate-headers): Use it.
13730
13731         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13732
13733 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13734
13735         * gnus-registry.el (gnus-registry-wash-for-keywords)
13736         (gnus-registry-find-keywords): New functions to allow easy searching of
13737         articles that are in the registry.
13738
13739 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13740
13741         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13742         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13743         Reported by Damien Elmes <damien@repose.cx>.
13744
13745 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13746
13747         * gnus.el (gnus-mime): Remove unused custom group.
13748
13749 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13750
13751         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13752         "blank line" when searching for end of armor headers.
13753
13754 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * gmm-utils.el (gmm-write-region): Fix variable name.
13757
13758 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * gmm-utils.el (gmm-write-region): New function based on compatibility
13761         code from `mm-make-temp-file'.
13762
13763         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13764
13765         * nnmaildir.el (nnmaildir--update-nov)
13766         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13767         Use `gmm-write-region'.
13768
13769 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13772         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13773
13774         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13775
13776         * message.el (message-replacement-char): New variable.
13777         (message-fix-before-sending): Use it.
13778         (message-simplify-subject): New function to remove duplicate code.
13779         (message-reply, message-followup): Use it.
13780
13781         * gnus-sum.el (gnus-summary-make-menu-bar):
13782         Clarify gnus-summary-limit-to-articles.
13783
13784 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-util.el (gnus-with-local-quit): New macro.
13787
13788         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13789
13790 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13791
13792         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13793         ignore non-string data.
13794
13795 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13796
13797         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13798         non-string data (needs to be done in the registry too).
13799
13800 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13801
13802         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13803         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13804         (gnus-registry-split-fancy-with-parent)
13805         (gnus-registry-fetch-simplified-message-subject-fast)
13806         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13807         Remove text properties on ingress into the registry and when it's saved.
13808         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13809         registry from entries with no groups.
13810
13811 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13812
13813         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13814         function to remove string properties.
13815
13816 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13817
13818         * gmm-utils.el (gmm): Adjust custom version.
13819
13820         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13821         Adjust custom version.
13822
13823         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13824
13825 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13826
13827         * gnus-art.el (gnus-insert-prev-page-button)
13828         (gnus-insert-next-page-button): Simplify.  Reformat.
13829
13830 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13831
13832         * gnus-art.el (gnus-insert-prev-page-button)
13833         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13834
13835 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13836
13837         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13838
13839 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13840
13841         * gnus-art.el (gnus-insert-mime-button)
13842         (gnus-insert-mime-security-button):
13843         Apply gnus-article-button-face to MIME and security buttons.
13844
13845 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13848         readable.
13849
13850 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13853
13854 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13855
13856         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13857         `browse-url-of-file' instead of `browse-url'.
13858
13859 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13860
13861         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13862         regexp.  Articles containing quotation were cut prematurely.
13863
13864 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * message.el (message-cite-original-1): Use nobody by default for the
13867         value of From header.
13868         (message-reply): Ditto.
13869
13870 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13871
13872         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13873         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13874         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13875
13876 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13877
13878         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13879         mails in the doc string.  Add some URLs in comment.
13880         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13881
13882 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13885         backslashes handling and the way to find boundaries of quoted strings.
13886
13887 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13888
13889         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13890         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13891         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13892         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13893
13894 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13897         doc string.
13898         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13899
13900 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * lpath.el: Fbind epg-check-configuration.
13903
13904 2006-09-06  Simon Josefsson  <jas@extundo.com>
13905
13906         * mml2015.el (mml2015-use): Doc fix, mention epg.
13907
13908 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13909
13910         * mml2015.el (mml2015-use): Default to epg, if available.
13911
13912 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13913
13914         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13915         message-sender.
13916         (mml1991-epg-encrypt): Ditto.
13917         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13918         message-sender.
13919         (mml2015-epg-encrypt): Ditto.
13920
13921 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13922
13923         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13924         several common directories.
13925
13926 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13927
13928         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13929         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13930
13931 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus-art.el (article-decode-encoded-words): Make it fast.
13934
13935 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13938
13939         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13940         in quoted string into `\'.
13941
13942 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13945         Use standard-syntax-table.
13946
13947 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * gnus-art.el (gnus-decode-address-function): New variable.
13950         (article-decode-encoded-words): Use it to decode headers which are
13951         assumed to contain addresses.
13952         (gnus-mime-delete-part): Remove useless `or'.
13953
13954         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13955         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13956         (gnus-nov-parse-line): Use it to decode From header.
13957         (gnus-get-newsgroup-headers): Ditto.
13958         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13959
13960         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13961         (mail-decode-encoded-address-string): New alias.
13962
13963         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13964         New function.
13965         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13966         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13967         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13968         (rfc2047-decode-string): Ditto.
13969         (rfc2047-decode-address-region): New function.
13970         (rfc2047-decode-address-string): New function.
13971
13972 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13973
13974         * message.el (message-caesar-buffer-body): Allow rotating headers.
13975
13976         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13977
13978         * message.el (message-insert-formated-citation-line): Fix %f.
13979         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13980
13981 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13984         (gnus-bookmark-mouse-available-p): New macro.
13985         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13986         (gnus-bookmark-bmenu-show-infos): Use it.
13987         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13988         (gnus-bookmark-bmenu-hide-infos): Ditto.
13989         (gnus-bookmark-remove-properties): New function.
13990         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13991         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13992         (gnus-bookmark-write-file): Bind coding-system-for-write.
13993         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13994         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13995         group before selecting it.
13996         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13997         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13998         quit-window if it is not available; use gnus-mouse-2 and bind it to
13999         gnus-bookmark-bmenu-select-by-mouse.
14000         (gnus-bookmark-show-details): Remove unused variable `details-list'.
14001         (gnus-bookmark-bmenu-select-by-mouse): New function.
14002
14003 2006-08-13  Romain Francoise  <romain@orebokech.com>
14004
14005         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14006         space.
14007
14008 2006-08-10  Romain Francoise  <romain@orebokech.com>
14009
14010         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
14011         (dns-mode-soa-auto-increment-serial): New user option.
14012         (dns-mode-soa-maybe-increment-serial): New function.
14013         (dns-mode): Add the latter to `write-contents-functions'.
14014
14015 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * compface.el (uncompface): Use binary rather than raw-text-unix.
14018
14019 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * compface.el (uncompface): Make sure the eol conversion doesn't take
14022         place when communicating with the external programs.
14023         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14024
14025 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * nnheader.el (nnheader-insert-head): Fix typo in comment.
14028
14029 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14030
14031         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14032         Make it more robust by parsing author and date independently.
14033
14034 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14037
14038 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
14039
14040         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14041         first matching secret key.
14042         (mml2015-epg-encrypt): Ditto.
14043
14044         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14045         first matching secret key.
14046         (mml1991-epg-encrypt): Ditto.
14047
14048         * mml2015.el (mml2015-encrypt-to-self): New user option.
14049         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14050         mml2015-epg-encrypt-to-self is set.
14051
14052         * mml1991.el (mml1991-encrypt-to-self): New variable.
14053         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
14054         mml1991-epg-encrypt-to-self is set.
14055
14056         * mml2015.el (mml2015-signers): New user option.
14057         (mml2015-epg-sign): Reflect the value of mml2015-signers.
14058         (mml2015-epg-encrypt): Allow to select signing keys.
14059
14060         * mml1991.el (mml1991-signers): New variable.
14061         (mml1991-epg-sign): Reflect the value of mml1991-signers.
14062         (mml1991-epg-encrypt): Allow to select signing keys.
14063
14064 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * nnheader.el (nnheader-insert-head): Make it work even if the file
14067         uses CRLF for the line-break code.
14068
14069 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
14070
14071         * mml2015.el: Require mml-sec instead of password.
14072         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
14073         (mml2015-cache-passphrase): Inherit the default value from
14074         mml-secure-cache-passphrase.
14075         (mml2015-passphrase-cache-expiry): Inherit the default value from
14076         mml-secure-passphrase-cache-expiry.
14077
14078         * mml1991.el: Require mml-sec instead of password.
14079         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
14080         (mml1991-cache-passphrase): Inherit the default value from
14081         mml-secure-cache-passphrase.
14082         (mml1991-passphrase-cache-expiry): Inherit the default value from
14083         mml-secure-passphrase-cache-expiry.
14084
14085         * mml-sec.el: Require password.
14086         (mml-secure-verbose): New user option.
14087         (mml-secure-cache-passphrase): New user option.
14088         (mml-secure-passphrase-cache-expiry): New user option.
14089
14090 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
14091             Andreas Vögele  <andreas@altroot.de>   (tiny change)
14092
14093         * pgg-def.el (pgg-truncate-key-identifier):
14094         Truncate the key ID to 8 letters from the end.
14095
14096 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14097
14098         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
14099         workaround for the url package included with Emacs.
14100
14101         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14102
14103 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
14106         correctly.  This fixes a bug caused by the 2006-05-12 change.
14107
14108 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
14109
14110         * nnmail.el (nnmail-article-group): If splitting raises an error, give
14111         some information about the error when saying that the `bogus' mail
14112         group will be used.
14113
14114 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
14117         string.
14118
14119 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
14120
14121         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
14122
14123 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14124
14125         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
14126
14127 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14128
14129         * mml1991.el (mml1991-function-alist): Add epg.
14130         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
14131         (mml1991-epg-encrypt): New functions.
14132
14133 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
14134
14135         * mml2015.el (mml2015-verbose): New variable.
14136         (mml2015-cache-passphrase): Ditto.
14137         (mml2015-passphrase-cache-expiry): Ditto.
14138         (mml2015-function-alist): Add epg.
14139         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
14140         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
14141         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
14142         New functions.
14143
14144 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14145
14146         * message.el (message-cite-original-1): Preserve region when removing
14147         quoted text due to X-No-Archive in order to avoid bogus attribution
14148         when citing multiple messages.
14149
14150 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14151
14152         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
14153         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
14154
14155 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
14156
14157         * gnus-diary.el (gnus-user-format-function-d)
14158         (gnus-user-format-function-D): Autoload.
14159
14160         * imap.el (Commentary): Fix typo.
14161
14162         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14163         2006-04-22 contribution.
14164
14165 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14166
14167         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
14168         It didn't really fix the bogosity I'm seeing with solid web groups.
14169
14170 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14171
14172         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
14173         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
14174         created using server names.  If we use the feature without declaring
14175         it, Gnus does not properly manage server and group state.
14176
14177         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
14178         bound.
14179
14180 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14181
14182         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
14183         looking up the method using GROUP's prefix before inventing a new one.
14184         It is used on killed/unknown groups in various places where returning
14185         an all-new method isn't expected by the caller.
14186
14187         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
14188         and match semantics of gnus-group-real-prefix.
14189
14190 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * nnmail.el (nnmail-broken-references-mailers): New variable.
14193         (nnmail-ignore-broken-references): New function generalizing
14194         nnmail-fix-eudora-headers.
14195         (nnmail-fix-eudora-headers): Now obsolete.
14196
14197         * gnus-art.el (gnus-button-handle-custom):
14198         Support `customize-apropos*'.
14199
14200 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14201
14202         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
14203
14204         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
14205         articles.
14206
14207 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14208
14209         * message.el (message-cite-reply-above): New variable.
14210         (message-yank-original): Use it.
14211
14212 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
14215
14216 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
14217
14218         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
14219         as read.
14220
14221         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
14222
14223 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
14224
14225         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
14226         (gnus-bookmark-default-file): Use gnus-directory.
14227         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
14228         Remove "*" in doc string.
14229         (gnus-bookmark-write-file): Simplify.
14230         (gnus-bookmark-maybe-sort-alist): Use `when'.
14231         (gnus-bookmark-get-bookmark): Fix typo in doc string.
14232         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
14233         Add FIXME about Emacs 21 and XEmacs compatibility.
14234         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
14235         compatibility.
14236         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
14237         compatibility.
14238         (gnus-bookmark-menu-heading): Fix version.
14239
14240 2006-06-19  Bastien Guerry  <bzg@altern.org>
14241
14242         * gnus-bookmark.el: New file.
14243
14244 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * message.el (message-syntax-checks): Doc fix.
14247
14248 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14249
14250         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
14251         unsubscribed groups as if they were killed ones.  It causes duplicate
14252         entries in gnus-newsrc-alist.
14253
14254 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * message.el (message-syntax-checks): Doc fix.
14257         (message-send-mail): Add check for continuation headers.
14258         (message-check-news-header-syntax): Fix regexp used to check for
14259         continuation headers.
14260
14261 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
14264
14265 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
14268
14269 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
14272         default-truncate-lines.
14273
14274 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
14277         to fill the utf-8 entry.
14278
14279         * lpath.el: Fbind unicode-precedence-list.
14280
14281 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14282
14283         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14284
14285 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
14286
14287         * gnus-agent.el (directory-files-and-attributes): Move all the way
14288         forward (the third and final move).
14289         (gnus-agent-read-agentview): Trap reconstruction errors due to
14290         nonexistent directory.  Handle by returning nil.
14291
14292 2006-05-30  Didier Verna  <didier@xemacs.org>
14293
14294         * message.el (message-dont-reply-to-names): Update the custom type.
14295         * message.el (message-dont-reply-to-names): New defsubst: potentially
14296         convert a list of regexps into a single one.
14297         * message.el (message-get-reply-headers): Use it.
14298         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
14299
14300 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * gnus-agent.el (directory-files-and-attributes): Move forward.
14303
14304 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * gnus-ml.el (gnus-mailing-list-subscribe)
14307         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
14308         (gnus-mailing-list-message): Fix doc strings.
14309
14310 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14311
14312         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14313         of doing it manually.
14314
14315 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14316
14317         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14318         comment.
14319
14320 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
14321
14322         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14323         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14324         (gnus-agent-read-local): All symbols allocated in my-obarray.
14325         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14326         (gnus-agent-regenerate-group): Check numeric names to see if they are
14327         messages or groups.
14328         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14329         better way of do this...)
14330
14331         * gnus-cache.el (gnus-agent-total-fetched-for):
14332         Ignore 'dummy.group' (there should be a better way of do this...)
14333
14334 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14337         (gnus-saved-headers): Ditto.
14338         (gnus-default-article-saver): Mention functions may have properties.
14339         (gnus-article-save): Override gnus-save-all-headers and
14340         gnus-saved-headers by :headers property which saver function may have.
14341         (gnus-summary-save-in-file): Add :headers property.
14342         (gnus-summary-write-to-file): Ditto.
14343
14344         * gnus-sum.el (gnus-summary-save-article): Bind
14345         gnus-prompt-before-saving to t when saving many articles in a file;
14346         always show all headers.
14347
14348         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
14349
14350 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14351
14352         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14353         marks.
14354
14355         * message.el (message-indent-citation): Add optional arguments to allow
14356         using it outside of message buffers.
14357
14358         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14359         (gnus-article-treat-unfold-headers): Use it.
14360         (gnus-article-truncate-lines): New variable.
14361         (gnus-article-mode): Use it.
14362         (gnus-article-toggle-truncate-lines): New function.
14363
14364         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14365         Add gnus-article-toggle-truncate-lines.
14366
14367         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14368         coding system in XEmacs, use binary.
14369
14370 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14371
14372         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14373         after-load-alist.
14374
14375         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14376         this function should save decoded articles.
14377         (gnus-summary-write-to-file): Use property to specify this function
14378         should save decoded articles and specify gnus-summary-save-in-file
14379         should be used to save articles other than the first one when saving
14380         many articles.
14381         (gnus-summary-save-body-in-file): Use property to specify this
14382         function should save decoded articles.
14383         (gnus-summary-write-body-to-file): Use property to specify this
14384         function should save decoded articles and specify
14385         gnus-summary-save-body-in-file should be used to save articles other
14386         than the first one when saving many articles.
14387
14388         * gnus-sum.el (gnus-summary-save-article): Simplify.
14389
14390 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-art.el (gnus-default-article-saver):
14393         Add gnus-summary-write-body-to-file.
14394         (gnus-article-save-coding-system): Don't use coding system object
14395         in XEmacs.
14396         (gnus-read-save-file-name): Add optional `dir-var' argument which
14397         specifies directory in which files are saved; work even if optional
14398         `variable' argument is not specified.
14399         (gnus-summary-write-to-file): Read file name.
14400         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14401         (gnus-summary-write-body-to-file): New function.
14402
14403         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14404         (gnus-summary-local-variables): Add it.
14405         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14406         (gnus-summary-save-article): Remove optional `decode' argument;
14407         determine whether to decode articles by the value of
14408         gnus-default-article-saver; when saving many files using
14409         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14410         it first and use gnus-summary-save-in-file or
14411         gnus-summary-save-body-in-file thereafter unless
14412         gnus-prompt-before-saving is always; move point to article which
14413         will be saved.
14414         (gnus-summary-save-article-file): Revert.
14415         (gnus-summary-write-article-file): Revert.
14416         (gnus-summary-save-article-body-file): Revert.
14417         (gnus-summary-write-article-body-file): New function.
14418
14419 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * gnus-art.el (gnus-default-article-saver): Doc fix.
14422         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14423         from gnus-summary-save-article-coding-system, and default to a
14424         certain coding system.
14425         (gnus-output-to-file): Add coding cookie and encode text according
14426         to gnus-article-save-coding-system; don't use mm-append-to-file.
14427
14428         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14429         gnus-art.el and rename to gnus-article-save-coding-system.
14430         (gnus-summary-save-article): Require gnus-art; don't show all
14431         headers if it decodes articles; don't add coding cookie here;
14432         don't bind mm-text-coding-system-for-write.
14433         (gnus-summary-save-article-file): Save decoded articles.
14434         (gnus-summary-write-article-file): When saving many files, use
14435         gnus-summary-write-to-file first and gnus-summary-save-in-file
14436         thereafter unless gnus-prompt-before-saving is always.
14437         (gnus-summary-save-article-body-file): Save decoded articles.
14438
14439         * lpath.el: Fbind select-safe-coding-system for XEmacs.
14440
14441 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14442
14443         * nnrss.el (nnrss-check-group): Bind hash-index.
14444
14445 2006-05-23  MichaĂ«l Cadilhac  <michael.cadilhac@lrde.org>
14446
14447         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14448         its hash index.  Store this hash in `nnrss-group-data'.
14449         (nnrss-read-group-data): Update accordingly.
14450
14451 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14452
14453         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14454         entry.
14455
14456         * gnus-sum.el (gnus-summary-make-menu-bar):
14457         Add gnus-article-browse-html-article.
14458
14459 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14460
14461         * gnus-sum.el (gnus-summary-mime-map):
14462         Add gnus-article-browse-html-article.
14463
14464         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14465
14466 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14467
14468         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14469         suitable coding systems in customize.
14470
14471 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14472
14473         * mail-source.el (mail-sources): Fix custom type.
14474
14475 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14476
14477         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14478         (gnus-summary-expire-articles-now): Shorten prompt.
14479
14480         * gmm-utils.el (wid-edit): Require.
14481         (defun-gmm): Rename from `gmm-defun-compat'.
14482         (gmm-image-search-load-path): Use it.
14483         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14484
14485 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * gnus-sum.el (gnus-summary-save-article-coding-system):
14488         New variable.
14489         (gnus-summary-save-article): Add optional `decode' argument.
14490         If it is set and gnus-summary-save-article-coding-system is non-nil,
14491         save decoded article.
14492         (gnus-summary-write-article-file): Save decoded article if
14493         gnus-summary-save-article-coding-system is non-nil.
14494
14495         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14496         type.
14497
14498 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14501
14502 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14505         first to test gnus-single-article-buffer which may be buffer-local.
14506
14507         * gnus-sum.el (gnus-summary-setup-buffer):
14508         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14509         group; make gnus-article-buffer, gnus-article-current, and
14510         gnus-original-article-buffer always buffer-local.
14511         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14512         group.
14513         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14514
14515 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14516
14517         * nnml.el (nnml-request-compact-group): Compressed files might not
14518         have .gz extension.
14519
14520 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14521
14522         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14523         (mm-copy-to-buffer): Use with-current-buffer.
14524         (mm-display-part): Simplify.
14525         (mm-inlinable-p): Add optional arg `type'.
14526
14527 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14528
14529         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14530         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14531         Try harder to show the attachment internally or externally using
14532         gnus-mime-view-part-as-type.
14533
14534 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * message.el (message-from-style, message-signature-separator)
14537         (message-user-organization-file, message-send-mail-function)
14538         (message-citation-line-function, message-yank-prefix)
14539         (message-indent-citation-function, message-signature)
14540         (message-signature-file, message-signature-insert-empty-line):
14541         Remove autoloads.
14542
14543         * gnus-art.el (gnus-buttonized-mime-types):
14544         Remove "multipart/signed".  Revert 2006-04-26 change.
14545
14546 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14547
14548         * gnus.el (gnus-version-number): Bump version.
14549
14550 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14551
14552         * gnus.el: No Gnus v0.5 is released.
14553
14554 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14555
14556         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14557         fetching articles by message-id.
14558
14559 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14560
14561         * message.el (hashcash): Require hashcash as normal.
14562
14563         * ecomplete.el (ecomplete-highlight-match-line):
14564         Use point-at-eol.
14565         (ecomplete-highlight-match-line): Use `highlight', because that
14566         face exists in both Emacs and XEmacs.
14567
14568         * message.el (message-display-abbrev): Use point-at-bol.
14569
14570         * mail-source.el: Don't require timer/timer-funcs.
14571
14572         * gnus-async.el: Ditto.
14573
14574         * password.el: Ditto.
14575
14576         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
14577
14578         * mm-url.el: Ditto.
14579
14580         * gnus-xmas.el: Don't require timer-funcs.
14581
14582         * mm-util.el: Require timer/timer-funcs.
14583
14584 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14585
14586         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14587         Close.
14588
14589 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14592         unibyte after clear-decrypt function runs.
14593
14594         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14595         returns as a unibyte string.
14596
14597 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * lpath.el: Revert.
14600
14601         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
14602         (pgg-gpg-process-sentinel): Revert.
14603
14604         * pgg-pgp.el (pgg-pgp-process-region): Revert.
14605         (pgg-pgp-lookup-key): Revert.
14606
14607         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
14608         (pgg-pgp5-lookup-key): Revert.
14609
14610         * pgg.el (pgg-fetch-key): Revert.
14611
14612 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * lpath.el: Fbind string-as-multibyte for XEmacs.
14615
14616         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14617         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14618         (mml1991-pgg-encrypt): Ditto.
14619
14620         * pgg-gpg.el (pgg-string-to-multibyte): New function.
14621         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
14622         a multibyte buffer.
14623
14624         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
14625         (pgg-pgp-lookup-key): Ditto.
14626
14627         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
14628         (pgg-pgp5-lookup-key): Ditto.
14629
14630         * pgg.el (pgg-fetch-key): Ditto.
14631
14632 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * message.el (message-user-organization-file): Check several
14635         locations of the organization file.
14636
14637         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14638         Add gnus-article-view-part-as-type.
14639
14640         * gnus-art.el (gnus-article-view-part-as-type): New function.
14641
14642         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14643         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14644
14645         * mml.el: Simplify autoload.
14646         (mml-mode): defvar dnd-protocol-alist instead of using
14647         symbol-value.
14648         (mml-default-directory): New variable.
14649         (mml-minibuffer-read-file): Use it.
14650         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14651
14652         * message.el (message-citation-line-format): New variable.
14653         (message-insert-formated-citation-line): New function.
14654         (message-citation-line-function):
14655         Add `message-insert-formated-citation-line' to custom type.
14656
14657         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14658         to doc string.
14659
14660         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14661         depending on mm-verify-option.
14662
14663 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14666         binding pgg-* variables; reimplement the section which prevents
14667         MIME header from being signed.
14668         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14669         pgg-text-mode; remove a blank line at the top of body.
14670
14671         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14672         lines at the top of body; use gnus-newsgroup-charset if there's no
14673         Charset header.
14674
14675 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * message.el (message-self-insert-commands): Doc fix.
14678
14679         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14680         (mm-uu-pgp-encrypted-test): Ditto.
14681         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14682         between header and body; return application/pgp-encrypted handle
14683         if decryption failed; decode decrypted body by charset.
14684
14685         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14686         element match to application/pgp-*.
14687
14688 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14689
14690         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14691         HTML.
14692
14693 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14694
14695         * mail-source.el (mail-source-call-script): Message the error
14696         string.
14697
14698 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14699
14700         * gnus-util.el (gnus-byte-compile): Use it.
14701
14702 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14703
14704         * gnus-util.el (kill-empty-logs): New function.
14705
14706 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14707
14708         * message.el (message-mail-alias-type): Doc fix.
14709         (message-mail-alias-type-p): New function.
14710         (message-send): Use it.
14711         (message-mode): Ditto.
14712         (message-strip-forbidden-properties): Ditto.
14713
14714         * ecomplete.el (ecomplete-database-file-coding-system):
14715         New variable.
14716         (ecomplete-save): Use it.
14717         (ecomplete-setup): Use it.
14718
14719 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * message.el (message-self-insert-commands): New variable.
14722         (message-strip-forbidden-properties): Use it.
14723
14724 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14725
14726         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14727         that doesn't make XEmacs choke.
14728
14729 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * gnus-util.el (gnus-replace-in-string):
14732         Prefer replace-regexp-in-string over of replace-in-string.
14733
14734 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * gnus-util.el (gnus-select-frame-set-input-focus):
14737         Use select-frame-set-input-focus if it is available in XEmacs; use
14738         definition defined in Emacs 22 for old Emacsen.
14739
14740         * dgnushack.el: Autoload unmorse-region for XEmacs.
14741
14742         * lpath.el: Bind cursor-in-non-selected-windows and
14743         select-frame-set-input-focus for XEmacs.
14744
14745 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14748
14749 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14750
14751         * gnus-registry.el (gnus-registry-cache-save): Remove text
14752         properties when saving via the temp buffer.
14753
14754 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14755
14756         * message.el (message-generate-hashcash): Honor custom type.
14757
14758 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14759
14760         * message.el (message-generate-hashcash): Default to non-nil when
14761         hashcash is found.
14762
14763         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14764         (gnus-refer-thread-limit): Increase default to 500.
14765
14766         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14767
14768         * flow-fill.el (fill-flowed): Allow delete-space.
14769
14770 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14773         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14774         Remove autoloads.
14775
14776 2006-04-18  Simon Josefsson  <jas@extundo.com>
14777
14778         * message.el (message-generate-hashcash): Default to.
14779
14780 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14783         concatenating segments rather than before concatenating them.
14784
14785 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14788
14789 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14790
14791         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14792
14793         * message.el (message-forward-make-body-plain):
14794         Allow message-forward-ignored-headers to be a list.
14795         (message-remove-ignored-headers): Factor out into function.
14796         (message-forward-make-body-mml): Use it.
14797
14798         * imap.el (imap-quote-specials): New function.
14799         (imap-login-auth): Quote specials.
14800
14801         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14802         (rfc2231-parse-string): Allow concatanation of parameters that
14803         aren't contiguous.  The test case is
14804           (mail-header-parse-content-type "message/external-body;
14805             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14806             access-type=LOCAL-FILE;
14807             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14808
14809 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14810
14811         * nntp.el (nntp-accept-process-output): Return the value of
14812         `nnheader-accept-process-output'.
14813
14814 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14815
14816         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14817         (gnus-button-alist): Recognize more diff formats.
14818         (gnus-button-patch): Strip directory.
14819
14820 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14823         Emacs 22 when setting focus.
14824
14825 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14826
14827         * gnus-art.el (gnus-article-treat-types): Do treatment of
14828         text/x-verbatim parts.
14829         (gnus-button-patch): New command.
14830
14831         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14832         addresses that contain invalid characters.
14833
14834 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14835
14836         * message.el (message-put-addresses-in-ecomplete):
14837         Use gnus-replace-in-string.
14838         (message-is-yours-p): Use the more correct
14839         mail-header-parse-address instead of
14840         mail-extract-address-components.
14841         (message-put-addresses-in-ecomplete): Fix typo.
14842
14843         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14844         keystroke.
14845
14846         * gnus-art.el (gnus-treatment-function-alist): Change order of
14847         newsgroups/generic header folding to avoid double-folding.
14848
14849         * message.el (message-hidden-headers): Add X-Draft-From.
14850
14851         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14852         New command.
14853         (gnus-summary-repeat-search-article-backward): New command.
14854
14855         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14856         groups in the parent topic.
14857
14858 2006-04-16  JoĂŁo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14859
14860         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14861         (spam-extra-header-to-number): Return the CRM114 number as a
14862         number instead of a string.
14863
14864 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14865
14866         * gnus-art.el (gnus-face-properties-alist): Move here from
14867         gnus-fun.
14868
14869         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14870
14871 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14872
14873         * message.el (message-strip-forbidden-properties): Only display on
14874         self-insert-command.
14875
14876         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14877         reindent.
14878         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14879
14880 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14881
14882         * smiley.el (smiley-style): Fix typo.
14883
14884 2006-03-23  Kenichi Handa  <handa@m17n.org>
14885
14886         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14887         instead of set-buffer-multibyte.
14888
14889 2006-03-23  Kenichi Handa  <handa@m17n.org>
14890
14891         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14892         buffer and then decode the buffer text if necessary.
14893         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14894         first, and after mm-encode-body, change the buffer to unibyte.
14895
14896 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14897
14898         * hashcash.el (hashcash-insert-payment-async-2):
14899         Use message-goto-eoh instead of doing it manually.
14900         (mail-add-payment): Use message-narrow-to-header instead of trying
14901         to do the same itself.
14902
14903         * message.el (message-hidden-headers): Add Face.
14904
14905         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14906         reparenting code.
14907         (gnus-summary-reparent-children): Refactored out code.
14908         (gnus-summary-thread-map): New keystroke.
14909         (gnus-summary-reparent-children): Make into command.
14910
14911         * smiley.el (smiley-style): Default to `medium' if using a large
14912         font.
14913
14914         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14915         does it itself.
14916
14917         * message.el (message-point-in-header-p): Simplify definition.
14918
14919 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14920
14921         * nnagent.el (nnagent-request-set-mark): Silence log file
14922         writing.
14923         (nnagent-request-set-mark): Use write-region instead of
14924         append-to-file.
14925
14926         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14927         strange select method.
14928
14929         * ecomplete.el (ecomplete-display-matches): Get highlightling
14930         right.
14931         (ecomplete-display-matches): Use literals.
14932         (ecomplete-display-matches): Disable message logging.
14933
14934         * message.el (message-display-abbrev): Small optimization.
14935
14936         * ecomplete.el (ecomplete-display-matches): Allow automatic
14937         display.
14938
14939         * message.el (message-strip-forbidden-properties):
14940         Display abbrevs.
14941         (message-display-abbrev): Get automatic display right.
14942
14943         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14944         keystrokes.
14945
14946 2006-04-13  Romain Francoise  <romain@orebokech.com>
14947
14948         TODO: Backport to v5-10!
14949
14950         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14951         Move here (and rename) from gnus-registry.el.
14952
14953         * gnus-registry.el: Require gnus-util.
14954         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14955
14956 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14957
14958         * gnus-group.el (gnus-group-catchup-current):
14959         Change if-then-else-if-then-else into cond.
14960         (gnus-group-catchup): Indent.
14961         (group-name-at-point): New function.
14962         (gnus-fetch-group): Provide default from thing at point.
14963
14964 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14965
14966         * message.el (message-display-abbrev): Fix regexp.
14967
14968         * ecomplete.el (ecomplete-highlight-match-line):
14969         Reimplement choosing.
14970         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14971         dead variables.
14972
14973         * message.el (message-newline-and-indent): Remove debugging.
14974         (message-display-abbrev): Use new implementation.
14975
14976 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14977
14978         * gnus-art.el (gnus-article-mode):
14979         Set cursor-in-non-selected-windows to nil.
14980
14981         * smiley.el: Revert previous change.
14982         (smiley-data-directory): defvar it before using it in the
14983         defcustom of `smiley-style'.
14984
14985 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14986
14987         * message.el (message-newline-and-indent): New function.
14988
14989         * ecomplete.el: Implement more bits.
14990
14991         * message.el (message-put-addresses-in-ecomplete): Clean up the
14992         string.
14993
14994         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14995
14996         * gnus-sum.el (gnus-summary-save-parts):
14997         Bind gnus-summary-save-parts-counter and use it to make unique file
14998         names.
14999
15000         * gnus-art.el (gnus-ignored-headers): Add some more headers.
15001
15002         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15003         parameter to say whether to actually parse the individual
15004         addresses.
15005
15006         * message.el (message-put-addresses-in-ecomplete): New function.
15007         (ecomplete): Require.
15008         (message-mail-alias-type): Add ecomplete as an option.
15009
15010 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
15011
15012         * flow-fill.el (fill-flowed): Remove trailing space from blank
15013         quoted lines.
15014
15015 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15016
15017         * smiley.el (smiley-style): Move definition later to avoid a
15018         compilation warning.
15019
15020 2006-04-12  Kenichi Handa  <handa@m17n.org>
15021
15022         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15023         buffer and then decode the buffer text if necessary.
15024         (rfc2231-encode-string): Be sure to work on multibyte buffer at
15025         first, and after mm-encode-body, change the buffer to unibyte.
15026         Use mm-disable-multibyte instead of set-buffer-multibyte.
15027
15028 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15031         Content-Type header instead of Content-Disposition header.
15032         (gnus-mime-inline-part): Ditto.
15033         (gnus-mime-view-part-as-charset): Ignore charset that the part
15034         specifies.
15035
15036         * mm-decode.el (mm-display-part): Work with external parts and
15037         usual parts similarly.
15038
15039         * mm-extern.el (mm-inline-external-body): Use mm-display-part
15040         instead of gnus-display-mime.
15041
15042         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15043         instead of with-temp-buffer.
15044
15045         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15046         tag to summarized topics part in order to encode non-ASCII text.
15047
15048 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15049
15050         * smiley.el (smiley-style): New variable.
15051         (smiley-directory): New function.
15052         (smiley-data-directory): Derive from `smiley-style' using
15053         `smiley-directory'.
15054         (smiley-regexp-alist): Add new entries.
15055
15056         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15057         (gnus-article-browse-delete-temp): Add :version.
15058
15059 2006-04-11  Arne JĂžrgensen  <arne@arnested.dk>
15060
15061         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15062         the sieve region.
15063
15064 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15065
15066         * gnus.el (gnus-version-number): Bump version.
15067
15068 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15069
15070         * gnus.el: No Gnus v0.4 is released.
15071
15072 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15073
15074         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15075         layout.
15076
15077         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15078         unknown charset.
15079
15080         * message.el (message-header-synonyms): Add Original-To to the
15081         default.
15082
15083         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15084         optional parameter.
15085
15086 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15087
15088         * gnus-fun.el (gnus): Require it for gnus-directory.
15089
15090 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * gnus-fun.el (gnus-face-properties-alist): Add :version.
15093
15094 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15095
15096         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
15097
15098 2006-04-05  Simon Josefsson  <jas@extundo.com>
15099
15100         * password.el (password-reset): New function.
15101
15102 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15103
15104         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15105         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15106
15107 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15108
15109         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15110         Some whitespace was matched into the url, which broke browsing hits
15111         > 100 when mm-url-use-external was nil.
15112
15113 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15114
15115         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15116         Check gnus-extra-headers for 'Newsgroups.
15117
15118         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
15119         bound.
15120
15121 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15122
15123         * pgg-gpg.el: Clean up process buffers every time gpg processes
15124         complete.
15125
15126 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15127
15128         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15129         doc string.
15130
15131 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15132
15133         * pgg-gpg.el (pgg-gpg-process-filter)
15134         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15135
15136         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15137         lines, temporary fix.
15138
15139 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15140
15141         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
15142
15143 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15144
15145         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15146         default-enable-multibyte-characters.  This reverts the change from
15147         revision 6.17 which is no longer necessary because the passphrase
15148         is sent separately now.  GnuPG messages are unreadable under
15149         multibyte locales with default-enable-multibyte-characters set to
15150         nil.
15151
15152 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
15153
15154         * message.el (message-tool-bar-gnome): Move "spell".
15155
15156 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
15157
15158         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
15159         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
15160         instead.
15161
15162 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
15163
15164         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
15165         Improve newsgroups handling for NNTP overviews which don't include
15166         Newsgroups.
15167
15168 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15169
15170         * message.el (message-resend): Bind message-generate-hashcash to nil.
15171
15172 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15173
15174         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
15175         when searching for already-paid recipients.
15176
15177 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15178
15179         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15180         passphrases when it is not needed.
15181         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15182         passphrase stuff from gpg, should only be necessary when you use
15183         gpg with a smartcard.
15184
15185 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * mml.el (mml-insert-mime): Ignore cached contents of
15188         message/external-body part.
15189
15190         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
15191         (mm-insert-part): Ditto.
15192
15193 2006-03-23  Simon Josefsson  <jas@extundo.com>
15194
15195         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
15196         Reiner.
15197         (pgg-gpg-use-agent-p): Use it again.
15198
15199 2006-03-23  Simon Josefsson  <jas@extundo.com>
15200
15201         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
15202         older emacsen.
15203         (pgg-gpg-use-agent-p): Don't use it.
15204
15205 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
15206
15207         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
15208         if we can.
15209
15210 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15211
15212         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15213         (pgg-gpg-update-agent): New function.
15214         (pgg-gpg-use-agent-p): New function.
15215         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15216         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15217         (pgg-gpg-sign-region): Use it.
15218
15219 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
15222         Reported by Ralf Wachinger <rwachinger@gmx.de>.
15223
15224 2006-03-21  Simon Josefsson  <jas@extundo.com>
15225
15226         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15227         <wilde@sha-bang.de>.
15228         (pgg-gpg-use-agent): New variable.
15229         (pgg-gpg-process-region): Use it.
15230         (pgg-gpg-encrypt-region): Likewise.
15231         (pgg-gpg-encrypt-symmetric-region): Likewise.
15232         (pgg-gpg-decrypt-region): Likewise.
15233         (pgg-gpg-sign-region): Likewise.
15234         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15235
15236 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15237
15238         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
15239
15240         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
15241         Add comment on version.
15242
15243 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15244
15245         * smiley.el: Add missing test smiley.
15246
15247 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15248
15249         * mm-decode.el (mm-with-part): New macro.
15250         (mm-get-part): Use it; work with message/external-body as well.
15251         (mm-save-part): Treat name and filename equally.
15252
15253         * mm-extern.el (mm-extern-cache-contents): New function.
15254         (mm-inline-external-body): Use it; force the part to be displayed;
15255         move undisplayer added to the cached handle to the parent.
15256
15257         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
15258         (gnus-mime-view-part-as-type): Work with message/external-body.
15259
15260         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
15261
15262 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15263
15264         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
15265         images in image-load-path.  [Sync with image.el, revision 1.60, in
15266         Emacs.]
15267
15268 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
15271         path rather than symbol.  Always return list of directories.
15272         Guarantee that image directory comes first.  [Sync with image.el,
15273         revision 1.59, in Emacs.]
15274
15275         * message.el (message-make-tool-bar): Adjust to new API of
15276         `gmm-image-load-path-for-library'.
15277
15278         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15279
15280         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15281
15282 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15283
15284         * gnus-art.el (gnus-article-only-boring-p):
15285         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
15286         intangible text.
15287         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
15288
15289 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
15290
15291         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
15292         Use `defun' instead of `gmm-defun-compat'.
15293
15294 2006-03-14  Simon Josefsson  <jas@extundo.com>
15295
15296         * message.el (message-unique-id): Don't use message-number-base36
15297         if (user-uid) is a float.
15298         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
15299
15300 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
15303
15304         * gnus-art.el (gnus-mime-display-single): Make sure there is an
15305         empty line between a part and a message part.
15306
15307 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
15308
15309         * smiley.el: Add more test smileys.
15310         (smiley-data-directory, smiley-regexp-alist)
15311         (gnus-smiley-file-types): Fix doc strings.
15312         (smiley-update-cache): Clear smiley-cached-regexp-alist before
15313         adding new elements.
15314         (smiley-mouse-map): Unused code.  Make it a comment.
15315
15316 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
15319         scan latest NoCeM messages instead of old ones.
15320         (gnus-nocem-check-article): Fix regexps so as to match to PGP
15321         delimiters that are recently used.
15322         (gnus-nocem-load-cache): Add autoload cookie.
15323
15324         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
15325
15326         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
15327         level which is larger than gnus-use-nocem is specified.
15328
15329         * gnus-group.el (gnus-group-get-new-news): Ditto.
15330
15331 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15332
15333         * gnus-util.el (gnus-tool-bar-update): New function.
15334
15335         * gnus-group.el (gnus-group-update-tool-bar): New variable.
15336         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
15337
15338         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
15339
15340         * gnus-group.el (gnus-group-redraw-when-idle)
15341         (gnus-group-redraw-check): Remove.
15342         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
15343
15344 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
15347         if optional last element is specified in splits (FIELD VALUE...).
15348
15349 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
15350
15351         * message.el (message-make-tool-bar): Rename gmm-image-load-path
15352         to gmm-image-load-path-for-library.  Call with no-error argument.
15353         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15354
15355         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15356
15357         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15358
15359         * gmm-utils.el (gmm-image-load-path): Remove alias.
15360
15361 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * gmm-utils.el (gmm-image-load-path): Add alias.
15364
15365         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15366         nnml-generate-nov-databases-1.
15367         (nnml-generate-nov-databases): Use it.
15368         (nnml-generate-nov-databases-directory): Document no-active
15369         argument.
15370
15371         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15372         directory if path is t.  Add no-error.
15373
15374         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15375         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15376
15377         * gnus-art.el (gnus-article-browse-delete-temp-files):
15378         Simplify resetting gnus-article-browse-html-temp-list.
15379
15380         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15381         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
15382         Add example to docstring.  Rename local variables.  Move error
15383         checks to default case in cond and simplify.
15384
15385 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15388         handle is multipart when calling it recursively.
15389         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15390
15391 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15392
15393         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15394         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15395
15396 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15399         is loaded.
15400
15401         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15402         loaded.
15403
15404 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15405
15406         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15407         to "Emacs 23 (unicode)" in doc string.
15408
15409         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15410         "Emacs 23 (unicode)" in comment.
15411
15412 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15415
15416         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15417         characters 160 through 255 in Emacs 23.
15418
15419 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15420
15421         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15422         gnus-article-browse-html-temp.
15423         (gnus-article-browse-delete-temp): Make it customizable.
15424         Add `file'.  Adjust doc string.
15425         (gnus-article-browse-delete-temp-files): Add argument.
15426         Allow query for each file.  Adjust doc string.
15427         (gnus-article-browse-html-parts):
15428         Add `gnus-article-browse-delete-temp-files' to
15429         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15430
15431 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15432
15433         * gnus-art.el (gnus-article-browse-html-temp)
15434         (gnus-article-browse-delete-temp): New variables.
15435         (gnus-article-browse-delete-temp-files): New function.
15436         (gnus-article-browse-html-parts): Use it.
15437
15438 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15439
15440         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15441
15442         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15443         string.
15444
15445         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15446         gnus-summary-insert-new-articles when unplugged.
15447         Remove gnus-summary-search-article-forward.
15448
15449         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15450         display-visual-class instead of display-color-cells.
15451
15452 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * dgnushack.el: Autoload customize-group for XEmacs.
15455
15456         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15457         message/* containing non-ASCII text properly.
15458
15459 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15460
15461         * message.el: Require gmm-utils, remove autoloads.
15462         (message-tool-bar): Set default based on
15463         gmm-tool-bar-style.
15464         (message-tool-bar-gnome): Add gmm-customize-mode.
15465
15466         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15467         gmm-tool-bar-style.
15468         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15469
15470         * gnus-group.el (gnus-group-tool-bar): Set default based on
15471         gmm-tool-bar-style.
15472         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15473
15474         * gmm-utils.el (gmm-image-directory): Rename variable from
15475         gmm-image-load-path.
15476         (gmm-image-load-path): Use gmm-image-directory.
15477         (gmm-customize-mode): New function.
15478         (gmm-tool-bar-style): New variable.
15479
15480         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15481         gnus-group-redraw-line-number.
15482         (gnus-group-redraw-check): Simplify.
15483         (gnus-group-tool-bar-update): Remove redraw check.
15484         (gnus-group-make-tool-bar): Add redraw check.
15485
15486 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15487
15488         * gnus-art.el (gnus-button): Add missing parentheses.
15489
15490 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * lpath.el: Fbind line-number-at-pos.
15493
15494 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15497
15498 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15499
15500         * gnus-art.el (gnus-button): New face.
15501         (gnus-article-button-face): Use it.
15502
15503         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15504         Add gnus-summary-next-page.  Re-order.
15505
15506         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15507         next-node are now included.
15508         (gnus-group-redraw-line-number): New internal variable.
15509         (gnus-group-redraw-check): Helper function for updating the tool
15510         bar.
15511         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15512
15513         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15514
15515         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15516         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15517         Use it to match format of Spamassassin 3.0 and later.
15518         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15519         (spam-check-bogofilter)
15520         (spam-bogofilter-register-with-bogofilter): Fix args of
15521         `gnus-error' calls.
15522
15523 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15524
15525         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15526         unnecessary interaction when sending queued mails.
15527         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15528
15529 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15530
15531         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15532         first or last are nil.
15533
15534 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15535
15536         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15537
15538 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15539
15540         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15541
15542 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15543
15544         * dns.el (query-dns): Protect more against buggy tcp output.
15545
15546 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15547
15548         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15549         nov.php.
15550
15551 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15552
15553         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15554         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15555         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15556         output on the server side.
15557         (nnweb-google-create-mapping): Update regexps and add some
15558         progress indication.
15559
15560 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15561
15562         * gnus-group.el (gnus-group-tool-bar-gnome):
15563         Fix gnus-agent-toggle-plugged.  Re-order icons.
15564         (gnus-group-tool-bar-gnome):
15565         Add gnus-group-{prev,next}-unread-group.
15566         (gnus-group-tool-bar-gnome): Re-order icons.
15567
15568         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15569         Move gnus-summary-insert-new-articles.
15570
15571         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15572         Fix comments.
15573
15574         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15575         also available in Emacs 21.3.
15576
15577         * message.el (message-fix-before-sending): Change "Emacs 22" to
15578         "Emacs 23 (unicode)" in comment.
15579
15580         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15581         "Emacs 23 (unicode)" in comment.
15582
15583         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15584         comment.
15585         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15586
15587         * mm-view.el (mm-fill-flowed): Add :version.
15588
15589 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15592         and load-path.
15593
15594 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15595
15596         * message.el: Autoload gmm-image-load-path.
15597         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15598         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15599         consitency.
15600
15601         * gmm-utils.el (gmm-image-load-path): Also search in
15602         "../etc/images".  Don't set gmm-image-load-path if we don't find
15603         the image.
15604
15605 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gmm-utils.el (gmm-image-load-path): Don't make
15608         `gmm-image-load-path' include subdirectories which the second arg
15609         `image' might specify.
15610
15611         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15612         subdirectory to icon file names.
15613
15614         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15615
15616 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15617
15618         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15619         gmm-image-load-path calls.
15620
15621         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15622
15623         * message.el (message-make-tool-bar): Ditto.
15624
15625         * mml.el (mml-preview): Add comment concerning tool bar icons.
15626
15627         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15628         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15629
15630         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15631         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15632
15633         * message.el (message-tool-bar-gnome): Use new icon names.
15634         (message-make-tool-bar): Use `gmm-image-load-path'.
15635
15636         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15637         New functions from MH-E.
15638         (gmm-image-load-path): New variable from MH-E.
15639         (gmm-image-load-path): New function from MH-E.  Add arguments
15640         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15641         *-image-load-path-called-flag.
15642
15643 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15644
15645         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15646
15647 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15648
15649         * nnimap.el (nnimap-request-move-article): Change folder back to
15650         source group before deleting.
15651
15652 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15653
15654         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15655
15656         * gnus-art.el (mm-url-insert-file-contents-external):
15657         Autoload mm-url.
15658
15659         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15660
15661 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15664         coding system which mm-charset-to-coding-system returns for a
15665         given charset is valid.
15666
15667 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15668
15669         * html2text.el (html2text-remove-tag-list):
15670         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15671
15672 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15673
15674         * gnus-cus.el: Revert 2005-10-17 change.
15675
15676 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-art.el (article-strip-banner):
15679         Call article-really-strip-banner only when the regexp match is made.
15680
15681 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * gnus-art.el (article-strip-banner):
15684         Use gnus-extract-address-components instead of
15685         mail-header-parse-addresses to make it work with non-ASCII text;
15686         remove mail-encode-encoded-word-string.
15687
15688         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15689         values which are surrounded with \"...\"; make it never cause a
15690         Lisp error; give up parsing of parameters if it failed in
15691         extracting type.
15692
15693 2006-02-14  Arne JĂžrgensen  <arne@arnested.dk>
15694
15695         * smime.el (smime-cert-by-ldap-1): Fix bug where
15696         `smime-ldap-search' returns results without userCertificates.
15697
15698 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15701
15702 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15703
15704         * spam.el (spam-check-spamassassin-headers): Adapt format for
15705         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15706         <ari@mbf.ocn.ne.jp>.
15707         (spam-list-of-processors): Add spam-use-gmane.
15708
15709 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15712         make-temp-file; make it work with XEmacs as well.
15713
15714         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15715         mm-make-temp-file.
15716
15717         * mm-decode.el (mm-display-external): Use the 3rd arg of
15718         mm-make-temp-file.
15719         (mm-create-image-xemacs): Ditto.
15720
15721 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15724         with message-narrow-to-headers.
15725         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15726         (gnus-draft-check-draft-articles): New function.
15727         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15728
15729 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * gnus-art.el (gnus-article-browse-html-parts):
15732         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15733         Don't use suffix argument for mm-make-temp-file for Emacs 21
15734         compatibility.  Remove useless `format'.
15735
15736 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15737
15738         * nnweb.el (nnweb-google-wash-article): Update regexps.
15739         (nnweb-group-alist): Use defvoo instead of defvar.
15740
15741 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15744         re-loading nn* modules.
15745
15746 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15749         for `tool-bar-mode' and don't check it's default-value.
15750
15751         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15752
15753         * message.el (message-make-tool-bar): Ditto.
15754
15755         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15756         `substring'.  Shorten tmp-file name.
15757
15758         * gnus.el: Remove bogus comment.
15759
15760 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15761
15762         * gnus-art.el (gnus-article-browse-html-parts): New function.
15763         (gnus-article-browse-html-article): New function for viewing html
15764         articles with a browser.
15765
15766 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15767
15768         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15769         in elisp.
15770         (pgg-gpg-encrypt-symmetric-region): Ditto.
15771         (pgg-gpg-sign-region): Ditto.
15772
15773         * pgg-def.el (pgg-text-mode): New variable.
15774
15775         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15776         (mml2015-pgg-encrypt): Ditto.
15777
15778         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15779         (mml1991-pgg-encrypt): Ditto.
15780
15781 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * nnfolder.el (nnfolder-insert-newsgroup-line):
15784         Use message-make-date instead of current-time-string.
15785
15786         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15787         to gnus-decoded which mm-uu might set.
15788
15789 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15792         don't decode quoted parameters; remove misimported Emacs code.
15793         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15794         (rfc2231-decode-encoded-string): Don't use split-string which
15795         behaves differently according to Emacs version; use
15796         mm-decode-coding-region to convert charset to coding-system.
15797         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15798         (rfc2231-encode-string): Remove misimported Emacs code.
15799
15800 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15803         when calling mail-header-parse-content-type.
15804         (article-de-quoted-unreadable): Ditto.
15805         (article-de-base64-unreadable): Ditto.
15806         (article-wash-html): Ditto.
15807
15808         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15809         calling mail-header-parse-content-type and
15810         mail-header-parse-content-disposition.
15811         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15812         mail-header-parse-content-type.
15813
15814         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15815         insert charset and format parameters; encode description after
15816         inserting it to buffer.
15817         (mml-insert-parameter): Fold lines properly even if a parameter is
15818         segmented into two or more lines; change the max column to 76.
15819
15820         * rfc1843.el (rfc1843-decode-article-body): Don't use
15821         ignore-errors when calling mail-header-parse-content-type.
15822
15823         * rfc2231.el (rfc2231-parse-string): Return at least type if
15824         possible; don't cause an error even if it fails in parsing of
15825         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15826         (rfc2231-encode-string): Don't break lines at the beginning, leave
15827         it to mml-insert-parameter.
15828
15829         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15830         calling mail-header-parse-content-type.
15831
15832 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15833
15834         * spam-report.el (spam-report-gmane-use-article-number):
15835         Improve doc string.
15836         (spam-report-gmane-internal): Check if a suitable header was found
15837         in the article.
15838
15839 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15842         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15843
15844 2006-02-05  Romain Francoise  <romain@orebokech.com>
15845
15846         Update copyright notices of all files in the gnus directory.
15847
15848 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15849
15850         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15851
15852 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15855         segmented lines of parameter value to cope with Thunderbird 1.5
15856         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15857         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15858         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15859
15860 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15861
15862         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15863         parts.
15864
15865 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15866
15867         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15868         there's only one active file for all servers.
15869         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15870         solid groups.  Gnus might have used a FAST request to select the group.
15871         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15872         and nnweb-search redundantly in the active file.
15873         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15874         (nnweb-request-create-group): Don't use ARGS.
15875         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15876         initialisations.  Let nnoo do the work.
15877
15878 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15881         Say the part has been decoded.
15882
15883         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15884
15885 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15886
15887         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15888         mailcap-viewer-test-cache when there's no 'test clause, since that
15889         will invert the meaning of a "nil" test previously determined by
15890         mailcap-mailcap-entry-passes-test.
15891
15892 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15895         compiling.
15896
15897         * gnus-sum.el: Ditto.
15898
15899         * message.el: Don't bind tool-bar-map when compiling.
15900
15901 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15902
15903         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15904
15905 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15906
15907         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15908         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15909         current Google Groups.
15910
15911 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15912
15913         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15914         and tool-bar-mode.
15915
15916         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15917         and tool-bar-mode.
15918
15919         * message.el (message-tool-bar-update): Simplify.
15920         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15921
15922         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15923         gnus-summary-buffer.
15924         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15925         gnus-summary-reply.
15926
15927         * gmm-utils.el (gmm): Add :version.
15928
15929 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * Makefile.in (clean): New rule.
15932         (distclean): Use it.
15933
15934 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15935
15936         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15937         Don't autoload.
15938
15939 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * gmm-utils.el (gmm-verbose): Add :group.
15942
15943 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * message.el: Change some comments WRT tool-bars.
15946
15947         * gnus-sum.el (gnus-summary-tool-bar)
15948         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15949         (gnus-summary-tool-bar-zap-list): New variables.
15950         (gnus-summary-make-tool-bar): Complete rewrite using
15951         `gmm-tool-bar-from-list'.
15952
15953         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15954         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15955         New variables.
15956         (gnus-group-make-tool-bar): Complete rewrite using
15957         `gmm-tool-bar-from-list'.
15958         (gnus-group-tool-bar-update): New function.
15959
15960         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15961
15962 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15965         is dissected into a single part of which the type is the same as
15966         the given one; decode charset.
15967
15968 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15969
15970         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15971         into alists as symbol not string, since that's what
15972         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15973         look for.
15974
15975 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15976
15977         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15978         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15979
15980         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15981
15982 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15983
15984         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15985         (gnus-xmas-mime-security-button-menu): New function.
15986
15987         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15988         (gnus-mime-security-button-menu): New definition.
15989         (gnus-mime-security-button-map): Use them.
15990         (gnus-mime-security-button-menu): New function.
15991         (gnus-insert-mime-security-button): Addition to help echo.
15992         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15993         (gnus-mime-security-pipe-part): New functions.
15994
15995         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15996         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15997
15998         * mm-decode.el (mm-handle-set-disposition): Remove.
15999         (mm-handle-set-description): Remove.
16000
16001 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16004         (mm-w3m-standalone-supports-m17n-p): New function.
16005         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16006         w3m usage.
16007
16008         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16009         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16010
16011 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16012
16013         * message.el (message-tool-bar-zap-list):
16014         Use gmm-tool-bar-zap-list as custom type.
16015         (message-tool-bar-update): New function.
16016         (message-tool-bar, message-tool-bar-gnome)
16017         (message-tool-bar-retro): Add message-tool-bar-update.
16018         (message-tool-bar-gnome): Add flyspell-buffer.
16019
16020         * gnus-util.el (gnus-error): Describe `args'.
16021
16022         * gmm-utils.el (gmm-error): Describe `args'.
16023         (gmm-tool-bar-zap-list): New widget.
16024         (gmm-tool-bar-from-list): Improve description of `zap-list'.
16025
16026 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16027
16028         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16029         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16030         the number of recursive calls.
16031
16032         * mm-decode.el (mm-handle-set-disposition): New macro.
16033         (mm-handle-set-description): New macro.
16034
16035 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16038         encoding.
16039
16040 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16041
16042         * message.el (message-tool-bar-zap-list, message-tool-bar)
16043         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16044         (message-tool-bar-local-item-from-menu): Remove.
16045         (message-tool-bar-map): Replace by `message-make-tool-bar'.
16046         (message-make-tool-bar): New function.
16047         (message-mode): Use `message-make-tool-bar'.
16048
16049         * gmm-utils.el: New file.
16050         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16051         (gmm-lazy): New widget copied from `nnmail.el'.
16052         (gmm-tool-bar-from-list): New function for creating customizable
16053         tool bars.
16054         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
16055         output.
16056         (gmm): Add :prefix to defgroup.
16057
16058 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
16059
16060         * gmm-utils.el (gmm-widget-p): New function.
16061
16062 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
16063
16064         * mml.el (mml-attach-file): Describe `description' in doc string.
16065         (mml-menu): Add Emacs MIME manual and PGG manual.
16066
16067 2006-01-20  Richard M. Stallman  <rms@gnu.org>
16068
16069         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16070
16071 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
16072
16073         * nntp.el (nntp-end-of-line): Doc fix.
16074
16075 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
16076
16077         * imap.el (imap-open): Handle case where buffer is a buffer
16078         object.
16079
16080 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16081
16082         * gnus-delay.el (gnus-delay): Don't autoload.
16083         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16084         to be re-loaded when customizing the `gnus-delay' group.
16085
16086 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
16087
16088         * message.el (message-insert-citation-line): Use newlines.
16089
16090 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16091
16092         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
16093         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
16094         these routines, so the passphrase can be managed externally and
16095         passed in to the system.
16096         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
16097         pgg-add-passphrase-to-cache function.
16098
16099         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
16100         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
16101         these routines, so the passphrase can be managed externally and
16102         passed in to the system.
16103         (pgg-pgp5-sign-region): Use new name of
16104         pgg-add-passphrase-to-cache function.
16105
16106 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
16107
16108         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
16109         part of the decoded armor to find the key-identifier.
16110         (pgg-gpg-lookup-key-owner): New function to return the
16111         human-readable identifier of a key owner.
16112         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
16113         itself.
16114         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
16115         the key value) if we have a key and can match it against a secret
16116         key.  Also, added a note pointing out fact that the prompt only
16117         indicates the first matching key.
16118
16119         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
16120         pgg-decrypt-region.
16121         (pgg-add-passphrase-to-cache): Rename from
16122         `pgg-add-passphrase-cache' to reduce confusion (all callers
16123         changed).
16124         (pgg-remove-passphrase-from-cache): Rename from
16125         `pgg-remove-passphrase-cache' to reduce confusion (all callers
16126         changed).
16127         (pgg-read-passphrase, pgg-add-passphrase-cache)
16128         (pgg-remove-passphrase-cache): Add informative docstrings.
16129         (pgg-decrypt): Convey provided passphrase in subordinate call to
16130         pgg-decrypt-region.
16131
16132 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
16133
16134         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
16135         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
16136         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
16137         'passphrase' argument, so the passphrase can be managed externally
16138         and then passed in to the system.
16139
16140         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
16141         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
16142         so the passphrase cache can be used reliably with identifiers
16143         besides a pgp packet's key id.
16144
16145         * pgg-gpg.el (pgg-gpg-encrypt-region)
16146         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16147         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
16148         these routines, so the passphrase can be managed externally and
16149         passed in to the system.
16150
16151         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
16152         'notruncate' argument, so the passphrase cache can be used
16153         reliably with identifiers besides a pgp packet's key id.
16154
16155 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
16156
16157         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
16158         symmetric encryption.
16159         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
16160         encrypted session key.
16161         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
16162         message ask for the passphrase in a proper way.
16163
16164         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
16165         New user commands for symmetric encryption.
16166
16167 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16170
16171         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16172
16173 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
16174
16175         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16176
16177 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * mm-decode.el (mm-inlined-types): Add application/pgp.
16180         (mm-automatic-display): Ditto.
16181
16182         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16183         part as text.
16184
16185 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * nnrss.el: Update copyright.
16188         (nnrss-opml-import): Query whether to subscribe to each entry.
16189
16190         * gnus-art.el:
16191         * gnus-sum.el:
16192         * gnus-xmas.el:
16193         * messagexmas.el:
16194         * mm-uu.el:
16195         * mm-view.el: Update copyright.
16196
16197 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
16198
16199         * message.el (message-info): New function.
16200         (message-mode-menu): Add it.
16201         Update copyright.
16202
16203         * ChangeLog: Fix and update copyright.
16204
16205 2006-01-13  Romain Francoise  <romain@orebokech.com>
16206
16207         * message.el (message-forward-subject-name-subject): Prefer the
16208         address to 'nowhere' if the sender has no name.
16209         Fix typo.  Update copyright year.
16210
16211 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * gnus-art.el (article-wash-html):
16214         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
16215         (gnus-article-wash-html-with-w3m-standalone): New function.
16216
16217         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
16218         mm-inline-text-html-render-with-w3m-standalone.
16219         (mm-text-html-washer-alist): Map w3m-standalone to
16220         gnus-article-wash-html-with-w3m-standalone.
16221         (mm-inline-text-html-render-with-w3m-standalone): New function.
16222
16223 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16224
16225         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
16226         Improve LaTeX.
16227
16228 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16229
16230         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
16231         (nnrss-request-article): Render text/plain parts as HTML.
16232
16233         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
16234         the buffer.
16235
16236 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
16237
16238         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
16239         custom definition of `gnus-posting-styles'.
16240
16241         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
16242         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
16243
16244 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16245
16246         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
16247         Use nntp for bug archive.
16248
16249 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
16252         parts.
16253         (nnrss-normalize-date): New function converts ISO 8601 date into
16254         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16255         (nnrss-check-group): Use it.
16256
16257 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16258
16259         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
16260
16261         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
16262         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
16263         (nnrss-insert-w3): Ditto.
16264
16265 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
16268         the articles to be forwarded including the case where neither a
16269         number of articles nor a region is specified.
16270
16271 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * nnrss.el (nnrss-request-article): Fix last change; fill
16274         text/plain parts.
16275
16276 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
16279         in text/plain part.
16280         (nnrss-check-group): Don't add excessive newline to dc:subject.
16281
16282 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
16283
16284         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
16285         article.
16286
16287 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16288
16289         * nnml.el: Don't require gnus-bcklg.  Autoload it.
16290         (nnml-use-compressed-files, nnml-save-mail): Support other
16291         comression programs such as bzip2.
16292
16293 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16294
16295         * dns.el (query-dns): Make sure we check the buffer size before
16296         removing tcp headers.
16297
16298 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16299
16300         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
16301         remove MIME buttons associated with multipart/alternative parts.
16302         (gnus-mime-display-alternative): Tag buttons using `article-type'
16303         text property.
16304
16305         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
16306         associated with multipart/alternative parts.
16307
16308         * gnus-art.el (gnus-signature-separator): Fix custom type.
16309
16310         * mm-decode.el (mm-inlined-types): Fix custom type.
16311         (mm-keep-viewer-alive-types): Ditto.
16312         (mm-automatic-display): Ditto.
16313         (mm-attachment-override-types): Ditto.
16314         (mm-inline-override-types): Ditto.
16315         (mm-automatic-external-display): Ditto.
16316
16317 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16318
16319         * spam-report.el (spam-report-user-mail-address)
16320         (spam-report-user-agent): New variables.
16321         (spam-report-url-ping-plain): Use spam-report-user-agent.
16322
16323 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
16324
16325         * gnus-art.el (gnus-button-handle-custom): Do not just use
16326         `customize-apropos' for any "M-x customize-*" button but the
16327         function called for.  Accept both the function name and its
16328         argument in order to achieve this.
16329         (gnus-button-alist): Remove support for "custom:" URL's.
16330         Pass function name to `gnus-button-handle-custom' in case of "M-x
16331         customize-*" buttons.
16332
16333 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
16336         multipart/alternative and add xref to mm-discouraged-alternatives
16337         in doc string.
16338
16339         * mm-decode.el (mm-discouraged-alternatives): Add xref to
16340         gnus-buttonized-mime-types in doc string.
16341
16342 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
16343
16344         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
16345         Suggest image/.* in the doc string.
16346
16347 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
16348
16349         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
16350         message-marks (Debian bug #342521).
16351
16352 2005-12-12  Simon Josefsson  <jas@extundo.com>
16353
16354         * password.el (password-read-from-cache): Add.
16355         (password-read): Use it.
16356
16357 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * rfc2047.el (rfc2047-charset-to-coding-system):
16360         Recognize us-ascii as a MIME charset.
16361
16362         * mm-bodies.el (mm-decode-content-transfer-encoding):
16363         Protect against the case where the 2nd arg TYPE is nil.
16364
16365 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16366
16367         * pop3.el (pop3-stream-type): Fix custom version.
16368
16369         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
16370
16371 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16372
16373         * mm-decode.el (mm-display-external): Add missing cdr.
16374
16375 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * mm-decode.el (mm-display-external): Use nametemplate (defined in
16378         RFC1524) if it is in mailcap or add a suffix according to
16379         mailcap-mime-extensions when generating a temp filename; postpone
16380         deleting a temp file for 2 seconds for some wrappers, shell
16381         scripts, and so on, which might exit right after having started a
16382         viewer command as a background job.
16383
16384 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16385
16386         * nntp.el (nntp-marks-directory): Fix custom group.
16387
16388         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
16389         steps when < 10.
16390
16391         * gnus-start.el (gnus-no-server-1):
16392         Mention `gnus-level-default-subscribed' in doc string.
16393
16394 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16395
16396         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
16397         parens.
16398
16399 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * gnus-xmas.el (gnus-use-toolbar): Revert.
16402         (gnus-xmas-setup-toolbar): Use global default-toolbar if
16403         gnus-use-toolbar is default.
16404
16405         * messagexmas.el (message-use-toolbar): Revert.
16406         (message-setup-toolbar): Use global default-toolbar if
16407         message-use-toolbar is default.
16408
16409 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16410
16411         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
16412         according to default-toolbar-visible-p.
16413
16414         * messagexmas.el (message-use-toolbar): Ditto.
16415
16416 2005-11-26  Dave Love  <fx@gnu.org>
16417
16418         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
16419         (tls-program, tls-success): Provide openssl alternative.
16420
16421         * starttls.el: Doc fixes.
16422         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
16423         SERVICE to PORT.
16424
16425         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
16426         port null or service name.
16427         (starttls-negotiate): Autoload.
16428
16429 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * message.el (message-kill-to-signature): Fix interactive spec.
16432
16433 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * pop3.el (pop3-open-server): Recognize a string as a service name.
16436
16437 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
16438
16439         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
16440
16441 2005-11-23  Dave Love  <fx@gnu.org>
16442
16443         Add pop3s, pop3/starttls.
16444
16445         * pop3.el (pop3-authentication-scheme): Clarify doc.
16446         (open-tls-stream, starttls-open-stream): Autoload.
16447         (pop3-stream-type): New.
16448         (pop3-open-server): Use it.
16449
16450         * mail-source.el (mail-sources): Fix some :types.  Add stream type
16451         for POP.
16452         (mail-source-keyword-map): Add :stream for POP.
16453         (mail-source-fetch-pop): Use pop3-stream-type.
16454
16455 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16456
16457         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
16458         of current-time-string.
16459
16460 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
16461
16462         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
16463         date header.
16464
16465 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16466
16467         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
16468         it can seriously impact performance as it bypasses the agent's
16469         local caches.
16470
16471 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
16472
16473         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16474         must be explicitly online rather than "not explicitly offline" for
16475         its flags to be synchronized.
16476
16477         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16478         that gnus-uu-unmark-thread will function correctly.
16479
16480         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16481         1024K is instead displayed as 1M.
16482
16483 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16484
16485         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16486
16487 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16488
16489         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16490
16491 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16492
16493         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16494         error message to display actual error condition.
16495         (gnus-agent-save-local): Avoid saving symbols that are bound to
16496         nil as they simply result in a warning message in
16497         gnus-agent-read-local.
16498
16499 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16502         rather than make-variable-buffer-local for file-precious-flag.
16503
16504 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16505
16506         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16507         for duplicates which are removed.  The invalid sort check then
16508         triggers a rescan after the sort as sorting may have moved
16509         duplicate entries such that they can be cheaply detected.
16510
16511 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16514
16515 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16516
16517         * gnus-agent.el (gnus-agent-article-alist-save-format):
16518         Change internal variable to a custom variable.  Change default value
16519         from compressed(2) to uncompressed(1).
16520         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16521         support for uncompressed agentview files.  Taken together, reading
16522         the agentview file should now be 6-7 times faster.
16523
16524 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16525
16526         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16527         as a buffer-local variable.  This avoids creating truncated
16528         dribble files as a result of a hang up, eg.
16529
16530 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
16531
16532         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
16533         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
16534         XEmacs.
16535
16536 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16537
16538         * gnus-start.el (gnus-start-draft-setup):
16539         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16540
16541         * gnus.el (gnus-splash): Change custom group.
16542         (gnus-group-get-parameter, gnus-group-parameter-value):
16543         Describe allow-list argument.
16544
16545         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16546         string.
16547
16548 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16549
16550         * gnus-art.el (gnus-default-article-saver): Add user-defined
16551         `function' to custom type.
16552
16553 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16554
16555         * imap.el (imap-open): Handle case where buffer is a buffer
16556         object.
16557
16558 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16559
16560         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16561         long lines.
16562         (gnus-cache-delete-group): Wrap doc strings.
16563
16564         * gnus-agent.el (gnus-agent-rename-group)
16565         (gnus-agent-delete-group): Wrap doc strings.
16566
16567 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * messagexmas.el (message-use-toolbar): Change the valid values
16570         into default, top, bottom, left, and right.
16571         (message-toolbar-thickness): New variable.
16572         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
16573         well.
16574         (message-setup-toolbar): Make it work.
16575
16576         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
16577         (gnus-use-toolbar): Change the valid values into default, top,
16578         bottom, left, and right.
16579         (gnus-toolbar-thickness): New variable.
16580         (gnus-xmas-setup-toolbar): New function.
16581         (gnus-xmas-setup-group-toolbar): Use it.
16582         (gnus-xmas-setup-summary-toolbar): Use it.
16583
16584 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16585
16586         * gnus-start.el (gnus-1): Add "native" to
16587         gnus-predefined-server-alist.
16588
16589         * gnus.el (gnus-method-to-server): Don't add "native" to the
16590         lists here, because that leads to problems when
16591         gnus-select-method is bound.
16592
16593 2005-11-09  Simon Josefsson  <jas@extundo.com>
16594
16595         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16596         use (not sort-by-date) instead.
16597
16598 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16599
16600         * gnus-delay.el (gnus-delay-group): Don't autoload.
16601         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16602         to be re-loaded when customizing the `gnus-delay' group.
16603
16604 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16605
16606         * message.el: Revert last changes.
16607         (message-insert-citation-line): Use newlines.
16608
16609 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16610
16611         * message.el (message-courtesy-message)
16612         (message-mark-insert-begin, message-mark-insert-end)
16613         (message-elide-ellipsis, message-cancel-message)
16614         (message-add-header, message-change-subject)
16615         (message-cross-post-followup-to-header)
16616         (message-cross-post-insert-note, message-reduce-to-to-cc)
16617         (message-widen-reply, message-delete-not-region)
16618         (message-kill-to-signature, message-insert-signature)
16619         (message-insert-importance-high, message-insert-importance-low)
16620         (message-insert-or-toggle-importance)
16621         (message-insert-disposition-notification-to)
16622         (message-indent-citation, message-yank-original)
16623         (message-cite-original-without-signature, message-cite-original)
16624         (message-insert-citation-line, message-position-on-field)
16625         (message-fix-before-sending, message-send-mail-partially)
16626         (message-send-mail, message-send-mail-with-sendmail)
16627         (message-send-mail-with-qmail, message-send-news)
16628         (message-check-news-header-syntax, message-generate-headers)
16629         (message-insert-courtesy-copy, message-fill-address)
16630         (message-fill-header, message-shorten-references)
16631         (message-setup-1, message-cancel-news)
16632         (message-forward-make-body-plain, message-forward-make-body-mime)
16633         (message-forward-make-body-mml, message-encode-message-body)
16634         (message-forward-make-body-digest-plain)
16635         (message-forward-make-body-digest-mime)
16636         (message-use-alternative-email-as-from): Insert `hard-newline'
16637         instead of ordinary newlines.
16638
16639 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * message.el (message-generate-headers): Downcase the argument
16642         given to message-check-element.
16643
16644 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16645
16646         * nntp.el (nntp-authinfo-rejected): New error condition.
16647         (nntp-wait-for): Use new error condition to signal authentication
16648         error.
16649         (nntp-retrieve-data): Rethrow new error condition to break out of
16650         recursive call to nntp-send-authinfo.
16651
16652 2005-11-08  Romain Francoise  <romain@orebokech.com>
16653
16654         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16655         (gnus-summary-exit-map): Bind to `Z p'.
16656         (gnus-summary-make-menu-bar): Add menu item.
16657
16658 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16659
16660         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16661         (gnus-treat-*): Add `first' in all doc strings.
16662
16663         * gnus-group.el (gnus-group-compact-group): Fix typo.
16664
16665 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * gnus.el (gnus-parameters-case-fold-search): New variable.
16668         (gnus-parameters-get-parameter): Use it.
16669
16670         * gnus-score.el (gnus-home-score-file): Doc fix.
16671
16672 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16673
16674         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16675
16676 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * mm-util.el (mm-special-display-p): New function.
16679
16680         * mml.el (mml-preview): Use it; doc fix.
16681
16682 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16683
16684         * imap.el (imap-open): Handle case where buffer is a buffer object.
16685
16686 2005-10-29  Romain Francoise  <romain@orebokech.com>
16687
16688         * message.el (message-fix-before-sending): Fix comment.
16689
16690 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16691
16692         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16693
16694 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16695
16696         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16697         Used in gnus-score.el.
16698
16699 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16700
16701         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16702
16703 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16704
16705         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16706         whitespace removed in revision 7.8.  Use concatenated string to
16707         protect trailing whitespace.
16708
16709 2005-10-27  Jouni K. SeppĂ€nen  <jks@iki.fi>
16710
16711         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16712         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16713         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16714         Courier IMAP ("some version from 2004").  Mostly based on similar
16715         code in the same function.
16716
16717 2005-10-26  Didier Verna  <didier@xemacs.org>
16718
16719         * gnus-group.el (gnus-group-compact-group): Invalidate original
16720         article buffer.
16721         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16722         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16723         NOV database and in article itself.
16724         Invalidate article backlog.
16725
16726 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16727
16728         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16729
16730 2005-10-26  Simon Josefsson  <jas@extundo.com>
16731
16732         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16733         part of 2004-07-25 change.
16734
16735 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * message.el (message-display-completion-list): New function.
16738         (message-expand-group): Use it; make sure the Completions buffer
16739         is modifiable.
16740 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16741
16742         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16743         user-mail-name is an empty string.
16744
16745 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16746
16747         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16748         depending on gnus-score-decay-constant.
16749
16750         * encrypt.el (encrypt-insert-file-contents)
16751         (encrypt-write-file-contents): Don't use `gnus-message'.
16752
16753         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16754         arguments.
16755         (mm-uu-type-alist): Add message-marks and insert-marks.
16756         Pass arguments to mm-uu-verbatim-marks-extract.
16757         (mm-uu-hide-markers): New variable.
16758         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16759
16760         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16761         (gnus-convert-image-to-face-command): Use "convert" by default to
16762         allow other input image formats.
16763         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16764         accordingly.
16765
16766 2005-10-23  Simon Josefsson  <jas@extundo.com>
16767
16768         * imap.el (imap-gssapi-program): Align command line parameters
16769         with latest GNU SASL.
16770         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16771
16772 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16773
16774         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16775         HTML.
16776         (nnslashdot-request-article): Ditto.
16777
16778         * lpath.el (featurep): Add nobreak-char-display.
16779
16780 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16781
16782         * mail-source.el (mail-source-fetch-pop): Require pop3.
16783         (mail-source-check-pop): Ditto.
16784
16785 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16788         errors.
16789
16790 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16793         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16794
16795         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16796
16797         * mm-bodies.el (mm-decode-string):
16798         Call `mm-charset-to-coding-system' with allow-override argument.
16799
16800 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16803         (rfc2047-charset-to-coding-system): New function.
16804         (rfc2047-decode-encoded-words): New function.
16805         (rfc2047-decode-region): Use them.
16806         (rfc2047-decode-cte): Remove.
16807         (rfc2047-parse-and-decode): Remove.
16808         (rfc2047-decode): Remove.
16809
16810 2005-10-15  Kenichi Handa  <handa@m17n.org>
16811
16812         * rfc2047.el (rfc2047-decode-cte): New function.
16813         (rfc2047-decode-region): Change the way to decode successive
16814         encoded-words: decode B- or Q-encoding in each encoded-word,
16815         concatenate them, and decode it as charset.
16816
16817 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * lpath.el: Fbind codepage-setup for XEmacs.
16820
16821 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16822
16823         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16824         widget-move-and-invoke.
16825         (gnus-custom-mode): Use gnus-custom-map.
16826
16827 2005-10-15  Bill Wohler  <wohler@newt.com>
16828
16829         * message.el (message-tool-bar-map): Rename image file from
16830         mail_send to mail/send.
16831
16832 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16833
16834         * message.el (message-expand-group): Pass the common
16835         prefix substring of completion to `display-completion-list'.
16836
16837 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16838
16839         * mml-sec.el (mml-secure-method): New internal variable.
16840         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16841         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16842         New functions using mml-secure-method.
16843
16844         * mml.el (mml-mode-map): Add key bindings for those functions.
16845         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16846         Harder <harder@myrealbox.com>.
16847         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16848         Goto end of message if point is the headers of the message.
16849
16850         * message.el (message-in-body-p): New function.
16851
16852         * assistant.el: Autoload gnus-util and netrc.
16853
16854         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16855         Use `mm-charset-override-alist' only when decoding.
16856
16857         * mm-bodies.el (mm-decode-body):
16858         Call `mm-charset-to-coding-system' with allow-override argument.
16859
16860         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16861         `filename' from Content-Disposition if Content-Type doesn't
16862         provide `name'.
16863         (gnus-mime-view-part-as-type): Set default instead of
16864         initial-input.
16865
16866 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16867
16868         * format-spec.el (format-spec): Propagate text properties of % spec.
16869
16870 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * gnus-art.el (gnus-treat-predicate): Add `first'.
16873
16874 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16875
16876         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16877         (mm-charset-override-alist): New variable.
16878         (mm-charset-to-coding-system): Use it.
16879         (mm-codepage-setup): New helper function.
16880         (mm-charset-eval-alist): New variable.
16881         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16882         Warn about unknown charsets.
16883
16884         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16885
16886 2005-10-04  David Hansen  <david.hansen@gmx.net>
16887
16888         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16889         (nnrss-check-group): Ditto.
16890
16891 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16892
16893         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16894         Rename x-gnus-verbatim to x-verbatim.
16895         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16896
16897         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16898         x-verbatim.
16899
16900         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16901
16902         * gnus-util.el (gnus-remove-duplicates): Remove.
16903
16904         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16905         instead of gnus-remove-duplicates.
16906
16907         * message.el (message-remove-duplicates): Remove.
16908         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16909         message-remove-duplicates.
16910
16911         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16912         available, else use implementation from `delete-dups'.
16913
16914         * message.el (message-insert-expires): New function.
16915         (message-mode-map): Add key binding.
16916         (message-mode-field-menu): Add menu entry.
16917         (message-mode): Document it.
16918         (message-make-expires-date): Use `message-make-date'.
16919
16920 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16921
16922         * message.el (message-make-expires-date): New function.
16923
16924 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * Makefile.in (list-installed-shadows): New entry.
16927         (install): Use it.
16928         (remove-installed-shadows): New entry.
16929
16930         * dgnushack.el (dgnushack-default-load-path): New variable.
16931         (dgnushack-find-lisp-shadows): New function.
16932         (dgnushack-remove-lisp-shadows): New function.
16933
16934 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * Makefile.in (install-el-elc): New entry.
16937         (install): Use it so that .el files are necessarily installed.
16938
16939 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16940
16941         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16942
16943 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16944
16945         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16946         function rather than the diff-mode.el package.
16947         (mm-display-external): Use with-current-buffer.
16948         (mm-viewer-completion-map, mm-viewer-completion-map):
16949         Move initialization inside declaration.
16950
16951 2005-09-29  Simon Josefsson  <jas@extundo.com>
16952
16953         * spam.el: Load hashcash when compiling, to avoid warnings.
16954         Don't autoload mail-check-payment.
16955         (spam-check-hashcash): Define unconditionally, since hashcash.el
16956         is part of Gnus now.  Ignore errors from payment checking.
16957
16958 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16959
16960         * message.el (message-bold-region, message-unbold-region):
16961         Rename from `bold-region' and `unbold-region'.
16962
16963         * message.el: Remove useless autoloads.
16964
16965 2005-09-28  Simon Josefsson  <jas@extundo.com>
16966
16967         * message.el (message-use-idna): Default to t.
16968         (message-use-idna): Test whether encoding works too.  Doc fix.
16969
16970 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * nntp.el (nntp-warn-about-losing-connection): Remove.
16973
16974 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16975
16976         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16977         customizable.  Change default value.
16978         (mm-uu-diff-groups-regexp): Change default value.
16979         (mm-uu-type-alist): Add doc string.
16980         (mm-uu-configure): Add doc string.  Make it interactive.
16981         (mm-uu-tex-groups-regexp): New variable.
16982         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16983         (mm-uu-type-alist): Add LaTeX documents.
16984         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16985         of "text/verbatim".
16986         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16987
16988         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16989         instead of "text/verbatim".
16990
16991         * message.el (message-mark-inserted-region)
16992         (message-mark-insert-file): Use slrn style marks when called with
16993         prefix argument.
16994
16995 2005-09-27  Simon Josefsson  <jas@extundo.com>
16996
16997         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16998
16999 2005-09-27  Arne JĂžrgensen  <arne@arnested.dk>
17000
17001         * message.el (message-remove-duplicates): New function.
17002         Implementation borrowed from `gnus-remove-duplicates'.
17003         (message-idna-to-ascii-rhs): Also encode idna addresses in
17004         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17005         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17006         only ask about the same idna domain once per header and also tell
17007         in what header to replace the idna domain.
17008
17009         * gnus-art.el (article-decode-idna-rhs): Also decode idna
17010         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17011         (article-decode-idna-rhs): Fix regexp so that all idna-address in
17012         a header is decoded and not just the last one.
17013
17014 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17017         has been decoded.
17018
17019         * mm-decode.el (mm-automatic-display): Add text/verbatim.
17020         (mm-insert-part): Don't modify text if it has been decoded.
17021
17022         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17023         decoded.
17024
17025         * mm-view.el (mm-inline-text): Don't strip text props unless
17026         decoding enriched or richtext parts.
17027
17028 2005-09-25  Romain Francoise  <romain@orebokech.com>
17029
17030         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17031         * gnus-start.el (gnus-subscribe-interactively):
17032         * gnus-uu.el (gnus-uu-grab-articles):
17033         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17034         space.
17035
17036 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17037
17038         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17039         * mm-view.el (mm-view-pkcs7-decrypt):
17040         * gnus-sum.el (gnus-summary-limit-to-extra)
17041         (gnus-summary-respool-article, gnus-read-move-group-name):
17042         * gnus-score.el (gnus-summary-increase-score):
17043         * gnus-util.el (gnus-completing-read-with-default):
17044         * gnus-art.el (gnus-read-save-file-name)
17045         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17046         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17047         * message.el (message-check-news-header-syntax):
17048         Follow convention for reading with the minibuffer.
17049
17050 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
17051
17052         * spam-report.el (spam-report-url-ping-plain):
17053         Use gnus-extended-version as User-Agent.
17054
17055         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17056         default value is nil.
17057
17058         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17059         (mm-uu-verbatim-marks-extract): New function.
17060         (mm-uu-extract): New face.
17061         (mm-uu-copy-to-buffer): Use it.
17062
17063         * spam-report.el (spam-report-gmane-ham): Rename from
17064         `spam-report-gmane-unspam'.
17065         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17066         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
17067
17068         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17069         Autoload.
17070         (spam-report-gmane-unregister-routine):
17071         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17072
17073 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
17074
17075         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17076         (spam-report-gmane-unregister-routine): Add support for gmane
17077         unregistration.
17078
17079         * spam-report.el (spam-report-gmane-unspam)
17080         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17081         (spam-report-gmane): Change to take a single article and do unspam
17082         registration.
17083
17084 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17085
17086         * mm-url.el (mm-url-decode-entities): Fix regexp.
17087
17088 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17089
17090         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17091         default to nil, to be able to use Gnus at all.  If the default
17092         switches to something else, then the function should be fixed not
17093         be exceedingly slow.
17094
17095 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
17096
17097         * gnus-start.el (gnus-activate-group): If the server is nil, don't
17098         fail hard.
17099
17100         * spam-report.el: Add better Keywords line.
17101
17102         * spam.el: Add Maintainer and better Keywords line.
17103
17104 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17105
17106         * gnus-art.el (gnus-article-replace-part)
17107         (gnus-mime-replace-part): New functions.
17108         (gnus-mime-action-alist, gnus-mime-button-commands)
17109         (gnus-mime-save-part-and-strip): Add file argument.
17110         (gnus-article-part-wrapper): Add interactive argument.
17111
17112         * gnus-sum.el (gnus-summary-mime-map):
17113         Add `gnus-article-replace-part'.
17114
17115 2005-09-19  Didier Verna  <didier@xemacs.org>
17116
17117         The nnml compaction feature:
17118         * nnml.el (nnml-request-compact-group): New function.
17119         * nnml.el (nnml-request-compact): New function.
17120         * gnus-int.el (gnus-request-compact-group): New function.
17121         * gnus-int.el (gnus-request-compact): New function.
17122         * gnus-group.el (gnus-group-compact-group): New function.
17123         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17124         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17125         * gnus-srvr.el (gnus-server-compact-server): New function.
17126         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17127         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17128
17129 2005-09-18  Deepak Goel  <deego@gnufans.org>
17130
17131         * sieve.el (sieve-help): Fix `message' call: first arg should be a
17132         format spec.
17133
17134 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * gnus.el (gnus-group-startup-message): Bind image-load-path.
17137
17138 2005-09-15  Romain Francoise  <romain@orebokech.com>
17139
17140         * message.el (message-fill-paragraph): Clarify docstring.
17141
17142 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17143
17144         * gnus-art.el (gnus-mime-display-part): Protect against broken
17145         MIME messages.
17146
17147 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17148
17149         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17150         before parsing header.
17151
17152 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
17153
17154         * html2text.el (html2text-replace-list): Add new entities.
17155
17156 2005-09-11  Romain Francoise  <romain@orebokech.com>
17157
17158         * message.el (message-alternative-emails): Improve docstring.
17159         (message-setup-1): Call `message-use-alternative-email-as-from'
17160         after `message-setup-hook' to give it precedence over posting
17161         styles, etc.
17162         (message-use-alternative-email-as-from): Add docstring.
17163         Remove the original From header if present.
17164
17165         * nnml.el (nnml-compressed-files-size-threshold): New variable.
17166         (nnml-save-mail): Use it.
17167
17168         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17169         articles.  Add new argument `silent'.
17170         (gnus-uu-mark-all): Report the total number of marked articles.
17171
17172 2005-09-10  Romain Francoise  <romain@orebokech.com>
17173
17174         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17175         (gnus-uu-mark-series): Likewise.
17176
17177 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * spam-report.el (spam-report-gmane): Fix generation of spam
17180         report URL.
17181
17182 2005-09-10  Simon Josefsson  <jas@extundo.com>
17183
17184         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17185         t, based on discussion on the ding list with Robert Epprecht
17186         <epprecht@solnet.ch>.
17187
17188 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * spam-report.el (spam-report-gmane): Make it work without
17191         X-Report-Spam header.  Gmane now only provides Archived-At.
17192         This is only used if `spam-report-gmane-use-article-number' is nil.
17193         (spam-report-gmane-spam-header): Remove.  Not used anymore.
17194
17195         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17196         make `gnus-summary-sort-by-recipient' work with threading.
17197
17198         * nnweb.el (nnweb-google-wash-article): Print a message if article
17199         is not available.
17200
17201 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17202
17203         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17204         change.  Decode text/* parts content before displaying.
17205
17206 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17207
17208         * mml-smime.el: Remove defvar of gnus-extract-address-components.
17209
17210 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * mm-view.el (mm-display-inline-fontify): Disable support modes.
17213
17214         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
17215         url-package-name, url-package-version,
17216         w3m-cid-retrieve-function-alist, w3m-current-buffer,
17217         w3m-display-inline-images, and w3m-minor-mode-map.
17218
17219 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
17220
17221         * message.el (message-tab-body-function): Fix mismatched custom type.
17222
17223         * gnus.el (gnus-group-change-level-function): Ditto.
17224
17225         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17226
17227         * gnus-art.el (gnus-signature-limit)
17228         (gnus-article-mime-part-function): Ditto.
17229
17230 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * mml.el (mml-mode): Silence the byte compiler.
17233
17234         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17235         using `(sit-for 0)' before moving the point to the specified part;
17236         skip unbuttonized parts.
17237         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17238         return to the summary window if gnus-auto-select-part is non-nil.
17239
17240 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
17241
17242         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17243         New variables.
17244         (mml-dnd-attach-file, mml-mode): Use them.
17245
17246         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17247         Make fetching article by MID work again for Google Groups.
17248         Add FIXME concerning gnus-group-make-web-group.
17249
17250         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17251         Don't depend on Gnus by using mail-extract-address-components if
17252         gnus-extract-address-components is not bound.
17253
17254 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17255
17256         * gnus-art.el (gnus-mime-display-security): Don't display the
17257         signature, but only the signed part.
17258
17259 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17260
17261         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
17262
17263         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
17264         list, not listp.
17265
17266 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
17267
17268         * mm-encode.el (mm-encode-content-transfer-encoding):
17269         Likewise when encoding.
17270
17271         * mm-bodies.el (mm-decode-content-transfer-encoding):
17272         De-canonicalize CRLF for all text content types, not just
17273         text/plain.
17274
17275 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17276
17277         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
17278         valid article; point arrow and cursor at the MIME button.
17279
17280 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
17283         Suggested by Dan Christensen <jdc@uwo.ca>.
17284
17285         * mm-decode.el (mm-save-part): Enable change of prompt.
17286
17287 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
17288
17289         * gnus-msg.el (gnus-inews-add-send-actions):
17290         Make `message-post-method' lambda parameter ARG `&optional'.
17291
17292 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17293
17294         * gnus-sum.el (gnus-summary-mime-map):
17295         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
17296         gnus-article-jump-to-part.
17297
17298         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
17299         (gnus-article-edit-part): Use it.
17300         (gnus-article-part-wrapper): Add no-handle argument.
17301         (gnus-article-save-part-and-strip, gnus-article-delete-part):
17302         New functions.
17303
17304 2005-08-29  Romain Francoise  <romain@orebokech.com>
17305
17306         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17307         docstring.
17308         (gnus-face-from-file): Likewise.
17309
17310 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
17311
17312         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
17313         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
17314         non-nil.
17315         (gnus-auto-select-part): New variable.
17316         (gnus-article-jump-to-part): New function.
17317         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
17318         (gnus-mime-delete-part): Allow selecting specified part after
17319         deleting or stripping parts.
17320         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
17321         part if argument is bogus.
17322
17323 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
17324
17325         * gnus-art.el (w3m-minor-mode-map):
17326         * gnus-spec.el (gnus-newsrc-file-version):
17327         * gnus-util.el (nnmail-active-file-coding-system)
17328         (gnus-original-article-buffer, gnus-user-agent):
17329         * gnus.el (gnus-ham-process-destinations)
17330         (gnus-parameter-ham-marks-alist)
17331         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
17332         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
17333         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
17334         * mm-decode.el (gnus-current-window-configuration):
17335         * mm-extern.el (gnus-article-mime-handles):
17336         * mm-url.el (url-current-object, url-package-name)
17337         (url-package-version):
17338         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
17339         (smime-keys, w3m-cid-retrieve-function-alist)
17340         (w3m-current-buffer, w3m-display-inline-images)
17341         (w3m-minor-mode-map):
17342         * mml-smime.el (gnus-extract-address-components):
17343         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
17344         (gnus-newsrc-hashtb, message-default-charset)
17345         (message-deletable-headers, message-options)
17346         (message-posting-charset, message-required-mail-headers)
17347         (message-required-news-headers):
17348         * mml1991.el (mc-pgp-always-sign):
17349         * mml2015.el (mc-pgp-always-sign):
17350         * nnheader.el (nnmail-extra-headers):
17351         * rfc1843.el (gnus-decode-encoded-word-function)
17352         (gnus-decode-header-function, gnus-newsgroup-name):
17353         * spam-stat.el (gnus-original-article-buffer): Add defvars.
17354
17355 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
17356
17357         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
17358         the end of the date treatments.
17359
17360 2005-08-15  Simon Josefsson  <jas@extundo.com>
17361
17362         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
17363         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
17364         Capello and Romain Francoise.
17365         (pgg-fetch-key-function): Remove, not used?
17366         (pgg-insert-url-with-w3): Require url, to get
17367         url-insert-file-contents regardless of where it is defined.
17368
17369 2005-08-13  Romain Francoise  <romain@orebokech.com>
17370
17371         * message.el (message-cite-original-1): New function.
17372         (message-cite-original): Use it.
17373         (message-cite-original-without-signature): Ditto.
17374
17375 2005-08-08  Romain Francoise  <romain@orebokech.com>
17376
17377         * message.el (message-yank-empty-prefix): New variable.
17378         (message-indent-citation): Use it.
17379         (message-cite-original-without-signature): Respect X-No-Archive.
17380
17381 2005-08-08  Simon Josefsson  <jas@extundo.com>
17382
17383         * pgg.el: Autoload url-insert-file-contents instead of loading
17384         w3/url.
17385         (pgg-insert-url-with-w3): Don't load url here.
17386
17387 2005-08-07  Jesper Harder  <harder@phys.au.dk>
17388
17389         * message.el (message-kill-to-signature): Don't insert newline at
17390         bol.
17391         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
17392
17393 2005-08-06  Romain Francoise  <romain@orebokech.com>
17394
17395         * message.el (message-user-fqdn): Fix typo in docstring.
17396
17397 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
17398
17399         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
17400
17401         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
17402
17403 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * mm-bodies.el (mm-encode-body): Use coding system rather than
17406         charset to encode text.
17407
17408         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
17409         number of charsets if utf-8 is available (XEmacs).
17410
17411 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17412
17413         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
17414         taken from `gnus-button-mid-or-mail-regexp'.
17415         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
17416         (gnus-button-alist): Improve regexp for domain part of the MIDs
17417         for news:localpart@domain buttons.
17418         (gnus-button-ctan-directory-regexp): Update.
17419
17420 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17421
17422         * sieve-manage.el (sieve-manage-interactive-login):
17423         Use make-local-variable rather than make-variable-buffer-local.
17424         (sieve-manage-open): Ditto.
17425         (sieve-manage-authenticate): Ditto.
17426
17427         * mml.el (mml-generate-mime-1): Make the content type default to
17428         text/plain if the filename is not specified.
17429
17430 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
17433         instead of insert-buffer.
17434
17435         * message.el (message-yank-original): Ditto; set the mark at the
17436         end of the yanked message.
17437
17438 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
17441         lines to scroll rather than to stop it.
17442
17443         * mml.el (mml-generate-default-type): Add doc string.
17444         (mml-generate-mime-1): Use mm-default-file-encoding or make it
17445         default to application/octet-stream when determining the content
17446         type if it is not specified for the part or the mml contents; add
17447         a comment about mml-generate-default-type.
17448
17449 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
17450
17451         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
17452         make it default to application/octet-stream when determining the
17453         content type if it is not specified for the external contents.
17454
17455 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * rfc2231.el (rfc2231-parse-string): Take care that not only a
17458         segmented parameter but also other parameters might be there.
17459
17460 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * mm-decode.el (mm-display-external): Delete temp file, directory
17463         and buffer immediately if the external process is exited.
17464
17465 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
17468         fewer lines than that of scroll-margin.
17469         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
17470
17471 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * gnus-art.el (gnus-article-next-page): Revert.
17474         (gnus-article-beginning-of-window): New macro.
17475         (gnus-article-next-page-1): Use it.
17476         (gnus-article-prev-page): Ditto.
17477         (gnus-article-edit-part): Use insert-buffer-substring instead of
17478         insert-buffer.
17479         (gnus-article-edit-exit): Ditto.
17480
17481         * gnus-util.el (gnus-beginning-of-window): Remove.
17482         (gnus-end-of-window): Remove.
17483
17484         * lpath.el: Don't bind header-line-format and scroll-margin.
17485
17486 2005-07-25  Simon Josefsson  <jas@extundo.com>
17487
17488         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
17489         to have the url package without w3.  Reported by Daiki Ueno
17490         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
17491
17492 2005-07-20  Didier Verna  <didier@xemacs.org>
17493
17494         * gnus-diary.el: Remove the description comment (nndiary is now
17495         properly documented in the Gnus manual).
17496         Fix the spelling of "Back End".
17497         * nndiary.el: Ditto.
17498         Fix the copyright notice.
17499
17500 2005-07-18  Romain Francoise  <romain@orebokech.com>
17501
17502         * gnus-sum.el (gnus-summary-to-prefix)
17503         (gnus-summary-newsgroup-prefix): New variables.
17504         (gnus-summary-from-or-to-or-newsgroups): Use them.
17505
17506 2005-07-17  Romain Francoise  <romain@orebokech.com>
17507
17508         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
17509         space as it's generally not especially interesting to the user.
17510
17511 2005-07-16  Romain Francoise  <romain@orebokech.com>
17512
17513         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17514         nil to avoid prompting and file modification if one of the
17515         messages at the top of the nnfolder file contains a copyright
17516         notice.
17517         Update copyright notice.
17518
17519         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17520         instead of `current-time-string' as the latter creates a time
17521         string that is not RFC 2822 compliant (it lacks the zone).
17522         Update copyright notice.
17523
17524 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17525
17526         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17527         for text/rtf.  Display default in prompt.  Pass default for M-n.
17528
17529         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17530
17531 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17532
17533         * gnus-msg.el (gnus-button-mailto):
17534         Remove save-selected-window-window hackery because it relies on
17535         save-selected-window internals.
17536
17537 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17540         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17541         (gnus-article-prev-page): Ditto.
17542
17543         * gnus-util.el (gnus-beginning-of-window): New function.
17544         (gnus-end-of-window): New function.
17545
17546         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
17547
17548 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17549
17550         * gnus-score.el (gnus-score-edit-all-score):
17551         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17552         gnus-message.
17553
17554 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17555
17556         * gnus-msg.el (gnus-button-mailto):
17557         Remove save-selected-window-window hackery because it relies on
17558         save-selected-window internals.
17559
17560 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17561
17562         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17563         add-minor-mode.
17564         (gnus-binary-mode): Ditto.
17565
17566         * gnus-topic.el (gnus-topic-mode): Ditto.
17567
17568 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17569
17570         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17571         (gnus-article-prev-page): Take scroll-margin into consideration.
17572
17573 2005-07-04  Lute Kamstra  <lute@gnu.org>
17574
17575         Update FSF's address in GPL notices.
17576
17577 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17578
17579         * gnus.el (gnus-exit):
17580         * gnus-group.el (gnus-group-icons):
17581         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17582
17583         * gnus-nocem.el (gnus-nocem):
17584         * message.el (message-various, message-buffers, message-sending)
17585         (message-interface, message-forwarding, message-insertion)
17586         (message-headers, message-news, message-mail):
17587         * pgg-gpg.el (pgg-gpg):
17588         * pgg-parse.el (pgg-parse):
17589         * pgg-pgp.el (pgg-pgp):
17590         * pgg-pgp5.el (pgg-pgp5):
17591         * pop3.el (pop3): Finish `defgroup' description with period.
17592
17593 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17594
17595         * gnus-art.el (article-display-face): Improve the efficiency.
17596         (article-display-x-face): Ditto; remove grey x-face stuff.
17597
17598 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17599
17600         * gnus-art.el (article-display-face): Correct the position in
17601         which Faces are inserted.
17602
17603 2005-06-29  Didier Verna  <didier@xemacs.org>
17604
17605         * gnus-art.el (article-display-face): Display faces in correct
17606         order.
17607
17608 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17611         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17612         (gnus-nocem-check-article): Fetch the Type header.
17613         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17614         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17615         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17616         make sure gnus-nocem-hashtb is initialized.
17617         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17618         (gnus-nocem-unwanted-article-p): Ditto.
17619
17620         * pgg.el (pgg-verify): Return the verification result.
17621
17622 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17623
17624         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17625         is ascii.
17626
17627 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17628
17629         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17630         `show-nonbreak-escape'.
17631
17632 2005-06-23  Lute Kamstra  <lute@gnu.org>
17633
17634         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17635
17636         * dig.el (dig-mode):
17637         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17638
17639 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17640
17641         * nnimap.el (nnimap-split-download-body): Fix spellings.
17642
17643 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17644
17645         * gnus-art.el (gnus-article-encrypt-body):
17646         * gnus-cus.el (gnus-score-customize):
17647         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17648         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17649
17650 2005-06-16  Arne JĂžrgensen  <arne@arnested.dk>
17651
17652         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17653         header by looking for magic "MII" at the beginnig.
17654
17655 2005-06-16  Miles Bader  <miles@gnu.org>
17656
17657         * gnus-xmas.el (gnus-xmas-group-startup-message):
17658         Use renamed gnus-splash face.
17659
17660         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17661         (assistant-field-face): New backward-compatibility alias for renamed
17662         face.
17663         (assistant-render-text): Use renamed assistant-field face.
17664
17665         * spam.el (spam): Remove "-face" suffix from face name.
17666         (spam-face): New backward-compatibility alias for renamed face.
17667         (spam-face, spam-initialize): Use renamed spam face.
17668
17669         * message.el (message-header-to, message-header-cc)
17670         (message-header-subject, message-header-newsgroups)
17671         (message-header-other, message-header-name)
17672         (message-header-xheader, message-separator, message-cited-text)
17673         (message-mml): Remove "-face" suffix from face names.
17674         (message-header-to-face, message-header-cc-face)
17675         (message-header-subject-face, message-header-newsgroups-face)
17676         (message-header-other-face, message-header-name-face)
17677         (message-header-xheader-face, message-separator-face)
17678         (message-cited-text-face, message-mml-face):
17679         New backward-compatibility aliases for renamed faces.
17680         (message-font-lock-keywords): Use renamed message faces.
17681
17682         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17683         (sieve-test-commands, sieve-tagged-arguments):
17684         Remove "-face" suffix from face names.
17685         (sieve-control-commands-face, sieve-action-commands-face)
17686         (sieve-test-commands-face, sieve-tagged-arguments-face):
17687         New backward-compatibility aliases for renamed faces.
17688         (sieve-control-commands-face, sieve-action-commands-face)
17689         (sieve-test-commands-face, sieve-tagged-arguments-face):
17690         Use renamed sieve faces.
17691
17692         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17693         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17694         (gnus-group-news-3-empty, gnus-group-news-4)
17695         (gnus-group-news-4-empty, gnus-group-news-5)
17696         (gnus-group-news-5-empty, gnus-group-news-6)
17697         (gnus-group-news-6-empty, gnus-group-news-low)
17698         (gnus-group-news-low-empty, gnus-group-mail-1)
17699         (gnus-group-mail-1-empty, gnus-group-mail-2)
17700         (gnus-group-mail-2-empty, gnus-group-mail-3)
17701         (gnus-group-mail-3-empty, gnus-group-mail-low)
17702         (gnus-group-mail-low-empty, gnus-summary-selected)
17703         (gnus-summary-cancelled, gnus-summary-high-ticked)
17704         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17705         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17706         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17707         (gnus-summary-low-undownloaded)
17708         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17709         (gnus-summary-low-unread, gnus-summary-normal-unread)
17710         (gnus-summary-high-read, gnus-summary-low-read)
17711         (gnus-summary-normal-read, gnus-splash):
17712         Remove "-face" suffix from face names.
17713         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17714         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17715         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17716         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17717         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17718         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17719         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17720         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17721         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17722         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17723         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17724         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17725         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17726         (gnus-summary-normal-ticked-face)
17727         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17728         (gnus-summary-normal-ancient-face)
17729         (gnus-summary-high-undownloaded-face)
17730         (gnus-summary-low-undownloaded-face)
17731         (gnus-summary-normal-undownloaded-face)
17732         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17733         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17734         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17735         (gnus-splash-face):
17736         New backward-compatibility aliases for renamed faces.
17737         (gnus-group-startup-message): Use renamed gnus faces.
17738
17739         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17740         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17741         (gnus-server-agent): Remove "-face" suffix from face names.
17742         (gnus-server-agent-face, gnus-server-opened-face)
17743         (gnus-server-closed-face, gnus-server-denied-face)
17744         (gnus-server-offline-face):
17745         New backward-compatibility aliases for renamed faces.
17746         (gnus-server-agent-face, gnus-server-opened-face)
17747         (gnus-server-closed-face, gnus-server-denied-face)
17748         (gnus-server-offline-face): Use renamed gnus faces.
17749
17750         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17751         Remove "-face" suffix from face names.
17752         (gnus-picon-xbm-face, gnus-picon-face):
17753         New backward-compatibility aliases for renamed faces.
17754
17755         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17756         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17757         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17758         (gnus-cite-11): Remove "-face" suffix from face names.
17759         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17760         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17761         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17762         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17763         New backward-compatibility aliases for renamed faces.
17764         (gnus-cite-attribution-face, gnus-cite-face-list)
17765         (gnus-article-boring-faces): Use renamed gnus faces.
17766
17767         * gnus-art.el (gnus-signature, gnus-header-from)
17768         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17769         (gnus-header-content): Remove "-face" suffix from face names.
17770         (gnus-signature-face, gnus-header-from-face)
17771         (gnus-header-subject-face, gnus-header-newsgroups-face)
17772         (gnus-header-name-face, gnus-header-content-face):
17773         New backward-compatibility aliases for renamed faces.
17774         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17775
17776         * gnus-sum.el (gnus-summary-selected-face)
17777         (gnus-summary-highlight): Use renamed gnus faces.
17778         * gnus-group.el (gnus-group-highlight): Likewise.
17779
17780 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17781
17782         * gnus-sieve.el (gnus-sieve-article-add-rule):
17783         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17784         * spam-stat.el (spam-stat-buffer-change-to-spam)
17785         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17786
17787         * message.el (message-is-yours-p):
17788         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17789
17790 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17791
17792         * mm-view.el (mm-inline-text): Withdraw the last change.
17793
17794 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17797         executing enriched-decode.
17798
17799 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17800
17801         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17802         charset of tar files.
17803
17804 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17805
17806         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17807
17808 2005-06-04  Lute Kamstra  <lute@gnu.org>
17809
17810         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17811         information is never recorded.
17812
17813 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17814
17815         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17816
17817 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * pop3.el (pop3-apop): Run md5 in the binary mode.
17820
17821         * starttls.el (starttls-set-process-query-on-exit-flag):
17822         Use eval-and-compile.
17823
17824 2005-05-31  Simon Josefsson  <jas@extundo.com>
17825
17826         * smime.el (smime-replace-in-string): Define.
17827         (smime-cert-by-ldap-1): Use it.
17828
17829 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * gnus-art.el (article-display-x-face): Replace
17832         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17833
17834         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17835         set-process-query-on-exit-flag or process-kill-without-query.
17836
17837         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17838         loop instead of replace-regexp.
17839
17840         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17841         instead of process-kill-without-query if it is available.
17842
17843         * lpath.el: Fbind ldap-search-entries.
17844
17845         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17846         instead of find-file-hooks if it is available.
17847
17848         * mml1991.el: Bind pgg-default-user-id when compiling.
17849
17850         * mml2015.el: Bind pgg-default-user-id when compiling.
17851
17852         * nndraft.el (nndraft-request-associate-buffer):
17853         Use write-contents-functions instead of write-contents-hooks if it is
17854         available.
17855
17856         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17857         instead of find-file-hooks if it is available.
17858
17859         * nntp.el (nntp-open-connection): Replace
17860         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17861         (nntp-open-ssl-stream): Ditto.
17862         (nntp-open-tls-stream): Ditto.
17863
17864         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17865         set-process-query-on-exit-flag or process-kill-without-query.
17866         (starttls-open-stream-gnutls): Use it instead of
17867         process-kill-without-query.
17868         (starttls-open-stream): Ditto.
17869
17870 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17871
17872         * smime.el (smime-cert-by-ldap-1): Don't use
17873         replace-regexp-in-string.
17874
17875 2005-05-31  Arne JĂžrgensen  <arne@arnested.dk>
17876
17877         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17878
17879         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17880         in PEM format.  Adjust to the XEmacs compatibility.
17881
17882 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17883
17884         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17885         by `string-to-number'.
17886         * gnus-agent.el (gnus-agent-regenerate-group)
17887         (gnus-agent-fetch-articles): Ditto.
17888         * gnus-art.el (gnus-button-fetch-group): Ditto.
17889         * gnus-cache.el (gnus-cache-generate-active)
17890         (gnus-cache-articles-in-group): Ditto.
17891         * gnus-group.el (gnus-group-set-current-level)
17892         (gnus-group-insert-group-line): Ditto.
17893         * gnus-score.el (gnus-score-set-expunge-below)
17894         (gnus-score-set-mark-below, gnus-summary-score-effect)
17895         (gnus-summary-score-entry): Ditto.
17896         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17897         (gnus-soup-pack): Ditto.
17898         * gnus-spec.el (gnus-xmas-format): Ditto.
17899         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17900         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17901         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17902         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17903         * nndb.el (nndb-get-remote-expire-response): Ditto.
17904         * nndiary.el (nndiary-parse-schedule-value)
17905         (nndiary-string-to-number, nndiary-request-replace-article)
17906         (nndiary-request-article): Ditto.
17907         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17908         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17909         * nneething.el (nneething-make-head): Ditto.
17910         * nnfolder.el (nnfolder-request-article)
17911         (nnfolder-retrieve-headers): Ditto.
17912         * nnheader.el (nnheader-file-to-number): Ditto.
17913         * nnkiboze.el (nnkiboze-request-article): Ditto.
17914         * nnmail.el (nnmail-process-unix-mail-format)
17915         (nnmail-process-babyl-mail-format): Ditto.
17916         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17917         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17918         (nnmh-request-create-group, nnmh-request-list-1)
17919         (nnmh-request-group, nnmh-request-article): Ditto.
17920         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17921         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17922         * nnsoup.el (nnsoup-make-active): Ditto.
17923         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17924         * nntp.el (nntp-find-group-and-number)
17925         (nntp-retrieve-headers-with-xover): Ditto.
17926         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17927         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17928         (pgg-format-key-identifier): Ditto.
17929         * pop3.el (pop3-last, pop3-stat): Ditto.
17930         * qp.el (quoted-printable-decode-region): Ditto.
17931
17932         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17933         of concat.
17934
17935 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17938
17939         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17940
17941         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17942
17943         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17944
17945         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17946
17947         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17948
17949         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17950         (gnus-carpal-mode): Ditto.
17951
17952         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17953         (gnus-browse-mode): Ditto.
17954
17955         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17956
17957         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17958
17959 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17960
17961         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17962
17963 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-util.el (gnus-run-mode-hooks): New function.
17966
17967         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17968
17969         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17970         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17971
17972 2005-05-27  Lute Kamstra  <lute@gnu.org>
17973
17974         * dns-mode.el (dns-mode): Specify customization group.
17975
17976 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17977
17978         * gnus-agent.el (gnus-agent-make-mode-line-string):
17979         Use mode-line-highlight as mouse-face.
17980
17981 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17982
17983         * canlock.el (canlock): Change the parent group to news.
17984
17985         * deuglify.el (gnus-outlook-deuglify): Add :group.
17986
17987         * dig.el (dig): Add :group.
17988
17989         * dns-mode.el (dns-mode): Add :group.
17990
17991         * encrypt.el (encrypt): Add :group.
17992
17993         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17994         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17995         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17996         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17997         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17998
17999         * gnus-diary.el (gnus-diary): Add :group.
18000
18001         * gnus.el (gnus-group-news-1-face): Add :group.
18002         (gnus-group-news-1-empty-face): Ditto.
18003         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18004         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18005         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18006         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18007         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18008         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18009         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18010         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18011         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18012         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18013         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18014         (gnus-summary-high-ticked-face): Ditto.
18015         (gnus-summary-low-ticked-face): Ditto.
18016         (gnus-summary-normal-ticked-face): Ditto.
18017         (gnus-summary-high-ancient-face): Ditto.
18018         (gnus-summary-low-ancient-face): Ditto.
18019         (gnus-summary-normal-ancient-face): Ditto.
18020         (gnus-summary-high-undownloaded-face): Ditto.
18021         (gnus-summary-low-undownloaded-face): Ditto.
18022         (gnus-summary-normal-undownloaded-face): Ditto.
18023         (gnus-summary-high-unread-face): Ditto.
18024         (gnus-summary-low-unread-face): Ditto.
18025         (gnus-summary-normal-unread-face): Ditto.
18026         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18027         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18028
18029         * hashcash.el (hashcash): New custom group.
18030         (hashcash-default-payment): Add :group.
18031         (hashcash-payment-alist): Ditto.
18032         (hashcash-default-accept-payment): Ditto.
18033         (hashcash-accept-resources): Ditto.
18034         (hashcash-path): Ditto.
18035         (hashcash-extra-generate-parameters): Ditto.
18036         (hashcash-double-spend-database): Ditto.
18037         (hashcash-in-news): Ditto.
18038
18039         * message.el (message-minibuffer-local-map): Add :group.
18040
18041         * netrc.el (netrc): Add :group.
18042
18043         * sieve-manage.el (sieve-manage-log): Add :group.
18044         (sieve-manage-default-user): Diito.
18045         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18046         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18047         (sieve-manage-authenticators): Ditto.
18048         (sieve-manage-authenticator-alist): Ditto.
18049         (sieve-manage-default-port): Ditto.
18050
18051         * sieve-mode.el (sieve-control-commands-face): Add :group.
18052         (sieve-action-commands-face): Ditto.
18053         (sieve-test-commands-face): Ditto.
18054         (sieve-tagged-arguments-face): Ditto.
18055
18056         * smime.el (smime): Add :group.
18057
18058         * spam-report.el (spam-report): Add :group.
18059
18060         * spam.el (spam, spam-face): Add :group.
18061
18062 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18063
18064         * nntp.el (nntp-next-result-arrived-p): Some news servers may
18065         return \n.\n.\n at the end of articles.  Protect against that.
18066         (nntp-with-open-group): Allow debugging.
18067
18068         * nnheader.el (mail-header-set-extra): Make into a function
18069         because I just could't understand how to quote the list properly.
18070
18071         * dns.el (query-dns-cached): New function.
18072
18073 2005-05-26  Lute Kamstra  <lute@gnu.org>
18074
18075         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18076
18077 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18078
18079         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
18080
18081         * gnus-art.el: Don't autoload mail-extract-address-components.
18082
18083         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18084         eval-and-compile to evaluate it.
18085
18086         * hashcash.el: Don't autoload executable-find.
18087
18088         * nndb.el: Don't declare the nndb back end two or more times; don't
18089         autoload news-reply-mode, news-setup, cancel-timer and telnet.
18090
18091         * nntp.el: Autoload format-spec instead of format; use
18092         eval-and-compile to evaluate autoload forms.
18093
18094 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
18095
18096         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18097
18098 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18099
18100         * gnus.el (gnus-version-number): Bump version.
18101
18102 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18103
18104         * gnus.el: No Gnus v0.3 is released.
18105
18106 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18107
18108         * lpath.el (featurep): Bind show-nonbreak-escape.
18109
18110 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * gnus-art.el (gnus-article-edit-part): Disable undo.
18113
18114 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18115
18116         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18117         gnus-article-date-lapsed-new-header is t if date timer is active;
18118         skip headers in which the original date value is empty.
18119         (gnus-article-save-original-date): Redefine it as a macro.
18120         (gnus-display-mime): Use it.
18121
18122 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * gnus-art.el (article-date-ut): Support converting date in
18125         forwarded parts as well.
18126         (gnus-article-save-original-date): New function.
18127         (gnus-display-mime): Use it.
18128
18129 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
18130
18131         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18132         enclosure element of <item>.
18133
18134 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
18135
18136         * message.el (message-kill-buffer-query): Rename from
18137         `message-kill-buffer-query-if-modified'.  Add :version.
18138
18139 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18140
18141         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18142         window layout.
18143
18144 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18145
18146         * mml.el: Autoload dnd when compiling.
18147
18148 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18149
18150         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18151         x-dnd-*.
18152
18153 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18154
18155         * qp.el (quoted-printable-encode-region): Save excursion.
18156
18157 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
18158
18159         * message.el (message-kill-buffer-query-if-modified): Add new variable
18160         so the user can kill a modified message buffer quickly.
18161         (message-kill-buffer): Use it.
18162
18163 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18164
18165         * lpath.el: Fbind display-time-event-handler; don't fbind
18166         string-to-multibyte.
18167
18168         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18169
18170 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18173         contained in text because xml.el decodes entities) with LFs.
18174
18175 2005-04-11  Lute Kamstra  <lute@gnu.org>
18176
18177         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18178         differently.
18179
18180 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18181
18182         * mm-util.el (mm-detect-coding-region): Typo.
18183
18184 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18187
18188 2005-04-06  Deepak Goel  <deego@gnufans.org>
18189
18190         * spam-stat.el (spam-stat-score-buffer): Add a call to a
18191         user-function allow user modifications of the scores.
18192         (spam-stat-score-buffer-user): New function, to allow
18193         user-computed modifications to the score.
18194         (spam-stat-score-buffer-user-functions): List of additional
18195         scoring functions.
18196         (spam-stat-error-holder): Global temporary error holder.
18197         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18198         variable.
18199
18200 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
18201
18202         * gnus-registry.el (gnus-registry-clean-empty-function)
18203         (gnus-registry-trim, gnus-registry-fetch-groups)
18204         (gnus-registry-delete-group): Groups that match
18205         `gnus-registry-ignored-groups' are removed from the registry
18206         entries, not just ignored for splitting.  This helps clean up the
18207         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
18208         to get all the groups a message ID is in.
18209
18210         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18211         (spam-stat-split-fancy): Change "threshhold" to "threshold".
18212         (spam-stat-score-buffer-user-functions): Add :number custom type.
18213
18214 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18217         argument in XEmacs.
18218
18219         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18220         (nnrss-request-group): Decode group name first.
18221         (nnrss-request-article): Make a text/plain article if mml-to-mime
18222         failed.
18223         (nnrss-get-encoding): Return a compatible encoding according to
18224         nnrss-compatible-encoding-alist.
18225         (nnrss-find-el): Use consp instead of listp.
18226         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18227
18228 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18231         which Emacs 20 doesn't support.
18232         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18233
18234 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18235
18236         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18237         silence the byte compiler inside the defun.
18238
18239         * gnus-demon.el (parse-time-string): Add autoload.
18240
18241         * gnus-delay.el (parse-time-string): Add autoload.
18242
18243         * gnus-art.el (parse-time-string): Add autoload.
18244
18245         * nnultimate.el (parse-time): Require for `parse-time-string'.
18246
18247 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18248
18249         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18250
18251         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18252
18253         * smime.el (smime-ldap-host-list): Add :version.
18254
18255 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18256
18257         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18258         pass it to `gnus-browse-read-group'.
18259         (gnus-browse-read-group): Add NUMBER argument and pass it to
18260         `gnus-group-read-ephemeral-group'.
18261
18262         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18263         argument and pass it to `gnus-group-read-group'.
18264
18265 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
18266
18267         * mm-util.el (mm-xemacs-find-mime-charset): Only call
18268         mm-xemacs-find-mime-charset-1 if we have the mule feature
18269         available at runtime.
18270
18271 2005-03-25  Werner Lemberg  <wl@gnu.org>
18272
18273         * nnmaildir.el: Replace `illegal' with `invalid'.
18274
18275 2005-03-23  Lute Kamstra  <lute@gnu.org>
18276
18277         * time-date.el: Add comment on time value formats.
18278         Don't require parse-time.
18279         (with-decoded-time-value): New macro.
18280         (encode-time-value): New function.
18281         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18282         (days-to-time): Return a valid time value when arg is huge.
18283         (time-since): Use time-subtract.
18284         (time-to-number-of-days): Use time-to-seconds.
18285
18286 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18287
18288         * gnus-start.el (gnus-display-time-event-handler):
18289         Check display-time-timer at runtime rather than only at load time
18290         in case display-time-mode is turned off in the mean time.
18291
18292 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18293
18294         * nnimap.el (nnimap-open-connection): Print which authinfo file is
18295         used.
18296
18297         * nneething.el (nneething-map-file-directory): Derive from
18298         `gnus-directory'.
18299
18300         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
18301         the To/Cc button.
18302
18303 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18304
18305         * nnmaildir.el (nnmaildir-request-accept-article):
18306         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
18307
18308 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18309
18310         * gnus-async.el: Require timer-funcs at compile time when in
18311         XEmacs for `run-with-idle-timer'.
18312
18313 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
18314
18315         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
18316         autoloaded function.
18317
18318 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18319
18320         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
18321
18322 2005-03-10  Arne JĂžrgensen  <arne@arnested.dk>  (tiny change)
18323
18324         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
18325
18326 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18327
18328         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
18329         Add gnus-expert-user to default.
18330
18331 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
18332
18333         * nnimap.el (nnimap-open-server): Ditto.
18334
18335         * imap.el (imap-authenticate): Fix typo.
18336
18337 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
18338
18339         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
18340         buffer (since IMAP server might return FETCH response out of
18341         order, and the nntp buffer must be sorted).
18342
18343 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
18344
18345         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
18346         comparison on string.
18347
18348         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
18349         (gnus-agent-score): Rename category keywords to match gnus-cus.
18350         (gnus-agent-summary-fetch-series): Modify to protect against
18351         gnus-agent-summary-fetch-group clearing processable flags.
18352         (gnus-agent-synchronize-group-flags): Update live group buffer as
18353         synchronization may occur due to the user toggle the plugged
18354         status.
18355         (gnus-agent-fetch-group-1): Clear downloadable flag when article
18356         successfully downloaded.
18357         (gnus-agent-expire-group-1): Avoid using markers when the overview
18358         is in ascending order; greatly improves performance.
18359         (gnus-agent-regenerate-group):
18360         Use gnus-agent-synchronize-group-flags to reset read status in both
18361         gnus and server.
18362         (gnus-agent-update-files-total-fetched-for): Fix initial size.
18363
18364 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
18365
18366         * message.el: Don't autoload former message-utils variables.
18367         (message-strip-subject-trailing-was): Change doc string.
18368
18369         * nnweb.el: Fixes for `gnus-group-make-web-group'.
18370         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
18371         (nnweb-google-search): Add "hl=en" here.
18372         (nnweb-google-parse-1, nnweb-google-create-mapping):
18373         Don't hardcode URL.
18374
18375 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18376
18377         * message.el (message-get-reply-headers, message-followup):
18378         Mention related variables `message-use-followup-to' and
18379         `message-use-mail-followup-to', in the information buffer.
18380
18381         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
18382         of broken groups(-beta).google.com.
18383
18384 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
18385
18386         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
18387         parameter to invoked gnus-request-move-article; remove the
18388         redundant gnus-sum-hint-move-is-internal variable; apply the marks
18389         all at once instead of once per article.
18390         (gnus-summary-remove-process-mark): Accept a list of articles as
18391         well as a single article for processing.
18392
18393         * gnus-int.el (gnus-request-move-article): Add move-is-internal
18394         parameter.
18395
18396         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
18397
18398         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
18399
18400         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
18401         parameter.
18402
18403         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
18404         parameter.
18405
18406         * nnimap.el (nnimap-request-move-article): Add move-is-internal
18407         parameter and remove the gnus-sum-hint-move-is-internal variable.
18408
18409         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
18410         parameter.
18411
18412         * nndraft.el (nndraft-request-move-article): Add move-is-internal
18413         parameter.
18414
18415         * nndiary.el (nndiary-request-move-article): Add move-is-internal
18416         parameter.
18417
18418         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
18419
18420         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
18421         parameter.
18422
18423         * nnagent.el (nnagent-request-move-article): Add move-is-internal
18424         parameter.
18425
18426 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18427
18428         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
18429         a more conservative way.
18430
18431 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18432
18433         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
18434         buffer, so it moves the window's cursor.
18435
18436 2005-02-26  Arne JĂžrgensen  <arne@arnested.dk>
18437
18438         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
18439         `mm-dissect-multipart' and receive the from field as an (optional)
18440         argument from `mm-dissect-multipart'.
18441         (mm-dissect-multipart): Receive the from field as an argument and
18442         pass it on when we call `mm-dissect-buffer' on MIME parts.
18443         Fixes verification/decryption of signed/encrypted MIME parts.
18444
18445 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
18446
18447         * gnus-sum.el (gnus-summary-move-article):
18448         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
18449         whatever it calls (right now, only nnimap-request-move article
18450         respects it).
18451
18452         * nnimap.el (nnimap-request-move-article):
18453         When gnus-sum-hint-move-is-internal is set, don't do the extra
18454         nnimap-request-article.
18455
18456 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18457
18458         * nnheader.el (nnheader-find-file-noselect): Add doc string.
18459
18460         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
18461         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
18462
18463         * gnus-sum.el (gnus-summary-caesar-message):
18464         Apply `gnus-treat-article' after rotation.
18465
18466         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
18467         doc string.
18468
18469 2005-02-22  Simon Josefsson  <jas@extundo.com>
18470
18471         * encrypt.el (encrypt-password-cache-expiry): Remove (use
18472         `password-cache-expiry' instead).  Reported by Arne JĂžrgensen
18473         <arne@arnested.dk>.
18474         (encrypt): Add password-cache and password-cache-expiry as group
18475         members.
18476
18477 2005-02-22  Arne JĂžrgensen  <arne@arnested.dk>
18478
18479         * smime.el (smime-ldap-host-list): Doc fix.
18480         (smime-ask-passphrase): Use `password-read-and-add' to read (and
18481         cache) password.
18482         (smime-sign-region): Use it.
18483         (smime-decrypt-region): Use it.
18484         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
18485         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
18486         fails.
18487         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
18488         certificate from DER to PEM format rather than calling openssl.
18489
18490         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
18491
18492         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
18493         for signing/encryption.
18494
18495         * mml.el (mml-parse-1): Use them.
18496
18497 2005-02-21  Arne JĂžrgensen  <arne@arnested.dk>
18498
18499         * nnrss.el (nnrss-verbose): Remove.
18500         (nnrss-request-group): Use `nnheader-message' instead.
18501
18502 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
18503
18504         * nnrss.el (nnrss-verbose): New variable.
18505         (nnrss-request-group): Make it say nnrss is requesting a group.
18506
18507 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18508
18509         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
18510         Handle news URL with given port correctly.
18511
18512 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18513
18514         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
18515         containing special characters.
18516
18517         * gnus-sum.el (gnus-summary-edit-article): Ditto.
18518
18519         * mml.el (mime-to-mml): Ditto.
18520
18521         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
18522         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
18523         (rfc2047-decode-region): Quote decoded words containing special
18524         characters when rfc2047-quote-decoded-words-containing-tspecials
18525         is non-nil.
18526
18527 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
18528
18529         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
18530
18531         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
18532
18533 2005-02-15  Simon Josefsson  <jas@extundo.com>
18534
18535         * nnimap.el (nnimap-debug): Doc fix.
18536
18537         * imap.el (imap-debug): Doc fix.
18538
18539 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
18542
18543 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
18544
18545         * gnus.el (spam-contents): Improve docs for spam-contents
18546         parameter in its variable incarnation.
18547
18548 2005-02-14  Simon Josefsson  <jas@extundo.com>
18549
18550         * smime-ldap.el: Use require instead of load-library for ldap.
18551         (smime-ldap-search): Indent.
18552         (smime-ldap-search-internal): Shorten line.
18553
18554         * smime.el (smime-cert-by-dns): Add doc-string.
18555         (smime-cert-by-ldap-1): Indent.
18556
18557         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18558         mml-smime-get-dns-ldap.
18559         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18560
18561 2005-02-14  Arne JĂžrgensen  <arne@arnested.dk>
18562
18563         * smime.el: Require smime-ldap.
18564         (smime-ldap-host-list): New variable.
18565         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18566
18567         * mml-smime.el (mml-smime-encrypt-query): New function.
18568         (mml-smime-encrypt-query): Use it.
18569
18570         * smime-ldap.el: New file.
18571
18572 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18573
18574         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18575
18576 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18577
18578         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18579         argument in doc string.  Make query for type more clear.
18580
18581 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18582
18583         * gnus.el (gnus-group-startup-message): Search for gnus images in
18584         etc/images/gnus.
18585         * mm-util.el (mm-image-load-path): Likewise.
18586         * smiley.el (smiley-data-directory): Search for smilies in
18587         etc/images/smilies.
18588
18589 2005-02-09  Kim F. Storm  <storm@cua.dk>
18590
18591         Change Emacs release version from 21.4 to 22.1 throughout.
18592         Change Emacs development version from 21.3.50 to 22.0.50.
18593
18594 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18595
18596         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18597
18598         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18599         non-Mule XEmacs as well.
18600         (mm-decompress-buffer): Signal an error intentionally if it does
18601         not decompress compressed data because auto-compression-mode is
18602         disabled.
18603
18604 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18605
18606         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18607         an ID in the registry even if it has no groups.
18608
18609 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18610
18611         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18612         merge it into mm-decompress-buffer.
18613         (gnus-mime-copy-part): Use the MIME part charset, the value which
18614         a user specified or gnus-newsgroup-charset for decoding, like
18615         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18616         save-buffer what was used.  Suggested by Kevin Ryde
18617         <user42@zip.com.au>.
18618         (gnus-mime-inline-part): Allow the name parameter as well as the
18619         filename parameter; force decompressing of compressed data; always
18620         display contents being not decoded as unibyte.
18621
18622         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18623         as well as the filename parameter.
18624
18625         * mm-util.el (mm-decompress-buffer):
18626         Merge gnus-mime-jka-compr-maybe-uncompress.
18627         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18628         of compressed data.
18629
18630 2005-02-08  Simon Josefsson  <jas@extundo.com>
18631
18632         * imap.el (imap-log): Doc fix.
18633
18634 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18635
18636         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18637         the coding cookies; decompress compressed parts.
18638
18639         * mml.el (mml-generate-mime-1): Add the charset parameter according
18640         to the value which a user specified manually or the coding cookie.
18641
18642         * mm-util.el (mm-string-to-multibyte): New function.
18643         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18644         (mm-coding-system-to-mime-charset): New function.
18645         (mm-decompress-buffer): New function.
18646         (mm-find-buffer-file-coding-system): New function.
18647
18648         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18649         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18650         parts.
18651
18652 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18653
18654         * mm-view.el (mm-display-inline-fontify): Decode a part according
18655         to the charset parameter.
18656
18657 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18658
18659         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18660         prefix arg is neither nil nor a number, as info specifies.
18661
18662 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18665         timestamps.
18666
18667 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18668
18669         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18670         groups error checking and notify user.
18671
18672 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18673
18674         * message.el (message-send-mail-function): Check existence of
18675         sendmail-program first before using default value
18676         `message-send-mail-with-sendmail'.  Otherwise use more generic
18677         `smtpmail-send-it'.
18678
18679 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18680
18681         * nntp.el (nntp-request-update-info): Always return nil.
18682
18683 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18684
18685         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18686
18687 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18688
18689         * message.el (message-beginning-of-line): Change the behavior when
18690         invoked between BOL and : so that it first moves backward.
18691
18692 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18693
18694         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18695         article buffer when editing of the article is discarded.
18696         (gnus-article-prepare): Revert.
18697
18698 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18699
18700         * gnus-art.el (gnus-article-prepare):
18701         Remove message-strip-forbidden-properties from the local hook.
18702
18703 2005-01-27  Simon Josefsson  <jas@extundo.com>
18704
18705         * password.el (password-cache-add): Only start one timer per key.
18706         Reported by Derek Atkins <warlord@MIT.EDU>.
18707
18708 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18709
18710         * run-at-time.el: Remove.  It is no longer needed as
18711         timer-funcs.el in the xemacs-base package has a working version of
18712         `run-at-time'.
18713
18714         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
18715
18716         * password.el: Require timer-funcs instead of run-at-time in
18717         XEmacs.
18718         Remove `password-run-at-time' macro.
18719         (password-cache-add): Use `run-at-time' instead of
18720         `password-run-at-time'.
18721
18722         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
18723         Remove `nnheader-cancel-function-timers' alias,
18724         `cancel-function-timers' exists in XEmacs in timer-funcs.
18725
18726         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18727         for `run-with-idle-timer'.
18728
18729         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18730         for `run-at-time'.
18731
18732         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18733         for `with-timeout'.
18734
18735         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
18736         the same as for XEmacs 21.4.
18737         No need to ignore `run-with-idle-timer', this function exists in
18738         XEmacs now in timer-funcs.el in the xemacs-base package.
18739         (dgnushack-compile): No need to delete
18740         run-at-time.el from the list of files to compile because it
18741         doesn't exist anymore.
18742
18743 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18744
18745         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18746         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18747
18748 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18749
18750         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18751         sensitively.
18752
18753 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18754
18755         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18756
18757 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18758
18759         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18760         which will be inserted according to the multibyteness of a buffer
18761         rather than the type of contents.  Suggested by ARISAWA Akihiro
18762         <ari@mbf.ocn.ne.jp>.
18763
18764         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18765         of string which old xml.el may return rather than a string.
18766
18767 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18770
18771 2005-01-16  Simon Josefsson  <jas@extundo.com>
18772
18773         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18774         idn/idna.el isn't available.
18775         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18776         <michael@waxrat.com>.
18777
18778         * hashcash.el: Remove non-FSF copyright header.
18779
18780         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18781         (hashcash-generate-payment): Use it.
18782         (hashcash-generate-payment-async): Use it.
18783
18784 2005-01-15  Simon Josefsson  <jas@extundo.com>
18785
18786         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18787         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18788
18789         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18790         gnus-summary-idna-message.
18791         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18792         (gnus-summary-idna-message): New function.
18793
18794 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18795
18796         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18797         gnus-novice-user.
18798
18799 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18800
18801         * nnrss.el (nnrss-request-delete-group): Delete entries in
18802         nnrss-group-alist as well.
18803         (nnrss-save-server-data): Insert newline.
18804
18805 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18806
18807         * gnus.el (gnus-user-agent): Use list of symbols instead of
18808         symbols.  Display full version number for (S)XEmacs.
18809         Optionally display (S)XEmacs codename.
18810
18811         * gnus-util.el (gnus-emacs-version): Update for new
18812         `gnus-user-agent'.
18813
18814         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18815         Gnus version.
18816
18817 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18818
18819         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18820         which is unreadable in some setups.
18821
18822 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18823
18824         * gnus-spec.el (gnus-update-format-specifications): Flush the
18825         group format spec cache if it doesn't support decoded group names.
18826
18827 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18828
18829         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18830         Allow to apply decay on score files matching a regexp.
18831
18832 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18833
18834         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18835         compatibility in %g and %c.
18836
18837 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18838
18839         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18840         name for only %g and %c.
18841         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18842         of gnus-tmp-group to decoded group name.
18843         (gnus-group-make-rss-group): Exclude `/'s from group names.
18844
18845 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * nnrss.el (nnrss-get-encoding): Fix regexp.
18848
18849 2004-12-27  Simon Josefsson  <jas@extundo.com>
18850
18851         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18852         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18853         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18854
18855 2004-12-17  Kim F. Storm  <storm@cua.dk>
18856
18857         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18858
18859         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18860
18861 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18862
18863         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18864
18865 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * nnrss.el: Require rfc2047 and mml.
18868         (nnrss-file-coding-system): New variable.
18869         (nnrss-format-string): Redefine it as an inline function.
18870         (nnrss-decode-group-name): New function.
18871         (nnrss-string-as-multibyte): Remove.
18872         (nnrss-retrieve-headers): Decode group name; don't use
18873         nnrss-format-string.
18874         (nnrss-request-group): Decode group name.
18875         (nnrss-request-article): Decode group name; allow a Message-ID as
18876         well as an article number; don't use nnrss-format-string; encode a
18877         Message-ID string which may contain non-ASCII characters; use
18878         mml-to-mime to compose a MIME article.
18879         (nnrss-request-expire-articles): Decode group name.
18880         (nnrss-request-delete-group): Decode group name.
18881         (nnrss-fetch): Clarify error message.
18882         (nnrss-read-server-data): Use insert-file-contents instead of load;
18883         bind file-name-coding-system; use multibyte buffer.
18884         (nnrss-save-server-data): Bind coding-system-for-write to the
18885         value of nnrss-file-coding-system; bind file-name-coding-system;
18886         add coding cookie.
18887         (nnrss-read-group-data): Use insert-file-contents instead of load;
18888         bind file-name-coding-system; use multibyte buffer.
18889         (nnrss-save-group-data): Bind coding-system-for-write to the
18890         value of nnrss-file-coding-system; bind file-name-coding-system.
18891         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18892         make it work with non-ASCII text.
18893         (nnrss-find-el): Make it work with old xml.el as well.
18894
18895 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18896
18897         * nnrss.el (nnrss-get-encoding): New function.
18898         (nnrss-fetch): Use unibyte buffer initially; bind
18899         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18900         decode contents according to the encoding attribute.
18901         (nnrss-save-group-data): Add coding cookie.
18902         (nnrss-mime-encode-string): New function.
18903         (nnrss-check-group): Use it to encode subject and author.
18904
18905 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18906
18907         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18908         imaginary variable.
18909
18910 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18911
18912         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18913         correctly even if there are wide characters.
18914
18915 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18916
18917         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18918         downcased symbol names; make a new cache instead of reusing
18919         bbdb-hashtable.
18920
18921 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18924         concatenating segments rather than before concatenating them.
18925         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18926
18927         * message.el (message-get-reply-headers): Bind `extra'.
18928
18929 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18930
18931         * message.el (message-extra-wide-headers): New variable.
18932         (message-get-reply-headers): Use it.
18933
18934 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18935
18936         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18937         (gnus-agent-group-pathname): Ditto.
18938
18939         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18940
18941         * gnus-group.el (gnus-group-make-group): Decode group name.
18942         (gnus-group-make-rss-group): Register the group data after opening
18943         the nnrss group.
18944
18945 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18946
18947         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18948         by expiry now get marked as read.
18949
18950 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18951
18952         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18953
18954 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18955
18956         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18957         unify Latin characters in XEmacs.
18958         (mm-find-mime-charset-region): Use it.
18959
18960 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * gnus-util.el (gnus-delete-directory): New function.
18963
18964         * gnus-agent.el (gnus-agent-delete-group): Use it.
18965
18966         * gnus-cache.el (gnus-cache-delete-group): Use it.
18967
18968 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18969
18970         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18971         names.
18972
18973 2004-12-16  Simon Josefsson  <jas@extundo.com>
18974
18975         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18976
18977 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18978
18979         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18980
18981         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18982         (gnus-group-set-current-level): Decode group name.
18983
18984 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18985
18986         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18987         failed.
18988
18989 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * gnus-group.el (gnus-group-delete-group): Decode group name.
18992         (gnus-group-make-rss-group): Encode group name.
18993         (gnus-group-catchup-current): Decode group name.
18994         (gnus-group-kill-group): Decode group name.
18995
18996 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18997
18998         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18999
19000 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19001
19002         * gnus-group.el (gnus-group-make-rss-group):
19003         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19004
19005         * gnus-start.el (gnus-setup-news): Honor user's setting to
19006         gnus-message-archive-method.  Suggested by Lute Kamstra
19007         <lute@gnu.org>.
19008
19009 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19010
19011         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19012         global counterparts of the buffer-local variables.
19013
19014 2004-11-16  Romain Francoise  <romain@orebokech.com>
19015
19016         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19017         counterparts of the buffer-local variables.
19018
19019 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19020
19021         * message.el (message-forbidden-properties): Fix typo in doc
19022         string.
19023
19024 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19025
19026         * gnus-util.el (gnus-replace-in-string): Add doc string.
19027
19028         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19029         to avoid problems when splitting mails with many recipients.
19030
19031 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19032
19033         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19034         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19035
19036 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19037
19038         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19039         if there is no hashtable in memory or file modification time is
19040         newer than cached timestamp.
19041
19042 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19043
19044         * gnus-sum.el (gnus-summary-limit-to-recipient):
19045         Implement not-matching option.
19046
19047 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
19048
19049         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19050         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19051         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19052         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19053         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
19054         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19055
19056 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19057
19058         * message.el (message-forward-make-body-mml): Remove headers
19059         according to message-forward-ignored-headers if a message is decoded.
19060
19061 2004-12-02  Romain Francoise  <romain@orebokech.com>
19062
19063         * message.el (message-forward-make-body-plain): Always remove
19064         headers according to message-forward-ignored-headers.
19065
19066 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
19067
19068         * spam.el (spam-summary-prepare-exit): Remove the
19069         gnus-summary-limit pop for now, it has problems with ham marks for
19070         me.
19071
19072 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
19073
19074         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19075         correctly.
19076
19077 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
19078
19079         * format-spec.el (format-spec): Message the char.
19080
19081 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
19082
19083         * gnus-art.el (gnus-split-methods): Reformat comments.
19084
19085         * spam.el (spam-summary-prepare-exit): Remove article limits
19086         before exiting the summary buffer.
19087
19088 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19089
19090         * lpath.el: Remove bbdb-create-internal, bbdb-records,
19091         spam-BBDB-register-routine and spam-enter-ham-BBDB.
19092
19093         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19094         order to silence the byte compiler.
19095
19096         * spam.el: Fix the way to silence the byte compiler, which
19097         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19098         bbdb-search-simple, spam-BBDB-register-routine,
19099         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19100         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19101         spam-stat-buffer-is-spam, spam-stat-load,
19102         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19103         spam-stat-save and spam-stat-split-fancy.
19104
19105 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19106
19107         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19108         which may confuse users.
19109         (canlock-password-for-verify): Ditto.
19110
19111         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19112
19113         * gnus-art.el (gnus-emphasis-alist): Ditto.
19114
19115         * gnus-registry.el (gnus-registry-max-entries): Ditto.
19116
19117         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19118
19119         * gnus-start.el (gnus-save-killed-list): Ditto.
19120
19121         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19122         (gnus-sum-thread-tree-root): Ditto.
19123         (gnus-sum-thread-tree-false-root): Ditto.
19124         (gnus-sum-thread-tree-single-indent): Ditto.
19125
19126         * message.el (message-courtesy-message): Ditto.
19127         (message-archive-note): Ditto.
19128         (message-subscribed-address-file): Ditto.
19129         (message-user-fqdn): Ditto.
19130
19131         * spam-report.el (spam-report-gmane-regex): Ditto.
19132
19133         * spam.el (spam-blackhole-good-server-regex): Ditto.
19134
19135 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19136
19137         * mml.el (mml-preview): Widen the message buffer before copying
19138         the contents to the preview buffer; sort headers before previewing.
19139
19140         * message.el (message-hidden-headers): Fix the way to avoid a bug
19141         in the `repeat' widget in Emacs 21.3 or earlier.
19142
19143 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19144
19145         * message.el (message-hidden-headers): Default to "^References:".
19146         Improve customization type.  Suggested by Reiner Steib
19147         <Reiner.Steib@gmx.de>.
19148
19149 2004-11-25  Romain Francoise  <romain@orebokech.com>
19150
19151         * message.el (message-strip-forbidden-properties): Remove check for
19152         obsolete `message-hidden' text property, hidden headers are not
19153         accessible in the buffer anymore.
19154
19155 2004-11-22  Romain Francoise  <romain@orebokech.com>
19156
19157         * message.el (message-header-format-alist): Add `From' in list
19158         so that it can be sorted.
19159         (message-fix-before-sending): Widen and sort headers before
19160         sending.
19161         (message-hide-headers): Use narrowing to hide headers by moving
19162         them to the top of the buffer and narrowing to the region
19163         underneath.
19164
19165 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19166
19167         * message.el (message-strip-forbidden-properties):
19168         Bind buffer-read-only (etc) to nil.
19169
19170 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19171
19172         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19173         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19174
19175 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
19176
19177         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19178
19179 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19180
19181         * dns.el (query-dns): Use sit-for to time instead of
19182         accept-process-output, since that doesn't seem to work on udp
19183         sockets.
19184
19185 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19186
19187         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19188
19189 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
19190
19191         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19192         doc string.  Improve doc string.
19193
19194 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19195
19196         * nntp.el (nntp-request-update-info): Return nil if
19197         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19198         may not call gnus-activate-group which uselessly issues the GROUP
19199         commands for all nntp groups and wastes time.  Reported by Romain
19200         Francoise <romain@orebokech.com>.
19201
19202         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19203
19204 2004-11-15  Simon Josefsson  <jas@extundo.com>
19205
19206         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19207         headers separately.
19208         (gnus-button-openpgp): New function, inspired by Jochen KĂŒpper
19209         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19210
19211 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
19212
19213         * gnus-start.el (gnus-convert-old-newsrc):
19214         Assign legacy-gnus-agent to 5.10.7.
19215
19216 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19217
19218         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19219         start of the lines.
19220
19221 2004-11-14  Magnus Henoch  <mange@freemail.hu>
19222
19223         * hashcash.el (hashcash-default-payment): Change default to 20.
19224         (hashcash-default-accept-payment): Change default to 20.
19225         (hashcash-process-alist): New variable.
19226         (hashcash-generate-payment-async): Add.
19227         (hashcash-already-paid-p): Add.
19228         (hashcash-insert-payment): Don't generate payments twice.
19229         (hashcash-insert-payment-async): Add.
19230         (hashcash-insert-payment-async-2): Add.
19231         (hashcash-cancel-async): Add.
19232         (hashcash-wait-async): Add.
19233         (hashcash-processes-running-p): Add.
19234         (hashcash-wait-or-cancel): Add.
19235         (mail-add-payment): New optional argument.  Conditionally start
19236         asynchronous calculation.
19237         (mail-add-payment-async): Add.
19238
19239         * message.el (message-send-mail): Wait for asynchronous hashcash
19240         results.  Don't clobber existing X-Hashcash headers.
19241         (message-setup-1): Call mail-add-payment-async when
19242         message-generate-hashcash is non-nil.
19243
19244 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19245
19246         * message.el (message-use-alternative-email-as-from): Examine the
19247         From header as well; use message-make-from in order to include a
19248         user's full name.
19249
19250 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19253         default; improve customization type.
19254         (gnus-emphasis-custom-with-format): New macro.
19255         (gnus-emphasis-custom-value-to-external): New function.
19256         (gnus-emphasis-custom-value-to-internal): New function.
19257
19258 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19259
19260         * dns.el (query-dns): Resolve reverse addresses.
19261
19262 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19263
19264         * gnus-group.el (gnus-group-get-new-news): Use it.
19265
19266         * gnus-start.el (gnus-check-reasonable-setup): New function.
19267
19268 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19269
19270         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19271         "Args out of range" error.  Reported by Arnaud Giersch
19272         <arnaud.giersch@free.fr>.
19273
19274 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19275
19276         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19277
19278 2004-11-04  Richard M. Stallman  <rms@gnu.org>
19279
19280         * spam.el (spam group): Add :version.
19281
19282         * pgg-def.el (pgg group): Add :version.
19283
19284 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19285
19286         * gnus-art.el (gnus-article-edit-article): Don't associate the
19287         article buffer with a draft file.  This is a temporary measure
19288         against the 2004-08-22 change to gnus-article-edit-mode.
19289
19290 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19293         (html2text-format-tags): Remove unused variable `attr'.
19294
19295 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
19296
19297         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19298
19299         * tls.el (tls-process-connection-type, tls-success)
19300         (tls-certtool-program): Add :version.
19301
19302         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
19303         (starttls-extra-arguments, starttls-process-connection-type)
19304         (starttls-connect, starttls-failure, starttls-success): Add :version.
19305
19306         * spam-stat.el (spam-stat): Add :version.
19307
19308         * sieve.el (sieve): Add :version.
19309
19310         * sha1.el (sha1): Add :version.
19311         (sha1-use-external): Remove redundant version.
19312
19313         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
19314         (nnmail-cache-ignore-groups, nnmail-spool-hook)
19315         (nnmail-split-fancy-match-partial-words)
19316         (nnmail-split-lowercase-expanded): Add :version.
19317
19318         * nndiary.el (nndiary): Add :version.
19319
19320         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
19321
19322         * mml-sec.el (mml-default-sign-method)
19323         (mml-default-encrypt-method, mml-signencrypt-style-alist):
19324         Add :version.
19325
19326         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
19327
19328         * mm-url.el (mm-url-use-external, mm-url-program)
19329         (mm-url-arguments): Add :version.
19330
19331         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
19332         (mm-attachment-file-modes, mm-decrypt-option)
19333         (mm-w3m-safe-url-regexp): Add :version.
19334
19335         * message.el (message-cite-prefix-regexp)
19336         (message-sendmail-envelope-from, message-minibuffer-local-map)
19337         (message-user-fqdn, message-completion-alist): Add :version.
19338
19339         * gnus-win.el (gnus-configure-windows-hook)
19340         (gnus-use-frames-on-any-display): Add :version.
19341
19342         * gnus-art.el (gnus-article-address-banner-alist)
19343         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
19344         (gnus-treat-from-picon, gnus-treat-mail-picon)
19345         (gnus-treat-x-pgp-sig): Add :version.
19346
19347         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
19348         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
19349         (gnus-summary-article-delete-hook)
19350         (gnus-summary-display-while-building): Add :version.
19351
19352         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
19353         (gnus-get-top-new-news-hook): Add :version.
19354
19355         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
19356         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
19357
19358         * gnus-registry.el (gnus-registry): Add :version.
19359
19360         * gnus-spec.el (gnus-use-correct-string-widths)
19361         (gnus-make-format-preserve-properties): Add :version.
19362
19363         * gnus.el (gnus-group-charter-alist)
19364         (gnus-group-fetch-control-use-browse-url)
19365         (gnus-install-group-spam-parameters): Add :version.
19366
19367         * gnus-diary.el (gnus-diary): Add :version.
19368
19369         * gnus-delay.el (gnus-delay): Add :version.
19370
19371         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
19372         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
19373         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
19374         Add :version.
19375
19376         * gnus-agent.el (gnus-agent-max-fetch-size)
19377         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
19378         (gnus-agent-prompt-send-queue): Add :version.
19379
19380         * deuglify.el (gnus-outlook-deuglify): Add :version.
19381
19382         * html2text.el: Beautify code.  Improve doc strings.
19383         Some checkdoc cleanup.
19384         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
19385
19386 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19387
19388         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
19389
19390 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
19391
19392         * gnus-registry.el (gnus-registry-hashtb): Create the registry
19393         when package is loaded.
19394
19395         * spam.el (spam-summary-score-preferred-header): Add global preference
19396         for people who want to override the default SpamAssassin over
19397         Bogofilter preference (when both are set).
19398         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
19399         (spam-user-format-function-S):
19400         Check spam-summary-score-preferred-header.
19401         (spam-extra-header-to-number): Add X-Bogosity header parsing.
19402         (spam-user-format-function-S): Format the score correctly.
19403
19404 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19405
19406         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
19407         signature file.  Suggested by Manoj Srivastava
19408         <srivasta@golden-gryphon.com>.
19409
19410         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
19411         iso-2022-jp even in the Japanese language environment.
19412         Suggested by Jason Rumney <jasonr@gnu.org>.
19413
19414 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19415
19416         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
19417         use the same characters as the dummy marks; make it free from
19418         getting affected by the language environment.
19419         (gnus-summary-read-group-1): Update mark positions only when the
19420         format spec is updated.
19421
19422         * gnus-spec.el (gnus-update-format-specifications): Return a list
19423         of updated types.
19424
19425 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19426
19427         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
19428         of boundp to check if display-warning is available.
19429
19430 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
19431
19432         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
19433
19434 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19435
19436         * nnspool.el (nnspool-spool-directory): Use news-path if the
19437         news-directory variable is not bound.
19438
19439         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
19440         function instead of display-warning if it is not available.
19441
19442 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19443
19444         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
19445         v5-10: Use `point-at-bol'.
19446
19447 2004-10-26  Simon Josefsson  <jas@extundo.com>
19448
19449         * hashcash.el: Fix URL in comment, reported by Cheng Gao
19450         <chenggao@gmail.com>.
19451
19452 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19453
19454         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
19455         instead.
19456
19457 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
19458
19459         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
19460         to remove a server from the nnimap-server-buffer-alist.
19461         (nnimap-open-connection, nnimap-close-server): Use it.
19462
19463         * gnus-encrypt.el: Remove file in favor of encrypt.el.
19464
19465 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19466
19467         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
19468         running the major-mode function.
19469
19470 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19471
19472         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
19473         dummy marks in the right way.
19474
19475 2004-10-18  David Edmondson  <dme@dme.org>
19476
19477         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
19478         excessively.
19479
19480 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
19481
19482         * gnus-util.el (gnus-split-references): Accept a nil references
19483         string and go on blissfully.
19484
19485         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
19486         cases where the references string is non-nil but has no references.
19487
19488         * encrypt.el: Add autoload tags.
19489
19490         * spam.el (spam-resolve-registrations-routine): Remove article
19491         from unregistration list too.  Reported by David Hanak
19492         <dhanak@isis.vanderbilt.edu>
19493
19494 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
19495
19496         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
19497         nil.  Change custom type.
19498
19499 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
19500
19501         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
19502
19503         * gnus-sum.el (gnus-summary-move-article): Use it.
19504
19505 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
19506
19507         * encrypt.el: Add autoload cookies.
19508
19509         * spam.el (spam-backend-article-list-property)
19510         (spam-backend-get-article-todo-list)
19511         (spam-backend-put-article-todo-list)
19512         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
19513         Resolve registrations separately.
19514         (spam-register-routine): Format comments.
19515         (spam-unregister-routine, spam-register-routine): Always call with
19516         specific-articles, no default list.
19517         (spam-summary-prepare-exit): Use the spam-classifications function.
19518
19519         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
19520         gnus-encrypt.el.
19521
19522         * encrypt.el: Copied from gnus-encrypt.el.
19523
19524         * gnus-encrypt.el: Commented that it's obsolete.
19525
19526 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19527
19528         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
19529         (gnus-score-save): Use it.
19530
19531         * message.el (message-bury): Use `window-dedicated-p'.
19532
19533 2004-10-15  Simon Josefsson  <jas@extundo.com>
19534
19535         * pop3.el (top-level): Don't require nnheader.
19536         (pop3-read-timeout): Add.
19537         (pop3-accept-process-output): Add.
19538         (pop3-read-response, pop3-retr): Use it.
19539
19540 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
19541
19542         * spam.el (spam-register-routine): Move comment.
19543         (spam-verify-bogofilter): Use 'unknown for the initial
19544         spam-bogofilter-valid state, not 'never.
19545
19546         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
19547         for netrc-machine.
19548
19549         * nnimap.el (nnimap-open-connection):
19550         Use netrc-machine-user-or-password.
19551
19552 2004-10-17  Richard M. Stallman  <rms@gnu.org>
19553
19554         * gnus-registry.el (gnus-registry-unload-hook):
19555         Set as a variable with add-hook.
19556
19557         * nnspool.el (nnspool-spool-directory): Use news-directory instead
19558         of news-path.
19559
19560         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
19561
19562         * spam.el: Delete duplicate `provide'.
19563         (spam-unload-hook): Set as a variable with add-hook.
19564
19565 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
19566
19567         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
19568         in the doc string.
19569
19570         * message.el (message-ignored-news-headers)
19571         (message-ignored-supersedes-headers)
19572         (message-ignored-resent-headers)
19573         (message-forward-ignored-headers): Improve custom type.
19574
19575 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19576
19577         * message.el (message-tokenize-header): Fix 2004-09-06 change
19578         which used point-min in the wrong place.
19579
19580 2004-10-12  Simon Josefsson  <jas@extundo.com>
19581
19582         * tls.el (tls-certtool-program): New variable.
19583         (tls-certificate-information): New function, based on
19584         ssl-certificate-information.
19585
19586 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19587
19588         * compface.el: Move the version of ELisp-based uncompface program
19589         to the contrib directory because of the copyright problem.
19590
19591 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19592
19593         * message.el (message-kill-buffer): Raise the current frame.
19594
19595 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19596
19597         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19598
19599         * gnus.el (message-y-or-n-p): Autoload.
19600
19601         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19602         (pop3-password-required, pop3-authentication-scheme)
19603         (pop3-leave-mail-on-server): Make customizable.
19604         (pop3): New custom group.
19605         (pop3-retr): Remove `sleep-for' statements.
19606         Suggested by Dave Love <fx@gnu.org>.
19607
19608         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19609         Windows/DOS.
19610
19611         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19612         (imap-parse-body): Fix incorrect use of `assert'.
19613         Suggested by Dave Love <fx@gnu.org>.
19614
19615         * mml.el (mml-minibuffer-read-disposition): Require match.
19616         Suggested by Dave Love <fx@gnu.org>.
19617
19618 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19619
19620         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19621         doc string.
19622
19623 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19624
19625         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19626
19627 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19628
19629         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19630         instead of calling `mm-insert-inline', to decode text/* parts
19631         before displaying them.
19632
19633 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19634
19635         * mm-uu.el (mm-uu-text-plain-type): New variable.
19636         (mm-uu-pgp-signed-extract-1): Use it.
19637         (mm-uu-pgp-encrypted-extract-1): Use it.
19638         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19639         bind mm-uu-text-plain-type with that value.
19640         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19641         mm-uu-dissect.
19642
19643 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19644
19645         * gnus-group.el (gnus-update-group-mark-positions):
19646         * gnus-sum.el (gnus-update-summary-mark-positions):
19647         * message.el (message-check-news-body-syntax):
19648         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19649         of string-as-multibyte.
19650
19651 2004-10-05  Juri Linkov  <juri@jurta.org>
19652
19653         * gnus-group.el (gnus-update-group-mark-positions):
19654         * gnus-sum.el (gnus-update-summary-mark-positions):
19655         * message.el (message-check-news-body-syntax):
19656         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19657         8-bit unibyte values to a multibyte string for search functions.
19658
19659 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19660
19661         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19662         (mm-uu-dissect-text-parts): New function.
19663
19664         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19665         dissect text parts.
19666
19667         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19668         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19669
19670         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19671
19672         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19673         Use gnus-current-topics instead of gnus-current-topic.
19674
19675 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19676
19677         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19678
19679 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19680
19681         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19682         where approriate.
19683
19684         * nnml.el (nnml-generate-active-info): do.
19685
19686         * nndiary.el (nndiary-generate-active-info): do.
19687
19688         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19689         (gnus-topic-move): do.
19690
19691         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19692         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19693
19694         * gnus-srvr.el (gnus-server-prepare)
19695         (gnus-server-open-all-servers): do.
19696
19697         * gnus-msg.el (gnus-summary-cancel-article)
19698         (gnus-summary-resend-message)
19699         (gnus-summary-mail-crosspost-complaint): do.
19700
19701         * gnus-move.el (gnus-change-server): do.
19702
19703         * gnus-group.el (gnus-group-unmark-all-groups)
19704         (gnus-group-set-current-level): do.
19705
19706 2004-10-04  Simon Josefsson  <jas@extundo.com>
19707
19708         * message.el (message-generate-hashcash): Doc fix.
19709
19710 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19711
19712         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19713         avoid infinite recursion via gnus-get-function.
19714
19715 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19716
19717         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19718
19719         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19720
19721         * nnmail.el (nnmail-split-history): do.
19722
19723         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19724         (nnml-request-delete-group): do.
19725
19726         * nnslashdot.el (nnslashdot-read-groups): do.
19727
19728         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19729         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19730
19731         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19732         (nnspool-sift-nov-with-sed): Use last.
19733         (nnspool-retrieve-headers-with-nov): Use mapc.
19734         (nnspool-request-newgroups): Use dolist.
19735         (nnspool-request-group): Use last.
19736
19737         * nntp.el (nntp-read-server-type): Use dolist.
19738
19739         * nnvirtual.el (nnvirtual-create-mapping)
19740         (nnvirtual-update-read-and-marked): Use dolist.
19741         (nnvirtual-convert-headers): Simplify.
19742
19743 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19744
19745         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19746         Add support for sync'ing tick marks.
19747
19748 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19749
19750         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19751         there's no visible header.
19752
19753 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19754
19755         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19756         When necessary, pass full group name to gnus-request-set-marks.
19757
19758 2004-10-01  Simon Josefsson  <jas@extundo.com>
19759
19760         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19761         acroread.
19762
19763 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19764
19765         * spam-report.el (spam-report-gmane): Fix interactive.
19766
19767         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19768
19769         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19770         when writing file.
19771         (gnus-agent-synchronize-flags): Don't default to being
19772         interactive.
19773
19774 2004-09-30  Simon Josefsson  <jas@extundo.com>
19775
19776         * message.el (message-generate-hashcash): Add.
19777         (message-send-mail): Use it, call mail-add-payment.
19778
19779 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19780
19781         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19782
19783 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19784
19785         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19786         gnus-requst-update-info with explicit code to sync the in-memory
19787         info read flags with the marks being sync'd to the backend.
19788
19789         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
19790
19791 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19792
19793         * spam.el (spam-verify-bogofilter): Add new function.
19794         (spam-check-bogofilter)
19795         (spam-bogofilter-register-with-bogofilter): Use it.
19796         (spam-verify-bogofilter): Add small fixes.
19797
19798 2004-09-28  Simon Josefsson  <jas@extundo.com>
19799
19800         * hashcash.el (hashcash-generate-payment): Revert.
19801
19802 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19803
19804         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19805         Use gnus-extract-references instead of gnus-split-references.
19806
19807         * gnus-util.el (gnus-extract-references): Add new function, analogous
19808         to gnus-split-references but extracts only the message-ID without
19809         anything extra.
19810
19811         * hashcash.el (hashcash-generate-payment)
19812         (hashcash-check-payment): Do the right thing if hashcash-path is
19813         nil (because the hashcash program could not be found).
19814
19815         * spam.el (spam-use-hashcash): Remove comment.
19816
19817 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19818
19819         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19820         (gnus-cache-enter-article, gnus-cache-remove-article)
19821         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19822
19823         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19824
19825         * gnus-art.el (article-hide-boring-headers)
19826         (article-translate-strings, article-display-face)
19827         (gnus-article-mime-match-handle-first)
19828         (gnus-article-highlight-headers)
19829         (gnus-article-add-buttons-to-head): do.
19830
19831 2004-09-27  Simon Josefsson  <jas@extundo.com>
19832
19833         * hashcash.el: New version, from
19834         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19835         ../contrib/.
19836
19837 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19838
19839         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19840
19841 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19842
19843         * gnus-dup.el (gnus-dup-open): Use mapc.
19844         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19845
19846         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19847         Reported by Stefan Wiens <s.wi@gmx.net>.
19848
19849         * gnus.el (gnus-shutdown): Use dolist.
19850
19851         * gnus-undo.el (gnus-undo): Use mapc.
19852
19853         * nnrss.el (nnrss-generate-active): do.
19854
19855         * message.el (message-cite-original-without-signature)
19856         (message-cite-original): Use mapc.
19857         (message-do-actions, message-make-forward-subject): Use dolist.
19858
19859 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19860
19861         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19862         deletion to remove entire duplicate line.  Fixes merged article
19863         number bug.
19864
19865 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19866
19867         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19868         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19869         first ask if you want to open a server and then, even when you
19870         responded with no, asking if you want to synchronize the server's
19871         flags.
19872         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19873         multi-line expressions.
19874         (gnus-agent-synchronize-group-flags): New internal function.
19875         Updates marks in memory (in the info structure) AND in the
19876         backend.
19877
19878         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19879
19880         * nnagent.el (nnagent-request-set-mark):
19881         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19882         method, to ensure that synchronization updates marks in the
19883         backend and in the info (in memory) structure.
19884
19885 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19888         convention fully; don't miss the root article of a thread; make
19889         the X-Draft-From header with correct article numbers.
19890
19891 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19892
19893         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19894         unless plugged.  Disable the agent so that an open failure causes
19895         an error.
19896
19897         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19898         Revert 2004-09-21 change.  The backend must be opened while
19899         synchronizing flags even when the backend stores the flags
19900         locally.
19901
19902 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19903
19904         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19905         in `header' match.  Reported by Svend Tollak Munkejord.
19906
19907         * message.el (message-cite-original): Fix use of
19908         `message-cite-articles-with-x-no-archive'.
19909
19910 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19911
19912         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19913         (gnus-window-to-buffer): Ditto.
19914
19915         * mml.el (mml-preview-buffer): New variable.
19916         (mml-preview): Manage window layout with gnus-buffer-configuration.
19917
19918         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19919         X-Draft-From header even if those articles aren't quoted.
19920
19921 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19922
19923         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19924         (gnus-request-set-mark, gnus-request-update-mark): Use new
19925         g-s-t-u-l-m to decide to use backend even when unplugged.
19926
19927 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19928
19929         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19930         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19931
19932 2004-09-20  Simon Josefsson  <jas@extundo.com>
19933
19934         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19935         "utf-16-le".
19936
19937 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19938
19939         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19940
19941 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19942
19943         * uudecode.el (uudecode-use-external): Add :version.
19944
19945         * smime.el (smime-CA-file, smime-encrypt-cipher)
19946         (smime-dns-server): Add :version.
19947
19948         * smiley.el (gnus-smiley-file-types): Add :version.
19949
19950         * sha1.el (sha1-use-external): Add :version.
19951
19952         * pgg-def.el (pgg-query-keyserver): Add :version.
19953
19954         * nnmail.el (nnmail-fancy-expiry-targets)
19955         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19956         Add :version.
19957
19958         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19959         (nnimap-retrieve-groups-asynchronous): Add :version.
19960         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19961
19962         * mml.el (mml-content-disposition-parameters)
19963         (mml-insert-mime-headers-always): Add :version.
19964
19965         * mm-util.el (mm-coding-system-priorities): Add :version.
19966
19967         * mm-decode.el (mm-inline-text-html-with-images)
19968         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19969         (mm-verify-option): Add :version.
19970         (mm-text-html-renderer): Change :version.
19971
19972         * message.el (message-fcc-externalize-attachments)
19973         (message-required-headers, message-draft-headers)
19974         (message-subject-trailing-was-query)
19975         (message-subject-trailing-was-ask-regexp)
19976         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19977         (message-mark-insert-end, message-archive-header)
19978         (message-archive-note, message-cross-post-default)
19979         (message-cross-post-note, message-followup-to-note)
19980         (message-cross-post-note-function, message-use-mail-followup-to)
19981         (message-subscribed-address-functions)
19982         (message-subscribed-address-file, message-subscribed-addresses)
19983         (message-subscribed-regexps, message-allow-no-recipients)
19984         (message-yank-cited-prefix, message-signature-insert-empty-line)
19985         (message-hidden-headers, message-hierarchical-addresses)
19986         (message-mail-user-agent, message-use-idna)
19987         (message-valid-fqdn-regexp)
19988         (message-strip-special-text-properties, message-header-synonyms)
19989         (message-beginning-of-line, message-tab-body-function): Add :version.
19990         (message-insert-canlock, message-wide-reply-confirm-recipients):
19991         Change :version.
19992
19993         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19994         and :version.
19995         (mail-source-delete-old-incoming-confirm)
19996         (mail-source-movemail-program): Add :version.
19997
19998         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19999         (gnus-agent-cache, gnus-agent): Change :version.
20000
20001         * gnus-util.el (gnus-use-byte-compile): Change :version.
20002
20003         * gnus-sum.el (gnus-summary-make-false-root-always)
20004         (gnus-summary-default-high-score)
20005         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20006         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20007         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20008         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20009         (gnus-sum-thread-tree-single-indent)
20010         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20011         (gnus-sum-thread-tree-leaf-with-other)
20012         (gnus-sum-thread-tree-single-leaf): Add :version.
20013         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20014         (gnus-article-loose-mime): Change :version.
20015
20016         * gnus-start.el (gnus-backup-startup-file)
20017         (gnus-save-startup-file-via-temp-buffer): Add :version.
20018
20019         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20020         (gnus-server-offline-face): Add :version.
20021
20022         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20023
20024         * gnus-msg.el (gnus-gcc-externalize-attachments)
20025         (gnus-debug-files, gnus-debug-exclude-variables)
20026         (gnus-discouraged-post-methods): Change :version.
20027         (gnus-confirm-mail-reply-to-news)
20028         (gnus-confirm-treat-mail-like-news): Add :version.
20029
20030         * gnus-int.el (gnus-server-unopen-status): Add :version.
20031
20032         * gnus-group.el (gnus-group-jump-to-group-prompt)
20033         (gnus-large-ephemeral-newsgroup)
20034         (gnus-fetch-old-ephemeral-headers): Add :version.
20035
20036         * gnus-fun.el (gnus-x-face-directory)
20037         (gnus-convert-pbm-to-x-face-command)
20038         (gnus-convert-image-to-x-face-command)
20039         (gnus-convert-image-to-face-command): Add :version.
20040
20041         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20042
20043         * gnus-cite.el (gnus-cite-blank-line-after-header)
20044         (gnus-article-boring-faces): Add :version.
20045
20046         * gnus-art.el (gnus-buttonized-mime-types)
20047         (gnus-inhibit-mime-unbuttonizing)
20048         (gnus-treat-display-face)
20049         (gnus-treat-body-boundary): Change :version.
20050         (gnus-body-boundary-delimiter, gnus-picon-databases)
20051         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20052         (gnus-treat-date-english, gnus-treat-fold-headers)
20053         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20054         (gnus-treat-mail-picon, gnus-treat-wash-html)
20055         (gnus-article-encrypt-protocol)
20056         (gnus-use-idna, gnus-article-over-scroll)
20057         (gnus-mime-display-multipart-alternative-as-mixed)
20058         (gnus-mime-display-multipart-related-as-mixed)
20059         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20060         (gnus-ctan-url, gnus-button-ctan-handler)
20061         (gnus-button-handle-ctan-bogus-regexp)
20062         (gnus-button-ctan-directory-regexp)
20063         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20064         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20065         (gnus-button-man-level, gnus-button-emacs-level)
20066         (gnus-button-message-level, gnus-button-browse-level): Add :version.
20067
20068         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20069         (gnus-agent-go-online): Change :version.
20070         (gnus-agent-expire-unagentized-dirs)
20071         (gnus-agent-auto-agentize-methods): Add :version.
20072
20073         * flow-fill.el (fill-flowed-display-column)
20074         (fill-flowed-encode-column): Add :version.
20075
20076         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20077         (gnus-outlook-deuglify-unwrap-max)
20078         (gnus-outlook-deuglify-cite-marks)
20079         (gnus-outlook-deuglify-unwrap-stop-chars)
20080         (gnus-outlook-deuglify-no-wrap-chars)
20081         (gnus-outlook-deuglify-attrib-cut-regexp)
20082         (gnus-outlook-deuglify-attrib-verb-regexp)
20083         (gnus-outlook-deuglify-attrib-end-regexp)
20084         (gnus-outlook-display-hook): Add :version.
20085
20086         * binhex.el (binhex-use-external): Add :version.
20087
20088 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
20089
20090         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20091         and `invisible'.
20092
20093 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
20094
20095         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20096         in gnus-registry-trim.
20097
20098 2004-09-13  Simon Josefsson  <jas@extundo.com>
20099
20100         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20101
20102         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20103
20104         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20105         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20106         <yamaoka@jpl.org>.
20107         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20108         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20109         <yamaoka@jpl.org>.
20110
20111         * sieve.el (sieve-manage-mode): Ditto.
20112
20113 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
20114
20115         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20116
20117 2004-09-11  Simon Josefsson  <jas@extundo.com>
20118
20119         * dns-mode.el: Add.
20120
20121         * mm-view.el (mm-display-dns-inline): Add.
20122
20123         * mm-decode.el (mm-inline-media-tests): Add text/dns.
20124         (mm-automatic-display): Ditto.
20125
20126         * mailcap.el (mailcap-mime-data): Add text/dns.
20127         (mailcap-mime-extensions): Map .soa to text/dns.
20128
20129 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
20130
20131         * gnus-art.el (article-decode-mime-words, article-babel)
20132         (gnus-article-highlight-signature, gnus-article-add-buttons)
20133         (gnus-signature-toggle): Remove unnecessary bindings of
20134         `inhibit-read-only' inherited from v5.10 merge.
20135
20136 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20137
20138         * nntp.el (nntp): New customization group.
20139         (nntp-authinfo-file): Add customization group.
20140
20141         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20142
20143         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20144
20145         * gnus.el (to-address, to-list, subscribed)
20146         (large-newsgroup-initial): Ditto.
20147
20148         * flow-fill.el (fill-flowed-display-column)
20149         (fill-flowed-encode-column): Ditto.
20150
20151 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20152
20153         * message.el (message-tokenize-header, message-send-mail-with-qmail):
20154         Use point-min rather than 1.
20155         (message-send-mail): Use buffer-size rather than point-max.
20156
20157         * gnus-sum.el (gnus-summary-search-article-forward):
20158         Signal a specific `search-failed' rather than a generic `error'.
20159
20160         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20161         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20162         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20163
20164 2004-09-10  Simon Josefsson  <jas@extundo.com>
20165
20166         * nndb.el (require): Remove tcp and duplicate cl.
20167
20168 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20169
20170         * gnus-agent.el (directory-files-and-attributes): Move forward.
20171
20172 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20173
20174         * gnus-agent.el (directory-files-and-attributes):
20175         Optionally defined to support XEmacs.
20176
20177 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
20178
20179         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20180         to avoid run-time CL dependencies.
20181         (gnus-agent-unfetch-articles): New function.
20182         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20183         article numbers even when local .overview file is missing.
20184         (gnus-agent-read-article-number): New function.  Only accepts
20185         27-bit article numbers.
20186         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20187         Use gnus-agent-read-article-number.
20188         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20189         from backend while recognizing that article numbers in .overview
20190         must be valid.
20191         (gnus-agent-update-files-total-fetched-for):
20192         Use directory-files-and-attributes to improve performance.
20193         * gnus-int.el (gnus-request-move-article):
20194         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20195         improve performance.
20196
20197         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20198         some users confused by references to .newsrc when they only have a
20199         .newsrc.eld file.
20200         (gnus-convert-mark-converter-prompt)
20201         (gnus-convert-converter-needs-prompt): Fix use of property list.
20202         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20203         New function.  Used internally to only display 'gnus converting
20204         files' message when actually necessary.
20205
20206         * gnus-sum.el (): Remove (require 'gnus-agent) as required
20207         methods now autoloaded.
20208
20209 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20210
20211         * gnus-sum.el (gnus-summary-insert-subject): Remove list
20212         identifiers.
20213
20214 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
20215
20216         * gnus-picon.el: Fix indentation and closing parenthesis.
20217
20218 2004-09-01  Simon Josefsson  <jas@extundo.com>
20219
20220         * message.el (message-canlock-generate): Require sha1, not
20221         sha1-el.  (Can we get rid of this require altogether?  It is ugly
20222         to require within a function.  Sadly, if sha1.el isn't loaded, the
20223         let binding in m-c-g will hide the defcustom definition, which is
20224         bad.)
20225
20226         * canlock.el: Require sha1, not sha1-el.
20227
20228         * message.el: Don't autoload sha1 (there is a autoload cookie in
20229         sha1.el).
20230
20231         * sha1-el.el: Rename to sha1.el.
20232
20233 2004-08-30  Juanma Barranquero  <lektu@terra.es>
20234
20235         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20236
20237 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20238
20239         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20240
20241 2004-08-30  Kim F. Storm  <storm@cua.dk>
20242
20243         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20244
20245         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20246         Add :group 'nnimap.
20247
20248 2004-08-30  Andreas Schwab  <schwab@suse.de>
20249
20250         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20251         ?* and ?\;.
20252
20253         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20254         and ?\' to symbol instead of whitespace.
20255
20256 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20257
20258         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20259
20260         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20261         instead of re-search-forward.
20262
20263         * gnus-uu.el (gnus-uu-save-article): Ditto.
20264         (gnus-uu-post-encode-uuencode): Ditto.
20265
20266         * html2text.el (html2text-clean-list-items): Ditto.
20267         (html2text-clean-dtdd): Ditto.
20268         (html2text-format-tags): Ditto.
20269
20270         * message.el (message-send-mail-with-sendmail): Fix regexp.
20271         (message-fill-field-general): Use search-forward instead of
20272         re-search-forward.
20273         (unbold-region): Ditto.
20274
20275         * nnrss.el (nnrss-request-article): Ditto.
20276
20277         * nnslashdot.el (nnslashdot-request-article): Ditto.
20278
20279         * nnweb.el (nnweb-gmane-wash-article): Ditto.
20280
20281         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20282         "Unrecognized menu descriptor" error in XEmacs.
20283
20284 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20285
20286         * gnus-sum.el (gnus-read-header): Don't remove a header for the
20287         parent article of a sparse article in the thread hashtb.
20288
20289 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
20290
20291         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20292         (nnmail-expand-newtext): Lowercase expanded entries if
20293         nnmail-split-lowercase-expanded is non-nil.
20294
20295 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20296
20297         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20298
20299         * gnus-group.el (gnus-group-line-format-alist): Convert the value
20300         of gnus-tmp-news-method into string under XEmacs.  It will be
20301         passed to gnus-correct-length which takes only a string argument.
20302
20303 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20304
20305         * gnus-util.el (gnus-bind-print-variables): New macro.
20306         (gnus-prin1): Use it.
20307         (gnus-prin1-to-string): Use it.
20308         (gnus-pp): New function.
20309         (gnus-pp-to-string): New function.
20310
20311         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20312         Replace pp-to-string with gnus-pp-to-string.
20313         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
20314         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
20315         * gnus-msg.el (gnus-debug): Ditto.
20316         * gnus-score.el (gnus-score-save): Ditto.
20317         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
20318         gnus-pp-to-string.
20319         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
20320         with gnus-pp.
20321         * score-mode.el (gnus-score-pretty-print): Ditto.
20322         * webmail.el (webmail-debug): Ditto.
20323
20324 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20325
20326         * gnus-art.el (article-display-face, article-display-x-face):
20327         Use buffer-read-only.
20328
20329 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20330
20331         * gnus-art.el (article-hide-list-identifiers):
20332         Bind inhibit-read-only as t.
20333
20334 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
20335
20336         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
20337
20338 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20339
20340         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
20341         (gnus-narrow-to-page): Don't assume point-min == 1.
20342         (gnus-article-edit-mode): Derive from message-mode.
20343
20344         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
20345         point-min == 1.
20346
20347         * imap.el (imap-parse-address-list, imap-parse-body-ext):
20348         Disable incorrect use of `assert'.
20349
20350         * message.el (message-mode): Set comment-start-skip.
20351
20352
20353 2004-08-22  Sam Steingold  <sds@gnu.org>
20354
20355         * pop3.el (pop3-leave-mail-on-server): New user variable.
20356         (pop3-movemail): Delete mail only when it is nil.
20357
20358 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
20359
20360         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
20361
20362         * mml.el (mml-preview): Use `pop-to-buffer'.
20363
20364         * message.el (message-goto-mail-followup-to): Insert after "To".
20365         (message-carefully-insert-headers): Add comment.
20366
20367         * gnus.el: Remove unused variable `gnus-article-check-size'.
20368
20369         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
20370
20371         * gnus-art.el (gnus-button-alist):
20372         Improve `gnus-button-handle-library' entry.
20373
20374 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
20375
20376         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
20377         Use downcase, since XEmacs capitalizes error messages differently.
20378
20379 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
20380
20381         * nntp.el: Add (require 'gnus) due to reference to
20382         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
20383
20384 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
20385
20386         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
20387         Bind `mm-fill-flowed'.
20388
20389         * mm-decode.el (mm-dissect-singlepart): Check it.
20390
20391 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
20392
20393         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
20394         'imap' for netrc parsing.
20395
20396 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
20397
20398         * mailcap.el (mailcap-mime-data): Mark as risky.
20399
20400 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20401
20402         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
20403         may be included in the encoded word.
20404         (rfc2047-encode): Don't append a space if the encoded word
20405         includes close parenthesis.
20406
20407 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20408
20409         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
20410         of text within parentheses.
20411
20412 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
20413
20414         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
20415         (gnus-encrypt-write-file-contents): Make the password key the file
20416         name PLUS the cipher, not just the cipher.  Also remove failed
20417         passwords from the cache.
20418
20419 2004-08-06  Simon Josefsson  <jas@extundo.com>
20420
20421         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
20422         Doc fix.
20423
20424 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20425
20426         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
20427         LWSP.
20428
20429 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
20430
20431         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20432         Try to append in-reply-to: data to the references: header.
20433
20434         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
20435         (netrc-parse): Use gnus-encrypt.el functions.
20436
20437         * gnus-encrypt.el: Add new file for encryption support; currently
20438         does only a few GPG ciphers and an internal XOR cipher.
20439
20440         * password.el: Add comments on using password-read-and-add.
20441         (password-read-and-add): Add function to read and add the
20442         password to the cache at once.
20443
20444 2004-07-28  Simon Josefsson  <jas@extundo.com>
20445
20446         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
20447         parameter (but don't use it, for now).
20448
20449         * imap.el (imap-ssl-open): Use imap-process-connection-type,
20450         instead of hard coding to nil.
20451
20452 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20453
20454         * mm-view.el (mm-inline-image-emacs): Open lines under an image
20455         as mm-inline-image-xemacs does.
20456
20457 2004-07-26  Simon Josefsson  <jas@extundo.com>
20458
20459         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
20460         Revert part of 2004-07-17 change below.
20461
20462 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20463
20464         * rfc2047.el (rfc2047-encode-region): Don't infloop.
20465         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20466
20467 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20468
20469         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
20470         quotes that actually start with ">" at the beginning of the
20471         lines.
20472
20473 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20474
20475         * rfc2047.el (rfc2047-encode-region): Fix last change.
20476         (rfc2047-encode-parameter): Remove useless concat.
20477
20478 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20479
20480         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
20481         encode special characters; fix some kind of misconfigured headers;
20482         signal a real error if debug-on-quit or debug-on-error is non-nil.
20483         (rfc2047-encode-max-chars): New variable.
20484         (rfc2047-encode-1): Use it.
20485         (rfc2047-encode-parameter): New function.
20486
20487         * mml.el (mml-insert-parameter): Remove an excessive space.
20488
20489 2004-07-17  Simon Josefsson  <jas@extundo.com>
20490
20491         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
20492         Kai Grossjohann <kai@emptydomain.de>.
20493         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
20494         (gnus-group-make-menu-bar): Ditto.
20495
20496         * gnus-util.el (gnus-group-server): Add.
20497
20498 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
20499
20500         * message.el (message-clone-locals): Clone sendmail and smtp
20501         variables.
20502
20503 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20504
20505         * rfc2047.el (rfc2047-encode-region): Fix last change.
20506
20507 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20508
20509         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
20510         characters as non-special.
20511
20512 2004-07-09  Simon Josefsson  <jas@extundo.com>
20513
20514         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
20515         Users will lose all flag changes made while unplugged with
20516         e.g. nntp unless flag synchronization happens, thus `nil' is not a
20517         good default.  See numerous reports on ding mailing list.
20518
20519 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20520
20521         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
20522         add generate-head-function and generate-article-function to the
20523         rfc822-forward entry.
20524         (nndoc-rfc822-forward-generate-article): New function.
20525         (nndoc-rfc822-forward-generate-head): New function.
20526
20527         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
20528
20529 2004-07-06  Dan Christensen  <jdc@uwo.ca>
20530
20531         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
20532         respect display group parameter and gnus-summary-expunge-below.
20533         (gnus-articles-to-read): Remove unused reference to display group
20534         parameter.
20535
20536 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20537
20538         * nnheader.el (nnheader-uniquify-message-id): New experimental
20539         variable.
20540         (nnheader-nov-read-message-id): Use it.
20541
20542         * spam-report.el (spam-report-gmane): Add interactive.
20543
20544 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20545
20546         * mm-encode.el (mm-content-transfer-encoding-defaults):
20547         Use qp-or-base64 for the application/* types.
20548
20549 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
20550
20551         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
20552
20553 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
20554
20555         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
20556         trim value.
20557
20558 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20559
20560         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
20561         New macro and function.
20562         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
20563
20564 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20565
20566         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
20567         after-load-alist.
20568
20569 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20570
20571         * gnus-group.el (gnus-group-get-new-news-this-group):
20572         Don't update info that isn't there.
20573
20574 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
20575
20576         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20577         entry.
20578
20579 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20580
20581         * mm-view.el (mm-inline-render-with-function): Use multibyte
20582         buffer; decode html source by charset.
20583
20584         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20585
20586         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20587         Mule-UCS is loaded under XEmacs.
20588         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20589
20590 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20591
20592         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20593
20594 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20595
20596         * mm-util.el (mm-coding-system-p): Return a coding-system.
20597         (mm-mime-mule-charset-alist): Use shift_jis instead of
20598         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20599         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20600         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20601         instead of japanese-shift-jis and iso-latin-1 respectively in
20602         order to share the default value with both Emacs and XEmacs-mule.
20603         (mm-mule-charset-to-mime-charset):
20604         Make mm-coding-system-priorities effective.
20605         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20606         while predicating of candidates upon the priorities.
20607
20608 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20609
20610         * gnus-sum.el (gnus-summary-make-menu-bar):
20611         Add gnus-uu-invert-processable.
20612
20613         * gnus.el: Autoload gnus-uu-invert-processable.
20614
20615 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20616
20617         * mm-util.el (mm-with-multibyte-buffer): New macro.
20618
20619         * rfc2047.el (rfc2047-encode-string): Use it.
20620         (rfc2047-encode-region): Move point to the end of the region after
20621         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20622
20623 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20624
20625         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20626         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20627
20628 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20629
20630         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20631         (gnus-cite-parse): Ignore quoted envelope From_.
20632         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20633
20634 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20635
20636         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20637         invalid addresses.
20638
20639 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20640
20641         * spam.el: Change section markers, revise TODO list.
20642         (spam-backends): Make new master list of all installed backends.
20643         (spam-summary-exit-behavior): Add new variable to determine how
20644         messages moves are done at summary exit.
20645         (spam-move-spam-nonspam-groups-only)
20646         (spam-process-ham-in-nonham-groups)
20647         (spam-process-ham-in-spam-groups): Remove variables, the
20648         spam-summary-exit-behavior variable should be used to manage this
20649         behavior.
20650         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20651         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20652         and spam-old-spam-articles.
20653         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20654         Add empty variables, placeholders for the backends they represent.
20655         (spam-set-difference): Move, unchanged.
20656         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20657         unless the user has a processor variable.
20658         (spam-classifications, spam-classification-valid-p)
20659         (spam-backend-properties, spam-backend-property-valid-p)
20660         (spam-backend-function-type-valid-p)
20661         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20662         (spam-report-articles-gmane, spam-report-articles-resend):
20663         Remove functions, they are not needed.
20664         (spam-install-backend-super, spam-backend-list)
20665         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20666         (spam-backend-function, spam-backend-ham-registration-function)
20667         (spam-backend-spam-registration-function)
20668         (spam-backend-ham-unregistration-function)
20669         (spam-backend-spam-unregistration-function)
20670         (spam-backend-statistical-p, spam-backend-mover-p)
20671         (spam-install-backend-alias, spam-install-checkonly-backend)
20672         (spam-install-mover-backend, spam-install-nocheck-backend)
20673         (spam-install-backend, spam-install-statistical-backend)
20674         (spam-install-statistical-checkonly-backend): Add backend installation
20675         support.
20676         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20677         (spam-group-processor-p): Use the new backend code and respect the
20678         summary exit behavior.
20679         (spam-mark-spam-as-expired-and-move-routine): Remove.
20680         (spam-summary-prepare): Change to use the new spam-old-articles
20681         variable.
20682         (spam-copy-or-move-routine, spam-copy-spam-routine)
20683         (spam-move-spam-routine, spam-copy-ham-routine)
20684         (spam-move-ham-routine): Add code to copy/move ham or spam.
20685         (spam-fetch-field-fast): Improve doc and code, plus allow the
20686         'number request.
20687         (spam-list-of-checks, spam-list-of-statistical-checks):
20688         Remove variables.
20689         (spam-split, spam-find-spam): Use the new backend code.
20690         (spam-registration-functions): Remove variable.
20691         (spam-unregister-routine): Add convenience wrapper.
20692         (spam-log-undo-registration, spam-register-routine)
20693         (spam-log-processing-to-registry)
20694         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20695         where possible.
20696         (spam-check-gmane-xref, spam-check-regex-headers)
20697         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20698         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20699         (spam-check-bogofilter-headers, spam-check-spamoracle)
20700         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20701         (spam-check-crm114-headers): Use the spam-split-group that
20702         spam-split prepares, no need to determine it every time.
20703
20704         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20705         to the nnheader-parse-naked-head call.
20706
20707         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20708
20709         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20710         the nnheader-nov-read-message-id call.
20711
20712 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20713
20714         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20715         gnus-activate-group twice.  Suggested by Markus Peter
20716         <warp@spin.de>.
20717
20718 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20719
20720         * gnus-art.el (gnus-article-time-format): Exchange the order of
20721         day and month in the default value; fix customization type.
20722         (article-date-ut): Use add-text-properties.
20723         (article-make-date-line): Use message-make-date instead of
20724         current-time-string.
20725
20726         * message.el (message-fetch-field): Don't use set-text-properties.
20727         (message-make-date): Simplify.
20728
20729         * messagexmas.el (message-xmas-make-date): New function.
20730         (message-xmas-redefine): Defalias message-make-date to it.
20731
20732 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20733
20734         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20735         (rfc2047-encode-region): Treat text within parentheses as special;
20736         show the original text when error has occurred.
20737
20738         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20739         already-computed method to gnus-activate-group.
20740
20741         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20742         same select-methods identical Lisp objects.
20743
20744         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20745         object when modifying the info.
20746
20747 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20748
20749         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20750         gnus-opened-servers since it has never been opened with the new
20751         configuration yet.
20752
20753 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20754
20755         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20756         arg to nnheader-generate-fake-message-id.
20757
20758 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20759
20760         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20761         number and build a fake message ID localized to a group and
20762         article number (so it's repeatable from that point on).
20763         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20764         ID format.
20765
20766         * gnus-sum.el (gnus-get-newsgroup-headers):
20767         Call nnheader-generate-fake-message-id with the article number.
20768
20769 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20770
20771         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20772         end-of-buffer.
20773
20774 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20775
20776         * message.el (message-ignored-supersedes-headers): Add Approved.
20777
20778 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20779
20780         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20781         goto-char.
20782         (rfc2047-encode): Fold the line before encoding.
20783
20784 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20785
20786         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20787         folding -- not all headers can be folded, and this should be done
20788         by the message composition mode.  Probably.  I think.
20789
20790 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20791
20792         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20793         fast.
20794
20795         * gnus-ems.el (gnus-remove-image): Don't use
20796         message-text-with-property; remove only the image found first.
20797
20798         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20799         found first.
20800
20801 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20802
20803         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20804
20805 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20806
20807         * message.el (message-text-with-property): Make it fast and accept
20808         optional arguments.
20809         (message-strip-forbidden-properties): Use it.
20810         (message-fix-before-sending): Follow the m-t-w-p change.
20811
20812         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20813
20814 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20815
20816         * gnus-art.el (article-hide-headers): Don't change the buffer
20817         mistakenly when performing mml-preview even if
20818         gnus-single-article-buffer is nil.
20819
20820 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20821
20822         * message.el (message-expand-name-databases): New user option.
20823         (message-expand-name): Use it.
20824
20825 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20826
20827         * spam.el (spam-report-articles-resend)
20828         (spam-report-resend-register-routine): Allow ham reporting.
20829         (spam-report-resend-register-ham-routine): Add wrapper.
20830         (spam-registration-functions): Add ham resending functions.
20831         (spam-list-of-processors): Add ham resend processor.
20832
20833         * gnus.el (ham-resend-to): Add new group parameter.
20834         (spam-process): Add ham resend option.
20835
20836         * spam-report.el (spam-report-resend): Allow reporting ham.
20837         (spam-report-resend-ham): Add wrapper.
20838
20839 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20840
20841         * message.el (message-cite-articles-with-x-no-archive):
20842         New variable.
20843         (message-cite-original): Use it.
20844
20845 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20846
20847         * message.el (message-cite-original): Respect X-No-Archive.
20848
20849 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20850
20851         * gnus-art.el (article-hide-headers): Refer to the values for
20852         gnus-ignored-headers and gnus-visible-headers in the summary
20853         buffer since a user may have set them as group parameters.
20854
20855 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20856
20857         * assistant.el (assistant-node-name): Add convenience function.
20858         (assistant-render-text, assistant-render-node): Add error handling,
20859         plus handle multiple next nodes.
20860         (assistant-find-next-node): Comment out for now.
20861         (assistant-find-next-nodes): Add function, returns list of next
20862         nodes.
20863
20864 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20865
20866         * mail-source.el (mail-source-directory): Fix doc-string.
20867
20868 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20869
20870         * assistant.el (assistant-render-text, assistant-eval): Add :set
20871         widget type, which is different because it takes and returns a
20872         list.  Much hilarity ensues.
20873
20874 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20875
20876         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20877
20878         * gnus-group.el (gnus-group-get-new-news-this-group):
20879         Add doc-string.
20880
20881         * gnus-start.el (gnus-activate-group): Add doc-string.
20882
20883 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20884
20885         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20886
20887 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20888
20889         * assistant.el (assistant-render-text): Try to add a :set
20890         widget, more to come.
20891
20892         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20893         strings.
20894         (spam-report-articles-resend)
20895         (spam-register-routine): Do registration iff any articles warrant
20896         it.
20897         (spam-summary-prepare-exit): Change log message for nil group
20898         destinations.
20899
20900 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20901
20902         * spam.el (spam-report-resend-register-routine):
20903         Allow spam-report-resend-to to be a group parameter or a global value.
20904
20905 2004-05-26  Simon Josefsson  <jas@extundo.com>
20906
20907         * starttls.el: Merge with my GNUTLS based starttls.el.
20908         (starttls-gnutls-program, starttls-use-gnutls)
20909         (starttls-extra-arguments, starttls-process-connection-type)
20910         (starttls-connect, starttls-failure, starttls-success):
20911         New variables.
20912         (starttls-program, starttls-extra-args): Doc fix.
20913         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20914         New functions.
20915         (starttls-negotiate, starttls-open-stream):
20916         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20917         function if it is set.
20918
20919 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20920
20921         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20922         structured fields.
20923
20924 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20925
20926         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20927
20928 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20929
20930         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20931         Add variable.
20932         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20933         assigning the spam-mark to new messages.
20934
20935 2004-05-26  Adam SjĂžgren  <asjo@koldfront.dk>  (tiny change)
20936
20937         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20938
20939 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20940
20941         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20942
20943         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20944         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20945         default.
20946
20947 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20948
20949         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20950         correct data.
20951
20952 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20953
20954         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20955         (spam-group-processor-p): Fix function.
20956         (spam-group-processor-multiple-p)
20957         (spam-group-spam-processor-report-gmane-p)
20958         (spam-group-spam-processor-report-resend-p)
20959         (spam-group-spam-processor-bogofilter-p)
20960         (spam-group-spam-processor-blacklist-p)
20961         (spam-group-spam-processor-ifile-p)
20962         (spam-group-ham-processor-ifile-p)
20963         (spam-group-spam-processor-spamoracle-p)
20964         (spam-group-spam-processor-crm114-p)
20965         (spam-group-ham-processor-bogofilter-p)
20966         (spam-group-spam-processor-stat-p)
20967         (spam-group-ham-processor-stat-p)
20968         (spam-group-ham-processor-whitelist-p)
20969         (spam-group-ham-processor-BBDB-p)
20970         (spam-group-ham-processor-spamoracle-p)
20971         (spam-group-ham-processor-copy-p): Remove functions with some
20972         prejudice against unneeded code.
20973         (spam-report-articles-resend)
20974         (spam-report-resend-register-routine): Allow the group/topic
20975         spam-resend-to value to override spam-report-resend-to.
20976         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20977         properly now.
20978
20979         * gnus.el (spam-resend-to): Add group/topic parameter.
20980         (spam-process): Move the OBSOLETE processors to the end of the
20981         choices.
20982
20983 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20984
20985         * spam-report.el (spam-report-resend-to, spam-report-resend):
20986         Start with resend-to set to nil, and then ask the user if necessary.
20987         (spam-report-resend): spam-report-resend takes a list of articles, not
20988         separate article numbers.
20989
20990 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20991
20992         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20993         addition to emacs-w3m.
20994
20995 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20996
20997         * assistant.el (assistant-authinfo-data): New function.
20998         (assistant-eval): Eval for entire assistant.
20999
21000         * netrc.el (netrc-services-file): New variable.
21001         (netrc-parse-services): New function.
21002         (netrc-find-service-name): New function.
21003         (netrc-find-service-number): New function.
21004         (netrc-port-equal): New function.
21005         (netrc-machine): Use it.
21006
21007         * nnimap.el (nnimap-open-connection): Use netrc.
21008
21009         * gnus-util.el (gnus-netrc-get): Remove aliases.
21010
21011         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21012
21013         * assistant.el (wid-edit): Fix compilation.
21014
21015         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21016
21017 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21018
21019         * gnus-util.el (gnus-set-file-modes): New function.  (small
21020         patch).
21021
21022 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21023
21024         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21025
21026         * assistant.el (assistant-render-node): Fix up rendering and
21027         read-only text.
21028         (assistant-render-node): Reset.
21029         (assistant-make-read-only): Not sticky.
21030
21031 2004-05-20  Danny Siu  <dsiu@adobe.com>
21032
21033         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
21034         centered even when gnus-auto-center-summary is t.
21035
21036 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21037
21038         * dns.el (dns-get-txt-answer): New function.
21039         (dns-read-txt): Ditto.
21040         (query-dns): Use it.
21041
21042 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21043
21044         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21045         active for foreign groups even if the group level is higher than
21046         the specified value.
21047
21048 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21049
21050         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21051         non-active groups.
21052
21053         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21054
21055 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21056
21057         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21058
21059 2004-05-20  Adam SjĂžgren  <asjo@koldfront.dk>
21060
21061         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21062         (spam-crm114-header, spam-crm114-spam-switch)
21063         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21064         (spam-crm114-positive-spam-header)
21065         (spam-crm114-database-directory, spam-list-of-processors)
21066         (spam-group-spam-processor-crm114-p)
21067         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21068         (spam-generic-score, spam-list-of-checks)
21069         (spam-list-of-statistical-checks, spam-registration-functions)
21070         (spam-check-crm114-headers, spam-crm114-score)
21071         (spam-check-crm114, spam-crm114-register-with-crm114)
21072         (spam-crm114-register-spam-routine)
21073         (spam-crm114-unregister-spam-routine)
21074         (spam-crm114-register-ham-routine)
21075         (spam-crm114-unregister-ham-routine): Add CRM114 support.
21076
21077 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
21078
21079         * gnus.el: Add spam-use-crm114.
21080
21081         * spam.el (spam-list-of-processors, spam-registration-functions):
21082         Add spam-use-resend.
21083         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21084         (spam-report-articles-gmane): Add doc fix.
21085         (spam-report-articles-resend, spam-report-resend-register-routine):
21086         Add wrappers around spam-report-resend-to.
21087
21088         * spam-report.el (spam-report-resend-to, spam-report-resend):
21089         Add support for resending spam.
21090         (spam-report-gmane): Fix line length >80.
21091
21092         * gnus.el (spam-process): Add spam-use-resend.
21093
21094 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21095
21096         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21097         number of processed spam messages.
21098         (spam-ham-copy-or-move-routine): Return the number of processed
21099         ham messages.
21100         (spam-summary-prepare-exit): Use the above values to decide
21101         whether status messages shouled be displayed.
21102
21103 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21104
21105         * rfc2047.el (rfc2047-encode-function-alist): Rename from
21106         `rfc2047-encoding-function-alist' in order to avoid conflicting
21107         with the old version.
21108         (rfc2047-encode-region): Concatenate words containing non-ASCII
21109         characters in structured fields; don't encode space-delimited
21110         ASCII words even in unstructured fields; don't break words at
21111         char-category boundaries.
21112         (rfc2047-encode-1): New function.
21113         (rfc2047-encode): Use it; encode text so that it occupies the
21114         maximum width within 76-column; work correctly on Q encoding for
21115         iso-2022-* charsets.
21116         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21117         sure not to break a line just after the header name.
21118         (rfc2047-b-encode-region): Remove.
21119         (rfc2047-b-encode-string): New function.
21120         (rfc2047-q-encode-region): Remove.
21121         (rfc2047-q-encode-string): New function.
21122
21123         * mm-util.el (mm-replace-in-string): New function.
21124
21125 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21126
21127         * gnus-msg.el (gnus-inews-make-draft-meta-information):
21128         Really get it right.
21129         (gnus-inews-make-draft): Really.
21130
21131 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
21132
21133         * nnmh.el (nnmh-request-list-1): Don't check the link count
21134         before descending.  (small patch)
21135
21136 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21137
21138         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21139         stuff.
21140
21141         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21142         Match on real group name.
21143
21144         * gnus-art.el (gnus-signature-limit): Doc fix.
21145
21146         * gnus-msg.el (gnus-inews-make-draft): Quote list.
21147
21148         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
21149
21150 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
21151
21152         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
21153         isn't a string.
21154
21155 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21156
21157         * gnus-draft.el (gnus-draft-send):
21158         Bind rfc2047-encode-encoded-words.
21159
21160         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21161         (rfc2047-encodable-p): Say that =? needs encoding.
21162         (rfc2047-encode-encoded-words): New variable.
21163
21164         * gnus-group.el (gnus-group-select-group): Doc fix.
21165
21166         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21167
21168         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21169         to nil.
21170
21171         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21172
21173         * nnheader.el (nnheader-get-lines-and-char): New function.
21174
21175 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
21176
21177         * gnus-msg.el (gnus-summary-followup-with-original):
21178         Document yanking of region when active.
21179
21180 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21181
21182         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21183         groups if the group level is higher than the specified value.
21184
21185 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21186
21187         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21188         (gnus-group-jump-to-group): Add prefix argument using
21189         `gnus-group-jump-to-group-prompt'.  Query before jumping to
21190         non-active group.
21191
21192         * compface.el (uncompface): Be verbose when changing
21193         `uncompface-use-external'.
21194
21195         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21196         handle manual section.
21197
21198 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21199
21200         * gnus-art.el (gnus-button-alist): Revert previous change.
21201
21202 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21203
21204         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21205
21206 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21207
21208         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21209         whether backend can accept message.
21210
21211         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21212
21213 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
21214
21215         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21216         Avoid creating directory when nntp-marks-is-evil is true.
21217         Reported by Reiner Steib.
21218
21219 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
21220
21221         * gnus-picon.el (gnus-picon-insert-glyph):
21222         Add optional `nostring' argument.
21223
21224 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21225
21226         * gnus-picon.el (gnus-picon-style): New variable.
21227         (gnus-picon-transform-address): Support `gnus-picon-style'.
21228
21229 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21230
21231         * message.el (message-fill-field): Return point.
21232         (message-generate-headers): Go to end of field.
21233
21234         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21235         stuff for non-living groups.
21236
21237 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
21238
21239         * gnus-art.el (gnus-article-followup-with-original)
21240         (gnus-article-reply-with-original): gnus-mark-active-p ->
21241         gnus-region-active-p.
21242
21243 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
21244
21245         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21246         only when there is spam or ham to be processed.
21247
21248 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21249
21250         * mail-source.el (mail-source-delete-crash-box): Refactor.
21251         (mail-source-fetch): Use it.
21252         (mail-source-fetch-file): Ditto.
21253         (mail-source-fetch-directory): Run postscript in loop.
21254         (mail-source-fetch-pop): Delete.
21255         (mail-source-fetch-maildir): Ditto.
21256         (mail-source-fetch-imap): Ditto.
21257
21258         * imap.el (imap-authenticators): Comment out sasl.
21259
21260         * message.el (message-skip-to-next-address): New function.
21261         (message-fill-header-address): Refactor.
21262         (message-fill-address): Use it.
21263         (message-delete-address): Use it.
21264         (message-fill-header-general): Refactor.
21265         (message-fill-field-address): Rename.
21266         (message-narrow-to-field): Find the start of the header.
21267         (message-header-format-alist): Don't pre-fill.
21268         (message-fill-header): Remove.
21269         (message-insert-header): New function.
21270         (message-shorten-references): Use it.
21271
21272         * rfc2047.el (rfc2047-field-value): Strip props.
21273
21274         * mail-parse.el (mail-header-make-address): New alias.
21275
21276         * ietf-drums.el (ietf-drums-make-address): New function.
21277
21278         * imap.el: Add compiler directives.
21279
21280         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21281
21282         * gnus-art.el (article-decode-idna-rhs): Don't use
21283         message-idna-inside-rhs-p.
21284
21285 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21286
21287         * message.el (message-idna-inside-rhs-p): Remove.
21288         (message-idna-to-ascii-rhs-1): Use proper address parsing.
21289
21290         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21291         false positives.
21292
21293 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21294
21295         * imap.el (imap-sasl-make-mechanisms): Use sasl.
21296
21297 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21298
21299         * nneething.el (nneething-file-name): Don't create spurious
21300         files.
21301
21302         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21303         (gnus-inews-do-gcc): Remove sleep.
21304
21305         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21306         part under point.
21307
21308         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21309         (gnus-agent-regenerate-group): Using nil messages aren't valid.
21310
21311 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
21312
21313         * spam.el (spam-summary-prepare-exit): Fix (length).
21314
21315 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
21316
21317         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21318         as expired without moving it" message when there are spam
21319         messages left.
21320
21321 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
21322
21323         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21324         header is not nil.
21325
21326 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
21327
21328         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21329         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
21330         (nntp-marks-changed-p): New arg SERVER.
21331         (nntp-request-update-info): Adjust caller.
21332
21333 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
21334
21335         * nntp.el (nntp-save-marks): Pass missing arg.
21336
21337 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
21338
21339         * nntp.el: Support marks.
21340         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
21341         (nntp-marks-modtime, nntp-marks-directory): New variables.
21342         (nntp-request-set-mark, nntp-request-update-info)
21343         (nntp-possibly-create-directory, nntp-marks-changed-p)
21344         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
21345         New functions.
21346
21347 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
21348
21349         * gnus-xmas.el (gnus-xmas-select-lowest-window)
21350         (gnus-xmas-redefine): Rename.
21351
21352         * gnus-score.el (gnus-score-insert-help):
21353         Use gnus-select-lowest-window.
21354
21355         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
21356         appt-select-lowest-window and rename to gnus-select-lowest-window.
21357
21358         * gnus.el: do.
21359
21360 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21361
21362         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
21363         encodings of MIME-encoded words, in order to improve
21364         interoperability with several broken MUAs.
21365
21366 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21367
21368         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
21369         tags, only when charsets are not specified in headers.
21370         (mm-inline-text-html-render-with-w3m): Ditto.
21371
21372         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
21373         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
21374
21375 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21376
21377         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
21378         instead of MIME-decoded from fields when checking
21379         `gnus-article-address-banner-alist'.
21380
21381 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
21382
21383         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
21384         description rather than subject.
21385
21386 2004-05-02  Steve Youngs  <steve@youngs.au.com>
21387
21388         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
21389
21390 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21391
21392         * gnus.el (gnus-version-number): Bump.
21393
21394 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21395
21396         * gnus.el: No Gnus v0.2 is released.
21397
21398 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21399
21400         * gnus-agent.el (gnus-agent-read-agentview):
21401         Inline gnus-uncompress-range.
21402
21403 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21404
21405         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
21406         `exec-installed-p'.
21407
21408 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21409
21410         * gnus.el (spam-process, spam-autodetect-methods):
21411         Add bsfilter and bsfilter-headers.
21412
21413         * spam.el (spam-bsfilter): New customize group.
21414         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
21415         (spam-bsfilter-header, spam-bsfilter-probability-header)
21416         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
21417         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
21418         (spam-bsfilter-database-directory): New options.
21419         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
21420         (spam-list-of-statistical-checks, spam-registration-functions):
21421         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
21422         (spam-bsfilter-score): New command.
21423         (spam-check-bsfilter-headers, spam-check-bsfilter)
21424         (spam-bsfilter-register-with-bsfilter)
21425         (spam-bsfilter-register-spam-routine)
21426         (spam-bsfilter-unregister-spam-routine)
21427         (spam-bsfilter-register-ham-routine)
21428         (spam-bsfilter-unregister-ham-routine): New functions.
21429         (spam-generic-score): Support bsfilter; Accept an optional argument
21430         to recalcurate spam score even if scoring header has already been
21431         added.
21432         (spam-bogofilter-score, spam-spamassassin-score): Accept an
21433         optional argument to recalcurate spam score even if scoring header
21434         has already been added.
21435
21436 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
21437
21438         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
21439         strings!  Reported by David D. Smith <davidsmith@acm.org>.
21440         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
21441         link is missing.
21442
21443 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
21444
21445         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
21446         (html2text-get-attr): Rewrite.
21447
21448         * message.el (message-setup-1): Remove redundant put-text-property
21449         on mail-header-separator.
21450
21451 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
21452
21453         * gnus-registry.el (gnus-registry-cache-whitespace)
21454         (gnus-registry-action, gnus-registry-spool-action)
21455         (gnus-registry-split-fancy-with-parent): Change message levels
21456         from 5 to 3 or 7, as needed.
21457
21458         * spam.el (spam-summary-prepare-exit)
21459         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
21460         (spam-split, spam-find-spam, spam-log-undo-registration)
21461         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
21462         level from 5 to 6.
21463
21464 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21465
21466         * gnus-ems.el: Autoload appt-select-lowest-window (revert
21467         2004-03-04 change).
21468
21469 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
21470
21471         * sieve-manage.el (sieve-manage-open):
21472         * nnweb.el (nnweb-insert-html):
21473         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
21474         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
21475         * nnspool.el (nnspool-request-group):
21476         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
21477         * nnml.el (nnml-request-update-info):
21478         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
21479         (nnmh-request-create-group, nnmh-update-gnus-unreads):
21480         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
21481         (nnimap-request-set-mark):
21482         * nnfolder.el (nnfolder-request-update-info):
21483         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
21484         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
21485         * gnus-uu.el (gnus-uu-find-articles-matching):
21486         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
21487         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
21488         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
21489         * gnus-nocem.el (gnus-nocem-scan-groups):
21490         * gnus-int.el (gnus-start-news-server):
21491         * gnus-group.el (gnus-group-make-kiboze-group)
21492         (gnus-group-browse-foreign-server):
21493         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
21494         Use mapc when appropriate.
21495
21496 2004-04-22  Dan Christensen  <jdc@uwo.ca>
21497             Adam SjĂžgren  <asjo@koldfront.dk>
21498             Wes Hardaker  <wes@hardakers.net>
21499             Michael Shields  <shields@msrl.com>
21500
21501         * spam.el (spam-necessary-extra-headers): Get the extra headers we
21502         may need for spam sorting and scoring.
21503         (spam-user-format-function-S): Add user format function suitable for
21504         general use.
21505         (spam-article-sort-by-spam-status): Add sorting function for summary
21506         sorting.
21507         (spam-extra-header-to-number): Add function to get a score from a
21508         header.
21509         (spam-summary-score): Add function to get a numeric score from the
21510         headers.
21511         (spam-generic-score): Fix function doc, was in wrong place.
21512         (spam-initialize): Take symbols when it's run, and install the
21513         extra headers that spam-necessary-extra-headers thinks we need.
21514
21515 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
21516
21517         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
21518         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
21519
21520 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
21521
21522         * gnus-sum.el (gnus-set-global-variables)
21523         (gnus-build-all-threads, gnus-get-newsgroup-headers)
21524         (gnus-article-get-xrefs, gnus-summary-best-group)
21525         (gnus-summary-next-article, gnus-summary-enter-digest-group)
21526         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
21527         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
21528         Use with-current-buffer.
21529
21530 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
21531
21532         * spam.el (spam-summary-prepare-exit): Simplify logic.
21533         (spam-fetch-article-header): Read the article header if it's not
21534         available.
21535         (spam-list-articles): Simplify logic.
21536         (spam-filelist-register-routine): Fix bug with unregister-list.
21537
21538         * gnus-registry.el: Fix comments at beginning.
21539
21540 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
21541
21542         * message.el (message-cater-to-broken-inn): Remove.
21543         (message-shorten-references): Make sure the total folded length of
21544         References is shorter than 998 characters to cater to a bug in INN
21545         2.3.  Also, don't pretend that references aren't folded -- this
21546         hasn't worked for a while.
21547
21548 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21549
21550         * gnus-agent.el (gnus-agentize):
21551         gnus-agent-send-mail-real-function no longer set to current value
21552         of message-send-mail-function but rather a lambda that calls
21553         message-send-mail-function.  The change makes the agent real-time
21554         responsive to user changes to message-send-mail-function.
21555
21556 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21557
21558         * legacy-gnus-agent.el
21559         (gnus-agent-convert-to-compressed-agentview): Fix typos with
21560         help from Florian Weimer <fw@deneb.enyo.de>
21561
21562 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21563
21564         * nnmail.el (nnmail-cache-insert): Revert last change.
21565
21566 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21567
21568         * nnmail.el (nnmail-cache-insert): Always check whether
21569         nnmail-cache-ignore-groups matches a group name.
21570
21571 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
21572
21573         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
21574         (spam-find-spam, spam-log-processing-to-registry)
21575         (spam-log-registered-p, spam-log-unregistration-needed-p)
21576         (spam-log-undo-registration): Use gnus-message instead of
21577         gnus-error, none of these errors are fatal.
21578
21579         * gnus-registry.el (gnus-registry-clean-empty-function)
21580         (gnus-registry-clean-empty): Remove only empty entries without
21581         extra data.
21582
21583 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
21584
21585         * spam-stat.el (spam-stat-buffer-change-to-spam)
21586         (spam-stat-buffer-change-to-non-spam): Change (error) to
21587         (gnus-message 8) invocation.
21588
21589 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21590
21591         * nntp.el (nntp-via-netcat-command): New variable.
21592         (nntp-via-netcat-switches): New variable.
21593         (nntp-open-via-rlogin-and-netcat): New function.
21594         (nntp-open-connection-function): Doc fix.
21595         (nntp-telnet-command): Doc fix.
21596         (nntp-end-of-line): Doc fix.
21597         (nntp-via-rlogin-command): Doc fix.
21598         (nntp-via-user-name): Doc fix.
21599         (nntp-via-address): Doc fix.
21600
21601 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21602
21603         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21604         error in Emacs 21.1.
21605
21606 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21607
21608         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21609
21610 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21611
21612         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21613         (gnus-agent-with-refreshed-group): New macro.
21614         (gnus-agent-rename-group): New function.
21615         (gnus-agent-delete-group): New function.
21616         (gnus-agent-save-group-info): Use gnus-command-method when
21617         `method' parameter is nil.  Don't write nil entries into the
21618         active file.
21619         (gnus-agent-get-group-info): New function.
21620         (gnus-agent-fetch-articles):
21621         Use gnus-agent-update-files-total-fetched-for to increment disk space
21622         used.
21623         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21624         Use gnus-agent-update-view-total-fetched-for to increment disk space
21625         used.
21626         (gnus-agent-get-local): Add optional parameters to avoid calling
21627         gnus-group-real-name and gnus-find-method-for-group.
21628         (gnus-agent-set-local): Delete stored entry if either min, or max,
21629         are nil.
21630         (gnus-agent-fetch-session): Reworded error/quit messages.
21631         On quit, use gnus-agent-regenerate-group to record existance of any
21632         articles fetched to disk before the quit occurred.
21633         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21634         gnus-agent-update-view-total-fetched-for, and
21635         gnus-agent-update-files-total-fetched-for to decrement disk space
21636         used.
21637         (gnus-agent-retrieve-headers):
21638         Use gnus-agent-update-view-total-fetched-for to increment disk space
21639         used.
21640         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21641         with gnus-agent-update-files-total-fetched-for to decrement disk
21642         space and fresh group buffer.
21643         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21644         (gnus-agent-need-update-total-fetched-for): New variable.
21645         (gnus-agent-update-files-total-fetched-for): New function.
21646         (gnus-agent-update-view-total-fetched-for): New function.
21647         (gnus-agent-total-fetched-for): New function.
21648
21649         * gnus-cache.el (gnus-cache-save-buffers):
21650         Use gnus-cache-update-overview-total-fetched-for to change disk space
21651         used by this group.
21652         (gnus-cache-possibly-enter-article):
21653         Use gnus-cache-update-file-total-fetched-for to increment disk space
21654         used by this group.
21655         (gnus-cache-possibly-remove-article):
21656         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21657         used by this group.
21658         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21659         (gnus-cache-rename-group): New function.
21660         (gnus-cache-delete-group): New function.
21661         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21662         (gnus-cache-need-update-total-fetched-for): New variable.
21663         (gnus-cache-with-refreshed-group): New macro.
21664         (gnus-cache-update-file-total-fetched-for): New function.
21665         (gnus-cache-update-overview-total-fetched-for): New function.
21666         (gnus-cache-rename-group-total-fetched-for): New function.
21667         (gnus-cache-delete-group-total-fetched-for): New function.
21668         (gnus-cache-total-fetched-for): New function.
21669
21670         * gnus-group.el: Require gnus-sum and autoload functions to
21671         resolve warnings when gnus-group.el compiled alone.
21672         (gnus-group-line-format): Documented new %F.
21673         (size of Fetched data) group line format; identifies disk space
21674         used by agent and cache.
21675         (gnus-group-line-format-alist): Defined new F format.
21676         (gnus-total-fetched-for): New function.
21677         (gnus-group-delete-group): No longer update
21678         gnus-cache-active-altered as gnus-request-delete-group now keeps
21679         the cache in sync.
21680         (gnus-group-list-active): Let the agent store a server's active
21681         list if currently plugged.
21682
21683         * gnus-int.el (gnus-request-delete-group):
21684         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21685         local disk in sync with the server.
21686         (gnus-request-rename-group):
21687         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21688         local disk in sync with the server.
21689
21690         * gnus-start.el (gnus-get-unread-articles):
21691         Cosmetic simplification to logic.
21692
21693         * gnus-util.el (gnus-rename-file): New function.
21694
21695 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21696
21697         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21698
21699 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21700
21701         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21702         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21703
21704 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21705
21706         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21707         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21708
21709 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21710
21711         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21712
21713 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21714
21715         * spam.el (spam-set-difference): Add function to replace
21716         gnus-set-difference in spam.el.
21717         (spam-summary-prepare-exit): Use spam-set-difference.
21718
21719 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21720
21721         * gnus-registry.el (gnus-registry-cache-file): Update to use
21722         gnus-dribble-directory OR gnus-home-directory OR ~.
21723         (gnus-registry-split-fancy-with-parent): Fix doc.
21724
21725 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21726
21727         * message.el (message-exchange-point-and-mark):
21728         Use message-mark-active-p.  Suggested by Jesper Harder
21729         <harder@ifa.au.dk>.
21730
21731 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21732
21733         * message.el (message-exchange-point-and-mark): Don't activate
21734         region if it was inactive.  Suggested by Hiroshi Fujishima
21735         <pooh@nature.tsukuba.ac.jp>.
21736
21737 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21738
21739         * gnus-art.el (article-display-face): Display Faces in the same
21740         order as X-Faces.
21741
21742 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21743
21744         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21745
21746 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21747
21748         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21749         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21750         (gnus-article-mime-hierarchy): Remove.
21751         (gnus-article-mime-hierarchy-next): Remove.
21752         (gnus-article-mode): Revert 2004-03-19 change.
21753         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21754         (gnus-insert-mime-button): Revert 2004-03-19 change.
21755         (gnus-mime-accumulate-hierarchy): Remove.
21756         (gnus-mime-enter-multipart): Remove.
21757         (gnus-mime-leave-multipart): Remove.
21758         (gnus-mime-display-part): Revert 2004-03-19 change.
21759         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21760
21761         * mml.el (mml-preview): Revert 2004-03-19 change.
21762
21763 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21764
21765         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21766
21767 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21768
21769         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21770         t while entering a file name using the mm-with-multibyte macro.
21771         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21772
21773         * mm-util.el (mm-with-multibyte): New macro.
21774
21775 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21776
21777         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21778         New user option.
21779         (gnus-mime-multipart-functions): Doc and customization fix.
21780         (gnus-article-mime-hierarchy): New variable.
21781         (gnus-article-mime-hierarchy-next): New variable.
21782         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21783         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21784         gnus-article-mime-hierarchy-next to nil.
21785         (gnus-insert-mime-button): Show hierarchy numbers.
21786         (gnus-mime-accumulate-hierarchy): New function.
21787         (gnus-mime-enter-multipart): New function.
21788         (gnus-mime-leave-multipart): New function.
21789         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21790         (gnus-mime-display-alternative): Show hierarchy numbers.
21791
21792         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21793         gnus-article-mime-hierarchy-next to nil.
21794
21795 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21796
21797         * dns.el: Don't require gnus-xmas.
21798
21799 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21800
21801         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21802         inline PGP.
21803         (mml-menu): Disable mml-quote-region if mark is inactive.
21804
21805 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21806
21807         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21808         when the group's active is not available.
21809
21810 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21811
21812         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21813         error.
21814
21815 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21816
21817         * imap.el (imap-store-password): New variable.
21818         (imap-interactive-login): Use it.
21819         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21820
21821 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21822
21823         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21824         window-start and hscroll to summary window.
21825
21826 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21827
21828         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21829         conversion message to newsrc-dribble when an actual conversion is
21830         performed.
21831
21832 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21833
21834         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21835
21836 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21837
21838         * mm-decode.el (mm-complicated-handles): New function reviving
21839         former definition of mm-multiple-handles.
21840
21841         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21842         (gnus-mime-delete-part): Use it.
21843
21844 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21845
21846         * gnus-agent.el (gnus-agent-read-local):
21847         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21848         avoid the implicit assumption that they will always be equal.
21849         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21850         coding-system-for-write, as the with-temp-file macro first prints
21851         to a buffer then saves the buffer.
21852
21853 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21854
21855         * gnus-art.el (gnus-article-edit-part): New function.
21856         (gnus-mime-save-part-and-strip): Use it; do query instead of
21857         signaling an error; don't use mm-multiple-handles.
21858         (gnus-mime-delete-part): Ditto.
21859
21860 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21861
21862         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21863         old file versions.
21864         (gnus-group-prepare-hook): Remove function that converted list
21865         form of gnus-agent-expire-days to group properties.
21866
21867         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21868         (gnus-request-accept-article): Re-indented.
21869
21870         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21871         converters to handle old agent file formats.  Add logic for a
21872         "backup before upgrading warning".
21873         (gnus-convert-mark-converter-prompt): Developers can mark
21874         functions as needing (default), or not needing,
21875         gnus-convert-old-newsrc's "backup before upgrading warning".
21876         (gnus-convert-converter-needs-prompt): Tests whether the user
21877         should be protected from potentially irreversable changes by the
21878         function.
21879
21880         * legacy-gnus-agent.el: New.  Provides converters that are only
21881         loaded when gnus-convert-old-newsrc needs to call them.
21882
21883 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21884
21885         * mail-source.el (mail-source-touch-pop): Doc fix.
21886
21887         * message.el (message-smtpmail-send-it): Doc fix.
21888
21889 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21890
21891         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21892
21893         * nnmail.el (nnmail-split-fancy): do.
21894
21895         * gnus-kill.el (gnus-kill, gnus-execute): do.
21896
21897 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21898
21899         * gnus-sum.el (gnus-widget-reversible-match)
21900         (gnus-widget-reversible-to-internal)
21901         (gnus-widget-reversible-to-external): New functions.
21902         (gnus-widget-reversible): New widget.
21903         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21904
21905 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21906
21907         * gnus-sum.el (gnus-thread-sort-functions)
21908         (gnus-article-sort-functions): Document `(not F)' items.
21909
21910 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21911
21912         * spam.el (spam-use-gmane-xref): Add new backend.
21913         (spam-gmane-xref-spam-group): Add variable to control the name of the
21914         Gmane spam group.
21915         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21916         (spam-regex-headers-spam, spam-regex-headers-ham)
21917         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21918         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21919         backends and checks.
21920         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21921
21922         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21923         an autodetect method.
21924
21925 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21926
21927         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21928         articles are being added to a group.
21929         (gnus-request-replace-article): Inform the agent that articles
21930         need to be uncached as the cached contents are no longer valid.
21931
21932 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21933
21934         * binhex.el: Don't autoload executable-find.
21935
21936         * canlock.el: Don't autoload mail-fetch-field.
21937
21938         * dgnushack.el: Autoload c-mode for XEmacs.
21939
21940         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21941
21942         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21943         rmail-dont-reply-to and rmail-output.
21944
21945         * gnus-score.el: Don't autoload ffap-string-at-point.
21946
21947         * gnus-setup.el: Don't autoload sc-cite-original.
21948
21949         * imap.el: Don't autoload base64-decode-string,
21950         base64-encode-string and md5.
21951
21952         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21953         and rmail-msg-restore-non-pruned-header.
21954
21955         * mm-decode.el: Don't autoload executable-find.
21956
21957         * mm-url.el: Don't autoload executable-find.
21958
21959         * mm-view.el: Don't autoload diff-mode.
21960
21961         * nndb.el: Don't autoload news-reply-mode, news-setup,
21962         cancel-timer and telnet.
21963
21964         * password.el: Don't autoload run-at-time for Emacs.
21965
21966         * sha1-el.el: Don't autoload executable-find.
21967
21968         * sieve-mode.el: Don't autoload c-mode.
21969
21970         * uudecode.el: Don't autoload executable-find.
21971
21972 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21973
21974         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21975         (gnus-agent-possibly-alter-active): Avoid null in numeric
21976         comparison.
21977         (gnus-agent-set-local): Refuse to save null in local object table.
21978         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21979         list of articles that will be marked as unread.
21980
21981 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21982
21983         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21984
21985 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21986
21987         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21988         language tags.
21989
21990 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21991
21992         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21993         Don't bind "obarray".
21994
21995         * gnus-sum.el (gnus-thread-sort-functions):
21996         Add `gnus-thread-sort-by-most-recent-number' and
21997         `gnus-thread-sort-by-most-recent-date'.
21998         Reported by Kai Grossjohann <kai@emptydomain.de>.
21999
22000 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22001
22002         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22003
22004 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22005
22006         * gnus-cus.el (gnus-agent-customize-category):
22007         Remove ignore-errors macro reference that required cl to be loaded at
22008         run-time.
22009
22010         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22011         single-interval range of the form (min . max).  Previously the
22012         range had to look like ((min . max)).  Likewise, return
22013         (min . max) rather than ((min . max)).
22014         (gnus-range-map): Use gnus-range-normalize to accept
22015         single-interval range.
22016
22017         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22018         the cache, but not the agent, now appear with their usual face.
22019
22020         * dgnushack.el (loaddir): New variable that is bound to the
22021         directory containing the dgnushack.el file. Use loaddir, rather
22022         than srcdir, to update load-path. Change lets dgnushack compile
22023         code in directories other than GNUS/lisp.
22024
22025 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22026
22027         * lpath.el: Don't bind w3m-safe-url-regexp.
22028
22029         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22030         w3m-safe-url-regexp variable buffer-local.
22031
22032         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22033
22034 2004-02-27  Simon Josefsson  <jas@extundo.com>
22035
22036         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22037         gnus-group-real-prefix.
22038         (gnus-summary-move-article): Use it, instead of
22039         gnus-group-real-prefix.
22040
22041 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22042
22043         * lpath.el: Bind w3m-safe-url-regexp.
22044
22045         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22046         w3m-safe-url-regexp variable buffer-local and set it as the value
22047         of mm-w3m-safe-url-regexp.
22048
22049         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22050
22051         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22052         parsing gnus-posting-styles when the message is not for replying.
22053
22054         * dgnushack.el: Autoload sgml-mode for XEmacs.
22055
22056         * nnrss.el (nnrss-opml-export):
22057         Use mm-set-buffer-file-coding-system instead of
22058         set-buffer-file-coding-system.
22059
22060 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22061
22062         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22063         of checkdoc.el).
22064         * nnrss.el: do.
22065         * gnus-mlspl.el: do.
22066         * gnus-ml.el: do.
22067         * gnus-srvr.el: do.
22068
22069         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22070
22071 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22072
22073         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22074         Corrections to custom-manual links.
22075
22076         * gnus-art.el (gnus-article): Ditto.
22077
22078         * mm-decode.el (mime-display, mime-security): Ditto.
22079
22080 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22081
22082         * flow-fill.el: Typo.
22083
22084 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22085
22086         * spam-wash.el: New file.
22087
22088 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22089
22090         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22091
22092 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
22093
22094         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22095         to be run with new-articles as LIST1, not LIST2.
22096         (spam-registration-functions): Add spam-use-ham-copy as a nil
22097         registration backend.
22098
22099 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22100
22101         * spam-stat.el (spam-stat-washing-hook): New option.
22102         (spam-stat-buffer-words): Use it.
22103         (spam-stat-process-directory, spam-stat-test-directory):
22104         Use insert-file-contents-literally.
22105         (spam-stat-coding-system): New variable.
22106         (spam-stat-load, spam-stat-save): Use it.
22107
22108 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22109
22110         * spam-report.el (spam-report-plug-agent):
22111         Quote spam-report-url-to-file and spam-report-url-ping-plain.
22112
22113 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
22114
22115         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22116         Allow / in mailto URLs.
22117
22118 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
22119
22120         * spam-report.el (spam-report-process-queue): Fix interactive use.
22121         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22122         (spam-report-unplug-agent): Doc fixes.
22123         (spam-report-url-ping-mm-url, spam-report-url-to-file)
22124         (spam-report-agentize, spam-report-deagentize): Autoload.
22125
22126 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22127
22128         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
22129
22130         * message.el (message-setup-fill-variables): Add mml tags to
22131         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
22132         <ajk@iu.edu>.
22133         (message-mode): Don't modify paragraph-separate there.
22134
22135 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22136
22137         * compface.el (uncompface-use-external): Default to undecided.
22138         (uncompface-use-external-threshold): New variable.
22139         (uncompface-float-time): New macro.
22140         (uncompface): Determine whether to use the external decoder if
22141         uncompface-use-external is undecided.
22142
22143 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22144
22145         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22146         after images.
22147
22148         * gnus-art.el (gnus-mime-display-single): Remove dead code.
22149
22150 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
22151
22152         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22153
22154         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22155
22156         * gnus-sum.el (gnus-summary-limit-to-age)
22157         (gnus-summary-limit-children): do.
22158
22159         * gnus-int.el (gnus-request-scan): do.
22160
22161         * gnus-group.el (gnus-group-suspend): do.
22162
22163         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22164
22165         * gnus-cite.el (gnus-cite-parse-attributions): do.
22166
22167         * gnus-agent.el (gnus-summary-set-agent-mark)
22168         (gnus-agent-regenerate-group): do.
22169
22170         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22171
22172         * binhex.el (binhex-decode-region-internal): do.
22173
22174 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22175
22176         * gnus-fun.el (gnus-face-properties-alist): New user option.
22177         (gnus-display-x-face-in-from): Use it.
22178
22179         * gnus-art.el (article-display-face): Ditto.
22180
22181         * compface.el (uncompface-use-external): Default to nil.
22182
22183 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
22184
22185         * nntp.el (nntp-erase-buffer): New function.
22186         (nntp-retrieve-data, nntp-send-command)
22187         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22188         (nntp-possibly-change-group): Use it.
22189
22190         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22191         Use with-current-buffer.
22192
22193 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
22194
22195         * compface.el: Merge the ELisp-based uncompface program.
22196         (compface): New customization group.
22197         (uncompface-use-external): New user option.
22198         (uncompface): Call uncompface-internal if uncompface-use-external
22199         is nil.
22200         (uncompface-internal): New function.  Note that there are also
22201         some other functions and variables added for this function.
22202
22203 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
22204
22205         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22206         if necessary.
22207
22208 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
22209
22210         * spam-report.el (spam-report-unplug-agent)
22211         (spam-report-plug-agent, spam-report-deagentize)
22212         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22213         Add support for the Agent in spam-report: when unplugged, report to a
22214         file; when plugged, submit all the requests.
22215
22216         * spam.el (spam-register-routine): Fix message about
22217         registration.
22218
22219 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
22220
22221         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22222         dependencies.
22223         (rfc2047-encode): Use it.
22224
22225         * gnus-art.el (gnus-button-marker-list): Move before first
22226         reference.
22227
22228         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22229         (imap-parse-body): Fix format string mismatch.
22230
22231         * gnus-score.el (gnus-summary-increase-score): do.
22232
22233         * nnrss.el (nnrss-close): New function.
22234
22235 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
22236
22237         * nnrss.el (nnrss-make-filename): New function.
22238         (nnrss-request-delete-group, nnrss-read-server-data)
22239         (nnrss-save-server-data, nnrss-read-group-data)
22240         (nnrss-save-group-data): Use it.
22241         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22242         (nnrss-read-server-data, nnrss-read-group-data): Use load.
22243         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22244
22245 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
22246
22247         * mml.el (mml-compute-boundary-1): Don't uncompress files.
22248
22249 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
22250
22251         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22252         files.
22253
22254         * message.el (message-generate-headers-first): Don't quote nil
22255         and t in docstrings.
22256
22257         * imap.el (imap-id): do.
22258
22259         * gnus-agent.el (gnus-agent-consider-all-articles)
22260         (gnus-agent-queue-mail): do.
22261
22262 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
22263
22264         * spam-report.el (spam-report-process-queue): New function.
22265         Process requests from `spam-report-requests-file'.
22266         (spam-report-process-queue): Doc fix.
22267
22268 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
22269
22270         * spam.el (spam-register-routine)
22271         (spam-log-processing-to-registry, spam-log-registered-p)
22272         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22273         Change "check" to "spam-check" for semi-clarity.
22274
22275 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
22276
22277         * pop3.el: Require nnheader.
22278
22279         * mml-smime.el: Require cl.  Autoload message-fetch-field.
22280
22281         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22282
22283         * gnus-picon.el: Require cl.
22284
22285         * gnus-fun.el: Require gnus-ems and gnus-util.
22286
22287         * gnus.el (gnus-method-to-server): Move defsubst before first use.
22288
22289         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
22290
22291         * gnus-art.el (gnus-article-edit-mode): Define before first
22292         reference.
22293
22294 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
22295
22296         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22297         (gnus-uu-post-encoded): Use point-at-bol.
22298
22299         * gnus-topic.el (gnus-group-active-topic-p): do.
22300
22301         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22302
22303         * gnus-group.el (gnus-group-kill-region): do.
22304
22305         * gnus-art.el (article-date-ut): do.
22306
22307         * message.el (message-fetch-field): Remove redundant
22308         case-fold-search binding.
22309         (message-narrow-to-field): Simplify.
22310
22311 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
22312
22313         * spam.el (spam-directory): Derive from `gnus-directory'.
22314
22315         * spam-report.el (spam-report-url-to-file)
22316         (spam-report-requests-file): New function and variable for offline
22317         reporting.
22318         (spam-report-url-ping-function): Add `spam-report-url-to-file'
22319         and user defined function.
22320         (spam-report-url-ping-mm-url): Remove doubled slash.
22321
22322 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
22323
22324         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22325
22326 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
22327
22328         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22329         Fix format string mismatch.
22330
22331         * sieve.el (sieve-deactivate-all): do.
22332
22333         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22334
22335         * nnlistserv.el (nnlistserv-kk-wash-article): do.
22336
22337         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22338
22339         * mm-bodies.el (mm-7bit-chars): Don't include \r.
22340
22341 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
22342
22343         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22344         the list of checks.
22345
22346 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
22347
22348         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22349         padding.
22350
22351 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
22352
22353         * mm-view.el (mm-fill-flowed): New variable.
22354         (mm-inline-text): Use it.
22355
22356 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
22357
22358         * spam.el (spam-spamassassin-register-ham-routine)
22359         (spam-spamassassin-register-spam-routine): Fix function names.
22360
22361 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22362
22363         * gnus.el (gnus-tmp-grouplens): Remove.
22364         (gnus-summary-line-format): Remove grouplens.
22365
22366         * gnus-group.el (gnus-group-line-format): Ditto.
22367
22368         * gnus-spec.el (gnus-format-specs): Ditto.
22369         (gnus-update-format-specifications): Flush the group format spec
22370         cache if there's the grouplens stuff.
22371         (gnus-parse-simple-format): Replace %l with the empty string.
22372
22373 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
22374
22375         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
22376         omission.
22377
22378 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22379
22380         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
22381         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22382
22383 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22384
22385         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
22386         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
22387         New macros and functions.
22388         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
22389         Handle > NLINK_MAX messages.
22390         * nnmaildir.el (nnmaildir-request-set-mark):
22391         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
22392
22393 2004-01-25  Alex Schroeder  <alex@gnu.org>
22394
22395         * spam-stat.el (spam-stat-process-directory-age): New option.
22396         (spam-stat-process-directory): Use it.
22397
22398 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
22399
22400         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
22401         (spam-stat-save): Accept prefix argument.
22402
22403 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
22404
22405         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
22406         links" error.
22407
22408 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22409
22410         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
22411         the rest of the and/or forms.
22412
22413 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22414
22415         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
22416         compatibility with old .newsrc.eld files.
22417
22418         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
22419
22420         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
22421
22422         * gnus-start.el (gnus-1): do.
22423
22424         * gnus-group.el (gnus-group-line-format-alist): do.
22425
22426         * gnus.el (gnus-use-grouplens, gnus-visual): do.
22427
22428         * gnus-gl.el: Remove.
22429
22430 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22431
22432         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
22433         marks consisting of a single range {for example, (3 . 5)} rather
22434         than a list of a single range { ((3 . 5)) }.
22435
22436 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
22437
22438         * spam-stat.el (spam-stat-store-gnus-article-buffer):
22439         Use with-current-buffer.
22440         (spam-stat-store-current-buffer): Use insert-buffer-substring to
22441         avoid consing a string.
22442
22443         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
22444         Remove obsolete entries for big5 and gb2312.
22445
22446 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22447
22448         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
22449         uncompressed list.
22450
22451 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
22452
22453         * spam-stat.el (spam-stat-strip-xref): New function.
22454         (spam-stat-process-directory): Use it.
22455
22456         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
22457         here -- it's done in message-fetch-field.
22458
22459 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22460
22461         * gnus-agent.el (gnus-agent-queue-mail)
22462         (gnus-agent-prompt-send-queue): New variables.
22463         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
22464         * gnus-draft.el (gnus-group-send-queue): Pass the group name
22465         "nndraft:queue" along to gnus-draft-send.
22466         Use gnus-agent-prompt-send-queue.
22467         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
22468         is "nndraft:queue".  Suggested by Gaute Strokkenes
22469         <gs234@srcf.ucam.org>
22470
22471         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
22472         (agent-enable-undownloaded-faces): Add.
22473         (gnus-agent-cat-groups): Use eval-and-compile, not
22474         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
22475         method of gnus-agent-cat-groups even when the buffer has been
22476         evaled.
22477         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
22478         delete gnus-agent-save-active-1.
22479         (gnus-agent-save-groups): Delete.  Identical to
22480         gnus-agent-save-active.
22481         (gnus-agent-write-active): No longer adjust agent's copy of active
22482         file as agent's adjustments are now stored in their own
22483         file.  Remove optional parameter.
22484         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
22485         servers.  Add use of min/max range limits from server's local
22486         file.
22487         (gnus-agent-save-alist): Remove unused optional argument.
22488         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
22489         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
22490         (gnus-agent-set-local): A per-server file that keeps min/max range
22491         limits for articles known to the agent.  Provides a fast mechanism
22492         for altering many active ranges.
22493         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
22494         active file (local makes it unnecessary).
22495         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
22496
22497         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
22498         (agent-enable-undownloaded-faces): Add.
22499
22500         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
22501         disable it when sending to "nndraft:queue".
22502         (gnus-group-send-queue): Add safety check to avoid sending queue
22503         when unplugged.
22504
22505         * gnus-group.el (gnus-group-catchup): Use new
22506         gnus-sequence-of-unread-articles, not
22507         gnus-list-of-unread-articles, to avoid exhausting memory with huge
22508         numbers of articles.  Use gnus-range-map to avoid having to
22509         uncompress the unread list.
22510         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
22511         Fix invalid ange-ftp reference.
22512
22513         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
22514         (gnus-sorted-range-intersection): Intersection of two ranges
22515         without requiring that they first be uncompressed.
22516
22517         * gnus-start.el (gnus-activate-group): Unless blocked by the
22518         caller, possibly expand the active range to include both cached
22519         and agentized articles.
22520         (gnus-convert-old-newsrc): Rewrote in anticipation of having
22521         multiple version-dependent converters.
22522         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
22523         gnus-agent-save-active.
22524         (gnus-save-newsrc-file): Save dirty agent range limits.
22525
22526         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
22527         gnus-agent-possibly-alter-active.
22528         (gnus-adjust-marked-articles): Faster handling of simple lists.
22529
22530 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
22531
22532         * spam-stat.el (spam-stat-test-directory): New optional argument
22533         displays a list of files detected.  Suggested by Andrew Cohen
22534         <cohen@andy.bu.edu>.
22535         (spam-stat-buffer-words-with-scores): Don't narrow and change
22536         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
22537
22538 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
22539
22540         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
22541         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
22542         (spam-spamassassin-arguments)
22543         (spam-spamassassin-spam-flag-header)
22544         (spam-spamassassin-positive-spam-flag-header)
22545         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
22546         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
22547         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
22548         (spam-list-of-processors, spam-list-of-checks)
22549         (spam-list-of-statistical-checks, spam-registration-functions)
22550         (spam-check-spamassassin-headers, spam-check-spamassassin)
22551         (spam-spamassassin-score)
22552         (spam-spamassassin-register-with-sa-learn)
22553         (spam-spamassassin-register-spam-routine)
22554         (spam-spamassassin-register-ham-routine)
22555         (spam-assassin-register-spam-routine)
22556         (spam-assassin-register-ham-routine): Add SpamAssassin support.
22557         (spam-bogofilter-score): Fix to show article before scoring.
22558
22559 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
22560
22561         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
22562         default scoring function.
22563         (spam-generic-score): Call spam-spamassassin-score if
22564         spam-use-spamassassin or spam-use-spamassassin-headers is on;
22565         spam-bogofilter-score otherwise.
22566
22567         * gnus.el (spam-process, spam-autodetect-methods):
22568         Add spamassassin and spamassassin-headers.
22569
22570 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
22571
22572         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22573         Suppress unnecessary messages.
22574
22575 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
22576
22577         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
22578         make-hash-table.
22579
22580 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22581
22582         * canlock.el (base64-encode-string): Don't autoload it.
22583
22584 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22585
22586         * run-at-time.el: Remove useless (require 'itimer),
22587         eval-and-compile and (featurep 'xemacs).
22588
22589 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
22590
22591         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
22592         GROUP is a virtual group.
22593
22594 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
22595
22596         * gnus.el: Autoload `message-y-or-n-p'.
22597
22598 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
22599
22600         * pgg-parse.el: Remove unnecessary (require 'custom).
22601
22602         * pgg-def.el: do.
22603
22604         * nnmail.el: do.
22605
22606         * gnus-undo.el: do.
22607
22608         * gnus-picon.el: do.
22609
22610         * gnus-util.el: do.
22611
22612 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
22613
22614         * gnus-sum.el (gnus-pick-line-number): Add autoload.
22615
22616 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22617
22618         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
22619         handle, as well as a list.
22620
22621         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22622         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22623         (mm-w3m-cid-retrieve): Simplify.
22624
22625 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
22626
22627         * message.el (message-kill-to-signature): Allow prefix arg to
22628         specify number of lines to keep before signature.
22629
22630 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22631
22632         * message.el (message-kill-to-signature): Change docstring.
22633
22634 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22635
22636         * canlock.el: Always require sha1-el.
22637         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22638
22639         * message.el: Autoload sha1 only when compiling.
22640
22641         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
22642         eudc-expand-inline for XEmacs.
22643
22644 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22645
22646         * message.el (message-canlock-generate): Require sha1-el.
22647
22648 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22649
22650         * message.el (message-expand-name): Silence the byte compiler.
22651
22652         * lpath.el: Add detect-coding-system.
22653
22654         * dgnushack.el (dgnushack-compile): Remove obsolete check for
22655         cus-edit.
22656
22657 2004-01-13  Simon Josefsson  <jas@extundo.com>
22658
22659         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22660         Invoke gnus-score-mode.
22661         Reported by bojohan+news@dd.chalmers.se (Johan BockgĂ„rd).
22662
22663         * gnus-range.el (gnus-compress-sequence): Doc fix.
22664         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22665
22666 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22667
22668         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22669
22670 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22671
22672         * spam.el (spam-get-article-as-string): Update to use
22673         gnus-request-article-this-buffer, much simpler.
22674         (spam-get-article-as-buffer): Remove.
22675
22676 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22677
22678         * message.el (message-expand-name): Use EUDC if the user uses that.
22679
22680 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22681
22682         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22683         character for the encoding to avoid consing a string.
22684
22685         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22686         unnecessarily.
22687
22688         * mm-util.el (mm-replace-chars-in-string): Remove.
22689
22690         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22691         of mm-replace-chars-in-string.
22692
22693 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22694
22695         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22696
22697         * mm-util.el (mm-subst-char-in-string): Support inplace.
22698
22699         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22700         a new string in every iteration.  Use shy groups.
22701
22702 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22703
22704         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22705         * gnus-soup.el (gnus-soup-group-brew):
22706         * gnus-msg.el (gnus-put-message):
22707         * gnus-move.el (gnus-group-move-group-to-server):
22708         * gnus-kill.el (gnus-batch-score):
22709         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22710         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22711         (gnus-group-update-group, gnus-group-read-group)
22712         (gnus-group-make-group, gnus-group-make-help-group)
22713         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22714         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22715         (gnus-group-sort-by-unread, gnus-group-catchup)
22716         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22717         (gnus-group-yank-group, gnus-group-set-info)
22718         (gnus-group-list-groups):
22719         * gnus.el (gnus-generate-new-group-name):
22720         * gnus-delay.el (gnus-delay-send-queue):
22721         * nnvirtual.el (nnvirtual-catchup-group):
22722         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22723         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22724         (gnus-group-prepare-topics, gnus-topic-check-topology):
22725         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22726         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22727         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22728         (gnus-group-make-articles-read):
22729         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22730         (gnus-group-change-level, gnus-kill-newsgroup)
22731         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22732         (gnus-get-unread-articles, gnus-make-articles-unread)
22733         (gnus-make-ascending-articles-unread): Use accessor
22734         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22735         to get group information for improved readability.
22736
22737
22738 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22739
22740         * gnus-art.el (article-decode-mime-words, article-babel)
22741         (gnus-article-highlight-signature, gnus-article-add-buttons)
22742         (gnus-signature-toggle): Use gnus-with-article-buffer.
22743
22744         * gnus-art.el (gnus-article-highlight-headers)
22745         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22746
22747         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22748         (gnus-article-set-globals, gnus-request-article-this-buffer)
22749         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22750         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22751         (gnus-mime-display-alternative): Use with-current-buffer.
22752
22753 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22754
22755         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22756         also under 80 char limit, and call gnus-error if needed.
22757         (spam-fetch-article-header): Fix - it was a
22758         buffer-local variable (gnus-newsgroup-data).
22759         (spam-find-spam): Use spam-generate-fake-headers, forget about
22760         spam-insert-fake-headers.
22761         (spam-insert-fake-headers): Remove.
22762
22763 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22764
22765         * deuglify.el (gnus-article-outlook-unwrap-lines)
22766         (gnus-outlook-rearrange-article)
22767         (gnus-outlook-repair-attribution-outlook)
22768         (gnus-outlook-repair-attribution-block)
22769         (gnus-outlook-repair-attribution-other): Remove redundant
22770         save-excursion.
22771
22772 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22773
22774         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22775         (spam-fetch-field-subject-fast)
22776         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22777         (spam-fetch-article-header): Add functions to deal with Gnus
22778         internals for fast retrieval of article header data.
22779         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22780
22781 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22782
22783         * pop3.el (pop3-md5): Remove.
22784         (pop3-apop): Replace pop3-md5 with md5.
22785
22786         * mm-bodies.el: base64 is always built-in.
22787
22788         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22789         Use with-current-buffer.
22790
22791 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22792
22793         * canlock.el (canlock-insert-header): Remove excessive grouping in
22794         regexp.
22795
22796         * gnus-sum.el (gnus-summary-read-document): Ditto.
22797
22798         * gnus-uu.el (gnus-uu-part-number): Ditto.
22799
22800         * html2text.el (html2text-remove-tags): Ditto.
22801         (html2text-format-tags): Ditto.
22802         (html2text-format-single-elements): Ditto.
22803
22804         * mml.el (mml-parse-1): Ditto.
22805
22806 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22807
22808         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22809
22810         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22811
22812         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22813
22814         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22815
22816 2003-11-15  Simon Josefsson  <jas@extundo.com>
22817
22818         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22819         (pgg-gpg-lookup-key): Use regexp match instead of
22820         split-string (split-string is different between emacs 21.2 and
22821         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22822
22823 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22824
22825         * gnus-art.el (gnus-mime-view-all-parts)
22826         (gnus-article-part-wrapper, gnus-article-view-part):
22827         Use with-current-buffer.
22828
22829 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22830
22831         * spam.el (spam-disable-spam-split-during-ham-respool)
22832         (spam-spamoracle-database, spam-cache-lookups)
22833         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22834         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22835         (spam-group-ham-marks, spam-group-spam-marks)
22836         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22837         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22838         also add spam-use-blackholes to the statistical checks.
22839         (spam-fetch-field-fast): Add interface to fetching fields, may
22840         become a macro.
22841         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22842         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22843         (spam-insert-fake-headers): Fake an article when needed.
22844         (spam-find-spam): Fake article when possible.
22845         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22846         (spam-check-bogofilter-headers): Use message-fetch-field instead
22847         of nnmail-fetch-field.
22848
22849 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22850
22851         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22852
22853 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22854
22855         * spam.el (spam-split): Do not require spam-use-CHECK to be
22856         enabled if that check is passed to spam-split explicitly; also
22857         fix so 'spam doesn't get converted to spam-split-group when
22858         spam-split-symbolic-return is t.
22859         (spam-find-spam): Find registrations of the article and use those
22860         instead of re-running spam-split to find the spam/ham
22861         classification of the article.
22862         (spam-log-processing-to-registry, spam-log-registered-p)
22863         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22864         Use gnus-error instead of gnus-message.
22865         (spam-log-registration-type): Add function to determine the
22866         classification of a message based on registry entries; will
22867         return nil if both 'spam and 'ham are found.
22868         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22869         a reasonably fast local cache without the loading errors.
22870         (spam-cache-lookups): Set to t by default.
22871         (spam-find-spam): Don't try to guess spam-cache-lookups.
22872         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22873         spam-caches entry.
22874         (spam-filelist-build-cache, spam-filelist-check-cache):
22875         Fix caching of whitelist/blacklist entries.
22876         (spam-check-whitelist, spam-check-blacklist):
22877         Invoke spam-from-listed-p with a type, not a cache variable.
22878         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22879
22880 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22881
22882         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22883
22884         * nnmail.el (nnmail-split-fancy): do.
22885
22886         * mml.el (mml-parse): do.
22887
22888         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22889         (gnus-score-adaptive): do.
22890
22891 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22892
22893         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22894         (gnus-mime-button-map): Don't set keymap parent.
22895         (gnus-button-ctan-directory-regexp): Use shy grouping.
22896         (gnus-prev-page-map): Don't set keymap parent.
22897         (gnus-prev-page-map): Remove duplicated one.
22898         (gnus-next-page-map): Don't set keymap parent.
22899         (gnus-mime-security-button-map): Ditto.
22900
22901         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22902         version number.
22903
22904         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22905
22906 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22907
22908         * canlock.el (canlock-sha1-function): Remove.
22909         (canlock-sha1-function-for-verify): Remove.
22910         (canlock-openssl-program): Remove.
22911         (canlock-openssl-args): Remove.
22912         (canlock-ignore-errors): Remove.
22913         (canlock-sha1-with-openssl): Remove.
22914         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22915         (canlock-verify): Don't use canlock-ignore-errors.
22916
22917         * sha1-el.el (sha1-string-external): Make it can return a string
22918         in binary form.
22919         (sha1-region-external): Ditto.
22920         (sha1-string-internal): Ditto.
22921         (sha1-region-internal): Ditto.
22922         (sha1-region): Ditto.
22923         (sha1-string): Ditto.
22924         (sha1): Ditto.
22925
22926 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22927
22928         * spam.el (spam-report-articles-gmane): New command.
22929
22930 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22931
22932         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22933
22934         * run-at-time.el (run-at-time-saved): Remove.
22935         (run-at-time): Doc fix.
22936
22937 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22938
22939         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22940         (gnus-summary-limit-map): Add it.
22941         (gnus-summary-make-menu-bar): do.
22942
22943 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22944
22945         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22946         Make attempt at some caching support (done for BBDB only now).
22947         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22948         addresses to be checked.
22949         (spam-clear-cache-BBDB): Add function, to be invoked by
22950         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22951         (spam-check-BBDB): Check and use the caches, if
22952         spam-cache-lookups is on, remove superfluous (provide).
22953
22954 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22955
22956         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22957
22958 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22959
22960         * run-at-time.el (run-at-time-saved): Move to after the definition
22961         of `run-at-time'.
22962
22963         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22964
22965 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22966
22967         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22968         mm-w3m-local-map-property.
22969
22970         * mm-view.el (mm-w3m-mode-map): Remove.
22971         (mm-w3m-local-map-property): Remove.
22972         (mm-inline-text-html-render-with-w3m): Don't use
22973         mm-w3m-local-map-property.
22974
22975 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22976
22977         * run-at-time.el: New file.
22978
22979         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22980         under Emacs.
22981
22982         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22983         of gnus-set-text-properties.
22984
22985         * gnus-uu.el (gnus-uu-save-article): Ditto.
22986
22987         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22988
22989         * gnus-cite.el (gnus-cite-parse): Ditto.
22990
22991         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22992         of gnus-.
22993
22994         * gnus-xmas.el (run-at-time): Require run-at-time.
22995
22996         * gnus.el: Change calls to nnheader-run-at-time and
22997         password-run-at-time throughout to use run-at-time directly.
22998
22999         * password.el: Remove definition of run-at-time.
23000
23001         * nnheaderxm.el: Remove definition of run-at-time.
23002
23003 2004-01-05  Karl PflĂ€sterer  <sigurd@12move.de>  (tiny change)
23004
23005         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23006         in prompt.
23007
23008 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23009
23010         * messagexmas.el (message-xmas-redefine): Alias
23011         `message-make-caesar-translation-table' to
23012         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
23013         version.
23014
23015         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
23016         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
23017         `gnus-xmas-set-text-properties'.
23018         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
23019         `gnus-xmas-completing-read'.
23020         (gnus-xmas-completing-read): Removed.
23021         (gnus-xmas-open-network-stream): Removed.
23022
23023         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
23024         XEmacs version.
23025
23026         * dns.el (dns-make-network-process): Use `open-network-stream'
23027         instead of `gnus-xmas-open-network-stream'.
23028
23029         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
23030
23031         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23032
23033 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23034
23035         * gnus-art.el (gnus-mime-display-alternative)
23036         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23037         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23038         Don't use gnus-local-map-property.
23039
23040         * gnus-util.el (gnus-local-map-property): Remove.
23041
23042         * mm-view.el (mm-view-pkcs7-decrypt):
23043         Replace gnus-completing-read-maybe-default with completing-read.
23044
23045         * gnus-util.el (gnus-completing-read): do.
23046         (gnus-completing-read-maybe-default): Remove.
23047
23048 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23049
23050         * password.el: Only autoload `run-at-time' if not XEmacs.
23051         Only autoload the itimer functions if XEmacs.
23052
23053 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23054
23055         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
23056         XEmacsen.
23057
23058         * dgnushack.el: Autoload executable-find for XEmacs.
23059
23060 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23061
23062         * gnus-art.el (gnus-read-string): Remove.
23063         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23064         read-string.
23065
23066 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23067
23068         * netrc.el: Autoload password-read.
23069         (netrc): Add configuration group.
23070         (netrc-encoding-method, netrc-openssl-path):
23071         Add variables for encoding and decoding of files with symmetric
23072         ciphers.
23073         (netrc-encode): Add assistant function to encode a file with
23074         netrc-encoding-method.
23075         (netrc-parse): Add interactive parameter, added optional
23076         decoding if netrc-encoding-method is non-nil but otherwise
23077         behavior is standard.
23078         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23079         Do s/encode/encrypt/ everywhere.
23080
23081         * spam.el: Remove executable-find autoload.
23082
23083 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23084
23085         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23086
23087         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23088
23089 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23090
23091         * gnus-art.el (gnus-treat-ansi-sequences)
23092         (article-treat-ansi-sequences): New variable and function.
23093         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23094
23095         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23096         Use it.
23097
23098 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23099
23100         * mm-util.el (mm-quote-arg): Remove.
23101
23102         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23103         shell-quote-argument.
23104
23105         * gnus-uu.el (gnus-uu-command): do.
23106
23107         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23108
23109         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23110         with make-char.
23111
23112         * mm-util.el (mm-make-char): Remove.
23113
23114         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23115         add-minor-mode.
23116
23117         * gnus-undo.el (gnus-undo-mode): do.
23118
23119         * gnus-topic.el (gnus-topic-mode): do.
23120
23121         * gnus-sum.el (gnus-dead-summary-mode): do.
23122
23123         * gnus-start.el (gnus-slave-mode): do.
23124
23125         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23126
23127         * gnus-ml.el (gnus-mailing-list-mode): do.
23128
23129         * gnus-gl.el (gnus-grouplens-mode): do.
23130
23131         * gnus-draft.el (gnus-draft-mode): do.
23132
23133         * gnus-dired.el (gnus-dired-mode): do.
23134
23135         * gnus-ems.el (gnus-add-minor-mode): Remove.
23136
23137         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23138         Replace gnus-char-width with char-width.
23139
23140         * gnus-ems.el (gnus-char-width): Remove.
23141
23142         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23143         Replace gnus-char-width with char-width.
23144
23145         * gnus-ems.el (gnus-char-width): Remove.
23146
23147         * spam-stat.el (with-syntax-table): Remove with-syntax-table
23148         definition.
23149         Remove Emacs 20 hash table compatibility code.
23150
23151         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23152         20 compatibility code.
23153
23154         * spam.el (spam-point-at-eol): Replace with point-at-eol.
23155
23156         * smime.el (smime-point-at-eol): Replace with point-at-eol.
23157
23158         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23159         Replace with point-at-{eol,bol}.
23160
23161         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23162
23163         * imap.el (imap-point-at-eol): Replace with point-at-eol.
23164
23165         * flow-fill.el (fill-flowed-point-at-bol)
23166         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23167
23168         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23169         Replace with point-at-{eol,bol} throughout all files.
23170
23171 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23172
23173         * ntlm.el (ntlm-string-as-unibyte): New macro.
23174         (ntlm-build-auth-response): Use it.
23175
23176         Remove Emacs 20 stuff:
23177         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
23178         (butlast, mapc, remove): Remove the compiler macros.
23179         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23180         of delq and copy-sequence.
23181         * gnus-art.el (popup-menu): Remove the compiler macro.
23182         * nnmail.el (nnmail-split-fancy): Don't support customizing with
23183         Emacs 20.
23184
23185 2004-01-05  Simon Josefsson  <jas@extundo.com>
23186
23187         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
23188         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23189         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23190         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23191         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23192         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23193         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23194         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23195         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23196         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23197         ntlm-string-permute, string-lshift into ntlm-string-lshift,
23198         string-xor into ntlm-string-xor.
23199         Suggested by Jesper Harder <harder@myrealbox.com>.
23200
23201         * ntlm.el: Don't include poem.
23202
23203         * md4.el (print-int32, print-string-hexa): Remove.
23204         Suggested by Jesper Harder <harder@myrealbox.com>.
23205
23206         * sasl-ntlm.el, ntlm.el, md4.el: New files.
23207
23208         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
23209         probably breaks emacs with DL patch, but do we care? Is anyone
23210         still using the DL stuff?)
23211
23212         * sieve-manage.el: Use the password package.
23213         (sieve-manage-read-passwd): Remove.
23214         (sieve-manage-interactive-login): Use password.  Re-add
23215         condition-case around loop.
23216
23217         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23218         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23219         Use the password package.
23220
23221 2003-02-19  Simon Josefsson  <jas@extundo.com>
23222
23223         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23224         token.
23225
23226 2002-08-07  Simon Josefsson  <jas@extundo.com>
23227
23228         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23229         (sieve-manage-authenticators):
23230         (sieve-manage-authenticator-alist): Add some SASL mechs.
23231         (sieve-sasl-auth): New function.
23232         (sieve-manage-cram-md5-auth):
23233         (sieve-manage-plain-auth): Rewrite using SASL library.
23234         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23235         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23236         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23237         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23238
23239 2004-01-05  Simon Josefsson  <jas@extundo.com>
23240
23241         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23242         New files.
23243
23244 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23245
23246         * gnus-group.el (gnus-no-groups-message): Update.
23247
23248         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23249
23250 2003-11-09  Simon Josefsson  <jas@extundo.com>
23251
23252         * imap.el: Support for ID IMAP extension (RFC 2971).
23253         (imap-local-variables): Add imap-id.
23254         (imap-id): New variable.
23255         (imap-id): New function.
23256         (imap-parse-response): Parse untagged ID response.
23257         * nnimap.el (nnimap-id): New variable.
23258         (nnimap-open-connection): Use it.
23259
23260 2003-12-28  Simon Josefsson  <jas@extundo.com>
23261
23262         * gnus-score.el (gnus-score-edit-all-score): New.
23263         * gnus-group.el (gnus-group-score-map): Bind it to W e.
23264
23265 2004-01-04  Simon Josefsson  <jas@extundo.com>
23266
23267         * password.el: Add.
23268
23269 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
23270
23271         * dns.el (dns-query-types): Fix typo.
23272         (dns-query-types): New function.
23273         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
23274         PTR and SOA replies, see RFC 1035.
23275
23276 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23277
23278         * gnus.el (gnus-logo-color-style): Change colors to `no'.
23279
23280         * Move to Changelog.2.
23281
23282 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23283
23284         * gnus.el (gnus-version-number): Bump version.
23285
23286 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23287
23288         * gnus.el: No Gnus v0.1 is released.
23289
23290 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23291
23292         * gnus.el: No Gnus v0.0 is released.
23293
23294 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23295
23296         * gnus.el (gnus-version-number): Bump.
23297         (gnus-version): No.
23298
23299 See ChangeLog.2 for earlier changes.
23300
23301   Copyright (C) 2004-2011  Free Software Foundation, Inc.
23302
23303   This file is part of GNU Emacs.
23304
23305   GNU Emacs is free software: you can redistribute it and/or modify
23306   it under the terms of the GNU General Public License as published by
23307   the Free Software Foundation, either version 3 of the License, or
23308   (at your option) any later version.
23309
23310   GNU Emacs is distributed in the hope that it will be useful,
23311   but WITHOUT ANY WARRANTY; without even the implied warranty of
23312   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23313   GNU General Public License for more details.
23314
23315   You should have received a copy of the GNU General Public License
23316   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23317
23318 ;; Local Variables:
23319 ;; coding: utf-8
23320 ;; fill-column: 79
23321 ;; add-log-time-zone-rule: t
23322 ;; End: