Misc changes in gnus-group.el and gnus-topic.el
[gnus] / lisp / ChangeLog
1 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2
3         * gnus-group.el (gnus-tmp-*): Declare.
4         (gnus-update-group-mark-positions): Remove unused `topic' var.
5         (gnus-group-insert-group-line): Remove unused var `header'.
6         (gnus-group--setup-tool-bar-update): New function.
7         (gnus-group-insert-group-line): Use it.
8         (gnus-group-update-eval-form): Declare local
9         dynamically-bound variables.
10         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
11
12         * gnus-topic.el (gnus-topic-jump-to-topic)
13         (gnus-group-prepare-topics, gnus-topic-update-topic)
14         (gnus-topic-change-level, gnus-topic-catchup-articles)
15         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
16         Use inhibit-read-only.
17         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
18         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
19
20 2015-04-12  João Távora  <joaotavora@gmail.com>
21
22         * message.el (message-mode):
23         Use `set' and `make-local-variable' instead of `setq-local'.
24
25 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
26
27         * gnus-sum.el (gnus-summary-refer-thread):
28         Make sure gnus-newsgroup-unreads remains sorted.
29
30 2015-04-12  João Távora  <joaotavora@gmail.com>
31
32         Improve sexp-based movement in message-mode
33         * message.el (message--syntax-propertize): New function.
34         (message-mode): Set syntax-related vars.d
35         (message-smileys): New variable.
36
37 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
38
39         * gnus-art.el (gnus-hidden-properties): Simplify.
40         (gnus-article-hide-text, gnus-article-unhide-text)
41         (gnus-article-unhide-text-type): Remove special handling of
42         `intangible' since that property is not used any more.
43         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
44
45 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
48         and a runtime function for it, of which the XEmacs version takes only
49         two arguments.
50
51 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
52
53         Use American spelling for 'normalize'
54         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
55         All uses changed.  Add an alias for obsolete usages.
56
57 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gnus-art.el (gnus-article-browse-html-save-cid-content):
60         Always return relative file name.
61         (gnus-article-browse-html-parts):
62         Make external links absolute and cid file names relative.
63
64 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
65
66         * registry.el (registry-prune): Re-use `registry-full' in
67         `registry-prune'.  It's a bit of redundant work, but safer.
68         Also ensure that target-size is an integer.
69
70 2015-03-31  Daiki Ueno  <ueno@gnu.org>
71
72         * plstore.el (plstore--decrypt): Clear entry in
73         `plstore-passphrase-alist' if decryption failed (bug#20030).
74
75 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
76
77         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
78         to "Display" menu.
79
80 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
81
82         * nnimap.el (nnimap-split-incoming-mail): If a message is already
83         in the group it should be split to, don't re-copy it into the group.
84
85 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
86
87         * nnmh.el (nnmh-request-expire-articles):
88         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
89
90 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
91
92         * registry.el (registry-lookup-secondary, registry-full)
93         (registry-prune, registry-collect-prune-candidates):
94         * gnus-registry.el (gnus-registry-load): Use slot names rather than
95         initarg names in `oref' and `oset'.
96
97 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
98
99         * registry.el (registry-prune): Allow registry to reach full size
100         before pruning.
101
102 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
103
104         * registry.el (registry-collect-prune-candidates): Fix call to
105         cl-subseq.
106
107 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * registry.el (registry-db): Temporary fix old Emacsen compilation.
110
111 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
112
113         * gnus-registry.el (gnus-registry-handle-action)
114         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
115         (gnus-registry-keywords): Make it do something.
116         (gnus-registry-import-eld): Remove unused var `new-entry'.
117         (gnus-registry-action): Remove unused var `to-name'.
118         (gnus-registry-make-db): Prefer `make-instance' to avoid
119         compiler warnings.
120         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
121
122         * registry.el (registry-db): Don't oset-default an instance-allocated
123         slot.
124
125 2015-03-10  Glenn Morris  <rgm@gnu.org>
126
127         * message.el (message-valid-fqdn-regexp): Bump :version for
128         2014-11-17 change.
129
130 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
131
132         * gnus-notifications.el (gnus-notifications-action): Raise window
133         frame.
134         (gnus-notifications-action): Allow mark as read.
135         (gnus-notifications-notify): Show uption to mark as read.
136
137 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
138
139         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
140         (registry-search, registry-delete, registry-size, registry-insert)
141         (registry-reindex, registry-collect-prune-candidates):
142         * gnus-registry.el (gnus-registry-fixup-registry)
143         (gnus-registry-remove-extra-data): Use slot names rather than initarg
144         names in `oref' and `oset'.
145
146 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
147         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
148         in the group it should be split to, don't re-copy it into the group.
149
150 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
151
152         * message.el (message-insert-formatted-citation-line): Change %F to
153         fall back to email address if no first name could be determined.
154
155 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
158         Fix point motion when removing displayed MIME part.
159         (gnus-article-edit-part): Make jumping to the next part really work
160         when deleting or stripping.
161         (gnus-mime-buttonize-attachments-in-header): Make header attachment
162         buttons identical to the ones in the article body so as to work deleting
163         and stripping.
164
165 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * mm-decode.el (mm-shr)
168         * mm-view.el (mm-inline-text-html-render-with-w3m):
169         Revert my bogus change that made the start marker of a part
170         the "moves after insertion" type.
171
172 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
173
174         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
175         Tools: https://github.com/politza/pdf-tools) for viewing PDF
176         attachments in emacs.
177
178 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
179
180         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
181         instead of sasl-scram-sha-1, as the former is the name that can be
182         required.
183
184         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
185         (sasl-scram-sha-1-client-final-message)
186         (sasl-scram-sha-1-authenticate-server): Move to end of file.
187
188 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
191
192 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
195         (sasl-string-prefix-p): New compatibility functions.
196
197 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
198
199         * gnus-compat.el (process-live-p): Added new compat function for Emacs
200         23.
201
202 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
203
204         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
205         from the server LIST response.
206
207 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
208
209         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
210         during header retrieval, error out instead of interpreting the data in
211         the buffer as the only messages there.  This way, we don't mark
212         articles as read on a server hangup (bug#19035).
213
214         * mm-decode.el (mm-head-p): New function.
215         (mm-display-part): Go to a blank line when inserting parts internally.
216
217 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
218
219         * sasl-scram-rfc.el: New file.
220
221         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
222         Add SCRAM-SHA-1 first.
223         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
224         entry (bug#17636).
225
226 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
227
228         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
229         that we don't get a warning when setting the buffer-local variable
230         (bug#19573).
231
232         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
233         `gnus-request-group'.
234
235 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * gnus-art.el (gnus-article-browse-html-save-cid-content)
238         (gnus-article-browse-html-parts): Make cid file names relative if and
239         only if html doesn't specify <base> directory.
240
241 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
242
243         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
244         parts, because that breaks filling (since buttons are in a bold face).
245
246 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
249         use gnus-overlays-at and gnus-overlay-put.
250
251 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
252
253         * mm-decode.el (mm-shr): Only pass the fill column when not using
254         fonts, because limiting the width to what's appropriate for followups
255         doesn't really help when not using proportional fonts.
256
257 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
258
259         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
260         shr, beacause that breaks folding.
261         (mm-shr): Don't shorten the width when using fonts.
262
263 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
264
265         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
266         variable; always check the newrc timestamp.
267         (gnus-save-newsrc-file): Always check timestamp.
268
269 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
270
271         * mail-source.el (mail-source-call-script): If scripts exit with an
272         error, pop up an error buffer.
273
274 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
275
276         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
277         as a default.
278
279         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
280         correct server.
281
282 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
283
284         * nnimap.el (nnimap-request-group-scan): Fix the function name.
285
286         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
287
288 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
289
290         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
291         that nnimap works for non-activated backends.
292
293 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
294
295         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
296         message, since we already get an obsolescence message.  Use `declare'.
297
298 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
299
300         * nnir.el: Revert "Enable non-ASCII IMAP searches".
301
302 2015-01-30  Glenn Morris  <rgm@gnu.org>
303
304         * gnus-registry.el (gnus-registry-max-pruned-entries)
305         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
306         Fix :version.
307         (gnus-registry-default-sort-function): Improve :type.
308
309 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
310
311         * nnimap.el (nnimap-request-group): Allow running this function on
312         groups that don't exist in Gnus yet.
313         (nnimap-request-group): Revert previous patch since that made it
314         impossible to enter nnimap groups.
315
316         * message.el (message-smtpmail-send-it): Remove the mail header
317         separator before sending.
318
319 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
320
321         * nnimap.el (nnimap-find-expired-articles): Fix handling of
322         (expiry-wait . never).
323
324 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
325
326         * nnimap.el (nnimap-request-group): Clear the buffer before returning
327         the data.
328
329 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * gnus-compat.el (string-bytes): Work for XEmacs.
332
333 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
334
335         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
336
337         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
338         IMAP.
339
340 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
341
342         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
343
344         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
345
346         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
347         be added to the backlog.
348
349 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
350
351         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
352         target with a recursive make call.
353
354 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
355
356         * nnimap.el (nnimap-header-parameters): Refactor and request
357         X-GM-LABELS if it's been announced.
358         (nnimap-transform-headers): Gather and output GM-LABELS.
359
360 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
361
362         * mm-decode.el (mm-display-part): Make non-string methods work.
363         Non-string methods are funcalled and work just fine, the test was
364         bogus.
365         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
366         whole frame.
367
368 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
369
370         * nnimap.el (nnimap-request-accept-article): Allow respooling using
371         nnimap.
372
373         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
374         request rescans when being run interactively.
375
376         * nnimap.el (nnimap-request-group): Don't rescan the group here,
377         because that can be very slow in large groups.
378
379         * gnus-int.el (gnus-request-group-scan): New backend function.
380
381         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
382
383 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
384
385         * gnus-group.el (gnus-group-suspend): Close all backends.
386
387 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
388
389         * dgnushack.el (dgnushack-compile-file): New function.
390         (dgnushack-compile): Use it (bug#19514).
391
392 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
395
396 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
397
398         * registry.el: Don't use <class> as a variable.
399
400 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
401
402         system-name's returned value can vary
403         Also, the system-name variable is now obsolete.
404         Fixes Bug#19438.
405         * message.el (message-make-fqdn):
406         * nnvirtual.el (nnvirtual-retrieve-headers)
407         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
408         and avoid naming locals 'system-name'.
409
410 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
411
412         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
413         lines don't get overlong when responding.
414
415 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * registry.el (cl-remf, cl-loop, cl-subseq):
418         Alias to remf, loop, and subseq respectively for old Emacsen.
419
420 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
421
422         * gnus-group.el (gnus-read-ephemeral-bug-group):
423         Bind coding-system-for-read and coding-system-for-write only around
424         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
425
426 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
427
428         * registry.el (registry-db): Set default slot later.
429         This is because its value is not a literal integer.
430
431 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
432
433         * registry.el (registry-db): Fix default registry-db max-size.
434
435 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
436
437         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
438         add warning.
439
440         * gnus-art.el: Fix up compiler warnings.
441         (article-display-face, article-display-x-face): Remove unused `face'.
442         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
443         (article-date-ut): Remove unused var `first'.
444         (gnus-article-prepare): Remove unused var `gnus-article'.
445         (gnus-mime-save-part-and-strip): Remove unused var `param'.
446         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
447         `coding-system' along with corresponding dead code.
448         (gnus-mime-view-part-externally): Remove unused var
449         `mm-user-display-methods'.
450         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
451         (gnus-display-mime): Remove unused var `handle'.
452         (gnus-mime-display-alternative): Remove unused var `props'.
453         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
454         (gnus-article-edit-done): Remove unused var `p'.
455         (gnus-url-mailto): Remove unused var `to'.
456         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
457         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
458
459 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
460
461         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
462         slots into a :max-size slot.
463         (registry-db-version): Add new variable for database version number.
464         (registry-prune): Use :max-size slot. Accept and use a sort-function
465         argument.
466         (registry-collect-prune-candidates): Add new function for finding
467         non-precious pruning candidates.
468         (registry-prune-hard-candidates, registry-prune-soft-candidates):
469         Remove obsolete functions.
470         (initialize-instance): Upgrade registry version when starting.
471
472         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
473         (gnus-registry-max-pruned-entries): Remove obsolete variable.
474         (gnus-registry-cache-file): Change default
475         filename extension to "eieio".
476         (gnus-registry-read): Add new function, split out from
477         `gnus-registry-load', that does the actual object reading.
478         (gnus-registry-load): Use it. Add condition case handler to check for
479         old filename extension and rename to the new one.
480         (gnus-registry-default-sort-function): New variable to specify a sort
481         function to use when pruning.
482         (gnus-registry-save, gnus-registry-insert): Use it.
483         (gnus-registry-sort-by-creation-time): Define a default sort function.
484
485         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
486         Adjust test for new object signature.
487         (gnustest-registry-pruning-test): Add new pruning test.
488         (gnustest-registry-sort-function): Default sort function for testing.
489         (gnustest-registry-pruning-sort-test): New test for sorting.
490
491 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492
493         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
494         function for reuse.
495         (gnus-mime-buttonize-attachments-in-header): Adjust.
496
497 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * message.el (message-change-subject): Really check whether the subject
500         changed.
501
502 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
503
504         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
505         PDFs.
506         (mailcap-view-mime): New function.
507
508 2014-12-01  Glenn Morris  <rgm@gnu.org>
509
510         * gnus-cloud.el (gnus-cloud): Add :version tag.
511
512 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * gnus-art.el (gnus-use-idna):
515         * gnus-sum.el (gnus-summary-idna-message):
516         * message.el (message-use-idna):
517         Protect against nil value for idna-program.
518
519         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
520
521 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
522
523         * auth-source.el (auth-source-macos-keychain-search-items): Return
524         result of `auth-source-macos-keychain-result-append' (bug#19074).
525
526 2014-11-25  Glenn Morris  <rgm@gnu.org>
527
528         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
529         Add :version tag.
530
531 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532
533         * pop3.el (pop3-open-server): Warn unless encrypted.
534
535         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
536
537 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
538
539         Port new time stamp handling to Emacs 23.2.
540         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
541         * time-date.el (time-add, time-subtract, time-less-p):
542         Use eval-and-compile, not eval-when-compile.
543
544 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
545
546         * message.el (message-valid-fqdn-regexp): Add non-internaional new
547         TLDs.
548
549 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
550
551         Port new time stamp handling to old Emacs and to XEmacs.
552         This is needed for Gnus, which copies time-date.el and which
553         runs on older Emacs implementations.
554         * time-date.el (with-decoded-time-value):
555         Handle 'nil' and floating-point arg more compatibly with new Emacs.
556         (encode-time-value, with-decoded-time-value):
557         Obsolete only if new Emacs.
558         (time-add, time-subtract, time-less-p): Define if not new Emacs.
559
560         Improve time stamp handling, and be more consistent about it.
561         This implements a suggestion made in:
562         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
563         Among other things, this means timer.el no longer needs to
564         autoload the time-date module.
565         * time-date.el (seconds-to-time, days-to-time, time-since)
566         (with-decoded-time-value):
567         Treat 'nil' as current time.  This is mostly for XEmacs.
568         (encode-time-value, with-decoded-time-value): Obsolete.
569         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
570         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
571
572 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
575         discarding changes in ephemeral groups.
576
577         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
578         things the user isn't interested in.
579
580 2014-11-13  Julien Danjou  <jd@abydos>
581
582         * gnus-notifications.el (gnus-notifications-notify): Provide both
583         app-icon and image-path.
584
585 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
586
587         * mm-url.el (mm-url-encode-multipart-form-data):
588         Restore to handle "multipart/form-data" by eww.
589
590 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
591
592         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
593         Landscheidt.
594
595 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
596
597         Simplify use of current-time and friends.
598         * gnus-delay.el (gnus-delay-article):
599         * gnus-sum.el (gnus-summary-read-document):
600         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
601         * message.el (message-make-expires-date):
602         Omit unnecessary call to current-time.
603         * gnus-util.el (gnus-float-time): Simplify to an alias because
604         time-to-seconds now behaves like float-time with respect to nil arg.
605         (gnus-seconds-year): Don't call current-time twice to get the current
606         time stamp, as this can lead to inconsistent results.
607         * time-date.el (time-to-seconds) [!float-time]:
608         Use current time if arg is nil, to be compatible with float-time.
609         (time-date--day-in-year): New function, with most of the guts of
610         the old time-to-day-in-year.
611         (time-to-day-in-year): Use it.
612         (time-to-days): Use it, to avoid decoding the same time stamp twice.
613
614 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * gnus.el (gnus-mode-line-buffer-identification):
617         Don't add image data for a non-graphic display (bug#18813).
618
619 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
622         load-path, it blocks autoloading of find-image (bug#18813).
623
624 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
625
626         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
627         to keep connection open (bug#18728).
628
629 2014-10-20  Glenn Morris  <rgm@gnu.org>
630
631         * Merge in all changes up to 24.4 release.
632
633 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
634
635         * message.el (message-insert-signature): Use `newline' instead of
636         inserting explicit "\n".
637
638 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
639
640         * gnus-icalendar.el: Support vcal format timezones.
641         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
642         compute dates with associated timezone.
643         (gnus-icalendar-event-from-ical): Compute all timezones.
644
645 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
646
647         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
648         check the newsrc.eld file's timestamp before saving it.
649         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
650         timestamp has changed to be newer.
651
652 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
653
654         * gnus-icalendar.el (gnus-icalendar-identities):
655         Include message-alternative-emails.
656
657 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
660         New compatibility functions.
661         (ntlm-build-auth-response): Use them.
662
663 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
664
665         * ntlm.el (ntlm-build-auth-request):
666         Add NTLM2 Session support.  (Bug#15603)
667
668 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
669
670         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
671         expired messages only when it was built in reverse order.
672
673 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
674
675         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
676         last so it can be used in `message-send-hook'.
677
678 2014-09-29  Daiki Ueno  <ueno@gnu.org>
679
680         * mml.el (mml-parse-1): Error out if unknown mode is specified in
681         <#secure> tag (bug#18513).
682
683 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * parse-time.el: Require cl when compiling.
686
687 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         Use cl-lib as much as possible following the 2014-09-26 change
690         in the Emacs trunk.
691         * parse-time.el: Try requiring cl-lib.
692         (parse-time-incf): Alias to cl-incf or incf.
693         (digit-char-p): Remove.
694         (parse-time-integer): Alias to cl-parse-integer or the one defined.
695         (parse-integer): Rename to parse-time-integer.
696         (parse-time-tokenize, parse-time-rules, parse-time-string)
697         Use parse-time-incf and parse-time-integer.
698
699 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
700
701         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
702         of ":delete".
703
704 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
705
706         * gnus-art.el (gnus-article-browse-html-save-cid-content)
707         (gnus-article-browse-html-parts):
708         Revert last change that breaks links other than cid contents.
709
710 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * gnus-art.el (gnus-article-browse-html-save-cid-content)
713         (gnus-article-browse-html-parts): Make cid file names relative.
714
715 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * mm-view.el (mm-display-inline-fontify): Make the working buffer
718         temporarily displayed when running a mode function (at least org-mode
719         requires it).
720
721 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
722
723         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
724         the gnus-summary-article-expire-hook should be told where the function
725         is going. In particular, the Gnus registry might want to know.
726
727 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
728
729         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
730
731 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * gnus-sum.el (gnus-summary-expire-articles): Revert.
734
735 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
736
737         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
738         the gnus-summary-article-expire-hook should be told where the function
739         is going. In particular, the Gnus registry might want to know.
740
741 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
742
743         Don't mishandle year-9999 dates (Bug#18176).
744         * parse-time.el (parse-time-rules):
745         Allow years up to most-positive-fixnum.
746         * time-date.el (date-to-time):
747         Pass "Specified time is not representable" errors through.
748
749 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
750
751         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
752         groups and t.
753
754 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * gnus-utils.el (gnus-recursive-directory-files):
757         Unify hard or symbolic links (bug#18063).
758
759 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
760
761         * gnus-msg.el (gnus-configure-posting-style):
762         Allow string replacements in values when matching against a header.
763
764 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
767         the dribble buffer even when it is shrunk a lot.
768         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
769
770 2014-06-26  Glenn Morris  <rgm@gnu.org>
771
772         * mm-util.el (help-function-arglist): Remove outdated declaration.
773
774 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
775
776         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
777         attribute values.  (Bug#17834)
778
779 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
780
781         * gnus-sum.el (gnus-summary-edit-article-done):
782         Prefer point-marker to copy-marker of point.
783
784 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * Makefile.in (install-el, install-el-elc): Compress .el files.
787         (uninstall): Remove compressed .el files.
788
789 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
792         (gnus-article-read-summary-keys):
793         Don't bug out when there is no article in the summary buffer.
794         (gnus-mime-buttonize-attachments-in-header):
795         Improve criterion that finds parts to display.
796
797         * gnus-art.el (gnus-mm-display-part):
798         * mm-decode.el (mm-shr):
799         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
800         (mm-insert-inline): Revert last changes.
801
802 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * gnus-art.el (gnus-mm-display-part):
805         * mm-decode.el (mm-shr):
806         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
807         (mm-insert-inline): Set insertion type of end-marker, not only
808         start-marker, of undisplayer so as to stay after inserted text.
809
810 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
811
812         * html2text.el (html2text-get-attr): Fix typo when splitting value from
813         attribute. (Bug#17613)
814
815 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
816
817         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
818         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
819
820 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
823         Don't delete next part button; keep spacing between buttons.
824
825 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
828         Work for the last MIME part in an article.
829         (gnus-mime-display-single): Suppress excessive newlines between parts.
830
831         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
832         by leading or trailing newline.
833
834 2014-05-12  Sam Steingold  <sds@gnu.org>
835
836         * time-date.el (seconds-to-string): New function to pretty print time
837         delay in seconds.
838
839 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
842         while prompting a user for a file name, etc.
843         (gnus-mime-display-single): Display part with a common appearance no
844         matter whether MIME button is omitted or not; don't add duplicate entry
845         to gnus-article-mime-handle-alist.
846         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
847
848 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
849
850         * mml2015.el (mml2015-display-key-image): New variable.
851
852 2014-05-08  Glenn Morris  <rgm@gnu.org>
853
854         * gnus-fun.el (gnus-grab-cam-face):
855         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
856         This is CVE-2014-3421.
857
858 2014-05-04  Glenn Morris  <rgm@gnu.org>
859
860         * gnus-registry.el (gnus-registry-install-p): Doc fix.
861
862 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
865         the displaying state of a part.
866         (gnus-mm-display-part): Don't insert a newline in the beginning of
867         a part like gnus-mime-inline-part doesn't; work for XEmacs.
868
869         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
870         (mm-shr): Make undisplayer unbreakable.
871
872         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
873         Don't insert excessive newline.
874         (mm-inline-text-html-render-with-w3m, mm-inline-text)
875         (mm-insert-inline): Make undisplayer unbreakable.
876
877 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
878
879         * gnus.el: Ma Gnus v0.11 is released.
880
881 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gnus-art.el (gnus-mm-display-part):
884         Highlight header attachment buttons.
885
886 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
889         a part; redisplay a button (enbugged in 2014-02-05).
890
891 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
892
893         * auth-source.el (auth-source-search, auth-source-search-backends):
894         Treat :max 0 as an indicator that a boolean return is wanted, as
895         documented. Reported by Joe Bloggs.
896
897 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * gnus-icalendar.el: Require gnus-art.
900
901 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
902
903         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
904         (gnus-icalendar--update-org-event): put event timestamp in
905         the org entry body instead of the drawer.
906         (gnus-icalendar-event--get-attendee-names): list of participants should
907         contain even attendees without common name attribute.
908         (gnus-icalendar--update-org-event): don't generate duplicates of empty
909         property tags in org drawers.
910
911 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * gmm-utils.el (gmm-format-time-string): New function.
914
915         * message.el (message-insert-formatted-citation-line): Use the original
916         author's time zone to express a date string.
917
918 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
919
920         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
921         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
922         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
923         Silence compiler warnings.
924         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
925
926 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * mml.el: Require url when compiling.
929
930         * gnus-cloud.el (gnus-cloud-parse-version-1):
931         Use plist-get rather than CL's getf.
932         (gnus-activate-group, gnus-subscribe-group): Declare.
933
934         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
935
936 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
939         buttons when toggling the header off.
940
941 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
942
943         * tls.el (tls-program): Reflow docstring.
944
945 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
946
947         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
948         groups work again.
949
950 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
951
952         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
953         999 correctly (i.e. "1,342").
954
955 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
956
957         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
958         out if the directory doesn't exist.
959
960 2014-03-07  Daiki Ueno  <ueno@gnu.org>
961
962         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
963         commands here; instead, only check if epg-config.el is available.
964
965 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
966
967         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
968         messages with embedded images.
969         (mml-generate-mime): Don't bug out if you don't have libxml.
970
971 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
972
973         * message.el (message-make-html-message-with-image-files): New command.
974
975 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
976
977         * gnus-group.el (gnus-group-make-group): Clarify prompt.
978
979         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
980
981 2014-02-23  David Engster  <deng@randomsample.de>
982
983         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
984         to stay compatible with older Emacsen, so replace `cl-loop' with
985         `loop'.
986
987 2014-02-22  Daniel Colascione  <dancol@dancol.org>
988
989         * auth-source.el (auth-source-secrets-listify-pattern): New function.
990         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
991         instead, build list of patterns.
992
993 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
996         Display header attachment buttons by gnus-article-prepare-display
997         rather than gnus-article-prepare so as to view in mml-preview as well.
998
999 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1000
1001         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1002         in `auth-sources' means and link to EPA docs.
1003
1004 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1005
1006         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1007         (bug#12375).
1008
1009 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1012         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1013
1014 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1015
1016         * message.el (message-tab): Mention what happens on normal tabs
1017         (bug#11297).
1018
1019 2014-02-08  Glenn Morris  <rgm@gnu.org>
1020
1021         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1022
1023 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1026         buttons that are hidden in unselected alternative part as well.
1027         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1028
1029         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1030
1031 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1032
1033         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1034         keystroke.
1035         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1036         types.
1037
1038         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1039         with an empty string.
1040
1041 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1044         buffer-local in some buffers, so bind it explicitly in the buffer we're
1045         trying to cancel the article in (bug#10808).
1046
1047 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1050         New functions.
1051
1052         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1053         New user option.
1054         (gnus-mime-buttonize-attachments-in-header): New function.
1055         (gnus-article-prepare): Use it.
1056         (gnus-mime-inline-part): Suppress extra newline.
1057         (gnus-mm-display-part): Save excursion;
1058         remove useless deleting and adding of buttons.
1059         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1060
1061         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1062         Add gnus-mime-buttonize-attachments-in-header.
1063
1064 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1065
1066         * nnimap.el (nnimap-request-articles): New command to download several
1067         articles at once.
1068
1069         * gnus.el (gnus-variable-list): Save Cloud variables.
1070
1071         * gnus-int.el (gnus-request-accept-article): Doc fix.
1072
1073 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1074
1075         * parse-time.el (parse-time-iso8601-regexp)
1076         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1077         it more generally.
1078
1079 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1080
1081         * gnus-cloud.el: New file to provide the Emacs Cloud.
1082
1083         * dgnushack.el: Silence XEmacs w3 warning.
1084
1085         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1086         `url-retrieve-synchronously', apparently.
1087
1088         * dgnushack.el: Silence XEmacs dns.el warning.
1089
1090         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1091         instead of in all files.
1092
1093         * dns.el (network-interface-list): Define for XEmacs.
1094
1095         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1096         XEmacs.
1097
1098         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1099
1100 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1101
1102         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1103         `gnus-group-split-fancy'.
1104
1105 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1106
1107         * message.el (message-remove-header): Doc fix.
1108         (message-forward-included-headers): New variable.
1109         (message-remove-ignored-headers): Use it.
1110
1111 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1112
1113         * nnir.el (nnir-request-update-mark): Don't try to update the source
1114         group if we can't find it (bug#16611).
1115
1116 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1117
1118         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1119
1120 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1121
1122         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1123         network interfaces changed.
1124         (dns-query): Use it to flush the data.
1125
1126 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1127
1128         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1129         from random face commands.
1130         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1131         Face.
1132         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1133         (gnus--random-face-with-type): Generic function returning a face-type
1134         as a string.
1135         (gnus--insert-random-face-with-type): Generic function inserting a face
1136         in a message buffer header.
1137         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1138         (gnus-insert-random-x-face-header): Rewritten to use
1139         `gnus--insert-random-face-with-type`.
1140         (gnus-random-face): Return random (png) Face as string.
1141         (nus-insert-random-face-header): Insert random (png) Face in a message
1142         buffer.
1143
1144 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1145
1146         * mm-url.el: Remove all usage of w3.
1147
1148         * nnrss.el: Ditto.
1149
1150         * mm-decode.el: Ditto.
1151
1152         * mm-view.el: Ditto.
1153
1154         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1155         outdated and all Emacsen have url.el built-in.
1156
1157         * gnus-setup.el: Remove outdated file.
1158
1159 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1160
1161         * gnus.el: Ma Gnus v0.9 is released.
1162
1163 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1164
1165         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1166
1167 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1168
1169         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1170         in the summary buffer (bug#13769).
1171
1172 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1173
1174         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1175         name if we're using a single article buffer.  Otherwise, it may point
1176         to a killed buffer (bug#13756).
1177
1178 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1179
1180         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1181         the match data, just save and restore it explicitly (bug#12375).
1182
1183         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1184         that's needed.
1185
1186         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1187         the code once (bug#9069).
1188
1189 2014-01-18  Steinar Bang  <sb@dod.no>
1190
1191         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1192         reading.
1193
1194 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1195
1196         * message.el (message-bury): Call bury-buffer with no argument
1197         in the message-return-action case too.
1198
1199 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1202         (nnimap-split-fancy, nnimap-split-methods): Declare.
1203
1204         * mm-util.el (help-function-arglist): Declare.
1205
1206 2013-12-28  Glenn Morris  <rgm@gnu.org>
1207
1208         * gnus-sieve.el (gnus-sieve-select-method):
1209         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1210         (gravatar-rating, gravatar-size):
1211         * message.el (message-minibuffer-local-map):
1212         * sieve-manage.el (sieve-manage-authenticators)
1213         (sieve-manage-authenticator-alist): Specify custom types.
1214
1215         * hashcash.el (hashcash-program): Rename from hashcash-path.
1216         Update callers.
1217
1218         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1219         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1220         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1221
1222         * auth-source.el (auth-sources):
1223         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1224         Fix custom types.
1225
1226         * tls.el (tls-certtool-program): Fix default value.
1227
1228 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1229
1230         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1231         we get proper traces there, too.
1232
1233 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1234
1235         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1236         value of the parameters if the current article has a Reply-To or From
1237         field.
1238
1239 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1240
1241         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1242
1243 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1244
1245         * gnus-sum.el (gnus-summary-exit): Stop animations.
1246
1247 2013-12-19  Juri Linkov  <juri@jurta.org>
1248
1249         * gnus.el (gnus-suppress-keymap):
1250         * gnus-art.el (gnus-article-mode-map):
1251         * gnus-group.el (gnus-group-mode-map):
1252         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1253         Remove [backspace] key binding because it shadows DEL (bug#16035).
1254
1255         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1256
1257 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1260         Make sure work directory exists.
1261         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1262         rather than tmp directory.
1263         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1264         not necessarily always run, with it.
1265
1266 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1267
1268         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1269         value of gnus-icalendar-additional-identities work without restart.
1270
1271 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * mm-util.el (mm-make-temp-file):
1274         Alias to make-temp-file for modern Emacsen.
1275
1276 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1279         nnir-article-number and nnir-article-group.
1280
1281 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1282
1283         * message.el (message-send-mail-with-sendmail):
1284         Don't kill error buffer if sending fails.
1285
1286 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1287
1288         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1289         (gnus-icalendar-event->org-entry)
1290         (gnus-icalendar--update-org-event)
1291         (gnus-icalendar-event->gnus-calendar): Distinguish between
1292         required/optional/non-participant attendee status.  Fix bug causing
1293         the first required event participant to be omitted.
1294
1295 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * gnus-art.el (article-de-quoted-unreadable)
1298         (article-de-base64-unreadable, gnus-mime-copy-part)
1299         * gnus-html.el (gnus-article-html)
1300         * mm-view.el (mm-inline-text-html-render-with-w3)
1301         (mm-inline-text-html-render-with-w3m-standalone)
1302         * rfc2231.el (rfc2231-decode-encoded-string):
1303         Allow overriding charset by mm-charset-override-alist.
1304
1305         * gnus-art.el (gnus-article-browse-html-parts):
1306         Replace LWSPs with `&nbsp;'s in header.
1307
1308         Work for broken Chinese articles.
1309
1310         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1311         Exclude broken handles that gnus-summary-enter-digest-group may create.
1312         (gnus-article-browse-html-parts):
1313         Allow overriding charset by mm-charset-override-alist.
1314
1315 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1316
1317         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1318         (gnus-icalendar-identities): Support additional-identities.
1319
1320 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1321
1322         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1323         org-timestamp for events ending at midnight.
1324
1325 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1326
1327         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1328         .log files.
1329
1330 2013-11-20  David Engster  <deng@randomsample.de>
1331
1332         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1333
1334 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1335
1336         * message.el (message-beginning-of-line):
1337         Use beginning-of-visual-line when visual-line-mode is turned on.
1338
1339 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1340
1341         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1342         (gnus-icalendar-event-from-ical)
1343         (gnus-icalendar-event->org-entry)
1344         (gnus-icalendar--update-org-event): Required/optional participation,
1345         list of attendees synced to org.
1346
1347 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1348
1349         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1350         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1351         cancellations to be synced to org if the original appt has an org
1352         outline.
1353
1354 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1355
1356         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1357         (gnus-icalendar-event->org-entry)
1358         (gnus-icalendar--update-org-event)
1359         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1360
1361 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1362
1363         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1364         Fix timezone handling in gnus-icalendar export to org.
1365
1366 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1369
1370 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1373
1374 2013-10-30  Glenn Morris  <rgm@gnu.org>
1375
1376         * gnus-group.el (gnus-group-browse-foreign-server):
1377         * gnus-int.el (gnus-start-news-server):
1378         Silence compiler obsolescence warning.
1379
1380 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1381
1382         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1383         `nnoo-current-server' first, then for the actual `nnimap-address' to
1384         allow netrc entries for the nnoo server to coexist with netrc entries
1385         for the `nnimap-address'.
1386
1387 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * mm-decode.el (mm-dissect-buffer): Revert last change.
1390         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1391         The problem that motivated those changes was attributed to a broken
1392         mail sender, and has been fixed.
1393
1394 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1397         token is missing in the Content-Type header.
1398
1399         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1400
1401 2013-09-18  Glenn Morris  <rgm@gnu.org>
1402
1403         * gnus-util.el (image-size): Declare.
1404
1405 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1408         (gnus-icalendar-event-from-ical)
1409         (gnus-icalendar-event--build-reply-event-body)
1410         (gnus-icalendar-event-reply-from-buffer)
1411         (gnus-icalendar-find-org-event-file)
1412         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1413         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1414
1415         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1416
1417 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1418
1419         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1420         Use save-current-buffer.
1421         (gnus-tree-mode-map): Initialize in the declaration.
1422         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1423         (scroll-in-place): Defvar it.
1424         (gnus-tmp-*): Defvar them.
1425         (gnus-get-tree-buffer): Use derived-mode-p.
1426         (gnus--let-eval): New macro.
1427         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1428         non-prefixed variables.
1429         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1430
1431         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1432         vars since it doesn't seem to be available.
1433         (gnus-set-global-variables, gnus-summary-read-group-1)
1434         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1435         (gnus-summary-display-article, gnus-summary-select-article)
1436         (gnus-summary-next-article, gnus-offer-save-summaries)
1437         (gnus-summary-generic-mark): Use derived-mode-p.
1438         (gnus-summary-read-group-1, gnus-summary-exit)
1439         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1440         Adjust calls to gnus-tree-close and gnus-tree-open.
1441
1442         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1443
1444         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1445         (gnus-agent-mode): Use derived-mode-p.
1446         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1447         gnus-command-method and *-command-method to nil, but bind
1448         gnus-command-method to *-command-method instead!
1449         (gnus-agent-fetch-articles): Remove unused var `id'.
1450         (gnus-agent-fetch-headers): Remove unused arg `force'.
1451         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1452         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1453         (gnus-agent-short-article, gnus-agent-long-article)
1454         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1455         first use.
1456         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1457         `score-param'.
1458         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1459         (gnus-get-predicate): Push in front of the cache, rather than end.
1460         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1461         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1462         (gnus-agent-expire-unagentized-dirs): Don't rebind
1463         gnus-agent-expire-current-dirs since the defvar silences the warning.
1464         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1465         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1466         (gnus-agent-regenerate): Simplify interactive spec and doc.
1467
1468 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * gnus-int.el (gnus-open-server): Silence compiler.
1471
1472         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1473
1474         * message.el (message-display-completion-list): Abolish.
1475         (message-completion-in-region): Use display-completion-list.
1476
1477 2013-09-17  Glenn Morris  <rgm@gnu.org>
1478
1479         * gnus-util.el (gnus-message-with-timestamp-1):
1480         Use `messages-buffer' function if available.  Ignore read-only.
1481
1482 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * message.el (message-expand-group, message-completion-in-region):
1485         Correct the order of start and end of a region.
1486
1487 2013-09-13  Glenn Morris  <rgm@gnu.org>
1488
1489         * mml2015.el (gnus-create-image): Autoload it.
1490
1491         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1492
1493         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1494         (image-size): Declare.
1495
1496 2013-09-12  Glenn Morris  <rgm@gnu.org>
1497
1498         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1499         Avoid using `find', which i) might not be defined at runtime;
1500         ii) does not work, since its default test is eql, not equal.
1501         (gnus-mime-action-alist): Declare.
1502
1503 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1504
1505         * score-mode.el (gnus-score-mode-map): Move initialization
1506         into declaration.
1507         (gnus-score-mode): Use define-derived-mode.
1508         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1509         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1510         into declaration.
1511         (gnus-kill-file-mode): Use define-derived-mode.
1512         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1513         Use derived-mode-p.
1514         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1515         (gnus-group-setup-buffer, gnus-group-name-at-point)
1516         (gnus-group-make-web-group, gnus-group-enter-directory)
1517         (gnus-group-suspend): Use derived-mode-p.
1518         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1519         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1520         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1521         (gnus-article-setup-buffer, gnus-article-prepare)
1522         (gnus-article-prepare-display, gnus-sticky-article)
1523         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1524         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1525         (gnus-article-read-summary-keys): Use derived-mode-p.
1526
1527 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1530
1531 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1532
1533         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1534         shift_jis from the default value set for Japanese users.
1535
1536 2013-08-13  Glenn Morris  <rgm@gnu.org>
1537
1538         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1539
1540         * gnus.el (gnus-valid-select-methods): Fix type.
1541
1542         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1543
1544 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * mm-decode.el (mm-display-external): Run a timer for the temp files
1547         deletion after a viewer exits; add a deletion timer for the needsterm
1548         case, too.
1549
1550         * mm-decode.el (mm-display-external): Try to delete temporary files by
1551         using a 1-min. timer.
1552
1553 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1556         New internal variables.
1557         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1558         (mm-display-external): Use it to delete temporary files instead of
1559         using timers.
1560
1561 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1564
1565 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1566
1567         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1568         with cond for backwards compatability.
1569
1570 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * mm-decode.el (mm-display-external): Bind process-connection-type to
1573         nil; don't delete a temp file immediately even if a viewer finishes,
1574         since it may be a shell script, like xdg-open, that launches a real
1575         viewer program belatedly.
1576
1577 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1578
1579         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1580         that we can create nndoc groups that excerpt other groups.
1581
1582 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * gnus-delay.el (gnus-delay-article): Fix typo.
1585
1586         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1587         articles.
1588
1589         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1590         we can get spell-checking etc.
1591
1592 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1595         a single one used for encoding the whole text in a header.
1596
1597 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1598
1599         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1600         doesn't work properly on XEmacs.
1601
1602 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1605         before sending.
1606
1607         * dgnushack.el (dgnushack-compile): Add a temporary check for
1608         gnus-icalendar.
1609
1610         * mm-decode.el (mm-command-output): New face.
1611         (mm-display-external): Use it.
1612
1613 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1614
1615         * nnmbox.el (nnmbox-request-article): Don't change point.
1616
1617 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1620         Include `handle' parameter.
1621
1622 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1623
1624         * gnus-icalendar.el: New file.
1625
1626 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1629
1630         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1631         dummy roots, too.
1632
1633 2013-08-01  David Edmondson  <dme@dme.org>
1634
1635         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1636         out on ttys.
1637
1638 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1641         not empty.
1642
1643         * nnrss.el (nnrss-discover-feed): Indent.
1644
1645 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1648
1649 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1652         dirty to ensure nnimap data being saved.
1653
1654 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1655
1656         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1657         menu entry.
1658
1659         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1660         the current thread's total score instead of the current article's
1661         score.
1662
1663         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1664         (gnus-sort-threads-recursively): Delete defcustom.
1665         (gnus-sort-threads-recursive): Adapt accordingly.
1666
1667 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1668
1669         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1670         (gnus-sort-threads-recursive): Use it.
1671         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1672         again.  Now that determines how to sort subthreads.
1673
1674 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1675
1676         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1677         (gnus-sort-threads): Use it.
1678
1679 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1680
1681         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1682         punctuation characters follow parentheses (bug#14950).
1683
1684 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * gnus.el (gnus-continuum-version):
1687         * gnus-msg.el (gnus-extended-version): Simplify.
1688
1689         * gnus.el (gnus-continuum-version-1): Remove.
1690         * gnus-msg.el (gnus-bug): Revert.
1691
1692         Calculate gnus-version correctly on Cygwin.
1693
1694         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1695         (gnus-continuum-version-1): New function, return a string.
1696
1697         * gnus-msg.el (gnus-extended-version, gnus-bug):
1698         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1699
1700 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1701
1702         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1703         (bug#13384).
1704
1705 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1708         that were only relevant in a development version a long time ago.
1709
1710 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1713         that the old Emacs 24s bundle.
1714
1715 2013-07-10  David Engster  <deng@randomsample.de>
1716
1717         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1718         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1719         fixes a bug in Emacs trunk where the 'unexist' marks were always
1720         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1721         Gnus v0.03".
1722
1723 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1724
1725         * gnus.el (gnus-summary-line-format): Reference
1726         `gnus-user-date-format-alist' for the &user-date; format, not
1727         `gnus-summary-user-date-format-alist'.
1728
1729 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1732         delete files (bug#13481).
1733
1734 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1735
1736         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1737
1738 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1739
1740         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1741         display images.
1742
1743         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1744
1745         * message.el (message-cancel-news): According to
1746         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1747         preferred over "cmsg cancel" in the Subject.
1748
1749         * nnir.el (nnir-engines): Note that the group specs are regexps
1750         (bug#13238).
1751
1752         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1753         gotten read-only text properties, ensure that those aren't heeded when
1754         copying stuff over (bug#13434).
1755
1756         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1757         (bug#13762).
1758
1759 2013-07-05  David Kastrup  <dak@gnu.org>
1760
1761         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1762         authinfo file again (important for blank passwords).  This had been
1763         broken with 2013-06-15 change.
1764
1765 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1766
1767         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1768         Revert 2013-01-14 change.
1769
1770 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1771
1772         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1773         of 'create-image' for XEmacs compatibility; check errors when decoding
1774         image.  Reported by Uwe Brauer.
1775
1776 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1779         gnus-button-push revised at 2011-01-19.
1780
1781 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1784         now live in the lisp/net Emacs 24 repository.
1785
1786 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * eww.el (eww-update-header-line-format): Quote % characters.
1789
1790 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * eww.el (eww-process-text-input): Display passwords as asterisks.
1793
1794         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1795
1796 2013-06-19  Tom Tromey  <tromey@redhat.com>
1797
1798         * eww.el (eww-top-url): Remove.
1799         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1800         (eww-render): Set new variables.  Don't set eww-top-url.
1801         (eww-handle-link): Handle "prev", "home", and "contents".
1802         Downcase the rel text.
1803         (eww-top-url): Choose best top URL.
1804
1805 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * eww.el: Rewrite to implement form elements "by hand" instead of
1808         relying in widget.el.  Using widget.el leads to too many
1809         user interface inconsistencies.
1810         (eww-self-insert): Implement entering commands in text fields.
1811         (eww-process-text-input): New function to make text input field editing
1812         work.
1813         (eww-submit): Rewrite to use the new-style form methods.
1814         (eww-select-display): Display the correct selected item.
1815         (eww-change-select): Implement changing the select value.
1816         (eww-toggle-checkbox): Implement radio/checkboxes.
1817         (eww-update-field): Fix compilation error.
1818         (eww-tag-textarea): Implement <textarea>.
1819
1820         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1821         don't shadow mode-specific bindings.
1822
1823         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1824         nothing to push.
1825
1826         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1827
1828 2013-06-19  Glenn Morris  <rgm@gnu.org>
1829
1830         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1831
1832 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1833
1834         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1835
1836 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * shr.el (shr-make-table-1): Implement <td rowspan>.
1839         (shr-table-horizontal-line): Allow nil as a value, and change the
1840         default.
1841         (shr-insert-table-ruler): Respect the nil value.
1842
1843 2013-06-18  Tom Tromey  <tromey@barimba>
1844
1845         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1846         New defvars.
1847         (eww-open-file): New defun.
1848         (eww-render): Initialize new variables.
1849         (eww-display-html): Handle "link" and "a".
1850         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1851         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1852         (eww-back-url): Rename from eww-previous-url.
1853         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1854         defuns.
1855
1856 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * shr.el (shr-tag-table): Insert the images after the table, so that
1859         they're not covered by the table colourisation, which often looked
1860         awkward.
1861         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1862         <dd>.
1863         (shr-make-table-1): Implement <td colspan=> support.
1864         (shr-insert-document): Use one less than window width if `shr-width' is
1865         nil, since otherwise things may get one character too wide.
1866
1867 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * eww.el (eww-detect-charset): Improve regexp; move backward.
1870
1871 2013-06-18  Glenn Morris  <rgm@gnu.org>
1872
1873         * mm-decode.el (widget-convert-button): Autoload.
1874
1875         * sieve-manage.el (mm-enable-multibyte): Autoload.
1876
1877         * shr.el (libxml-parse-html-region): Declare.
1878         (shr-render-buffer): Explicit error if no libxml2 support.
1879
1880 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1881
1882         * auth-source.el (auth-source-current-line): New function.
1883         (auth-source-netrc-parse-entries): When a data token is "machine",
1884         assume we're in the wrong place and abort parsing the current line.
1885
1886 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1889         (eww-convert-widgets): Don't bug out if the first widget starts at the
1890         beginning of the buffer.
1891         (eww-convert-widgets): Fix last patch.
1892         (eww-tag-input): Support <input type=image>.
1893
1894         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1895         (shr-tag-base): Protect against base specs that are degenerate.
1896         (shr-ensure-paragraph): Don't delete empty lines that have text
1897         properties, because these may be input fields.
1898
1899         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1900         we can navigate to them.
1901
1902         * shr.el (shr-colorize-region): Put the colours over the entire region.
1903         (shr-inhibit-decoration): New variable.
1904         (shr-add-font): Use it to inhibit text property decorations while doing
1905         preliminary table renderings.  This speeds up typical Wikipedia page
1906         renderings by 15%.
1907         (shr-tag-span): Don't respect the <title>, because that overwrites the
1908         help-echo from links inside the spans.
1909         (shr-next-link): Use `help-echo' for navigation, so that we can
1910         navigate to form elements, too.
1911
1912         * eww.el (eww-button): New face.
1913         (eww-convert-widgets): Use it to make submit buttons more button-like.
1914
1915         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1916         that Gnus commands work.
1917
1918         * shr.el (shr-render-td): Support horizontal alignment.
1919
1920         * eww.el (eww-put-color): Removed.
1921         (eww-colorize-region): Use `add-face-text-property'.
1922
1923         * shr.el (shr-add-font): Append face data, so that we get the correct
1924         precedence: The innermost value (which is applied first) wins.
1925         (shr-make-overlay): Obsolete function.
1926
1927         * mm-decode.el (mm-convert-shr-links): New function to convert
1928         new-style shr URL links into widgets.
1929         (mm-shr): Use it.
1930
1931         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1932         widget commands, since we're no longer using widgets for links.
1933
1934         * shr.el (shr-next-link): New command.
1935         (shr-previous-link): New command.
1936         (shr-urlify): Don't use `widget-convert', because that's slow.
1937         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1938         because collecting the overlays and reapplying them when generating
1939         tables is slow.
1940         (shr-insert-table): Ditto.
1941
1942 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1943
1944         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1945         * shr.el (browse-url): Require `url'.
1946         * eww.el (url): Require format-spec.
1947
1948 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * eww.el (eww-display-html): Default to using the entire window width.
1951         (eww-browse-url): Don't add a User-Agent header (twice), because that
1952         makes Bing refuse connection.
1953
1954         * shr.el (shr-make-table): Cache the table rendering at the table
1955         level, and not the <td> level.  This is a bit faster.
1956
1957         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1958         #id.
1959
1960         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1961         browsers don't.
1962         (shr-expand-url): Respect #anchor links.
1963         (shr-parse-base): Chop off the anchor before using.
1964         (shr-descend): Respect display: none.
1965         (shr-descend): Allow marking elements that have certain IDs.
1966
1967         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1968
1969         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1970
1971         * eww.el (eww-tag-textarea): Support <textarea>.
1972
1973 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1974
1975         * shr.el (shr-dom-to-xml): Fixed function call.
1976
1977         * eww.el (eww): New group.
1978         (eww-header-line-format): New custom variable.
1979         (eww-current-title): New variable.
1980         (eww-display-html): Update header and handle title tag.
1981         (eww-update-header-line-format): New function.
1982         (eww-tag-title): New function.
1983
1984         * shr.el (shr-dom-to-xml): New function.
1985         (shr-tag-svg): Add support for the SVG tag.
1986         (shr-bullet): New custom variable.
1987         (shr-tag-li): Support custom bullet in unordered lists.
1988
1989 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * shr.el (shr-expand-url): Respect // URLs.
1992
1993         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1994         put a background colour onto the entire buffer.
1995         (eww-render): When being redirected, use the redirect URL as the new
1996         base URL.
1997
1998         * shr.el (shr-parse-base): Fix parsing error.
1999
2000         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2001
2002         * shr.el (shr-parse-base): New function.
2003         (shr-expand-url): Use it to expand relative URLs reliably.
2004
2005 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2006
2007         * auth-source.el (auth-source-search-collection): Fix docstring.
2008         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2009         single-quoted strings and multiline entries.
2010         (auth-source-netrc-parse-next-interesting)
2011         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2012         functions to support parser.
2013
2014 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * eww.el (eww-submit): Get submit button logic right when hitting RET
2017         on non-submit buttons.
2018
2019         * shr.el: Remove shr-preliminary-table-render, since that can't really
2020         be used for anything in practice.
2021
2022 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2023
2024         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2025         (sieve-manage-quit).
2026
2027 2013-06-14  Glenn Morris  <rgm@gnu.org>
2028
2029         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2030
2031 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2032
2033         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2034         control the maximum size of photo ID image.
2035         (mml2015-epg-key-image-to-string): Respect it.
2036
2037 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2040         instead of the final one so that we can more easily distinguish them.
2041
2042         * eww.el (eww-submit): Compute the submission URL correctly.
2043
2044 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2045
2046         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2047         Use plist-get rather than CL's getf.
2048         (sieve-manage-parse-capability): Avoid CL's remove-if.
2049
2050 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2051
2052         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2053         (sieve-manage-quit).
2054
2055 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2058         last slash.
2059
2060         * eww.el (eww-tag-select): Use the first value as the default value.
2061
2062 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2063
2064         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2065         (eww-mode): Use `define-derived-mode'.
2066         (eww-parse-headers): Parse headers from beginning of buffer so that
2067         file:// links work.
2068
2069 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2072
2073 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2076         to handle them at all.
2077
2078 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2081         work, too.
2082         (eww-tag-select): Implement <select>.
2083
2084 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2085
2086         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2087         stream managing functions by using open-protocol-stream to do most of
2088         the work.  Has the nice benefit of enabling STARTTLS.
2089         Wait for capabilities after STARTTLS: following RFC5804, the server
2090         sends new capabilities after successfully establishing a TLS connection
2091         with the client.  The client should update the cached list of
2092         capabilities, but we just ignore the answer for now.
2093         (sieve-manage-network-p, sieve-manage-network-open)
2094         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2095         (sieve-manage-forward, sieve-manage-streams)
2096         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2097         API, nor called by any other function.
2098         Enable Multibyte for SieveManage buffers: The parser won't properly
2099         handle umlauts and line endings unless multibyte is turned on in the
2100         process buffer.
2101
2102 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * eww.el (eww-tag-input): Support password fields.
2105         (eww-submit): Support POST.
2106
2107 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * eww.el (eww-tag-form): Protect against degenerate forms.
2110
2111         * shr.el (shr-expand-url): Expand URLs that start with a slash
2112         correctly.
2113
2114         * eww.el (eww-submit): Get submit button logic right.
2115
2116         * shr.el (shr-final-table-render): New variable to signal when we're
2117         doing the final table rendering so that we can collect more data at
2118         that point.
2119
2120         * eww.el (eww-submit): Make form submission work.
2121         (eww-tag-input): Implement submit buttons.
2122         (eww-click-radio): Implement radio and checkboxes.
2123         (eww-submit): Handle hidden elements.
2124
2125         * shr.el (shr-descend): Allow other packages to override (or provide)
2126         rendering of elements.
2127         (shr-expand-url): Strip query strings from URLs before expanding them.
2128
2129         * eww.el: Don't require cl-lib.
2130         (eww-tag-form): Start form support.
2131
2132         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2133
2134         * eww.el: Start writing a new, tiny web browser.
2135         (eww-previous-url): New command.
2136         (eww-quit): New command.
2137
2138 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2139
2140         * sieve.el: Put point at beginning of buffer when viewing a script.
2141         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2142         number in sieve-buffer's header.  Fixed code to also work with a string
2143         as port specifier.  Properly close the connection on pressing 'q'.  Make
2144         sieve-manage-quit close the connection and process buffer.  Also, remove
2145         duplicate keybinding for 'q'.
2146
2147 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2148
2149         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2150         make it easier to read.
2151         (mm-pkcs7-enveloped-magic): Ditto.
2152
2153 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2154
2155         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2156         before `image-type-available-p' to avoid loading the image libraries
2157         needlessly.
2158
2159 2013-06-05  David Engster  <deng@randomsample.de>
2160
2161         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2162         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2163         to see whether the group was synced before.
2164
2165 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2166
2167         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2168         when opening the connection.
2169         Suggested by João Távora <joaotavora@gmail.com> in
2170         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2171
2172 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2175         assume Date header begins with "Date", that may be customized into
2176         something like "X-Sent" using gnus-article-time-format.
2177         (article-transform-date): Allow multi-line Date header.
2178
2179 2013-06-02  David Engster  <deng@randomsample.de>
2180
2181         * registry.el (initialize-instance, registry-lookup)
2182         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2183         (registry-lookup-secondary-value, registry-search, registry-delete)
2184         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2185         not wrap methods in `eval-and-compile'.  This breaks due to latest
2186         changes in EIEIO (introduction of eieio-core.el).
2187
2188 2013-05-30  Glenn Morris  <rgm@gnu.org>
2189
2190         * nnmail.el (nnmail-fancy-expiry-target):
2191         Also bind mail-dont-reply-to-names.
2192
2193         * spam-stat.el (spam-stat-save):
2194         No need to tweak font-lock in temp buffers.
2195
2196         * shr.el (shr-put-image): Silence compiler.
2197
2198 2013-05-29  Glenn Morris  <rgm@gnu.org>
2199
2200         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2201
2202         * gnus-group.el (gnus-sequence-of-unread-articles)
2203         (gnus-summary-add-mark, gnus-mark-article-as-read)
2204         (gnus-group-make-articles-read): Declare.
2205
2206         * gnus-sum.el (gnus-parameter-list-identifier)
2207         (gnus-article-stop-animations, gnus-stop-downloads)
2208         (gnus-article-only-boring-p, article-goto-body)
2209         (gnus-flush-original-article-buffer, article-narrow-to-head)
2210         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2211         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2212
2213         * gnus.el: No need to eval-and-compile autoloads.
2214
2215         * gravatar.el (help-function-arglist): Autoload.
2216
2217         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2218
2219         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2220
2221         * spam.el: No need to load spam-report when compiling.
2222         No need to eval-and-compile autoloads.
2223         (spam-report-resend-to): Declare.
2224         (spam-report-resend-register-routine): Require 'spam-report.
2225
2226 2013-05-24  Julien Danjou  <julien@danjou.info>
2227
2228         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2229         setup.
2230
2231 2013-05-23  Glenn Morris  <rgm@gnu.org>
2232
2233         * gnus-util.el (rmail-swap-buffers-maybe)
2234         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2235         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2236         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2237
2238         * mm-decode.el: No need to load term when compiling.
2239         (term-mode, term-char-mode): Declare.
2240
2241         * mm-util.el: No need to load jka-compr when compiling.
2242         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2243
2244         * nnmaildir.el: Require is automatically eval-and-compile.
2245         (nnmail): Require at run-time too.
2246
2247         * registry.el (registry-size): Move definition before use.
2248
2249 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2250
2251         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2252         signed data to conform the standard.  (Bug#14232)
2253
2254 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2255
2256         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2257         double angle quotation mark.
2258
2259 2013-05-20  Glenn Morris  <rgm@gnu.org>
2260
2261         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2262
2263 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2264
2265         * message.el (message-insert-formatted-citation-line): handle finding
2266         first/lastname when more than 2 names appear.
2267
2268 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2269
2270         * shr.el (shr-tag-span): New function.
2271
2272 2013-05-18  Glenn Morris  <rgm@gnu.org>
2273
2274         * message.el (message-mode): Use message-mode-abbrev-table,
2275         with text-mode-abbrev-table as parent.  (Bug#14413)
2276
2277 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * message.el (message-expand-group): Decode group names.
2280
2281 2013-05-16  Julien Danjou  <julien@danjou.info>
2282
2283         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2284         app-icon.
2285
2286 2013-05-15  Glenn Morris  <rgm@gnu.org>
2287
2288         * shr-color.el (shr-color-visible-luminance-min)
2289         (shr-color-visible-distance-min): Use shr-color group.
2290
2291 2013-05-11  Glenn Morris  <rgm@gnu.org>
2292
2293         * gnus-vm.el: Make it loadable without VM.
2294         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2295         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2296
2297 2013-05-09  Glenn Morris  <rgm@gnu.org>
2298
2299         * mml1991.el: Make it loadable.  (Bug#13456)
2300
2301         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2302         * gnus-async.el (gnus-async-post-fetch-function):
2303         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2304         * gnus-html.el (gnus-html-image-cache-ttl):
2305         * gnus-notifications.el (gnus-notifications-timeout):
2306         * gnus-picon.el (gnus-picon-properties):
2307         * gnus-util.el (gnus-completion-styles):
2308         * gnus.el (gnus-other-frame-resume-function):
2309         * message.el (message-user-organization-file)
2310         (message-cite-reply-position):
2311         * nnir.el (nnir-summary-line-format)
2312         (nnir-retrieve-headers-override-function):
2313         * shr-color.el (shr-color-visible-luminance-min):
2314         * shr.el (shr-blocked-images):
2315         * spam-report.el (spam-report-resend-to):
2316         * spam.el (spam-summary-exit-behavior): Fix custom types.
2317
2318         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2319
2320 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2323         because of let-binding help-xref-following.  (Bug#14356)
2324
2325 2013-05-06  Glenn Morris  <rgm@gnu.org>
2326
2327         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2328
2329 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2330
2331         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2332         entering into the registry.
2333
2334 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2335
2336         * gnus.el: Ma Gnus v0.7 is released.
2337
2338 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2341         (Bug#14304)
2342
2343 2013-04-27  Glenn Morris  <rgm@gnu.org>
2344
2345         * gnus.el (gnus-list-debbugs):
2346         Use require rather than autoload.  (Bug#14262)
2347
2348 2013-04-27  Julien Danjou  <julien@danjou.info>
2349
2350         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2351         port to "sieve" now that it has an official IANA port assigned.
2352
2353 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2356         Don't set the MAILHOST environment variable permanently (Bug#14271).
2357
2358 2013-04-26  Glenn Morris  <rgm@gnu.org>
2359
2360         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2361
2362 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2363
2364         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2365         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2366
2367 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2368
2369         * nnir.el (nnir-close-group): Make sure we are in the right group.
2370
2371         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2372         dependency table from all newly retrieved headers.
2373
2374 2013-04-16  David Edmondson  <dme@dme.org>
2375
2376         Support <img src="data:...">.
2377
2378         * shr.el (shr-image-from-data): New function.
2379         (shr-tag-img): Use it.
2380
2381 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2382
2383         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2384         group.
2385
2386 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2387
2388         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2389         corresponding to any existing group (Bug#14166).
2390
2391 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2392
2393         * nnir.el (number-sequence): No longer used.
2394         (nnir-request-set-mark): New function.
2395         (nnir-request-update-info): Improve marks updating.
2396         (nnir-request-scan): Don't duplicate marks updating.
2397         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2398         Use 'assq rather than 'assoc.  Quote anonymous function.
2399         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2400         Use 'gnus-group-prefixed-p.
2401         (gnus-summary-create-nnir-group): Make sure server for method is open.
2402
2403 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2404
2405         * nnir.el (gnus-nnir-group-p): New function.
2406         (nnir-possibly-change-group): Use it.
2407
2408         * gnus-msg.el (gnus-setup-message): Use it.
2409
2410 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2413         `initial-input' for the argument name.
2414         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2415
2416 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2417
2418         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2419         (used by MH-E).
2420
2421 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2422
2423         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2424         group.
2425
2426         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2427         fix compilation.
2428
2429 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2430
2431         * nnir.el (nnir-method-default-engines): And another typo.
2432
2433 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2434
2435         * nnir.el (nnir-method-default-engines): Fix typo.
2436
2437 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2438
2439         * nnir.el: Define 'number-sequence for xemacs.
2440         (gnus-summary-create-nnir-group): New function to create an nnir group
2441         from an nnir summary buffer based on the current query.
2442         (nnir-request-create-group): Update to allow nnir group creation based
2443         on the current query.
2444
2445 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * nndraft.el (nndraft-request-expire-articles):
2448         Make expiry target always `delete'.
2449
2450 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2451
2452         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2453         buffer use the posting-style and gcc of the original article group.
2454         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2455
2456         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2457         after other deffoos.
2458
2459 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2460
2461         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2462         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2463         support for real (i.e. not ephemeral) nnir groups.
2464         (gnus-summary-make-nnir-group): New function for initiating searches
2465         from a summary buffer.
2466
2467 2013-03-18  Sam Steingold  <sds@gnu.org>
2468
2469         * message.el (message-bury): Minor cleanup.
2470
2471 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2472
2473         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2474
2475 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2478         nnml-request-list.  (Bug#13873)
2479         (nndir-request-newsgroups): Remove, unused.
2480
2481         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2482
2483 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2484
2485         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2486         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2487         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2488
2489 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2490
2491         * shr.el: Make all the overlays set the `evaporate' property so that
2492         they're removed properly.
2493
2494 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2495
2496         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2497         shell-quote-argument.
2498
2499 2013-02-22  David Engster  <deng@randomsample.de>
2500
2501         * gnus-registry.el (gnus-registry-save): Provide class name when
2502         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2503         `condition-case' to stay compatible with older EIEIO versions which
2504         only accept one argument.
2505
2506 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2507
2508         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2509         (epg-user-id-validity): Autoload.
2510         (mml2015-epg-check-user-id): New function.
2511         (mml2015-epg-check-sub-key): New function split from
2512         mml2015-epg-find-usable-key.
2513         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2514         optional name-is-key-id, to handle the case when user-id is unusable.
2515         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2516
2517 2013-02-17  Glenn Morris  <rgm@gnu.org>
2518
2519         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2520
2521 2013-02-16  Glenn Morris  <rgm@gnu.org>
2522
2523         * shr.el (shr-put-image): Only animate images that specify a delay.
2524         This is consistent with the old image-animated-p behavior.
2525
2526 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2529         for XEmacs.
2530
2531 2013-02-13  Juri Linkov  <juri@jurta.org>
2532
2533         * gnus-art.el (gnus-article-mode-map):
2534         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2535         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2536
2537 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2538
2539         * auth-source.el (auth-source-format-prompt): Don't get confused by
2540         any "\" in replacement text.  (Bug#13637)
2541
2542 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2543
2544         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2545         (gnus-backend-trace): Honour gnus-backend-trace.
2546
2547         * mml.el (mml-insert-part): Insert closing tag.
2548
2549         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2550
2551 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2554         able to find the article, which can happen in debbugs groups,
2555         apparently.
2556
2557 2013-01-16  Glenn Morris  <rgm@gnu.org>
2558
2559         * smiley.el (smiley-style): Make the file loadable in batch mode.
2560
2561 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2562
2563         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2564         imap process running.
2565
2566 2013-01-14  Julien Danjou  <julien@danjou.info>
2567
2568         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2569         Compare addresses against addresses, not against the full From field.
2570
2571 2013-01-13  Richard Stallman  <rms@gnu.org>
2572
2573         * message.el (message-forward-make-body-mime): New args BEG, END
2574         specify what part of FORWARD-BUFFER to use.  Do the work directly
2575         instead of calling `mml-insert-buffer'.
2576
2577 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2578
2579         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2580         cross-reference(s).
2581
2582         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2583         cross-reference(s).
2584
2585 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2586
2587         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2588         and point-max-marker.
2589         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2590
2591 2013-01-11  Julien Danjou  <julien@danjou.info>
2592
2593         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2594         max are almost equal.  Also return the correct value for V which is
2595         already between 0 and 1.
2596
2597 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2598
2599         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2600         to mml2015-encrypt-to-self.
2601         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2602
2603 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2604
2605         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2606         mml-smime-epg-find-usable-secret-key.
2607
2608 2013-01-08  Glenn Morris  <rgm@gnu.org>
2609
2610         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2611
2612 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2613
2614         * mml-smime.el: Support signing by sender.
2615         Requested by Uwe Brauer.
2616         (mml-smime-sign-with-sender): New user option analogous
2617         to mml2015-sign-with-sender.
2618         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2619         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2620         mml2015.el.
2621
2622 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2625         isn't running, because Gnus will probably not know how to handle the
2626         Gcc header (bug#11941).
2627
2628         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2629         articles.
2630
2631 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2634         (nnfolder-generate-active-file): Make this function work with recursive
2635         folder names.
2636
2637 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2638
2639         * nntp.el (nntp-open-connection): Use HELP as the capability command
2640         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2641         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2642
2643 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2644
2645         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2646         place holder since this gives `Invalid face reference: nil' messages.
2647         Use the `default' face instead.  It has the same effect here, even
2648         though it is not no-op.
2649
2650         * gnus-util.el
2651         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2652
2653 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2654
2655         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2656         non-string posting styles (bug#13285).
2657
2658 2012-12-27  Glenn Morris  <rgm@gnu.org>
2659
2660         * plstore.el (plstore-passphrase-callback-function):
2661         Use plstore-get-file.
2662
2663 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2664
2665         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2666         stderr.
2667
2668 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2671
2672         * gnus-compat.el (set-buffer-multibyte): Remove.
2673
2674 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2675
2676         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2677         temporary file to get PGP key image.  Pass no-show-photos when
2678         extracting image to avoid having it pop up twice.
2679
2680 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2681
2682         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2683         eligible for treatment.
2684
2685         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2686         lines.  This makes summary commands with hidden threads work more
2687         reliably.
2688
2689         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2690         button to mark the hidden citations (bug#9395).
2691
2692 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2693
2694         * mml2015.el (mml2015-epg-signature-to-string): New function.
2695         (mml2015-epg-verify-result-to-string): New function.
2696         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2697         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2698         instead of epg-verify-result-to-string.
2699         (epg-signature-key-id, epg-signature-to-string): Autoload.
2700         (epg-verify-result-to-string): Remove autoload.
2701
2702 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2703
2704         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2705         ID image from GPG public key.
2706         (mml2015-epg-key-image-to-string): New function.
2707
2708 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2709
2710         * plstore.el (plstore-passphrase-callback-function): Fix error when
2711         error when plstore-cache-passphrase-for-symmetric-encryption is set
2712         (bug#13264).
2713
2714 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2715
2716         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2717         buffer to the article buffer here, because that clobbers multiple
2718         article buffers.
2719
2720         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2721         buffer always points to the right summary buffer.
2722
2723 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2724
2725         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2726         the password (bug#12097).
2727
2728 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2729
2730         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2731         (bug#13263).
2732
2733         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2734         buffer exists before using it (bug#12475).
2735
2736         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2737         offline groups (bug#11937).
2738
2739         * message.el (message-yank-original): When using customize to set the
2740         value of `message-cite-style', the variable it set to a symbol that's
2741         the name of the variable, which must then be dereferenced (bug#12616).
2742
2743 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2744
2745         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2746         the `face' property with a list whose car is the face specified in the
2747         format string and whose cdr is (nil).
2748         * lisp/gnus-util.el
2749         (gnus-put-text-property-excluding-characters-with-faces):
2750         Change accordingly.
2751         (gnus-get-text-property-excluding-characters-with-faces): New function.
2752         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2753         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2754         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2755
2756 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2757
2758         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2759         login methods.
2760         (nnimap-login): Respect the `nnimap-authenticator' variable.
2761
2762         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2763         mark state when moving articles.  Otherwise unticked articles will get
2764         their ticks back after moving.
2765
2766 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2767
2768         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2769
2770         * message.el (message-ignored-news-headers): Always remove
2771         X-Message-SMTP-Method to avoid information leakage if the user
2772         mistakenly inserts the header into news messages.
2773
2774         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2775
2776         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2777         right than four characters, this command would move point to
2778         `point-max'.  Don't do that.
2779
2780         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2781         to nil to allow re-selecting groups that gain articles.
2782         (gnus-bug-group-download-format-alist): Update the URL.
2783
2784 2012-12-23  Andreas Schwab  <schwab@suse.de>
2785
2786         * shr.el (shr-tag-em): Render em as italic, not bold.
2787
2788 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2789
2790         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2791         for reuse.
2792         (gnus-open-server): Use it to add more tracing.
2793         (gnus-finish-retrieve-group-infos): Add backend tracing.
2794         (gnus-backend-trace): Also note the elapsed seconds.
2795
2796 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2797
2798         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2799         Set epa-file-encrypt-to from variable to avoid querying.
2800
2801 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2802
2803         * sieve-mode.el (sieve-font-lock-keywords):
2804         Keywords should be word delimited.  (Bug#13173)
2805
2806 2012-12-13  Andreas Schwab  <schwab@suse.de>
2807
2808         * tls.el (tls-program): Update customize type.
2809
2810 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2813         instead of <pre> to align message header.
2814
2815 2012-12-12  Sam Steingold  <sds@gnu.org>
2816
2817         * gnus.el (gnus-other-frame-resume-function): Add user option.
2818         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2819
2820 2012-12-06  Sam Steingold  <sds@gnu.org>
2821
2822         * gnus-start.el (gnus-before-resume-hook): Add.
2823         (gnus-1): Run it when Gnus is alive.
2824
2825 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2828         * gnus-art.el (article-unsplit-urls)
2829         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2830         * gnus-registry.el (gnus-registry-get-article-marks)
2831         * message.el (message-goto-body): Use it.
2832         (message-called-interactively-p): Remove.
2833
2834         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2835         (spam-stat-score-buffer): Use it.
2836
2837         * spam.el: Silence the warnings against BBDB functions when compiling.
2838
2839         * gnus-score.el (gnus-score-decode-text-parts):
2840         Use append+mapcar instead of the cl function mapcan.
2841
2842 2012-12-05  Sam Steingold  <sds@gnu.org>
2843
2844         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2845         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2846         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2847
2848 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gmm-utils.el (gmm-called-interactively-p): Revert.
2851         This seems to cause Emacs to get stuck!
2852         * gnus-art.el (article-unsplit-urls)
2853         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2854         * gnus-registry.el (gnus-registry-get-article-marks)
2855         * message.el (message-goto-body)
2856         (message-called-interactively-p): Revert.
2857
2858         * gmm-utils.el (gmm-called-interactively-p): New function.
2859         * gnus-art.el (article-unsplit-urls)
2860         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2861         * gnus-registry.el (gnus-registry-get-article-marks)
2862         * message.el (message-goto-body): Use it.
2863         (message-called-interactively-p): Remove.
2864
2865         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2866         * gnus-sync.el (gnus-sync-lesync-call)
2867         * message.el (message-read-from-minibuffer): Use it.
2868
2869 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gmm-utils.el (gmm-flet): Remove.
2872         * gnus-sync.el (gnus-sync-lesync-call)
2873         * message.el (message-read-from-minibuffer): Don't use it.
2874
2875 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2878
2879 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2882
2883         * gnus-sync.el (gnus-sync-lesync-call)
2884         * message.el (message-read-from-minibuffer): Use gmm-flet.
2885
2886         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2887
2888         * gnus-util.el (gnus-macroexpand-all): Remove.
2889
2890 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2891
2892         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2893         to TAB, not [tab].
2894         (gnus-summary-article-map): Likewise.
2895
2896         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2897         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2898
2899 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2900
2901         * time-date.el: Commentary fix.
2902
2903 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2904
2905         * color.el: Don't require cl.
2906         (color-complement): `caddr' -> `nth 2'.
2907
2908         * time-date.el (time-to-seconds): De-obsolete.
2909
2910 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * message.el (message-get-reply-headers):
2913         Make sure the reply goes to the author if it is a wide reply.
2914
2915 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2916
2917         * gnus-score.el (gnus-score-body):
2918         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2919         scoring by body.
2920
2921 2012-11-16  Glenn Morris  <rgm@gnu.org>
2922
2923         * gnus-diary.el (nndiary-request-create-group-functions)
2924         (nndiary-request-update-info-functions)
2925         (gnus-subscribe-newsgroup-functions)
2926         (nndiary-request-accept-article-functions):
2927         Use new names for hooks rather than obsolete aliases.
2928
2929 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2932
2933 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2936         in meta tag with the one the part specifies in its header.
2937
2938 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2939
2940         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2941         by default.
2942
2943 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2946         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2947
2948 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2951         and a runtime function for it, of which the XEmacs version takes only
2952         two arguments.
2953
2954 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2955
2956         * nndiary.el (nndiary-request-create-group-functions)
2957         (nndiary-request-update-info-functions)
2958         (nndiary-request-accept-article-functions):
2959         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2960         "-hooks" suffix.
2961
2962 2012-10-19  Julien Danjou  <julien@danjou.info>
2963
2964         * gnus-art.el: Require gnus-util because it uses
2965         `gnus-timer--function'.
2966
2967 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2968
2969         * starttls.el (starttls-extra-arguments): Doc fix.
2970
2971 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972
2973         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2974         it.
2975
2976 2012-10-06  Glenn Morris  <rgm@gnu.org>
2977
2978         * gnus-notifications.el (gnus-notifications):
2979         Add missing group :version tag.
2980         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2981         (gnus-gcc-post-body-encode-hook):
2982         * gnus-sync.el (gnus-sync-lesync-name)
2983         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2984
2985 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2986
2987         * color.el (color-hsl-to-rgb): Fix incorrect results for
2988         small and large hue values.  (Bug#12559)
2989
2990 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         New UIDL implementation.
2993
2994         * mail-source.el (mail-sources, mail-source-keyword-map):
2995         Add :leave as a pop3 keyword.
2996         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2997
2998         * pop3.el (pop3-leave-mail-on-server): Allow number.
2999         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3000         (pop3-movemail): Add UIDL support.
3001         (pop3-send-streaming-command): Take a list of mail numbers instead of
3002         the number of mails.
3003         (pop3-write-to-file): Add X-UIDL header.
3004         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3005         (pop3-uidl-add-xheader): New functions.
3006
3007         * message.el (message-ignored-resent-headers):
3008         Add X-Content-Length and X-UIDL headers.
3009
3010 2012-10-05  Glenn Morris  <rgm@gnu.org>
3011
3012         * color.el (color-name-to-rgb, color-rgb-to-hex)
3013         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3014         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3015         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3016         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3017
3018 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3021         a user about whether to delete temp files if once a user answered as n.
3022
3023 2012-09-25  Chong Yidong  <cyd@gnu.org>
3024
3025         * password-cache.el (password-read-and-add): Use a declare form to mark
3026         this function obsolete.
3027
3028 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * lpath.el: Bind mail-encode-mml for old Emacsen.
3031
3032 2012-09-17  Richard Stallman  <rms@gnu.org>
3033
3034         * message.el (message-in-body-p): Don't set mark or modify buffer.
3035
3036         * mml.el (mml-attach-file): Doc fix.
3037         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3038         Set mail-encode-mml when in Mail mode.
3039         Simplify code to set HEAD and move back to HEAD.
3040         (mml-insert-multipart, mml-insert-part):
3041         Set mail-encode-mml when in Mail mode.
3042
3043 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * gnus-util.el (gnus-timer--function): New function.
3046
3047         * gnus-art.el (gnus-article-stop-animations): Use it.
3048
3049 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3050
3051         Fix glitches caused by addition of psec to timers.
3052         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3053         rather than raw access to timer vector.
3054
3055 2012-09-11  Julien Danjou  <julien@danjou.info>
3056
3057         * gnus-notifications.el (gnus-notifications): Check for nil values in
3058         ignored addresses check.
3059
3060 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3061
3062         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3063
3064 2012-09-07  Chong Yidong  <cyd@gnu.org>
3065
3066         * gnus-util.el
3067         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3068
3069         * gnus-salt.el (gnus-tree-highlight-node):
3070         * gnus-sum.el (gnus-summary-highlight-line):
3071         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3072
3073 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3074
3075         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3076
3077 2012-09-06  Juri Linkov  <juri@jurta.org>
3078
3079         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3080         scheme for buffer names to be more consistent with other group and
3081         article buffer names in Gnus.
3082
3083 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3084
3085         * gnus-util.el
3086         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3087
3088         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3089         Jenkner.
3090
3091         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3092
3093         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3094
3095         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3096
3097 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3100         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3101
3102         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3103         string-prefix-p in Emacs >=23.2.
3104
3105         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3106         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3107         instead of string-match-p.
3108         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3109
3110 2012-09-06  Kenichi Handa  <handa@gnu.org>
3111
3112         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3113         lowercase a..f.
3114
3115 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3116
3117         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3118
3119 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3120
3121         * nnimap.el (nnimap-request-move-article): Decode the group name when
3122         doing internal moves to avoid charset issues.
3123
3124         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3125         TIME is set.
3126
3127 2012-09-05  Juri Linkov  <juri@jurta.org>
3128
3129         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3130         than one group at a time (bug#11961).
3131
3132 2012-09-05  Julien Danjou  <julien@danjou.info>
3133
3134         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3135         this hide the real reason with a message giving absolutely no hint.
3136
3137 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3138
3139         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3140         to the backend (bug#11804).
3141
3142         * message.el (message-insert-newsgroups): Don't insert newsgroup
3143         duplicates (bug#12275).
3144
3145 2012-09-05  John Wiegley  <johnw@newartisans.com>
3146
3147         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3148         sieve rules.
3149
3150 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3151
3152         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3153         function.
3154
3155         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3156
3157         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3158
3159 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3160
3161         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3162         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3163         This should make nnmaildir more usable with offlineimap.
3164
3165 2012-09-05  Julien Danjou  <julien@danjou.info>
3166
3167         * nnimap.el (nnimap-request-list): Revert change that made listing
3168         synchronous.
3169         (nnimap-get-responses): Restore.
3170
3171 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3172
3173         * dgnushack.el: XEmacs 21.5 compilation fix.
3174
3175         * gnus-notifications.el (gnus-notifications-notify): Use it.
3176
3177         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3178         warnings on XEmacs.
3179
3180 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3181
3182         Better seeds for (random).
3183         * gnus-sync.el (gnus-sync-lesync-setup):
3184         * message.el (message-canlock-generate, message-unique-id):
3185         Change (random t) to (random), now that the latter is more random.
3186
3187 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3188
3189         * nnimap.el (nnimap-change-group): Document result value
3190
3191         * auth-source.el (auth-sources): Fix macos keychain access.
3192
3193         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3194         allow the backend `request-head' function to determine the group
3195         name on its own.
3196         (gnus-request-expire-articles): Filter out negative article numbers
3197         during expiry (Bug#11980).
3198
3199         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3200         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3201
3202         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3203         you've found the article when you haven't.
3204
3205         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3206         that nnimap-change-group can return t.
3207
3208 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3209
3210         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3211
3212 2012-08-30  Julien Danjou  <julien@danjou.info>
3213
3214         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3215         `gnus-notifications-timeout'.
3216         (gnus-notifications-timeout): Add.
3217         (gnus-notifications-action): New function.
3218         (gnus-notifications-notify): Add :action using
3219         `gnus-notifications-action'.
3220         (gnus-notifications-id-to-msg): New variable.
3221         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3222         notifications id to messages.
3223
3224 2012-08-30  Kenichi Handa  <handa@gnu.org>
3225
3226         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3227         once.
3228
3229 2012-08-29  Julien Danjou  <julien@danjou.info>
3230
3231         * gnus-notifications.el: New file.
3232         (gnus-notifications-notify): New function.
3233         (gnus-notifications): Use `gnus-notifications-notify'.
3234
3235 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3238         transfer encoding first; bind gnus-newsgroup-charset to the charset
3239         that the article specifies (Bug#12209).
3240
3241 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3244         (gnus-group-customize-done): Encode values posting-style holds.
3245
3246         * gnus-msg.el (gnus-summary-resend-message)
3247         (gnus-configure-posting-styles): Decode values posting-style group
3248         parameter holds.
3249
3250 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3253         `name' and `address' in Resent-From header.
3254
3255 2012-08-14  Chong Yidong  <cyd@gnu.org>
3256
3257         * gnus-art.el (article-display-face): Handle failure in
3258         gnus-create-image (Bug#11802).
3259
3260 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3261
3262         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3263         Use defsetf.
3264
3265 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3266
3267         * auth-source.el (auth-source-plstore-search)
3268         (auth-source-secrets-search): Ignore :require and :type in search spec.
3269
3270 2012-08-06  Julien Danjou  <julien@danjou.info>
3271
3272         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3273         `nnimap-request-move-article'.
3274
3275         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3276         Remove autoload, already handled by gnus.el.
3277
3278         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3279
3280         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3281         supported by nnimap actually.  Reverts previous change.
3282
3283         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3284         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3285         to-buffer argument that is already supported.
3286
3287 2012-08-05  Julien Danjou  <julien@danjou.info>
3288
3289         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3290         Add autoload.
3291
3292 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * gnus.el (gnus-valid-select-methods): Fix custom type.
3295
3296 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3297
3298         * auth-source.el (auth-sources, auth-source-backend-parse)
3299         (auth-source-macos-keychain-search)
3300         (auth-source-macos-keychain-search-items)
3301         (auth-source-macos-keychain-result-append)
3302         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3303         auth-source.el through the /usr/bin/security utility.
3304         (auth-sources): Fix syntax error.
3305         (auth-source-macos-keychain-result-append): Fix variable name.
3306         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3307
3308 2012-07-27  Julien Danjou  <julien@danjou.info>
3309
3310         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3311         Emacs < 24.1
3312
3313 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * message.el (message-kill-address): Don't kill last newline.
3316         (message-skip-to-next-address): Don't move to the next header.
3317         (message-fill-field-address): Work properly.
3318
3319 2012-07-25  Julien Danjou  <julien@danjou.info>
3320
3321         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3322
3323 2012-07-24  Julien Danjou  <julien@danjou.info>
3324
3325         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3326
3327         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3328         (nntp-async-timer-handler): Remove, unused.
3329
3330         * nnimap.el (nnimap-get-responses): Remove, unused.
3331
3332         * nnheader.el (mail-header-set-extra): Remove, unused.
3333
3334         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3335         unused.
3336
3337         * mm-view.el (mm-view-sound-file): Remove, unused.
3338
3339         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3340         (mm-url-encode-multipart-form-data): Remove, unused.
3341
3342         * message.el (message-remove-signature, message-make-host-name)
3343         (message-fill-address): Remove, unused.
3344
3345         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3346         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3347         unused.
3348
3349         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3350         (gnus-xmas-call-region): Remove, unused.
3351
3352         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3353
3354         * gnus-util.el (gnus-extract-address-component-name)
3355         (gnus-extract-address-component-email, gnus-sortable-date)
3356         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3357         (gnus-process-live-p): Remove, unused.
3358
3359         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3360
3361         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3362         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3363         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3364         function.
3365
3366         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3367
3368         * gnus-score.el (gnus-summary-score-crossposting)
3369         (gnus-score-regexp-bad-p): Remove, unused.
3370
3371         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3372
3373         * gnus-range.el (gnus-sublist-p): Remove, unused.
3374
3375         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3376         unused.
3377
3378         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3379
3380         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3381         (gnus-request-associate-buffer): Remove, unused.
3382
3383         * gnus-group.el (gnus-group-set-method-info)
3384         (gnus-group-set-params-info): Remove, unused.
3385
3386         * gnus-fun.el (gnus-shell-command-to-string)
3387         (gnus-shell-command-on-region): Remove, unused.
3388
3389         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3390
3391         * gnus-art.el (gnus-article-text-type-exists-p)
3392         (article-translate-characters, gnus-article-hide-text-of-type)
3393         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3394         Remove, unused.
3395
3396 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3397
3398         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3399
3400 2012-07-21  Julien Danjou  <julien@danjou.info>
3401
3402         * message.el (message-dont-reply-to-names): Replace deprecated
3403         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3404         (message-get-reply-headers): Ditto.
3405
3406 2012-07-18  Julien Danjou  <julien@danjou.info>
3407
3408         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3409         `sieve-upload-and-kill'.
3410
3411         * sieve.el (sieve-bury-buffer): Remove function.
3412         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3413         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3414
3415 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3416
3417         * shr.el (shr-expand-url): Handle URL starting with `//'.
3418
3419 2012-07-13  Chong Yidong  <cyd@gnu.org>
3420
3421         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3422         instead of calling toggle-read-only with a (bogus) argument.
3423
3424 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3425
3426         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3427         of initial input when reading the author to restrict the summary to.
3428
3429 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * mm-decode.el (mm-shr):
3432         Allow overriding charset by mm-charset-override-alist.
3433
3434 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * gnus-art.el (gnus-article-view-part):
3437         Toggle subparts of multipart/alternative part.
3438
3439 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3440
3441         * shr.el (shr-render-buffer): New command.
3442         (shr-visit-file): Use it.
3443
3444 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3447         Set no-byte-compile and no-update-autoloads.
3448
3449 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3452
3453 2012-06-25  Julien Danjou  <julien@danjou.info>
3454
3455         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3456         `nnimap-request-move-articles-find-limit' since we do not use it only
3457         for move operations.
3458         (nnimap-request-accept-article): Use
3459         `nnimap-request-articles-find-limit' to limit search by message-id.
3460
3461 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3462
3463         Support higher-resolution time stamps (Bug#9000).
3464
3465         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3466         VARLIST.  It's optional, for backward compatibility.
3467         (encode-time-value): New optional arg PICO.  New type 3.
3468         (time-to-seconds) [!float-time]: Support the new picoseconds
3469         component if it's used.
3470         (seconds-to-time, time-subtract, time-add):
3471         Support ps-resolution time stamps as well.
3472
3473 2012-06-19  Julien Danjou  <julien@danjou.info>
3474
3475         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3476
3477         * nnimap.el (nnimap-log-buffer): Check that
3478         `window-point-insertion-type' is boundp, since it's not available in
3479         XEmacs.
3480
3481 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3482
3483         * nnimap.el (nnimap-log-buffer): Add this, setting
3484         `window-point-insertion-type' in the buffer to t.
3485         (nnimap-log-command): Use nnimap-log-buffer.
3486
3487 2012-06-19  Julien Danjou  <julien@danjou.info>
3488
3489         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3490         argument to be able to limit the search.
3491         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3492         (nnimap-request-move-articles-find-limit): Add this to limit the search
3493         by Message-Id after a message move.
3494         (nnimap): Add defgroup.
3495
3496 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3497
3498         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3499
3500 2012-06-15  Julien Danjou  <julien@danjou.info>
3501
3502         * nnimap.el (nnimap-find-article-by-message-id): Use
3503         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3504         (nnimap-possibly-change-group): Add read-only argument.
3505         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3506         issuing EXAMINE manually.
3507         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3508         with read-only argument.
3509         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3510         cannot possibly change because we need to be sure that it's either
3511         read-write or read-only.
3512
3513 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3516         being bound to a lambda form.
3517
3518 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3519
3520         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3521         articles when fetch-old is non-nil (bug#11370).
3522
3523 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3524
3525         * gnus-picon.el (gnus-picon-properties): New defcustom.
3526         (gnus-picon-create-glyph): Use it.
3527
3528 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * gnus-group.el (gnus-group-get-new-news): Respect
3531         `gnus-group-use-permanent-levels', as documented (bug#11638).
3532
3533 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3534
3535         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3536         groups (bug#11641).
3537
3538 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3539
3540         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3541         is an integer to avoid later problems.
3542
3543 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3544
3545         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3546         locales.
3547
3548         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3549         on a handle.
3550
3551         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3552         address as the default.
3553         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3554
3555         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3556         makes no sense to query the user about internal files.
3557
3558         * gnus-spec.el: Remove all the byte-compilation stuff, since
3559         benchmarking shows that it doesn't help when entering large summary
3560         buffers.
3561
3562         * gnus-xmas.el (gnus-xmas-define): Remove.
3563
3564         * gnus-util.el (gnus-byte-code): Remove.
3565
3566         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3567         grouplens stuff.
3568
3569 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3572         (bug#11514).
3573
3574 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3575
3576         * message.el (message-buffers): Return all buffers derived from Message
3577         to make `gnus-dired-attach' work with mu4e.
3578
3579 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3580
3581         * nntp.el: Stop the `letf' madness.
3582         (nntp--report-1): New var.
3583         (nntp-report): Merge nntp-report-1 into it.
3584         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3585         the nntp-report function.
3586
3587         * auth-source.el: Fix comment-style to follow the convention.
3588
3589 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3590
3591         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3592         (mm-dissect-singlepart): Don't guess the MIME type of
3593         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3594         set.
3595         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3596         toplevel MIME type is multipart/encrypted.
3597
3598 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3601         a string so that Gcc works (bug#11514).
3602
3603 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3604
3605         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3606         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3607
3608 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3609
3610         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3611         jumping to *Server* from a dedicated *Group* window.
3612         (gnus-configure-frame): CSE.
3613
3614         * gnus-registry.el: Minor style cleanup.
3615         (gnus-registry--set/remove-mark): New function, extracted from
3616         gnus-registry-install-shortcuts.
3617         (gnus-registry-install-shortcuts): Use it.
3618
3619 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * nnspool.el (news-path): Use eval-and-compile.
3622
3623 2012-05-24  Glenn Morris  <rgm@gnu.org>
3624
3625         * nnspool.el (news-directory, news-path, news-inews-program):
3626         Move here from paths.el.  Don't see a need for these to be autoloaded.
3627
3628         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3629         Merge in doc from paths.el version.  Don't see any need for this to be
3630         autoloaded, or for the warning about users not setting it.
3631
3632 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3633
3634         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3635         format.  In particular, add an optional argument and a docstring.
3636
3637         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3638
3639         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3640         current before calling `gnus-groups-to-gnus-format'.
3641         Note that this was already the case for `gnus-active-to-gnus-format'.
3642
3643 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3644
3645         Fix minor Y10k bug.
3646         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3647
3648 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3649
3650         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3651         message once it's actually open.
3652
3653 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3654
3655         * gnus.el: Ma Gnus v0.5 is released.
3656
3657 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3658
3659         * auth-source.el (auth-source--aput-1, auth-source--aput)
3660         (auth-source--aget): New functions and macros.
3661         Use them instead of aput/aget.
3662
3663 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3664
3665         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3666
3667 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3668
3669         * plstore.el (plstore-called-interactively-p): New compat macro copied
3670         from message.el.
3671         (plstore-mode): Use it.
3672
3673 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3674
3675         * plstore.el: Revive the editing feature.
3676         (plstore-mode): New mode to edit plstore file.
3677         (plstore-mode-toggle-display, plstore-mode-original)
3678         (plstore-mode-decoded): New command.
3679         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3680         (plstore--insert-buffer, plstore--make): New function.
3681         (plstore-open, plstore-save): Simplify by using them.
3682
3683 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3686
3687 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3688
3689         * tls.el (open-tls-stream): Remove unused binding.
3690
3691 2012-04-16  Glenn Morris  <rgm@gnu.org>
3692
3693         * nndraft.el (nndraft-request-list): Fix declaration.
3694
3695 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696
3697         * mm-decode.el (mm-dissect-buffer): Doc fix.
3698
3699         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3700         don't have a current group.
3701
3702         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3703         buffer if it doesn't exist.
3704
3705         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3706         given, mark the group as ephemeral with the current window conf.
3707
3708         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3709         buffer exists, which it doesn't if we haven't started Gnus.
3710         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3711
3712 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3715         type is.
3716
3717         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3718         `unexists' entries.
3719         (gnus-clean-old-newsrc): Fix last checkin.
3720
3721         * nnimap.el (nnimap-update-info): None of the articles below the active
3722         low-water mark exist.
3723
3724         * dgnushack.el: Get rid of XEmacs compilation warning.
3725
3726         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3727         would have gotten if we posted to the group, and use that to compare
3728         against the message we want to cancel (bug#10808).
3729
3730         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3731         on XEmacs.
3732
3733 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3734
3735         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3736         `scroll-margin'.
3737
3738 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3739
3740         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3741         citation prefix within a block of cited text should be considered part
3742         of that block *only* if it is a blank line.
3743
3744 2012-04-09  Chong Yidong  <cyd@gnu.org>
3745
3746         * binhex.el, hashcash.el, uudecode.el:
3747         Remove * characters from the front of variable docstrings.
3748
3749 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3752         before kinsoku-bol characters nor within kinsoku-eol characters.
3753
3754 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3757         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3758         (gnus-sync-read): Use mapc instead of mapcar.
3759
3760         * mm-archive.el: Require mm-decode for some macros.
3761         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3762         the byte compiler.
3763         (mm-archive-decoders): New function that returns the value of
3764         the mm-archive-decoders variable.
3765
3766         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3767         instead.
3768         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3769
3770         * nnimap.el (gnus-refer-thread-use-nnir):
3771         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3772
3773 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3776
3777 2012-03-12  Peter Münster  <pmrb@free.fr>
3778
3779         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3780         (gnus-demon-cancel): Ditto.
3781         (gnus-demon-run-callback): When function cannot be called due to low
3782         idleness, call it when idleness reaches the expected value, instead of
3783         waiting another timer period.
3784         (gnus-demon-init): Add `time' to arguments of call-back.
3785
3786 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3787
3788         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3789
3790         * gnus.el: Register gnus-registry functions.
3791
3792         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3793         indent.
3794
3795         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3796         enabled before warping.
3797
3798 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3799
3800         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3801         registry about each article retrieved.
3802
3803         * gnus-int.el (gnus-select-group-with-message-id): New function.
3804         (gnus-try-warping-via-registry): Ditto.
3805         (gnus-warp-to-article): Fall back on the registry.
3806
3807 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3808
3809         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3810         inboxes.
3811
3812 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3815
3816 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3819         gnus-gcc-self-resent-messages may be a group parameter.
3820         (gnus-summary-resend-message): Don't encode encoded words in header
3821         when Gcc'ing resent message.
3822
3823 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * shr.el (shr-insert): Treat non-breaking space just like normal
3826         space.  This seems to produce more pleasing results.
3827         (shr-insert): Only insert a blank line if we're starting from an image.
3828         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3829         (shr-ensure-paragraph): Consider lines with white space to be blank.
3830
3831 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3832
3833         * Makefile.in: Respect DESTDIR.
3834
3835 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3836
3837         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3838         and gnus-gcc-post-body-encode-hook.
3839
3840 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841
3842         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3843         messages that don't exist.
3844
3845         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3846
3847 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3850         Remove.
3851
3852         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3853
3854         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3855
3856 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3859         have a group name.
3860
3861         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3862         a multibyte buffer (bug#7410).
3863         (article-wash-html): Parse the original article buffer to get the
3864         unencoded data (bug#7410).
3865
3866         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3867         .newsrc.el files.
3868
3869 2012-04-05  Bastien Guerry  <bzg@altern.org>
3870
3871         * color.el (color-lighten-name): Fix typo.
3872
3873 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3876         "#" to avoid having them interpreted as comments.
3877
3878 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * shr.el (shr-insert): Update the text state properly to avoid
3881         inserting spurious paragraph starts.
3882
3883 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884
3885         * shr.el (shr-table-widths): Divide the extra width more fairly over
3886         the TDs (bug#10973).
3887         (shr-render-td): Don't delete too much padding.
3888         (shr-natural-width): Compute the natural width more correctly.
3889         (shr-insert): Allow the natural width to be computed for tables again.
3890         (shr-tag-table-1): Rework how the natural widths are computed by
3891         rendering the table a third time.
3892         (shr-natural-width): Removed.
3893         (shr-buffer-width): New function.
3894         (shr-expand-newlines): Use it.
3895
3896         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3897         using a `gnus-use-full-window' setup (bug#11013).
3898
3899 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3902         24.1 release.
3903
3904 2012-03-10  David Edmondson  <dme@dme.org>
3905
3906         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3907         'Forwarded Message' header and the start of the message.
3908
3909 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3910
3911         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3912         isn't running (bug#10897).
3913
3914 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3915
3916         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3917         This is inconsistent with all the other stream functions, which leave
3918         the setting up to the higher levels (if so wanted) (bug#10931).
3919
3920 2012-02-28  Glenn Morris  <rgm@gnu.org>
3921
3922         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3923         mm-decode.el: Standardize possessive apostrophe usage.
3924
3925 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3928
3929 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3930
3931         * parse-time.el (parse-time-string): Allow extractor to return nil.
3932
3933 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3936
3937 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3938
3939         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3940
3941 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3942
3943         * mm-decode.el (mm-shr): Remove "soft hyphens".
3944
3945         * nnimap.el (nnimap-request-list): Return the group names encoded as
3946         utf8.  Otherwise non-European group names don't work.
3947         (nnimap-request-newgroups): Ditto.
3948
3949         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3950         the default in `read-string' (bug#10757).
3951
3952         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3953         topics (bug#10843).
3954
3955         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3956         buffer.  Suggested by Herbert Valerio Riedel.
3957         (nnimap-request-move-article): Delete the message from the correct IMAP
3958         server.
3959
3960 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3961
3962         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3963         Reported by Peter Münster.
3964
3965 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3966
3967         * shr.el (shr-image-fetched): Make sure we really kill the right
3968         buffer.
3969
3970 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3971
3972         * gnus-start.el (gnus-1): Avoid duplicate entries.
3973
3974 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3975
3976         * imap.el: Remove.
3977
3978         * nntp.el (nntp-coding-system-for-read): Remove.
3979         (nntp-coding-system-for-write): Ditto.
3980         (nntp-open-connection): Just use `binary' directly.
3981
3982         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
3983         Gnus 0.3.
3984
3985 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
3986
3987         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
3988         application/octet-stream parts really is.
3989
3990         * gnus-sum.el (gnus-propagate-marks): Remove.
3991
3992 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3993
3994         * shr.el (shr-rescale-image): Undo previous change; see
3995         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3996
3997 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3998
3999         * gnus.el: Ma Gnus v0.3 is released.
4000
4001 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4002
4003         * gnus-sum.el (gnus-summary-local-variables): Make
4004         `gnus-newsgroup-unexist' into a local variable.
4005
4006 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4007
4008         * registry.el (registry-usage-test, registry-persistence-test): Move to
4009         tests/gnustest-registry.el.
4010         (registry-make-testable-db, registry-match-test)
4011         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4012
4013         * gnus-registry.el (gnus-registry-misc-test)
4014         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4015
4016         * tests/gnustest-registry.el: New file with the registry and
4017         gnus-registry ERT tests.
4018
4019 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4020
4021         * gnus-msg.el (gnus-summary-resend-message): Make
4022         gnus-summary-resend-message-insert-gcc be last item in
4023         message-header-setup-hook.
4024
4025 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4026
4027         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4028         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4029         Remove.
4030         (nnfolder-open-server): Don't use marks.
4031         (nnfolder-request-delete-group): Ditto.
4032         (nnfolder-request-rename-group): Ditto.
4033         (nnfolder-request-set-mark, nnfolder-request-marks)
4034         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4035         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4036
4037         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4038         (nnml-marks-modtime): Remove.
4039         (nnml-request-delete-group): Don't use marks.
4040         (nnml-request-rename-group): Ditto.
4041         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4042         (nnml-save-marks, nnml-open-marks): Remove.
4043
4044         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4045         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4046         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4047         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4048         (nntp-server-to-method-cache): Remove.
4049
4050         * shr.el (shr-rescale-image): Fix wrong merge.
4051
4052 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4053
4054         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4055         too-wide lines.
4056
4057 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4058
4059         * nnimap.el (nnimap-record-commands): New variable.
4060         (nnimap-log-command): Use it.
4061         (nnimap-make-process-buffer): Add a space to the process buffer.
4062         (nnimap-transform-headers): Don't bug out on header lines containing
4063         stuff that look like IMAP length encodings.
4064
4065         * shr.el (shr-rescale-image): Allow viewing large images.
4066
4067 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4068
4069         * nnml.el (nnml-request-compact-group): Delete the marks file after
4070         compaction (bug#10800).
4071
4072         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4073         group exit.
4074
4075         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4076         QRESYNC/FETCH output.
4077
4078 2012-02-11  Glenn Morris  <rgm@gnu.org>
4079
4080         * sieve-manage.el (sieve-manage-default-stream):
4081         * shr.el (shr):
4082         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4083         (nnir-retrieve-headers-override-function)
4084         (nnir-imap-default-search-key, nnir-notmuch-program)
4085         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4086         (nnir-method-default-engines):
4087         * message.el (message-cite-reply-position):
4088         * gssapi.el (gssapi-program):
4089         * gravatar.el (gravatar):
4090         * gnus-sum.el (gnus-refer-thread-use-nnir):
4091         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4092         (gnus-registry-max-pruned-entries):
4093         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4094         * gnus-int.el (gnus-after-set-mark-hook)
4095         (gnus-before-update-mark-hook):
4096         * gnus-async.el (gnus-async-post-fetch-function):
4097         * auth-source.el (auth-source-cache-expiry):
4098         Add missing :version tags to new defcustoms and defgroups.
4099
4100 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4101
4102         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4103         `gnus-newsgroup-unexist'.
4104
4105         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4106         marks.
4107         (gnus-article-special-mark-lists): Put the `unexist' in the special
4108         marks list instead.
4109
4110         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4111         articles in the list of articles to be selected.
4112
4113         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4114         articles.
4115         (nnimap-update-info): Keep track of unexisting articles.
4116         (nnimap-update-qresync-info): Ditto.
4117
4118 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4119
4120         * message.el (message-default-send-mail-function): Made into own
4121         function for reuse by emacsbug.el.
4122
4123 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4124
4125         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4126         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4127
4128 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4129
4130         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4131         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4132
4133         * gnus-compat.el: Define `timer-set-function'.
4134
4135         * mm-decode.el (mm-display-external): Output the text from the command
4136         in the buffer after the command finished.  This makes text-based
4137         commands behave better.
4138
4139 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4140
4141         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4142
4143 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4144
4145         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4146         23.1.
4147
4148 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4151
4152 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4153
4154         * message.el (smtpmail-smtp-user): Silence compiler warning.
4155
4156 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4157
4158         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4159         SMTP user name.
4160
4161 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * gnus-sum.el (gnus-summary-show-thread):
4164         next-single-char-property-change may return nil in XEmacs.
4165         (gnus-summary-article-map): Fix typo.
4166
4167 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4168
4169         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4170         running.
4171
4172         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4173
4174         * gnus.el (gnus-server-extend-method): Don't add an -address component
4175         if the method already has one (bug#9676).
4176
4177 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4178
4179         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4180         of an initial-input for consistency (bug#10757).
4181
4182         * dgnushack.el: Fix XEmacs compilation warning.
4183
4184         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4185
4186         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4187
4188 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4189
4190         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4191         lines that are narrower than the window width.  Otherwise background
4192         "blocks" will look less readable.
4193
4194 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4195
4196         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4197         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4198         have newlines within the strings, and where the UID comes after the
4199         BODYSTRUCTURE element (bug#10537).
4200
4201         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4202         (bug#10732).
4203
4204         * shr.el (shr-insert-document): Add doc string.
4205         (shr-visit-file): Ditto.
4206         (shr-remove-trailing-whitespace): New function.
4207         (shr-insert-document): Use it to clean up trailing whitespace as the
4208         final step (bug#10714).
4209
4210 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4211
4212         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4213         buffer if `gnus-kill-summary-on-exit' is nil.
4214
4215 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4216
4217         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4218         when just reading a single group from "without" Gnus.
4219
4220 2012-02-06  Chong Yidong  <cyd@gnu.org>
4221
4222         * gnus-sum.el (gnus-summary-show-thread):
4223         next-single-char-property-change never returns nil (Bug#8657).
4224
4225 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4226
4227         * message.el (message-multi-smtp-send-mail): New function.
4228         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4229         header to implement multi-SMTP functionality.
4230
4231         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4232         (gnus-agentize): Don't set it.
4233         (gnus-agent-send-mail): Don't use it.
4234
4235         * gnus-sum.el (gnus-summary-widget-backward): New function and
4236         keystroke.
4237
4238         * gnus-compat.el: More the compat functions more compatible.
4239
4240         * shr.el (shr-put-image): Remove underlines from sliced images.
4241         (shr-zoom-image): Compute the region to be replaced more correctly.
4242
4243 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4246         (gnus-summary-resend-message-insert-gcc): New function.
4247         (gnus-summary-resend-message): Modify message-header-setup-hook and
4248         message-sent-hook to make it work for Gcc.
4249         (gnus-inews-do-gcc): Update the number of unread articles of groups
4250         that messages are Gcc'd to.
4251
4252         * message.el (message-resend): Run message-sent-hook to do Gcc.
4253
4254 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4255
4256         * lpath.el: Fix an XEmacs compilation warning.
4257
4258         * gnus-compat.el: Require `help-fns' to fix compilation error.
4259
4260         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4261         a higher level to silence compilation.
4262
4263         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4264         parameter to allow controlling the scaling.
4265
4266         * shr.el (shr-zoom-image): New command and keystroke.
4267         (shr-put-image): Take a `size' flag to say how to scale the image.
4268
4269         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4270         deletion unless already defined.
4271
4272         * gnus.el (gnus-compat): Require it.
4273
4274         * gnus-compat.el: New file.
4275
4276         * gnus-start.el (gnus-clean-old-newsrc): New function.
4277         (gnus-read-newsrc-file): Use it.
4278
4279         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4280         Use recursive deletion.
4281         (mm-dissect-archive): Add support for zip files.
4282
4283         * gnus-util.el (gnus-recursive-directory-files): New function.
4284
4285         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4286         (mm-archive-decoders): Add tgz support.
4287
4288         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4289         Otherwise inserting text into the Gnus buffer can look odd.
4290
4291         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4292
4293         * mm-archive.el (mm-archive-decoders): Add support for tar.
4294
4295         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4296
4297         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4298
4299 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4300
4301         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4302
4303         * mm-archive.el: New file.
4304
4305         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4306
4307         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4308
4309         * message.el (message-goto-*): Make all the `message-goto-*' commands
4310         push the mark before moving point.  This makes it easier to go back to
4311         where you came from after editing whatever you jumped to.
4312
4313 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4314
4315         * gnus.el: Ma Gnus v0.1 is released.
4316
4317 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4318
4319         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4320         without reconnecting.
4321         (nnimap-possibly-change-group): Ditto.
4322         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4323         connection has died before being called.
4324
4325 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4326
4327         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4328         an initial sync unless we're really doing one.
4329
4330         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4331         address parameter if one already exists (bug#9676).
4332
4333         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4334         not the prefix, as documented (bug#10689).
4335
4336 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4337
4338         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4339         the "server".
4340
4341         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4342         the real error message with the useless "previously known to be down".
4343         Which isn't even correct.
4344
4345         * nntp.el (nntp-open-connection): Report the error message if the nntp
4346         server can't be reached.
4347
4348         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4349         groups we do a total scan for.
4350         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4351         doing that.
4352
4353 2012-01-31  Jim Meyering  <jim@meyering.net>
4354
4355         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4356         Correct a comment (insert "not") and hide nominally-doubled "to".
4357
4358 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4359
4360         * gnus.el (gnus-version): Change name to "Ma Gnus".
4361
4362 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4363
4364         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4365         section in the manual.
4366
4367 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4368
4369         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4370         words.
4371         (rfc2047-encode-string): Ditto.
4372         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4373         understand folded filename="..." parameters, for instance.
4374
4375         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4376         the message for greater debuggability.
4377
4378 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4379
4380         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4381         instead of setting it locally, since the latter doesn't seem to have
4382         any effect (most of the time).
4383
4384 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4385
4386         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4387         function call.
4388
4389 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4390
4391         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4392         seconds, and make the repeat clause with HH:MM specs work as
4393         documented.
4394
4395 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4396
4397         * proto-stream.el (proto-stream-capability-open): Fall back on
4398         :end-of-command if :end-of-capability doesn't exist.
4399
4400 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4403         bound globally in old Emacsen and XEmacsen.
4404
4405 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4406
4407         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4408         so that previous errors don't prohibit getting new news.
4409
4410         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4411
4412         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4413
4414 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4415
4416         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4417         buffer, not of the string which is its name.
4418
4419 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4420
4421         * proto-stream.el (proto-stream-capability-open): Wait for
4422         :end-of-capability, not :end-of-command.
4423
4424         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4425         non-server-marks groups.
4426         (gnus-group-make-articles-read): Ditto.
4427
4428         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4429         methods (bug#9676).
4430
4431         * gnus.el (gnus-method-ephemeral-p): New function.
4432
4433 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4436         left-to-right.
4437
4438 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4439
4440         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4441         warning.
4442
4443 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4444
4445         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4446         macroexpand the nnir things, since they haven't been defined yet, and
4447         nnir requires gnus-sum.
4448
4449 2012-01-24  Julien Danjou  <julien@danjou.info>
4450
4451         * color.el (color-rgb-to-hsl): Fix value computing.
4452         (color-hue-to-rgb): New function.
4453         (color-hsl-to-rgb): New function.
4454         (color-clamp, color-saturate-hsl, color-saturate-name)
4455         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4456         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4457
4458 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4459
4460         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4461
4462 2012-01-19  Julien Danjou  <julien@danjou.info>
4463
4464         * color.el (color-name-to-rgb): Use the white color to find the max
4465         color component value and return correctly computed values.
4466         (color-name-to-rgb): Add missing float conversion for max value.
4467
4468 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4469
4470         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4471         logical server name in addition to the actual machine address.
4472
4473         * auth-source.el (auth-source-user-and-password): Add convenience
4474         wrapper to search by just host and optionally user.
4475
4476 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4479         after rendering.
4480
4481 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4482
4483         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4484         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4485         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4486
4487 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4490         (bug#9693).
4491         (gnus-summary-setup-buffer): Document return value (bug#9697).
4492
4493         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4494         since ido doesn't work on symbols (bug#9632).
4495
4496         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4497         when getting a single value as when getting all the values.  This means
4498         that atoms like `gcc-self' work cumulatively, like variable settings,
4499         instead of getting the value from the last matching clause.
4500         (gnus-group-find-parameter): Protect against the group buffer not
4501         existing (bug#9585).
4502
4503 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504
4505         * gnus-start.el (gnus-activate-group): Document more parameters
4506         (bug#9694).
4507
4508         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4509         (bug#9692).
4510
4511         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4512         article was fetched, so that it can be expired later (bug#9958).
4513         (gnus-agent-summary-fetch-series): Add doc string.
4514         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4515         (bug#9517).
4516
4517         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4518         retrieval is happening.
4519
4520         * gnus.el (gnus-parameters): Doc fix.
4521
4522 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4523
4524         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4525         show the thread after expansion.
4526
4527 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528
4529         * gnus-art.el (article-narrow-to-head): If the head is completely
4530         empty, narrow to the empty region (bug#9764).
4531
4532         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4533         read, and then mark them as unread only when the unread mark is used.
4534         This makes `C-- T k' actually work, even though it's confusing.
4535
4536         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4537         alive before we try to find its window.
4538
4539 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4540
4541         * mm-decode.el (mm-display-external): Use a longer timeout for the
4542         deletion to allow slow programs to display the file.
4543
4544 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4547         prompt to be less confusing.
4548
4549         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4550         argument to `message-reply'.  This broke `special-display-*' frame
4551         pop-uping (bug#10238).
4552
4553 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4554
4555         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4556         systems, since these allegedly don't work there.
4557
4558 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4559
4560         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4561         live buffer.
4562
4563 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * nnir.el (nnir-retrieve-headers): Protect against the article not
4566         existing on the server (bug#10335).
4567
4568 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4569
4570         * gnus-agent.el (gnus-agent-load-local): Recompute
4571         gnus-agent-article-local on changing method.
4572
4573 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4574
4575         * gnus.el (gnus-parameters): Note precedence.
4576
4577 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4578
4579         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4580         in the group buffer.
4581
4582 2012-01-04  Julien Danjou  <julien@danjou.info>
4583
4584         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4585         change.
4586
4587 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4588
4589         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4590         too.
4591
4592         * nntp.el (nntp-retrieve-group-data-early): Use it.
4593
4594 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4595
4596         * nntp.el (nntp-retrieval-in-progress): New variable.
4597         (nntp-make-process-buffer): Make it buffer-local.
4598
4599         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4600         2010.
4601         (gnus-demon-init): Use it to compute the time if time is on the form
4602         "04:23".
4603
4604         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4605
4606         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4607         status in the correct buffer.
4608
4609 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4610
4611         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4612         when opening topics (bug#10407).
4613
4614 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4615
4616         * gnus-cus.el (gnus-score-customize):
4617         * gnus-sum.el (gnus-sort-gathered-threads):
4618         * message.el (message-shorten-references):
4619         * nnmairix.el (nnmairix-request-group):
4620         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4621
4622 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4623
4624         * gnus-agent.el (gnus-agent-regenerate-group):
4625         * gnus-int.el (gnus-retrieve-group-data-early):
4626         * mm-util.el (mm-codepage-ibm-list):
4627         * nndiary.el (Commentary, nndiary-get-new-mail):
4628         * nnir.el (nnir):
4629         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4630
4631 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * mm-view.el (mm-display-inline-fontify): Add comment.
4634
4635 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4636
4637         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4638         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4639
4640 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4641
4642         * gnus-art.el (gnus-split-methods):
4643         * gnus-msg.el (gnus-configure-posting-styles):
4644         * gnus-spec.el (gnus-parse-simple-format):
4645         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4646         * message.el (message-do-actions): Spelling fix.
4647
4648 2011-12-15  Juri Linkov  <juri@jurta.org>
4649
4650         * mm-decode.el (mm-inline-media-tests): Add missing
4651         `mm-handle-media-subtype'.
4652
4653 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4654
4655         * gnus-group.el (gnus-group-tool-bar):
4656         * gnus-sum.el (gnus-summary-tool-bar):
4657         * message.el (message-tool-bar):
4658         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4659
4660 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4661
4662         * plstore.el (plstore--insert-buffer): Spelling fix.
4663
4664 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4665
4666         * message.el (message-valid-fqdn-regexp): Update with newly approved
4667         top-level domain names ".tel" and ".asia".
4668
4669 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4672         unconditionally.
4673
4674 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4677         pop-to-buffer-same-window for old Emacsen.
4678
4679 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4680
4681         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4682
4683 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4684
4685         * netrc.el (netrc-credentials): Spelling fix.
4686
4687 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4688
4689         * gnus-fun.el (gnus-fun-ppm-change-string):
4690         * gnus-msg.el (gnus-inews-do-gcc):
4691         * gnus-sum.el (gnus-summary-find-for-reselect):
4692         * gnus.el (gnus-summary-cancelled):
4693         * message.el (message-cancel-hook, message-send-news):
4694         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4695         * nnir.el (nnir-run-hyrex):
4696         * nntp.el (nntp-with-open-group-function):
4697         * pgg.el (pgg-pending-timers): Spelling fix.
4698
4699 2011-12-04  Chong Yidong  <cyd@gnu.org>
4700
4701         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4702         change (Bug#10200).
4703
4704 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * compface.el (uncompface):
4707         * gnus-art.el (gnus-article-x-face-command): Update the header format
4708         of icon data for the most recent icontopbm program.
4709
4710 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * gnus-msg.el (gnus-inews-do-gcc):
4713         * message.el (message-send-mail):
4714         * mml.el (mml-generate-mime): Share the value of the buffer-local
4715         `message-options' variable between a draft buffer and temprary working
4716         buffers.
4717
4718 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4719
4720         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4721
4722 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4725         for Cygwin.
4726
4727 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4728
4729         * gnus-group.el (gnus-group-prepare-flat):
4730         * mm-bodies.el (mm-encode-body):
4731         * mml.el (mml-preview):
4732         * nnml.el (nnml-request-compact-group):
4733         * pop3.el (pop3-stream-type): Spelling fix.
4734
4735 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4736
4737         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4738
4739 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4740
4741         * color.el (color-rgb-to-hsl):
4742         * gmm-utils.el (gmm-tool-bar-style):
4743         * gnus-group.el (gnus-group-prepare-flat):
4744         * gnus-topic.el (gnus-topic-prepare-topic):
4745         * mm-decode.el (mm-discouraged-alternatives):
4746         * rfc2047.el (rfc2047-encode-1):
4747         * starttls.el: Spelling fix.
4748
4749 2011-11-24  Glenn Morris  <rgm@gnu.org>
4750
4751         * binhex.el (binhex-begin-line): Give it basic doc-string.
4752
4753         * starttls.el, tls.el: Fix case of "GnuTLS".
4754
4755 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4756
4757         * gnus-group.el (gnus-group-highlight): Fix typo.
4758
4759 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4760
4761         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4762         value of `delete-file', that returns nil for a local file but returns t
4763         for a remote file using ssh.
4764
4765 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4766
4767         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4768
4769 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4772         avoid later breakage.
4773
4774 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4777         article buffers' name.
4778
4779 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4782         by Paul Eggert's spellfixes two days ago.
4783
4784 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4787         doesn't have it.
4788
4789         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4790         buffer-local instead of binding them to avoid warnings.  Also demote
4791         errors (bug#10063).
4792         (font-lock-mode-hook): Shut up byte compiler.
4793
4794 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4795
4796         * mm-util.el (mm-charset-after):
4797         * nnir.el (nnir-run-hyrex):
4798         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4799         (ntlm-get-password-hashes, ntlm-md4hash):
4800         * smime.el: Fix typo.
4801
4802 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4803
4804         * gnus-agent.el (gnus-agent-expire-group-1):
4805         * nndiary.el (nndiary-last-occurence):
4806         * nnimap.el (nnimap-request-set-mark):
4807         * nnmairix.el (nnmairix-only-use-registry):
4808         * gnus-group.el (gnus-group-prepare-flat):
4809         * gnus-sum.el (gnus-decode-encoded-word-methods):
4810         * message.el (message-wash-subject):
4811         * nntp.el (nntp-retrieve-headers-with-xover):
4812         * smime.el (smime-certificate-directory): Spelling fix.
4813
4814 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4815
4816         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4817
4818         * color.el:
4819         * gnus-agent.el (gnus-agent-possibly-alter-active):
4820         * gnus-dired.el (gnus-dired-print):
4821         * mail-parse.el:
4822         * nnmairix.el (nnmairix-request-group):
4823         * shr.el (shr-image-displayer):
4824         * sieve-manage.el:
4825         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4826
4827 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4828
4829         * gnus-sum.el (gnus-auto-select-subject):
4830         * spam-report.el (spam-report-resend): Spelling fix.
4831
4832 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4833
4834         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4835         * gnus-art.el (gnus-default-article-saver):
4836         * gnus-srvr.el (gnus-server-copy-server):
4837         * gnus.el (gnus-sloppily-equal-method-parameters):
4838         * html2text.el (html2text-format-tag-list):
4839         * message.el (message-narrow-to-head):
4840         * nndiary.el:
4841         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4842         * sieve.el: Spelling fix.
4843
4844 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4845
4846         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4847         * gnus-sum.el (gnus-summary-make-menu-bar):
4848         * gnus-uu.el (gnus-uu-decode-postscript)
4849         (gnus-uu-decode-postscript-and-save):
4850         * mailcap.el (mailcap-print-command):
4851         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4852         Fix typos.
4853
4854 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4855
4856         * gnus-art.el (gnus-article-part-wrapper):
4857         * html2text.el (html2text-fix-paragraphs):
4858         * mm-decode.el (mm-image-fit-p):
4859         * rfc2047.el (rfc2047-encode-message-header):
4860         * shr-color.el (shr-color-visible-distance-min)
4861         (shr-color-relative-to-absolute, set-minimum-interval)
4862         (shr-color-visible): Fix typos.
4863
4864 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4865
4866         * gmm-utils.el (gmm-tool-bar-item):
4867         * gnus-art.el (gnus-treat-body-boundary):
4868         * gnus-diary.el (gnus-user-format-function-d):
4869         * gnus-start.el (gnus-get-unread-articles):
4870         * pgg-gpg.el (pgg-gpg-update-agent):
4871         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4872
4873 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4874
4875         * gnus-topic.el (gnus-group-prepare-topics):
4876         * gnus-uu.el (gnus-extract-view):
4877         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4878
4879 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * spam.el: Move BBDB autoloads.
4882         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4883         BBDB 2 and 3.
4884         (spam-check-BBDB): Use it.
4885         (spam-enter-ham-BBDB): Use it.
4886
4887 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4888
4889         * smime.el (smime-draw-buffer): Spelling fix.
4890
4891 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4892
4893         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4894         for scanning exactly one level.
4895         * gnus-start.el (gnus-get-unread-articles): Ditto.
4896
4897 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4900         slightly clearer.
4901
4902 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4903
4904         * gnus-sync.el: More commentary about setup.
4905
4906 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * message.el (message-send-and-exit): Document `arg'.
4909
4910 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4911
4912         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4913
4914 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4915
4916         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4917
4918         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4919         we don't use `bound-and-true-p'.
4920
4921 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4922
4923         * gnus-util.el (gnus-bound-and-true-p): Remove.
4924         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4925         * nnir.el: Use it.
4926         * nnmairix.el: Use it.
4927
4928 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4929
4930         * gnus-sync.el: Improve docs about CouchDB admins.
4931
4932         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4933         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4934         for reasons unknown.
4935         * nnir.el: Use it.
4936         * nnmairix.el: Use it.
4937
4938         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4939         * nnir.el: Ditto.
4940         * nnmairix.el: Ditto.
4941
4942         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4943
4944 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4947         not needed.  Provide xmlplistread list function to produce XML plist
4948         output for non-Gnus LeSync clients.
4949
4950 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4951
4952         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4953
4954         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4955         and save against it.  Group subscriptions, read marks, other marks,
4956         subscription levels, topic names, and topic offsets (the group's
4957         position within the topic) are saved.  This is an experimental backend
4958         and may change significantly.  Load json.el from the gnus-fallback-lib
4959         if it's not available otherwise.
4960         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4961
4962 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4963
4964         * message.el (message-completion-function): Make sure
4965         message-tab-body-function is not attempted if one of
4966         message-completion-alist fails to find a completion (bug#9158).
4967
4968 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4969
4970         * mml.el (mml-quote-region): Quote <#secure> tag.
4971         (mml-generate-mime-1): Unquote <#secure> tag.
4972
4973 2011-10-20  Chong Yidong  <cyd@gnu.org>
4974
4975         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4976         calling a minor mode from Lisp with nil arg enables it, so we have to
4977         make the wording a bit ambiguous here).
4978
4979 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4980
4981         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4982         * nnir.el (nnir-mode): Use it.
4983         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4984         Use it.
4985
4986         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4987         * nnmairix.el (gnus-registry-enabled): Ditto.
4988
4989 2011-10-17  Dave Abrahams  <dave@boostpro.com>
4990
4991         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
4992         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4993         only while we need to find out if it should be t or nil.
4994         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4995         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4996         the registry is installed.  Set it to nil when it's unloaded.
4997         (gnus-registry-install-p): Provide user guidance for the initial value
4998         of `gnus-registry-install' when it's 'ask, otherwise return its value.
4999         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5000         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5001         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5002         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5003         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5004         `gnus-registry-install'.
5005
5006 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5007
5008         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5009         previous change.
5010         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5011         primary key is marked as disabled.
5012
5013 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5014
5015         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5016         primary key is marked as disabled.
5017
5018 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5019
5020         * html2text.el (html2text-clean-anchor): Check for quotes around
5021         `href' value.
5022
5023 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5024
5025         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5026         searching.  Drop `bbdb-cache'.
5027
5028 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * message.el (message-signed-or-encrypted-p): Exclude header when
5031         checking if there is signed or encrypted body in text/plain message.
5032
5033 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5034
5035         * html2text.el (html2text-get-attr): Correctly handle attribute values
5036         containing "=".
5037
5038 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5039
5040         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5041         handle bindings.
5042
5043 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * gnus-win.el (gnus-configure-windows): Protect against reading
5046         ephemeral groups outside of Gnus.
5047
5048 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * shr.el (shr-tag-img): Don't get images displayed in tables.
5051
5052 2011-10-03  Glenn Morris  <rgm@gnu.org>
5053
5054         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5055         the "maintainer" version of debbugs.gnu.org reports.
5056
5057 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5060         make asynchronous adjacent image insertion work better.
5061
5062 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5063
5064         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5065         documentation.
5066
5067 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5068
5069         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5070         `gnus-asynchronous' isn't shadowed.
5071
5072 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5075
5076         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5077         (nnimap-insert-partial-structure): The charset parameter isn't
5078         case-sensitive.
5079
5080         * nnheader.el (nnheader-message-maybe): New function.
5081
5082         * shr.el (shr-tag-table): Render totally broken tables better.
5083
5084         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5085         computing the boundary.
5086
5087 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * pop3.el (pop3-number-of-responses): Remove.
5090         (pop3-wait-for-messages): Rewrite to take linear time instead of
5091         exponential time.
5092
5093 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5094
5095         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5096         re-fetch images.
5097
5098         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5099         re-fetch images when hitting `g' in Gnus.
5100
5101 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5104         (mml-compute-boundary): Don't check collision if it is non-nil.
5105         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5106         before checking collision.
5107
5108 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * message.el (message-indent-citation): Really make sure there's a
5111         newline at the end.
5112
5113         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5114         Fix suggested by John Wiegley.
5115
5116         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5117
5118         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5119
5120         * message.el (message-default-send-rename-function): Break out into its
5121         own function.
5122
5123         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5124         doesn't work under XEmacs.
5125
5126         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5127         of "imaps" to word around Windows problems.
5128         (nnimap-open-connection-1): Use it.
5129
5130         * message.el (message-indent-citation): Revert last change which made
5131         `F' not work.
5132
5133 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5134
5135         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5136         terminal as well.
5137
5138 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5141         because it displays images using overlays that aren't easy to copy to
5142         the article buffer.
5143
5144 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5145
5146         * message.el (message-indent-citation): Fix empty line removal at the
5147         end of the citation.
5148
5149 2011-09-20  Julien Danjou  <julien@danjou.info>
5150
5151         * auth-source.el (auth-source-netrc-create): Use default value for
5152         password if specified.  Evaluate default.
5153         (auth-source-plstore-create): Ditto.
5154         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5155         value evaluation.
5156         (auth-source-netrc-create): Typo fix.
5157         (auth-source-plstore-create): Ditto.
5158
5159         * password-cache.el (password-cache-remove): Remove entries even if the
5160         value is nil, so that password with a nil value (negative caching) is
5161         possible to invalidate.
5162
5163         * auth-source.el (auth-source-format-cache-entry): New function.
5164
5165 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5168
5169 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5172
5173 2011-09-19  Julien Danjou  <julien@danjou.info>
5174
5175         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5176         which work with things that are not ASCII.
5177
5178 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5179
5180         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5181
5182 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5183
5184         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5185         message level.
5186
5187 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5190
5191 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192
5193         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5194
5195 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5196
5197         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5198         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5199
5200 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5201
5202         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5203         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5204         articles.
5205
5206 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5207
5208         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5209         (message-mail-other-window, message-mail-other-frame)
5210         (message-news-other-window, message-news-other-frame):
5211         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5212         instead of setting buffer display varibles.
5213
5214 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215
5216         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5217
5218         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5219
5220 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5221
5222         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5223         duplicates" to a higher level.
5224
5225         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5226         most egregious messages.
5227
5228 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5231
5232 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5233
5234         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5235         up the file (bug#9351).
5236
5237 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5240         it does with all other backends, but decode the names immediately after
5241         getting them.
5242
5243         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5244         decoding nnimap groups.
5245
5246         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5247         newsrc file.  It doesn't seem like an important optimization any more.
5248
5249 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5250
5251         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5252         overflows.
5253
5254 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5257         (gnus-interactive-exit): Extend to `quiet'.
5258
5259         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5260
5261         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5262         string.
5263
5264         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5265         renaming function arguments from `this'.
5266
5267         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5268
5269         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5270         has been renamed.
5271         (gnus-lrm-string-p): Include RLM and PDF, too.
5272
5273         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5274         (bug#9225).
5275
5276 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5277
5278         Add autoload cookies for functions used by sendmail.el.
5279         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5280
5281         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5282
5283 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-art.el (article-date-ut): Work properly even when there are
5286         things like Date header in the body; work for forwarded parts.
5287
5288 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5289
5290         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5291         original-article-buffer.
5292
5293 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5294
5295         * nnir.el (nnir-compose-result): Fix matching of server type.
5296         (nnir-run-swish++): Ditto.
5297         (nnir-run-namazu): Ditto.
5298         (nnir-run-notmuch): Ditto.
5299
5300 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5301
5302         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5303         (bug#9405).
5304
5305         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5306         (bug#9421).
5307
5308         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5309         (bug#9425).
5310
5311         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5312         thing (bug#9426).
5313
5314 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5317         the error message.
5318
5319 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5320
5321         * message.el (message-setup-1): Return t (Bug#9392).
5322
5323 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5324
5325         * gnus-sum.el: When adding article headers to a summary buffer also
5326         update gnus-newsgroup-articles (bug#9386).
5327
5328 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * auth-source.el: Autoload help-mode.
5331
5332 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333
5334         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5335         names.
5336
5337 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5338
5339         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5340         mm-replace-in-string for compatibility issues.
5341         * mml2015.el (mml2015-epg-verify): Ditto.
5342
5343 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5346
5347         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5348
5349 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5352         continue on and do the clean-up phase (bug#9188).
5353
5354         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5355         just ignore groups that can't be opened instead of erroring out
5356         (bug#9225).
5357
5358         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5359         nil since some many people are fuddy-duddies.
5360
5361         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5362         images.
5363
5364         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5365         instead.
5366
5367         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5368
5369         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5370
5371         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5372         processing.
5373
5374         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5375         buffer to avoid warnings.
5376
5377 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5378
5379         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5380         specified to reduce precision.
5381
5382 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5383
5384         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5385         bodystructures (bug#9314).
5386
5387 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5390         Make button keymap non-sticky after buttons.
5391
5392 2011-08-18  David Engster  <dengste@eml.cc>
5393
5394         * nnmairix.el (nnmairix-request-set-mark)
5395         (nnmairix-goto-original-article): Remove adding of article to registry,
5396         since `gnus-registry-add-group' isn't available anymore.
5397         (nnmairix-determine-original-group-from-registry):
5398         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5399         available anymore.
5400
5401 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5402
5403         * starttls.el (starttls-any-program-available): Define as obsolete
5404         function.
5405
5406 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5407
5408         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5409         versions which Gnus use when appropriate.
5410
5411         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5412         a pretty destructive command.
5413
5414         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5415
5416 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417
5418         * message.el (message-fix-before-sending): Make a different warning
5419         about NUL characters (bug#9270).
5420
5421         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5422         from custom (bug#9260).
5423
5424         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5425         things work in Emacs 22 and XEmacs, too.
5426
5427         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5428         default From.
5429
5430         * gnus-spec.el (gnus-lrm-string-p): New macro.
5431         (gnus-lrm-string): New constant.
5432         (gnus-summary-line-format-spec): LRM-ify the from.
5433         (gnus-tilde-max-form): LRM-ify string chopping.
5434
5435         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5436
5437         * message.el (message-is-yours-p): Allow disabling canlock checking
5438         (bug#9295).
5439         (message-shoot-gnksa-feet): Add `canlock-verify'.
5440         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5441         message directory isn't writable (bug#9304).
5442
5443         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5444         non-world-readable.
5445
5446 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5449         articles.
5450
5451 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5452
5453         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5454         copy-list.
5455
5456 2011-08-12  Sam Steingold  <sds@gnu.org>
5457
5458         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5459         in the reverse order to avoid modifying the cache with `nreverse'.
5460         (gnus-all-score-files): Do not modify the value returned by
5461         `gnus-score-find-alist' because it lives in a cache variable.
5462         (gnus-current-home-score-file): No need to `nreverse' the return value
5463         of `gnus-score-find-alist', it is already in the correct order.
5464
5465 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5466
5467         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5468         type MESSAGE and subtype RFC822 is slightly different from those of
5469         type TEXT.
5470
5471 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5472
5473         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5474         This allows article-referral to work from an nnir group.
5475
5476 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5477
5478         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5479
5480 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5481
5482         * mml1991.el (mml1991-epg-find-usable-key)
5483         (mml1991-epg-find-usable-secret-key): New function.
5484         (mml1991-epg-sign): Check if signing key is usable.
5485         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5486
5487 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5488
5489         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5490         server-variables only.  This should fix a bug introduced with commit
5491         e1889675b7f4adf057833c5513c9374134c4e053.
5492         (nnir-run-query): 'nnir-search-engine should not be set from the global
5493         environment.
5494
5495 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5496
5497         * nnir.el (nnir-search-thread): Position point on referring article
5498         line.
5499         (nnir-warp-to-article): Clean up summary buffers.
5500
5501         * nnimap.el (nnimap-request-thread): Whitespace fix.
5502
5503 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5504
5505         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5506
5507 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * starttls.el (starttls-available-p): Rename from
5510         `starttls-any-program-available' and changed return convention.
5511
5512 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5513
5514         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5515         `unix-sync' unless it's defined.
5516
5517 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5518
5519         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5520         `aref' for XEmacs compatibiltiy.
5521
5522 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5525
5526 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5527
5528         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5529         closures, quote the form properly (bug#9194).
5530
5531 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5534         (gnus-summary-insert-new-articles): Protect against servers that are
5535         down.
5536
5537 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5538
5539         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5540         in mm handle if none is specified.
5541
5542 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5543
5544         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5545
5546 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5547
5548         * nnir.el (nnir-search-thread): New function to make an nnir group
5549         based on a thread query.
5550
5551         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5552         of nnir in thread referral.
5553         (gnus-summary-refer-thread): Use it.
5554
5555         * nnimap.el (nnimap-request-thread): Use it.
5556
5557 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5558
5559         * shr.el (shr-tag-comment): Ignore HTML comments.
5560
5561 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5562
5563         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5564         argument.
5565         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5566         Use `nnir-address' to handle server info rather than passing an arg.
5567
5568         * nnimap.el (nnimap-make-thread-query): New utility function to format
5569         an imap thread search query.
5570         (nnimap-request-thread): Use it.
5571
5572         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5573         right select-method if we are not going back to the group buffer.
5574
5575 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5578         enter invalid buffer configurations into the quit form (bug#9107).
5579         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5580         unplugged/plugged.
5581
5582         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5583         keep track of which ones are unread (bug#9061).
5584
5585         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5586         (bug#9055).
5587
5588         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5589         (bug#9041).
5590
5591         * gnus-html.el (mm-util): Require (bug#9073).
5592
5593         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5594         (gnus-summary-refer-thread): Use it to remove duplicates in the
5595         un-threaded view (bug#9053).
5596         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5597
5598 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5599
5600         * nnir.el (nnir-read-server-parm): Use default value from global
5601         variable.  Without this the default search engine parameters aren't
5602         used at all.
5603
5604 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5605
5606         * message.el (message-unique-id): Don't use the undocumented return
5607         value from (random t) (bug#9118).
5608
5609 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5610
5611         * message.el (message-auto-save-directory): If the ~/Mail directory
5612         doesn't exist, use ~ as the auto-save directory (bug#4432).
5613
5614         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5615         hasn't already been started.
5616
5617 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5620
5621         * message.el (message-reply): Work around mysterious bug where
5622         `message-mode' seems to overwrite the locally bound `subject' variable.
5623
5624 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5625
5626         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5627         correct group.
5628
5629         * gnus-int.el (gnus-request-thread): Add group argument.
5630
5631         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5632
5633 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5636
5637         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5638         renamed to `debbugs-gnu-*'.
5639
5640 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5641
5642         * plstore.el: Revert the editing feature since it is not urgent.
5643         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5644         (plstore-mode-decoded): Remove.
5645
5646 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647
5648         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5649         isn't very interesting any more, and it leaks potentially secret data.
5650         (gnus-debug): Remove.
5651
5652         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5653         use of :custom-show.
5654
5655 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5656
5657         * plstore.el: Add documentation.
5658         (plstore-mode): New mode to edit plstore file.
5659         (plstore-mode-toggle-display, plstore-mode-original)
5660         (plstore-mode-decoded): New command.
5661         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5662         (plstore--insert-buffer, plstore--make): New function.
5663         (plstore-open, plstore-save): Simplify by using them.
5664
5665 2011-07-06  Glenn Morris  <rgm@gnu.org>
5666
5667         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5668
5669 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670
5671         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5672         no longer is much used.
5673         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5674         Articles".
5675
5676 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5677
5678         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5679         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5680         `notmuch' backend.
5681
5682 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5683
5684         * mm-decode.el (mm-text-html-renderer): Doc fix.
5685
5686         * gnus-msg.el (gnus-bug): Fix the MML tag.
5687
5688         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5689
5690 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5691
5692         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5693         secondary methods if started with `gnus-no-server'.
5694
5695 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5696
5697         * message.el (message-return-action): Fix typo in docstring.
5698
5699 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700
5701         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5702         bug reports at once.
5703
5704         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5705
5706 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * nndraft.el: Require gnus-group.
5709         (nndraft-request-list): Declare.
5710
5711         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5712         no unread article unless it matches gnus-permanently-visible-groups.
5713
5714         * nndraft.el (nndraft-update-unread-articles): New function.
5715         (nndraft-request-associate-buffer): Use it to update the number of
5716         unread articles for the nndraft groups in the group buffer when saving
5717         or killing a draft message.
5718
5719 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5720
5721         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5722         systems to binary before writing and reading the mbox files.
5723
5724         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5725         instead of trying to list them all (bug#8978).
5726
5727 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5728
5729         * pop3.el (pop3-open-server): Use :end-of-capability.
5730
5731 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5732
5733         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5734         the id is always a number.
5735
5736         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5737
5738         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5739         debbugs mode, if possible.
5740
5741 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5742
5743         * auth-source.el (auth-source-token-passphrase-callback-function):
5744         Reindent.
5745         (epg-context-operation): Remove unnecessary autoload.
5746
5747 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5748
5749         * gnus.el (gnus-list-debbugs): New command.
5750
5751         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5752         mboxstat instead of the maintbox, since the stat seems to be fuller.
5753
5754         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5755         summary buffers.
5756
5757         * message.el (message-get-reply-headers): Delete all duplicates,
5758         instead of the first.
5759         (message-get-reply-headers): Ensure that we have progress while
5760         deleting duplicates.
5761
5762         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5763         gnus-posting-style value from the summary buffer to make it easier to
5764         make that a per-buffer conf.
5765
5766 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5767
5768         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5769         found by setting `shortcut' in 'query.
5770         (nnir-request-article): Use `shortcut' setting when requesting article
5771         by Message-ID.
5772
5773 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5774
5775         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5776         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5777         Bring the pseudo-headers back too.
5778
5779 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5780
5781         * auth-source.el (auth-source-token-passphrase-callback-function):
5782         Simplify and remove EPA dependency.
5783
5784 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5785
5786         * nnir.el (nnir-request-article): Fix error message text.
5787
5788 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5789
5790         * auth-source.el (plstore-delete): Autoload.
5791         (auth-source-plstore-search): Support delete operation.
5792         * plstore.el (plstore-delete): New function.
5793
5794 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5797         mark actually existing articles as unread rather than the ones that
5798         active asserts.
5799
5800 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5801
5802         * nntp.el (nntp-record-command):
5803         * gnus-util.el (gnus-message-with-timestamp-1):
5804         Use format-time-string rather than decoding time stamps by hand.
5805         This is simpler and insulates the code from potential changes to
5806         current-time format.
5807
5808 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5811
5812 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5813
5814         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5815         (plstore-save): Support public key encryption.
5816         (plstore--init-from-buffer): New function.
5817         (plstore-open): Use it; fix error when opening a non-existent file.
5818         (plstore-revert): Use plstore--init-from-buffer.
5819
5820 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5821
5822         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5823
5824 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5827         for old Emacsen.
5828
5829 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5830
5831         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5832         is not fully working.
5833
5834 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5835
5836         * dgnushack.el: Autoload sha1 on XEmacs.
5837
5838         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5839         quit window configuration.
5840
5841         * auth-source.el (epg-context-set-passphrase-callback):
5842         Remove duplicate autoload.
5843
5844 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5845
5846         * nnir.el (nnir-request-article): Allow requesting articles by
5847         Message-ID with nnimap.
5848
5849         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5850         current server.
5851
5852 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * auth-source.el: Autoload EPA/EPG functions.
5855         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5856         changed when EPA/EPG is not available.
5857         (auth-source-backend): Rename "arg" member to "data".
5858         (auth-source-backend-parse, auth-source-plstore-search)
5859         (auth-source-plstore-create): Use it.
5860
5861 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5862
5863         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5864         `gnus-refer-article-methods'.
5865
5866 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5867
5868         * auth-source.el: Require EPA and EPG.
5869         (auth-source-passphrase-alist): New variable.
5870         (auth-source-passphrase-callback-function)
5871         (auth-source-token-passphrase-callback-function): Callbacks for the
5872         netrc field encryption (GPG tokens).
5873         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5874         Symmetric encryption and decryption of the netrc GPG tokens.
5875         (auth-source-netrc-normalize): Use them, simplifying the closure.
5876
5877 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5880         is available.
5881
5882 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5883
5884         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5885         non-nil, and `nnimap-split-methods' is nil, use the former.
5886
5887 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5888
5889         * plstore.el (plstore-revert): New function.
5890         (plstore-open): Use it; hide the buffer from user.
5891
5892 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5893
5894         * auth-source.el (auth-source-backend): New member "arg".
5895         (auth-source-backend-parse): Handle new backend 'plstore.
5896         * plstore.el: New file.
5897
5898 2011-06-30  Glenn Morris  <rgm@gnu.org>
5899
5900         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5901
5902 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5903
5904         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5905         expiring articles to.
5906
5907         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5908         variations as ASCII (bug#5458).
5909
5910 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5913
5914 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5915
5916         * message.el (message-point-in-header-p): Tweak the function to default
5917         to saying that we're not in the headers if there is no separator at
5918         all.  This makes it possible to use the Message version of `M-q' in
5919         buffers with no headers (bug#7987).
5920         (message-point-in-header-p): Fix last checkin to work with an empty
5921         mail-header-separator, too.
5922
5923         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5924         again, save the choice via customize.
5925
5926 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927
5928         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5929
5930         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5931         ended the connection, bail out before waiting infinitely on a new
5932         connection.
5933
5934 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5935
5936         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5937         reports.
5938
5939         * gnus.el (gnus-bug-package): Use "gnus."
5940         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5941
5942 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * dgnushack.el: Make the timer warning go away on XEmacs.
5945
5946         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5947         animations going on at article exit time.
5948
5949         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5950         since removing it breaks people upgrading.
5951
5952         * shr.el (shr-put-image): Use the new interface for animating images.
5953         (shr-put-image): Animate for 60 seconds.
5954
5955         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5956         avoid compiler warnings.
5957
5958         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5959         error with `find-file-hooks' on Emacs 22.
5960         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5961         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5962         on all architectures.
5963
5964         * spam.el (spam-stat): Require in a normal fashion without binding
5965         `spam-stat-install-hooks' to avoid compilation warnings.
5966
5967         * spam-stat.el (spam-stat-install-hooks): Remove.
5968         (spam-stat-install-hooks): Don't run automatically.
5969
5970 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5971
5972         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5973         and keystroke.
5974
5975 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * auth-source.el (auth-source-netrc-cache): Move forward.
5978
5979 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5980
5981         * proto-stream.el (proto-stream-open-starttls): Use
5982         `gnutls-available-p' to see whether we have built-in support.
5983
5984         * auth-source.el (auth-source-netrc-create): Don't query the bits that
5985         we already know.
5986         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5987         (auth-source-netrc-create): Don't prompt for the stuff we already know.
5988
5989 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5990
5991         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5992         %S format, since that looks odd.
5993         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5994         file, especially when saving.
5995
5996 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
5997
5998         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
5999         article found.
6000
6001 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6002
6003         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6004         `auth-source-save-secrets' with a more sensitive alist that can be
6005         configured per file.  Experimental, so defaults to 'never.
6006         (auth-source-netrc-create): Use it.  Still experimental code.
6007         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6008         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6009
6010 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6011
6012         * auth-source.el (auth-source-save-secrets): New variable to control if
6013         secret tokens should be saved encrypted.
6014         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6015         to `auth-source-netrc-normalize'.
6016         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6017         on the EPA variables being defined.
6018         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6019         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6020         the lexical-let closure.
6021         (auth-source-netrc-create): Create "gpg:" tokens according to
6022         `auth-source-save-secrets'.
6023
6024 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * gnus-group.el (gnus-group-update-group): Add new argument
6027         `info-unchanged' that stops updating dribble buffer.
6028
6029         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6030         deletes lines matching to it in dribble buffer.
6031
6032         * gnus-agent.el (gnus-agent-fetch-group-1):
6033         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6034         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6035         * gnus-start.el (gnus-group-change-level):
6036         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6037
6038         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6039         if newsgroup info is not changed.
6040
6041         * gnus-group.el (gnus-group-get-new-news-this-group):
6042         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6043         Don't update dribble buffer.
6044
6045 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6046
6047         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6048         remove entries with groups we ignore.
6049
6050 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6051
6052         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6053         the underline comes at the bottom.
6054
6055 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6056
6057         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6058         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6059         (gnus-registry-article-marks-to-names): Rename from
6060         `gnus-registry-user-format-function-M2'.
6061
6062 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6065         ephemeral group.
6066
6067 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068
6069         * shr.el (shr-browse-image): Copy the URL if called interactively.
6070
6071 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6072
6073         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6074         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6075         done, then unselected articles may be marked as read.
6076
6077         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6078         since not doing this seems to lead to a race condition in pop3-logon.
6079
6080         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6081         so that the call chain it correct when we call "upwards".
6082
6083         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6084         in read-only groups.
6085
6086         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6087
6088         * message.el (message-cite-reply-position): Doc string fix.
6089
6090         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6091         avoid regexp overflow.
6092         (nnimap-transform-split-mail): Ditto.
6093
6094         * pop3.el (pop3-retr): Error out if the server closes the connection.
6095
6096 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6097
6098         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6099         mm-with-unibyte-current-buffer.  The buffer should not contain any
6100         multibyte chars anyway at this stage.
6101
6102 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6103
6104         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6105         at the end of lines.
6106
6107 2011-05-29  Julien Danjou  <julien@danjou.info>
6108
6109         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6110
6111 2011-05-27  Glenn Morris  <rgm@gnu.org>
6112
6113         * gnus-group.el (gnus-bug-group-download-format-alist):
6114         Use the "maintainer" version of debian reports as well.
6115
6116 2011-05-26  Glenn Morris  <rgm@gnu.org>
6117
6118         * gnus-group.el (gnus-bug-group-download-format-alist):
6119         Use the "maintainer" version of debbugs.gnu.org reports.
6120
6121 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6124
6125 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6126
6127         * gnus-cus.el (gnus-agent-customize-category):
6128         * gnus-delay.el (gnus-delay-send-queue):
6129         * gnus.el (gnus-other-frame):
6130         Don't quote lambda expressions with `quote'.
6131
6132 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6133
6134         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6135         the thread moves us backwards and so we loop forever.
6136
6137 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6140         whitespace in base64 data lines.
6141
6142 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6143
6144         * gnus-registry.el (gnus-registry-user-format-function-M):
6145         Use `mapconcat'.
6146         (gnus-registry-user-format-function-M2): Use to see the full text of
6147         the marks.  Make "," the mark text separator.
6148
6149         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6150         authentication with auth-source.
6151
6152 2011-05-17  Glenn Morris  <rgm@gnu.org>
6153
6154         * gnus-group.el (gnus-import-other-newsrc-file):
6155         Use insert-file-contents.
6156
6157 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6158
6159         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6160         1000 iterations.
6161
6162 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * nntp.el (nntp-open-connection): Check if process-type is available.
6165
6166 2011-05-16  Julien Danjou  <julien@danjou.info>
6167
6168         * shr.el (shr-tag-del): Add support for del tag.
6169
6170 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-html.el (gnus-html-put-image): Register a displayer.
6173
6174         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6175
6176 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6177
6178         * registry.el (prune-factor): New initialization parameter defaulting
6179         to 0.1.
6180         (registry-prune-hard): Use it.
6181
6182         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6183         0.1 expicitly.
6184
6185 2011-05-13  Glenn Morris  <rgm@gnu.org>
6186
6187         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6188         is bound, since this function requires sendmail.
6189
6190 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6191
6192         * registry.el (registry-usage-test): Disable pruning test.
6193
6194 2011-05-11  David Engster  <dengste@eml.cc>
6195
6196         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6197         Bind set-network-process-option for XEmacs.
6198
6199 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6200
6201         * registry.el (registry-prune-hard-candidates)
6202         (registry-prune-soft-candidates): Helper methods for registry pruning.
6203         (registry-prune): Use them.  Make the sort function optional.
6204
6205 2011-05-10  Jim Meyering  <meyering@redhat.com>
6206
6207         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6208
6209 2011-05-10  Julien Danjou  <julien@danjou.info>
6210
6211         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6212         symbol and not a list.
6213
6214 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-art.el (gnus-article-mode): Move binding of
6217         shr-put-image-function here from gnus-article-prepare-display.
6218
6219         * shr.el (shr-put-image-function): New variable.
6220         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6221         (shr-put-image): Return scaled image.
6222
6223         * gnus-art.el (gnus-shr-put-image): New function.
6224         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6225
6226         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6227         original ones, as deletable.
6228
6229 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6230
6231         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6232
6233 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6234
6235         * registry.el (registry-full): Add convenience method.  Fix logic.
6236         (registry-insert): Use it.  Fix logic here too.
6237
6238         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6239         `registry-prune' if `registry-full' returns t.
6240         (gnus-registry-handle-action)
6241         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6242         (gnus-registry-usage-test): Use it.
6243
6244 2011-05-07  Julien Danjou  <julien@danjou.info>
6245
6246         * shr.el (shr-link): Make shr-link inherit from link by default.
6247
6248 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6249
6250         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6251
6252 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6255         error out because the face is not a list.
6256
6257 2011-05-05  Glenn Morris  <rgm@gnu.org>
6258
6259         * proto-stream.el (gnutls-negotiate): Fix declarations.
6260
6261         * gnus-start.el (gnus-propagate-marks): Declare.
6262
6263 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6264
6265         * registry.el (registry-reindex): Fix percentage message.
6266
6267         * proto-stream.el (network-stream-open-starttls): Adjust to call
6268         `gnutls-negotiate' with :process and :hostname arguments.
6269
6270 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6271
6272         * shr.el: Add shr-link face for links.
6273         (shr-urlify): Use it.
6274
6275         * registry.el (registry-insert): Make error message more helpful.
6276
6277 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6278
6279         * gnus-html.el (gnus-html-schedule-image-fetching):
6280         Use url-queue-retrieve, if it exists.
6281
6282         * shr.el (shr-tag-img): Ditto.
6283
6284         * gnus.el: Autoload more gnus-agent functions.
6285
6286         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6287         agent if we haven't already (bug#8502).
6288
6289         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6290         into the Agent, too.
6291
6292         * gnus-agent.el (gnus-agent-store-article): New function.
6293
6294         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6295         and moved from that file for reuse.
6296
6297         * pop3.el (pop3-open-server): Error messages are "-ERR".
6298
6299 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6300
6301         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6302         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6303
6304 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6305
6306         * gnus.el: No Gnus v0.17 is released.
6307
6308 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6309
6310         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6311         buffer has moved to a different frame.
6312
6313 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6314
6315         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6316         to get the conversion from unibyte to multibyte buffers to work on
6317         Emacs 22.
6318
6319         * nntp.el (nntp-request-article): Slight clean-up.
6320
6321 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6322
6323         * shr.el (shr-strike-through): New face.
6324         (shr-tag-s): Use it to provide <s> support.
6325         (shr-tag-s): Remove duplicate definition.
6326
6327 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6328
6329         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6330         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6331
6332 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6333
6334         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6335         `gnutls-negotiate'.
6336         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6337
6338 2011-04-23  Glenn Morris  <rgm@gnu.org>
6339
6340         * gnus-sum.el (gnus-extra-headers): Bump :version.
6341
6342 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6343
6344         * shr.el (shr-tag-sup): New function.
6345         (shr-tag-sub): Ditto.
6346
6347 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6348
6349         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6350         for the case where `gnus-registry-ignored-groups' is a list of lists,
6351         and don't call `gnus-parameter-registry-ignore' otherwise.
6352
6353 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6354
6355         * nnimap.el (nnimap-user): New backend variable.
6356         (nnimap-open-connection-1): Use it.
6357         (nnimap-credentials): Accept user parameter so it's explicit what user
6358         name is desired.
6359
6360         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6361         default.
6362
6363         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6364         not gnus-registry.el.
6365
6366         * gnus-registry.el: Mention in comments how to modify
6367         `gnus-extra-headers' for proper recipient tracking and that it may
6368         already have To and Cc recently, which it does as of this commit.
6369         (gnus-registry-ignored-groups): Remove defcustom.
6370         Explain why in comments.
6371         (gnus-registry-action): Fix data-header reference to use the extra
6372         headers.  Explain in package commentary how to add To and Cc headers to
6373         the gnus-extra-headers.
6374         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6375         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6376         parameter list or a string list in `gnus-registry-ignored-groups'.
6377         Fix logic error.
6378
6379 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6380
6381         * shr.el (shr-expand-url): Protect against null urls.
6382
6383 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6384
6385         * shr.el (shr-base): New binding.
6386         (shr-tag-base): Keep track of <base>.
6387         (shr-expand-url): New function used throughout.
6388
6389 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6390
6391         * gnus-registry.el
6392         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6393         (gnus-registry-ignored-groups): New variable.
6394         (gnus-registry-ignore-group-p): Use it.
6395         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6396         set the destination group to nil (same as delete) if it's ignored.
6397
6398 2011-04-20  David Engster  <dengste@eml.cc>
6399
6400         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6401
6402         * Makefile.in (test-nntp): New rule.
6403         (check): Add it.
6404         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6405
6406 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-registry.el (gnus-registry-action)
6409         (gnus-registry-fetch-header-fast):
6410         Don't use mail-header that looks an internal function of mailheader.el.
6411
6412 2011-04-19  Glenn Morris  <rgm@gnu.org>
6413
6414         * time-date.el (time-to-days): Remove unused local variables.
6415
6416 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * gnus-registry.el: Eliminate cl functions.
6419         (gnus-registry-sort-addresses): New function that replaces mapcan.
6420         (gnus-registry-action, gnus-registry-spool-action)
6421         (gnus-registry-split-fancy-with-parent)
6422         (gnus-registry-fetch-recipients-fast): Use it.
6423         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6424
6425         * registry.el (initialize-instance, registry-lookup)
6426         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6427         (registry-lookup-secondary-value, registry-search, registry-delete)
6428         (registry-insert, registry-reindex, registry-size, registry-prune):
6429         Use eval-and-compile.
6430
6431 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6432
6433         * registry.el (registry-reindex): New method to recreate the secondary
6434         registry indices.
6435
6436         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6437         tracked field changes.
6438         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6439         (gnus-registry-action, gnus-registry-spool-action)
6440         (gnus-registry-handle-action)
6441         (gnus-registry--split-fancy-with-parent-internal)
6442         (gnus-registry-split-fancy-with-parent)
6443         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6444         move, and delete actions, and for fancy splitting with parent.
6445         (gnus-registry-extract-addresses)
6446         (gnus-registry-fetch-recipients-fast)
6447         (gnus-registry-fetch-header-fast): Convenience functions.
6448         (gnus-registry-misc-test): ERT test of
6449         `gnus-registry-extract-addresses'.
6450
6451 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6452
6453         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6454         Track by subject first, then sender.
6455
6456 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6457
6458         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6459
6460         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6461         Lisp.
6462
6463         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6464         (gnus-draft-send): Use it to avoid popping
6465         up frames from gnus-group-send-queue.
6466
6467 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6468
6469         * gnus-registry.el: Updated gnus-registry docs.
6470
6471 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6472
6473         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6474         Fix logic bug.
6475         (gnus-registry-post-process-groups): Fix logging of no results and
6476         quote sender and subject.
6477
6478 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6479
6480         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6481         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6482         gnutls-cli are too slow to be done opportunistically.
6483
6484         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6485         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6486         we had no early-data returned.
6487         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6488         two async commands to the same server at the same time.
6489
6490 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6491
6492         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6493
6494 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6495
6496         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6497         "warning" level.
6498
6499         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6500         (mm-url-insert-file-contents): Don't set the package names.
6501
6502 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6503
6504         * gnus-registry.el (gnus-registry-action): Remove properties and
6505         simplify subject in `gnus-registry-handle-action'.
6506         (gnus-registry-spool-action): Get subject and sender from message if
6507         they are not passed in.
6508         (gnus-registry-handle-action): Remove properties and simplify subject
6509         consistently.
6510
6511 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6512
6513         * registry.el: Require CL before using defmacro*.
6514
6515 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * gnus-art.el (article-treat-date): Assume that
6518         gnus-article-date-headers may be a group parameter.
6519
6520 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6521
6522         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6523
6524         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6525         interactively so the newsrc file can contain foreign groups too.
6526         Useful for debugging but not much for users.
6527
6528 2011-04-07  David Engster  <dengste@eml.cc>
6529
6530         * registry.el (registry-usage-test): Only do
6531         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6532         lexical binding.
6533
6534 2011-04-07  David Engster  <dengste@eml.cc>
6535
6536         * Makefile.in (check, test-registry): New rules for test-suite.
6537
6538 2011-04-06  David Engster  <dengste@eml.cc>
6539
6540         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6541         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6542
6543 2011-04-06  David Engster  <dengste@eml.cc>
6544
6545         * registry.el (initialize-instance): Change :after to :AFTER to be
6546         compatible with old EIEIO version in XEmacs.
6547
6548 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6549
6550         * gnus-registry.el (gnus-registry-post-process-groups)
6551         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6552         and provide better messaging.
6553
6554 2011-04-06  David Engster  <dengste@eml.cc>
6555
6556         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6557         errors.
6558
6559         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6560         dgnushack-compile with error-on-warn enabled, and to signal an error if
6561         clean compilation failed.
6562         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6563         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6564
6565 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6568         unconditionally anyway, discarding errors.
6569         (gnus-registry-delete-entries): New convenience function.
6570         (gnus-registry-import-eld): Import from old .eld registry.
6571
6572         * registry.el: Don't use ERT if it's not available.  Load it
6573         unconditionally anyway, discarding errors.
6574
6575         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6576         version from the Claudio Bley GnuTLS patch (extra optional parameters
6577         and host name).
6578
6579 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6580
6581         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6582         fixup the parameters that can be customized by the user between
6583         save/read cycles.
6584         (gnus-registry-read): Use it.
6585         (gnus-registry-make-db): Use it.
6586         (gnus-registry-spool-action, gnus-registry-handle-action):
6587         Fix messaging.
6588         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6589         Map references to actual group names with sender and subject tracking.
6590         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6591         (gnus-registry-usage-test): Add subject lookup test.
6592
6593         * registry.el (registry-db, initialize-instance): Set up constructor
6594         instead of :initform arguments for the sake of older Emacsen.
6595         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6596         pre-lexbind merge bug.
6597         (registry-usage-test): Use it.
6598         (initialize-instance, registry-db): Move the non-function initforms
6599         back to the class definition.
6600
6601 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6602
6603         * registry.el: New library to manage gnus-registry-style data.
6604
6605         * gnus-registry.el: Use it (major rewrite).
6606
6607         * nnregistry.el: Use it.
6608
6609         * spam.el: Use it.
6610
6611 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6612
6613         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6614         marks on non-selected articles.
6615
6616 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6617
6618         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6619         parameter to open-protocol-stream.
6620
6621 2011-04-01  Julien Danjou  <julien@danjou.info>
6622
6623         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6624         fundamental-mode.
6625
6626 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6627
6628         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6629         servers.
6630
6631 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632
6633         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6634         made marks not propagate, again.
6635
6636 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6637
6638         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6639         Make this the default type.
6640         (proto-stream-open-plain): Rename from proto-stream-open-default.
6641         (open-protocol-stream, proto-stream-open-starttls)
6642         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6643         with `plain'.
6644
6645         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6646         value.
6647
6648         * nntp.el (nntp-open-connection-function): Document the fact that some
6649         values are not functions but are instead handled specially.
6650         Recognize nntp-open-plain-stream value.
6651         (nntp-open-connection): Recognize that value.
6652
6653 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6654
6655         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6656         where it seems to be needed.
6657
6658 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6659
6660         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6661         stuff.
6662
6663         * gnus-score.el (gnus-score-string): Fix calling convention of
6664         `gnus-simplify-buffer-fuzzy' after last patches.
6665
6666         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6667         server for articles we didn't get any headers for.  This is a sanity
6668         check.
6669
6670 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6671
6672         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6673         new CAPABILITY, use it.
6674
6675 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6676
6677         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6678         downloading anything.
6679
6680         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6681
6682 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6683
6684         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6685         colors.
6686         (gnus-splash-svg-color-symbols): New function.
6687
6688 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6689
6690         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6691         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6692         (gnus-simplify-subject-fuzzy): Use the local
6693         gnus-simplify-subject-fuzzy-regex instead of the global one.
6694         This makes using this variable in group parameters work.
6695
6696 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6697
6698         * gnus-registry.el (gnus-registry-unfollowed-groups):
6699         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6700         archive:sent-YYYY-MM-DD groups).
6701         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6702         tracking if there are more than `gnus-registry-max-track-groups'
6703         matches.
6704
6705 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6706
6707         * message.el (message--yank-original-internal): New function to do the
6708         insertion cleanly inside eval in `message-yank-original'.
6709         (message-yank-original): Use it.
6710
6711 2011-03-29  Julien Danjou  <julien@danjou.info>
6712
6713         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6714         local variables disabled rather than `normal-mode'.
6715
6716 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6717
6718         * imap.el (imap-shell-open, imap-process-connection-type):
6719         Use imap-process-connection-type for 'shell' streams as well as
6720         Kerberos, SSL, other subprocesses.
6721
6722 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6723
6724         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6725         with open-network-stream.
6726         (proto-stream-always-use-starttls): Option removed.
6727         (open-protocol-stream): Return a process object by default.  Provide a
6728         new parameter :return-list specifying a list-type return value, which
6729         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6730         :type `network' to `try-starttls', and `network-only' to `default'.
6731         Make `default' the default, for compatibility with open-network-stream.
6732         Handle the no-parameter case exactly as open-network-stream, with no
6733         additional stream processing.  Search plists using plist-get.
6734         Explicitly add :end-of-commend parameter if it is missing.
6735         (proto-stream-open-default): Rename from
6736         proto-stream-open-network-only.  Return 'default as the type.
6737         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6738         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6739         failed.  Always return a list with a (possibly dead) process as the
6740         first element, for compatibility with open-network-stream.
6741         (proto-stream-open-tls): Use plist-get.  Always return a list.
6742         (proto-stream-open-shell): Return `default' as connection type.
6743         (proto-stream-capability-open): Use plist-get.
6744         (proto-stream-eoc): Function deleted.
6745
6746         * nnimap.el (nnimap-stream, nnimap-open-connection)
6747         (nnimap-open-connection-1): Handle renaming of :type parameter for
6748         open-protocol-stream.
6749         (nnimap-open-connection-1): Pass a :return-list parameter
6750         open-protocol-stream to obtain a list return value.  Parse this list
6751         using plist-get.
6752
6753         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6754         for open-protocol-stream.  Accept open-protocol-stream return value
6755         that is a subprocess object instead of a list.  Handle the case of a
6756         dead returned process.
6757
6758 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6759
6760         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6761
6762         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6763
6764 2011-03-21  Julien Danjou  <julien@danjou.info>
6765
6766         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6767         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6768         query.
6769         (mm-inline-text): Render normal text with fontification whenever
6770         possible.
6771
6772         * gnus-sum.el (gnus-summary-save-parts-1):
6773         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6774         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6775         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6776         Use `mm-handle-filename'.
6777
6778         * mm-util.el (mm-handle-filename): New function, return the filename of
6779         an handle.
6780
6781 2011-03-18  Julien Danjou  <julien@danjou.info>
6782
6783         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6784         (gnus-buffer-live-p): Check that buffer is not nil.
6785
6786 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6787
6788         * gnus.el: No Gnus v0.15 is released.
6789
6790 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6791
6792         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6793         avoid warning on XEmacs.
6794
6795         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6796         on XEmacs.
6797
6798         * gnus-art.el: Require mouse, which the build bot seems to say is
6799         needed.
6800
6801         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6802
6803         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6804         XEmacs, since it doesn't have url-retrieve-synchronously.
6805
6806         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6807         since assoc-string doesn't exist in XEmacs.
6808
6809 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6810
6811         * gnus-group.el (gnus-group-list-ticked): New function.
6812         (gnus-group-make-menu-bar): Provide a menu entry for it.
6813         (gnus-group-list-map): Provide a binding for it.
6814
6815 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6816
6817         * shr.el (shr-visit-file): New command.
6818
6819         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6820
6821 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6822
6823         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6824         servers.
6825
6826 2011-03-16  Julien Danjou  <julien@danjou.info>
6827
6828         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6829         inline.
6830
6831         * gnus-art.el (article-hide-list-identifiers):
6832         Use gnus-group-get-list-identifiers.
6833
6834         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6835         (gnus-summary-remove-list-identifiers):
6836         Use gnus-group-get-list-identifiers to get regexp.
6837         (gnus-select-newsgroup, gnus-summary-insert-subject)
6838         (gnus-summary-insert-articles):
6839         Call gnus-summary-remove-list-identifiers unconditionally.
6840
6841 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6842
6843         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6844         we're selecting a group with unread articles.
6845
6846         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6847
6848         * gssapi.el: New file separated out from imap.el to provide a general
6849         Kerberos 5 connection facility for Emacs.
6850
6851         * message.el (message-elide-ellipsis): Document the format spec
6852         ellipsis.
6853
6854 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6855
6856         * message.el (message-elide-region): Allow the ellipsis to say how many
6857         lines were removed.
6858
6859 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6860
6861         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6862         window configurations containing buffers that are now dead.
6863
6864         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6865         parsing to avoid integer overflows.
6866         (nnimap-parse-flags): Simplify the last change.
6867         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6868         too large for 32-bit Emacsen.
6869
6870 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6871
6872         * auth-source.el (auth-source-netrc-create):
6873         * message.el (message-yank-original): Fix use of `case'.
6874
6875 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6876
6877         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6878         XEmacs, which was one character too wide.
6879
6880 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6881
6882         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6883         default number of articles to display.
6884         (gnus-articles-to-read): Use pretty names for prompt.
6885
6886 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6887
6888         * gnus-int.el (gnus-open-server): Ditto.
6889
6890         * gnus-start.el (gnus-activate-group): Give a backtrace if
6891         debug-on-quit is set and the user hits `C-g'.
6892         (gnus-read-active-file): Ditto.
6893
6894         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6895
6896 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6897
6898         * message.el (message-yank-original): Use cond instead of CL case.
6899
6900 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6901
6902         * auth-source.el (auth-source-netrc-create): Use usual format for the
6903         default in prompts.
6904
6905 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * lpath.el: Fbind read-char-choice for XEmacs.
6908
6909 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6910
6911         * auth-source.el (auth-source-netrc-create): Show the default in the
6912         prompt when prompting for token creation.
6913
6914 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6915
6916         * auth-source.el (auth-source-format-prompt): Always convert the value
6917         to a string to avoid evaluating non-string arguments.
6918         (auth-source-netrc-create): Offer default properly, not as initial
6919         content in `read-string'.
6920         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6921         of line to determine if we've been run before.  If so, don't run again,
6922         but print a trivial message to indicate the cache was hit instead.
6923
6924 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6925
6926         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6927         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6928         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6929         Gnus.
6930
6931 2011-03-11  Julien Danjou  <julien@danjou.info>
6932
6933         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6934         modified file".
6935
6936 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6937
6938         * auth-source.el (auth-source-read-char-choice): New function to read a
6939         character choice using `dropdown-list', `read-char-choice', or
6940         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6941         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6942         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6943         (auth-source-netrc-saver): Use it.
6944         (auth-source-pick-first-password): New convenience function.
6945
6946 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6947
6948         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6949         parameter in the credentials.
6950         (nnimap-open-connection-1): Use it after a successful login.
6951         (nnimap-credentials): Add IMAP-specific user and password prompt.
6952
6953         * auth-source.el (auth-source-search): Add :require parameter, taking a
6954         list.  Document it and the :save-function return token.  Pass :require
6955         down.  Change the CREATED message from a warning to a debug statement.
6956         (auth-source-search-backends): Pass :require down.
6957         (auth-source-netrc-search): Pass :require down.
6958         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6959         Change save prompt to indicate all modifications saved here are
6960         deletions.
6961         (auth-source-netrc-create): Take user login name as default in user
6962         prompt.  Move all the save functionality to a lexically bound function
6963         under the :save-function token in the returned list.  Set up clearer
6964         default prompts for user, host, port, and secret.
6965         (auth-source-netrc-saver): New function, intended to be wrapped for
6966         :save-function.
6967
6968 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6969
6970         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6971         lines to be spaces instead.
6972
6973 2011-03-07  Julien Danjou  <julien@danjou.info>
6974
6975         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6976         (sieve-sasl-auth): Check that auth-source-search did return something,
6977         or just return an empty string.
6978
6979 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6980
6981         * gnus.el (gnus-interactive): Use read-directory-name.
6982
6983         * gnus-uu.el (gnus-uu-decode-uu-and-save)
6984         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6985         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6986         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6987         Likewise.
6988
6989         * gnus-group.el (gnus-group-make-directory-group): Likewise.
6990
6991 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992
6993         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6994         onto the list of killed groups, too.  This makes killed nnimap groups,
6995         for instance, more reliably not reappear.
6996
6997         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6998         the parent.
6999
7000         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7001
7002         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7003         really have server-side marks.
7004
7005         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7006         since most backends do not usefully have server-side marks.
7007         (gnus-update-read-articles): Propagate marks to all backends that
7008         really have server-side marks.
7009
7010 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7011
7012         * message.el (message-cite-reply-position, message-cite-style):
7013         New variables.
7014         (message-yank-original): Use the new citation styles.
7015
7016 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7017
7018         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7019         buffer-local issue); don't mark it buffer-local when running under
7020         XEmacs.
7021
7022 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7023
7024         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7025         numbers too big to be `read'.
7026
7027 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7028
7029         * password-cache.el (password-in-cache-p): Add autoload.
7030
7031         * message.el (message-options): Make buffer-local two ways to attempt
7032         to fix a XEmacs bug.
7033
7034 2011-03-02  Julien Danjou  <julien@danjou.info>
7035
7036         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7037
7038 2011-03-01  Julien Danjou  <julien@danjou.info>
7039
7040         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7041         group.
7042         (article-hide-list-identifiers): Use list-identifier group parameter.
7043
7044 2011-02-28  Julien Danjou  <julien@danjou.info>
7045
7046         * sieve.el (sieve-buffer-script-name): New local variable to store
7047         sieve script name.
7048         (sieve-edit-script): Store sieve script name.
7049         (sieve-upload): Use sieve script name when uploading.
7050         (sieve-upload): Use substitute-command-keys.
7051         (sieve-edit-script): Use substitute-command-keys.
7052         (sieve-refresh-scriptlist): Use substitute-command-keys.
7053         (sieve-manage-mode-map): Define keymap properly.
7054         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7055         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7056         Remove commented code about cvs.
7057         (sieve-manage-quit): New function.
7058         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7059
7060 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7063
7064 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7065
7066         * auth-source.el (auth-source-search): Cache empty result sets.
7067
7068         * password-cache.el (password-in-cache-p): Convenience function to
7069         check if a key is in the cache, even if the value is nil.
7070
7071         * auth-source.el (auth-source-save-behavior): New variable to replace
7072         `auth-source-never-create'.
7073         (auth-source-netrc-create): Use it.
7074         (auth-source-never-save): Remove.
7075
7076 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7077
7078         * nnimap.el (nnimap-stream): Doc fix.
7079         (nnimap-open-connection-1): Reverse the order of the ports to that the
7080         prompted-for port is first.
7081
7082         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7083         retrieval by the no-group selection.
7084
7085         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7086         numerical parameters.
7087
7088 2011-02-25  Julien Danjou  <julien@danjou.info>
7089
7090         * gnus-gravatar.el: Use gnus-with-article-buffer.
7091
7092         * gnus-art.el (gnus-with-article-buffer): Check that the
7093         gnus-article-buffer is alive.
7094
7095 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7096
7097         * auth-source.el (auth-source-creation-prompts): New variable to manage
7098         creation-time prompts.
7099         (auth-source-search): Document it.
7100         (auth-source-format-prompt): Add utility function.
7101         (auth-source-netrc-create): Don't default the user name to
7102         user-login-name.  Use `auth-source-creation-prompts' and some default
7103         prompts for user, host, port, and password (the default generic prompt
7104         remains ugly).
7105         (auth-source-never-save): Add customizable option to never save info.
7106         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7107         mode excursion.
7108
7109 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7112         argument that XEmacs doesn't support.
7113
7114         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7115         compiled for Emacsen having no `libxml-parse-html-region' support.
7116
7117         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7118
7119         * lpath.el: Bind buffer-save-without-query for XEmacs.
7120
7121 2011-02-23  Julien Danjou  <julien@danjou.info>
7122
7123         * gnus-art.el (article-make-date-line): Ignore errors if time is
7124         invalid and not convertible.
7125         (article-make-date-line): Only add lapsed time if time is not nil.
7126
7127 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7128
7129         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7130         `read-char-choice' for backwards compatibility.
7131         (auth-source-netrc-element-or-first): New function to DTRT for
7132         parameter extraction.
7133         (auth-source-netrc-create): Use it and fix multiple parameter print
7134         bug.  Use the default passed from above (given-default) or the
7135         built-in (user-login-name for :user).
7136
7137 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7138
7139         * gnus-start.el (gnus-dribble-read-file):
7140         Set buffer-save-without-query, since we always want to save the dribble
7141         file, probably.
7142
7143         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7144         nnimap.
7145
7146         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7147         -summary- since it's a user-visible variable.
7148
7149         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7150         first time you use the new Gnus.
7151
7152 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7153
7154         * auth-source.el: Don't load netrc.el.
7155         (auth-sources): Search ~/.netrc as well by default.
7156         (auth-source-debug): Add 'trivia option for extra output.
7157         (auth-source-do-trivia): Use it.
7158         (auth-source-search): Simplify logic to use
7159         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7160         appropriate.  Don't keep a running count at this level.  Layer :create
7161         and :delete options appropriately on the first and second passes.
7162         Don't track the backend with the search results.
7163         (auth-source-search-backends): New function to search a list of
7164         backends for a processed spec.
7165         (auth-source-netrc-parse): Cache all netrc files, making
7166         auth-source-netrc-cache an alist keyed by the file name and using the
7167         file mtime as the caching criterion.  Keep the obfuscated data secret
7168         with a lexical bind.
7169         (auth-source-netrc-search): Don't calculate the length of the results
7170         unnecessarily.
7171         (auth-source-search-backends): Fix bug.
7172         (auth-source-netrc-create): Rework prompts.
7173
7174 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7175
7176         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7177         Lower case names of search constraints.
7178         (nnir-run-query): Cache and reuse search constraints for all imap
7179         servers.
7180
7181 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7182
7183         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7184         after exit.
7185         (gnus-setup-message): Define missing variable from last checkin.
7186
7187         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7188         value, show the raw article.
7189
7190 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7191
7192         * gnus.el: No Gnus v0.13 is released.
7193
7194 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7195
7196         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7197         auth-source now accepts numbers.
7198
7199         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7200         spec, too.
7201         (auth-source-ensure-strings): New function.
7202
7203         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7204         (gnus-article-setup-buffer): Always restart the date timer so that user
7205         changes to the frequency is respected.
7206
7207         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7208         port numbers, so make sure it gets that if nnimap-server-port is
7209         explicit.
7210
7211 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7212
7213         * nnimap.el (nnimap-inbox): Doc fix.
7214
7215 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7216
7217         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7218         Autoload.  Add optional arg FRAME, and pass it to color-values.
7219         (color-complement): Caller changed.  Doc fix.
7220         (color-gradient): Rewrite for better clarity and efficiency.
7221
7222 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7223
7224         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7225         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7226         color-lab-to-srgb.
7227
7228 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7229
7230         * color.el: First part of merge from hexrgb.el.
7231         (color-rgb-to-hex): Rename from color-rgb->hex.
7232         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7233         saturation to zero if the value is too small.
7234         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7235         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7236         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7237         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7238         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7239         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7240         (color-cie-de2000): Doc fix.
7241
7242 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7243
7244         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7245         given method as in the group name if we're using an extended method.
7246         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7247         command, if we're using that, instead of waiting for the beginning.
7248
7249         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7250         we're sure to get unique server names, and we don't output two async
7251         commands in the same buffer.  This fixes an NNTP hang for some users.
7252
7253 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7254
7255         * gnus.el: No Gnus v0.11 is released.
7256
7257 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7258
7259         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7260         summary buffer before reading going to the next buffer.  This avoids
7261         putting the point in the group buffer if you `C-g' the command.
7262
7263         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7264         cache (for now) to make ~/.authinfo.gpg files usable.
7265
7266         * nnfolder.el (copyright-update): Define for the compiler.
7267
7268         * auth-source.el (auth-source-search): Fix unbound variable.
7269
7270 2011-02-19  Glenn Morris  <rgm@gnu.org>
7271
7272         * gnus.el (gnus-meta): Doc fix.
7273
7274 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7275
7276         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7277         in case it's not yet loaded.
7278
7279 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7280
7281         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7282         line we're waiting for.
7283
7284 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7285
7286         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7287         face with line-width greater than zero will cause RET in gnus summary
7288         buffer to scroll down article page-wise because auto vscroll happens,
7289         it should be temporally disabled when doing a scroll-up.
7290
7291 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7292
7293         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7294         outputs from the server.
7295
7296 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7297
7298         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7299         later so that bbdb can hook in easier.
7300
7301 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7302
7303         * auth-source.el (auth-source-search): Don't try to create credentials
7304         if the caller doesn't want that.
7305         (auth-source-search): If we don't find a match, don't bug out on
7306         non-bound variables.
7307         (auth-source-search): Only ask a single backend to create the
7308         credentials.
7309
7310         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7311         logging.
7312         (nnimap-credentials): Protect against auth-source-search returning nil.
7313         (nnimap-request-list): Protect against not being able to open the
7314         server.
7315
7316 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7317
7318         * auth-source.el (auth-source-search): Do a two-phase search, one with
7319         no :create to get the responses from all backends.
7320
7321         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7322         when getting credentials.
7323
7324         * gnus-util.el (gnus-delete-duplicates): New function.
7325
7326 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7327
7328         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7329         a creation default, pass the whole port list down.  It will be
7330         completed.
7331
7332         * auth-source.el (auth-source-search): Updated docs to talk about
7333         multiple creation choices.
7334         (auth-source-netrc-create): Accept a list as a value (from the search
7335         parameters) and do completion on that list.  Keep a separate netrc line
7336         with the password obscured for showing the user.
7337
7338         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7339         first choice to `auth-source-search' so it will be used for entry
7340         creation instead of the server's Gnus-specific name.
7341         (nnimap-credentials): Rely on the auth-source library to select which
7342         port is actually wanted in the new netrc entry, so don't override
7343         `auth-source-creation-defaults'.
7344
7345         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7346         :protocol and accept a missing user, host, or port as a wildcard match.
7347         (auth-source-debug): Default to off.
7348
7349         (auth-source-netrc-search, auth-source-netrc-create)
7350         (auth-source-secrets-search, auth-source-secrets-create)
7351         (auth-source-user-or-password, auth-source-backend, auth-sources)
7352         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7353         instead of :protocol.
7354
7355         * nnimap.el (nnimap-credentials): Pass a port default to
7356         `auth-source-search' in case an entry needs to be created.
7357         (nnimap-open-connection-1): Use :port instead of :protocol.
7358
7359 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * auth-source.el: Bind load-path when loading EIEIO from
7362         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7363         21.4 doesn't support, to `require'.
7364         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7365         delete-dups that is not available in XEmacs 21.4.
7366
7367 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7368
7369         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7370         as EIEIO must also be loaded when auth-source.el is being
7371         byte-compiled.
7372
7373 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7374
7375         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7376
7377         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7378
7379         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7380
7381         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7382
7383         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7384
7385         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7386
7387         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7388
7389         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7390         necessary.
7391
7392 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7393
7394         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7395         nil means that nnimap doesn't get updated.
7396
7397 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7398
7399         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7400         result when the user doesn't want to write to the file.
7401         (auth-source-netrc-search): Expect a synthetic result and proceed
7402         accordingly.
7403         (auth-source-cache-expiry): New variable to override
7404         `password-cache-expiry'.
7405         (auth-source-remember): Use it.
7406
7407         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7408         parameter.  Create entry if necessary by using :create t.
7409         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7410
7411 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7412
7413         * auth-source.el (auth-source-debug): Enable by default and don't
7414         mention the obsolete `auth-source-hide-passwords'.
7415         (auth-source-do-warn): New function to debug unconditionally.
7416         (auth-source-do-debug): Use it.
7417         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7418         and for Secrets API entries when the secrets.el library is not
7419         available.
7420
7421 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7422
7423         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7424         (gnus-summary-exit): Kill the correct article buffer on exit from a
7425         `C-d' group.
7426
7427         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7428         gnus-propagate-marks.
7429
7430         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7431         before killing the buffers so that a non-full window conf gets handled
7432         correctly.
7433         (gnus-summary-exit): Ditto.
7434         (gnus-summary-read-group-1): Ditto.
7435
7436         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7437         async code again so that we can debug it properly.
7438
7439         * message.el (message-reply): Take an optional switch-buffer parameter
7440         so that Gnus window confs are respected better.
7441
7442 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7443
7444         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7445         `plist-get' to accept non-list parameters (XEmacs issue).
7446         Fix docstring.
7447         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7448         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7449         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7450         Login collection is "Login" and not "login".
7451
7452 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7453
7454         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7455         multiple headers.
7456
7457         * nnimap.el (nnimap-inhibit-logging): New variable.
7458         (nnimap-log-command): Don't log login commands.
7459
7460         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7461         to have more parameters.
7462
7463         * nnimap.el (nnimap-send-command): Mark the command time for each
7464         command, so that we don't get NOOPs stepping on our toes.
7465
7466         * gnus-art.el (article-date-ut): Get the date from the Date header on
7467         `t'.
7468
7469 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * auth-source.el (auth-source-search): Use copy-sequence instead of
7472         the cl.el copy-list.
7473
7474 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7475
7476         * imap.el: Bring it back (revert
7477         84d800cd31de3064f0ed39617d725709a2f8f42f).
7478
7479 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7480
7481         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7482         Improve prompt.
7483
7484 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7485
7486         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7487         washing status from the default format.  It isn't very informative.
7488
7489 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7490
7491         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7492         Fix Gcc processing on imap.
7493
7494 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7495
7496         * imap.el: Remove file.  All the functionality is in nnimap.el.
7497
7498 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7499
7500         * message.el (message-bury): Don't pop up a new window when selected
7501         window is dedicated.
7502
7503 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7504
7505         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7506
7507 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7508
7509         * sieve-manage.el: Autoload `auth-source-search'.
7510         (sieve-sasl-auth): Use it.
7511
7512 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7513
7514         * nnimap.el: Autoload `auth-source-forget+'.
7515         (nnimap-open-connection-1): Use it if the connection fails.
7516
7517         * auth-source.el: Require `password-cache'.
7518         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7519         obsolete.
7520         (auth-source-magic): Marker for `password-cache' keys.
7521         (auth-source-do-cache): Update docstring.
7522         (auth-source-search): Use and check cache.
7523         (auth-source-forget-all-cached, auth-source-remember)
7524         (auth-source-recall, auth-source-forget, auth-source-forget+)
7525         (auth-source-specmatchp): Caching support functions.
7526         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7527         Remove and obsolete.
7528         (auth-source-user-or-password): Remove caching to further discourage
7529         using it.  Always hide passwords.
7530
7531         * password-cache.el (password-cache-remove): Accept secrets that are
7532         not strings.
7533
7534 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7535
7536         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7537         code for now, since it doesn't work for all users.
7538
7539 2011-02-09  Julien Danjou  <julien@danjou.info>
7540
7541         * message.el (message-options): Make message-options really buffer
7542         local.
7543
7544 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7545
7546         * mail-source.el: Autoload `auth-source-search'.
7547         (mail-source-keyword-map): Note order matters.
7548         (mail-source-set-1): Get all the mail-source source values and
7549         defaults and search auth-source on those if needed.  This can all
7550         probably be simplified.
7551
7552         * nnimap.el: Autoload `auth-source-search'.
7553         (nnimap-credentials): Use it.
7554         (nnimap-open-connection-1): Ask for the virtual server and physical
7555         address in one shot.
7556
7557         * nntp.el: Autoload `auth-source-search'.
7558         (nntp-send-authinfo): Use it.  Note TODO.
7559
7560 2011-02-08  Julien Danjou  <julien@danjou.info>
7561
7562         * shr.el (shr-tag-body): Add support for text attribute in body
7563         markups.
7564
7565         * message.el (message-options): Make message-options a local variable.
7566
7567 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7568
7569         * auth-source.el (auth-source-secrets-search)
7570         (auth-source-user-or-password): Use `append' instead of `nconc'.
7571         (auth-source-user-or-password): Build return list better and protect
7572         against nil :secret.
7573
7574 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7575
7576         * nnimap.el (nnimap-update-info): Refactor slightly.
7577         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7578         (nnimap-update-info): Clean up slightly.
7579         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7580         characters.
7581         (nnimap-process-quirk): Rename function to avoid collision.
7582         (nnimap-update-info): Fix macrology bug-out.
7583         (nnimap-update-info): Simplify split history test.
7584
7585 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7586
7587         * auth-source.el (top): Require 'eieio unconditionally.
7588         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7589         (auth-source-secrets-search): Limit search when `max' is greater than
7590         number of results.
7591
7592 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7593
7594         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7595         part not returning any data.
7596
7597         * proto-stream.el (open-protocol-stream): Document the return value.
7598
7599 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7600
7601         * auth-source.el (auth-source-secrets-search): Add examples.
7602
7603 2011-02-06  Julien Danjou  <julien@danjou.info>
7604
7605         * message.el (message-setup-1): Handle message-generate-headers-first
7606         set to t.
7607
7608 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7609
7610         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7611         API with a string "secrets:collection-name" and with 'default.
7612         (auth-source-backend-parse): Parse "secrets:collection-name" and
7613         'default.  Recurse on parses instead of repeating code.  Use the
7614         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7615         message when ignoring a source.
7616         (auth-source-search): List ignored search keys at the top level.
7617         (auth-source-netrc-create): Use `case' instead of `cond'.
7618         (auth-source-secrets-search): Created with TODOs.
7619         (auth-source-secrets-create): Created with TODOs.
7620         (auth-source-retrieve, auth-source-create, auth-source-delete)
7621         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7622         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7623         (auth-source-user-or-password-sftp)
7624         (auth-source-user-or-password-smtp): Remove.
7625         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7626         around `auth-source-search'.  Not tested thoroughly.
7627
7628 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7629
7630         * auth-source.el: Bring in assoc and eioeio libraries.
7631         (secrets-enabled): New variable to track the status of the Secrets API.
7632         (auth-source-backend): New EIOEIO class to represent a backend.
7633         (auth-source-creation-defaults): New variable to set prompt defaults
7634         during token creation (see the `auth-source-search' docstring for
7635         details).
7636         (auth-sources): Simplify to allow a simple string as a netrc backend
7637         spec.
7638         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7639         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7640         (auth-source-search): Main auth-source API entry point.
7641         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7642         (auth-source-search-collection): Helper function for searching.
7643         (auth-source-netrc-parse, auth-source-netrc-normalize)
7644         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7645         Supports search, create, and delete.
7646         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7647         backend stubs.
7648         (auth-source-user-or-password): Call `auth-source-search' but it's not
7649         ready yet.
7650
7651 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7652
7653         * message.el (message-setup-1): Remove the read-only stuff, since it
7654         doesn't work under XEmacs, for some reason.
7655
7656         * gnus-sum.el (gnus-user-date): Rename back from
7657         gnus-summary-user-date since user code refers to it.
7658
7659         * shr.el (shr-render-td): Store the actual background color used.
7660
7661         * message.el (message-setup-1): Don't bind the constant
7662         -forbidden-properties.
7663         (message-setup-1): Revert previous change, since it needs to bind the
7664         props to insert them.
7665         (message-resend): Allow removing the read-only separator line.
7666
7667 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7668
7669         * nnimap.el (nnimap-request-accept-article): Give an error message if
7670         the APPEND wasn't successful.
7671
7672 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7673
7674         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7675         that have no groups.
7676
7677 2011-02-03  Julien Danjou  <julien@danjou.info>
7678
7679         * gnus-draft.el: Remove progn around gnus-draft-setup.
7680
7681 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7682
7683         * gnus-start.el (gnus-read-active-for-groups): This function is never
7684         called with a nil `infos', so clean that up.
7685         (gnus-get-unread-articles): Request active files from primary/secondary
7686         methods that have no groups (yet).
7687
7688 2011-02-03  Julien Danjou  <julien@danjou.info>
7689
7690         * message.el (message-setup-1): Always generate References first.
7691         (message-mail): Return the return value of message-setup, not always t.
7692         (message-setup-1): Insert mail-header-separator with read-only and
7693         intangible properties set.
7694
7695         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7696         user-date in docstring.
7697
7698         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7699
7700         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7701         docstring.
7702
7703         * gnus.el (gnus-user-date-format-alist): Change default value.
7704         Use defcustom, with type and group.  Move from gnus-util.el.
7705         Rename to gnus-summary-user-date-format-alist.
7706
7707 2011-02-03  Glenn Morris  <rgm@gnu.org>
7708
7709         * nnimap.el (gnus-fetch-headers): Declare.
7710
7711         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7712
7713 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7714
7715         * message.el (message-forward-make-body-digest-plain)
7716         (message-followup, message-reply): Clean up things noted by Stefan.
7717
7718         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7719         gnus-article-update-date-headers is nil.
7720         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7721         it didn't really work with defcustom.
7722         (article-update-date-lapsed): Make sure the window start doesn't move,
7723         either.
7724
7725 2011-02-01  Julien Danjou  <julien@danjou.info>
7726
7727         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7728         format.
7729
7730         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7731         standard in Emacs nowadays.
7732
7733         * color.el (color-gradient): Add a color-gradient function.
7734
7735 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7736
7737         * message.el (message-expand-name): Don't trust the return value of
7738         bbdb-complete-name.
7739         (message-check-news-header-syntax): Remove unused var `start'.
7740         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7741         (message-inhibit-body-encoding): Move to before first use.
7742         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7743         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7744         (Organization, Message-ID, Date, mh-previous-window-config):
7745         Defvar the vars using dynamic scoping.
7746
7747 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7748
7749         * shr.el (shr-render-td): Only do colors at the final rendering.
7750         Should be slightly faster.
7751         (shr-insert-table): Fix up TD background colors when doing the
7752         vertical padding.
7753
7754         * gnus-art.el (article-date-ut): Protect against articles with no Date
7755         header.
7756         (article-update-date-lapsed): Don't use current-column to find the
7757         horizontal position.  It's fragile in the presence of \003 characters.
7758
7759         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7760
7761 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7762
7763         * gnus-art.el (article-transform-date): Rewrite to still work when
7764         there are several rfc2822 parts.
7765         (article-transform-date): Fix infinite recursion.
7766         (article-date-ut): Replace infinitely many Date headers with a single
7767         one when called interactively.
7768
7769         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7770         secure manner.
7771
7772         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7773         move around by not using save-window-excursion.  It seems to work...
7774
7775 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * gnus-art.el (article-make-date-line): Work for user-defined format.
7778
7779 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7780
7781         * nntp.el (nntp-retrieve-group-data-early)
7782         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7783         fetching functions.
7784
7785         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7786         thoroughly for all backends that have no known groups.  This should
7787         allow new nnml methods to retrieve mail.
7788
7789         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7790         that Gnus doesn't know exists again.
7791
7792         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7793         (gnus-treat-date-ut): Ditto.
7794         (gnus-article-update-date-header): Rename.
7795         (gnus-treat-date-local): Remove.
7796         (gnus-treat-date-english): Remove.
7797         (gnus-treat-date-lapsed): Remove.
7798         (gnus-treat-date-combined-lapsed): Remove.
7799         (gnus-treat-date-original): Remove.
7800         (gnus-treat-date-iso8601): Remove.
7801         (gnus-treat-date-user-defined): Remove.
7802         (gnus-article-date-headers): New variable to control all the date
7803         header options.
7804         (article-date-ut): Rewrite to allow using the new way to format date
7805         headers(s).
7806
7807 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7808
7809         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7810         method.
7811         (nnmail-article-group): A better test for fanciness.
7812
7813         * nnimap.el (nnimap-request-head): Protect against not finding the
7814         article by Message-ID.
7815
7816 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7817
7818         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7819         keep point at the "same place".
7820
7821 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7822
7823         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7824         data if the group is inactive.
7825
7826 2011-01-28  Julien Danjou  <julien@danjou.info>
7827
7828         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7829         (gnus-all-windows-visible-p): Remove old compatibility code.
7830         (gnus-window-top-edge): Add docstring.
7831
7832         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7833
7834 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7835
7836         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7837         older request-update-info.
7838
7839         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7840
7841 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7842
7843         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7844         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7845
7846 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7847
7848         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7849         groups.  This makes the nndraft:queue group pop up if it's not already
7850         there.
7851
7852         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7853         messages" logic, which was reversed.
7854
7855         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7856         the "same place" even if point is on the line being replaced.
7857         (article-update-date-lapsed): Allow updating both the combined lapsed
7858         and the lapsed headers.
7859         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7860         (article-make-date-line): Limit the number of segments dynamically to
7861         avoid too-long lines.
7862
7863 2011-01-27  Julien Danjou  <julien@danjou.info>
7864
7865         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7866         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7867
7868 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7871         Use plist-get instead of the cl function getf.
7872
7873 2011-01-27  Glenn Morris  <rgm@gnu.org>
7874
7875         * gnus-util.el (float-time): Get rid of compiler warning, again.
7876
7877 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7878
7879         * shr.el (shr-put-color): Special-case background colors: Do put them
7880         at the blank parts at the front of the lines.
7881
7882         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7883         exit hook to nix out all data on readedness on group exit.
7884
7885         * gnus-util.el (float-time): If float-time is bound, always use it on
7886         all Emacsen.  It's unclear why the subrp check was there.
7887         (time-date): Require to make some autoload issues on XEmacs go away.
7888
7889         * shr.el (shr-put-color): Don't do the box padding in tables, since
7890         they're already padded.
7891
7892 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7893
7894         * gnus-art.el (gnus-article-next-page): When the last line of the
7895         article is displayed, scroll down once more instead of going to the
7896         next article at once.
7897         (article-lapsed-string): Refactor out and allow specifying how many
7898         segments you want.
7899         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7900         (gnus-article-update-lapsed-header): New variable.
7901
7902         * shr.el: Revert change that made headings use different-sized faces.
7903         The Emacs display engine isn't advanced enough that, for instance,
7904         tables can comfortably use differently-sized faces.
7905
7906 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7907
7908         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7909         used.
7910         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7911         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7912         we're using an encrypted connection.
7913
7914         * proto-stream.el: Alter the interface functions to also return the
7915         actual stream type used: network or tls.
7916
7917 2011-01-25  Julien Danjou  <julien@danjou.info>
7918
7919         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7920         (mm-display-javascript-inline): New function.
7921
7922         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7923         viewing function.
7924
7925 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * shr.el (shr-expand-newlines): Fix variable name.
7928
7929 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7930
7931         * shr.el (shr-expand-newlines): Make nested boxes work.
7932
7933 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7934
7935         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7936         backgrounds.
7937         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7938         in a more sensible manner.
7939
7940 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7941
7942         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7943         if EPG is loaded.
7944
7945 2011-01-24  Julien Danjou  <julien@danjou.info>
7946
7947         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7948         tags.
7949
7950 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7951
7952         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7953         commands.
7954
7955         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7956         in the article buffer.
7957         (gnus-gravatar-insert): Use blank space from the current buffer to
7958         avoid breaking text properties.  This makes X-Sent updating work again.
7959
7960         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7961
7962 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7963
7964         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7965         fix the bug in url-http.el instead.
7966
7967         * shr.el (shr-image-fetched): Ditto.
7968
7969         * shr.el (shr-image-fetched): Avoid having point move in the article
7970         buffer.
7971
7972         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7973         buffer after being called.  It's apparently being killed by url.el, and
7974         killing it made point move to end-of-buffer in a random buffer.
7975
7976         * shr.el (shr-image-fetched): Ditto.
7977
7978 2011-01-23  Julien Danjou  <julien@danjou.info>
7979
7980         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7981
7982         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7983         text/x-org.
7984
7985 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7986
7987         * gnus-sum.el (gnus-summary-move-article): Protect against backends
7988         (i.e., nnimap) returning nil as the article number.
7989
7990 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
7991
7992         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7993         "DelSp" parameter in RFC3676.
7994
7995 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
7996
7997         * message.el (message-check-recipients): Display the encoded version of
7998         the bogus address if they differ.
7999
8000         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8001         after sending.
8002
8003         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8004
8005         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8006
8007         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8008         group buffer after sending the queue.
8009
8010         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8011
8012 2011-01-22  Julien Danjou  <julien@danjou.info>
8013
8014         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8015
8016 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8017
8018         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8019         nested related parts.
8020
8021         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8022         unexpired articles.  This fixes the regression that led expiry marks to
8023         disappear from nnfolder groups.
8024
8025 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8026
8027         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8028         Don't confuse the "ret" of "retrograde" with RET.
8029
8030 2011-01-21  Julien Danjou  <julien@danjou.info>
8031
8032         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8033         than mm-insert-inline.
8034
8035 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8038         Widen article buffer.
8039
8040 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8041
8042         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8043         the temp buffer.
8044         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8045
8046 2011-01-20  Julien Danjou  <julien@danjou.info>
8047
8048         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8049
8050         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8051         than mm-insert-inline to insert inline part: this respect
8052         mm-inline-media-tests displayers.
8053
8054         * mm-view.el (mm-display-shell-script-inline): New function.
8055
8056         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8057
8058         * mm-uu.el (mm-uu-type-alist): Add org block.
8059         (mm-uu-org-src-code-block-extract): New function.
8060
8061         * mm-view.el (mm-display-org-inline): New function.
8062
8063         * mm-decode.el (mm-automatic-display): Add text/org.
8064
8065         * mailcap.el (mailcap-mime-extensions): Add .org.
8066
8067 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8070         gnus-article-add-buttons.
8071
8072 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8073
8074         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8075         From header with a date and "nobody" as the sender.
8076
8077 2011-01-19  Julien Danjou  <julien@danjou.info>
8078
8079         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8080         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8081         if you have the same regexp several times.
8082         (gnus-button-push): Fix matching when regexp is symbol.
8083
8084 2011-01-15  Glenn Morris  <rgm@gnu.org>
8085
8086         * message.el (message-mail): A compose-mail function should
8087         accept headers as strings.
8088
8089 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8090
8091         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8092         Add :vert-only tags.
8093         (message-mail): New arg RETURN-ACTION.
8094         (message-return-action): New var.
8095         (message-bury): Use it.
8096         (message-mode): Make it buffer-local.
8097         (message-send-and-exit): Always call message-bury.
8098
8099         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8100         message-mail.
8101
8102 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8103
8104         * nnimap.el (nnimap-convert-partial-article): Protect against
8105         zero-length body parts.
8106
8107         * mm-decode.el (mm-preferred-alternative-precedence):
8108         Discourage showing empty parts.
8109
8110         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8111         and stuff if the backend didn't return the article number.  This fixes
8112         an Exchange-related nnimap bug.
8113
8114         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8115         group window, because it does the wrong thing when a separate frame
8116         displays the group buffer.
8117
8118         * proto-stream.el (open-protocol-stream): Protect against the low-level
8119         transport functions returning nil.
8120
8121 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8122
8123         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8124         (mml2015-epg-find-usable-secret-key): New function.
8125         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8126         mml2015-epg-find-usable-key (Bug#7797).
8127         (mml2015-epg-encrypt): Ditto.
8128
8129 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * dgnushack.el (rot13-string): Fix the way to get the argument.
8132
8133 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8136
8137 2011-01-03  Glenn Morris  <rgm@gnu.org>
8138
8139         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8140
8141         * sieve.el (sieve-open-server): Give a more explicit error if
8142         sieve-manage-open returns nil.  (Bug#7720)
8143
8144 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8145
8146         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8147
8148 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8149
8150         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8151         This avoids sending passwords in plain text over non-encrypted
8152         channels.
8153
8154         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8155
8156         * nnimap.el (nnimap-login): Refactored out into own function, and
8157         implement CRAM-MD5.
8158         (nnimap-wait-for-line): Refactored out.
8159
8160         * mm-view.el (mml-smime): Require.
8161
8162 2010-12-20  David Engster  <deng@eml.cc>
8163
8164         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8165         use EPG to decrypt S/MIME messages instead of openssl.
8166
8167 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8168
8169         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8170
8171         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8172         status is the group clearly is unreachable.
8173
8174         * auth-source.el (auth-source-create): Add the optional second
8175         parameter to `local-variable-p' to be compatible with XEmacs.
8176
8177 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8178
8179         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8180         work when using a compressed nnml folder.
8181
8182 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8183
8184         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8185         backends after sanitising on entry, because this never makes sense:
8186         If the articles have gone missing, then the data no longer exists on
8187         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8188         overwrite anything anyway.
8189
8190         * shr.el (shr-insert-document): Bind shr-width dynamically to
8191         window-width if it's nil.
8192
8193 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8194
8195         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8196         with the meaning of using the full emacs window width for rendering.
8197
8198 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8199
8200         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8201         case when sender is not given.
8202
8203 2010-12-23  Julien Danjou  <julien@danjou.info>
8204
8205         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8206         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8207         the addresses, otherwise we might misplaced the gravatar.
8208
8209 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8210
8211         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8212         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8213         obsolete in Emacs.
8214
8215 2010-12-20  Julien Danjou  <julien@danjou.info>
8216
8217         * gnus-util.el (gnus-rescale-image): Revert last change.
8218
8219 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8220
8221         * binhex.el: Improve commentary (Bug#7482).
8222
8223 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8224
8225         * gnus-group.el (gnus-group-delete-articles): New command.
8226
8227 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8228
8229         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8230
8231 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8232
8233         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8234         here, since it's up to the backends to do CRLF removal if their
8235         protocol has it.
8236
8237         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8238
8239 2010-12-17  Julien Danjou  <julien@danjou.info>
8240
8241         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8242         they are from file.  Can also scale up.
8243
8244 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8245
8246         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8247         Restore gnus-use-agent.
8248         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8249
8250         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8251
8252 2010-12-17  Julien Danjou  <julien@danjou.info>
8253
8254         * gravatar.el (gravatar-retrieve-synchronously): New function.
8255         (gravatar-get-data): Make more robust.
8256
8257 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8260
8261 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8262
8263         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8264         to really consider the last line.
8265
8266 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8267
8268         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8269         list of recipient keys, or use symmetric encryption if not a list.
8270         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8271         EPA override, replacing the call to `netrc-store-data'.
8272
8273 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8274
8275         * gnus-srvr.el: Avoid passing nil regexp argument to
8276         delete-matching-lines.
8277
8278 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8279
8280         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8281         fetching stops when Gnus exits.
8282
8283         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8284         function.
8285         (nnfolder-request-expire-articles): Save all the buffers after doing
8286         expiry.
8287
8288         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8289         the last article", since that led to serious performance regressions
8290         when expiring nnml groups.
8291
8292 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8293
8294         * nnir.el: Improve customizations.
8295
8296 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8297
8298         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8299
8300         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8301         group has been killed.
8302         (gnus-group-yank-group): Ditto.
8303
8304         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8305
8306         * nnimap.el (nnimap-request-update-group-status): New function.
8307
8308         * gnus-int.el (gnus-request-update-group-status): New interface
8309         function.
8310
8311         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8312         copying read-ness to the backends.
8313
8314         * nnimap.el (nnimap-quirk): New function.
8315         (nnimap-retrieve-group-data-early): Use it.
8316         (nnimap-quirks): New alist.
8317
8318 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8321         don't delete it within indentation.
8322
8323 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8324
8325         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8326         previous line.
8327
8328 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8329
8330         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8331         QRESYNC command by deleting a superfluous space which broke Cyrus
8332         servers.  This change will break other servers that are buggy the other
8333         way around.
8334
8335 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8336
8337         * spam.el: Reindent and fix long lines.
8338         (spam-copy-or-move-routine): Exclude invalid move destinations.
8339
8340 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8341
8342         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8343         installed the registry.
8344
8345 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8348
8349 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8350
8351         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8352         groupname doesn't contain "gmane".
8353
8354 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8355
8356         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8357         and netrc-bound-and-true-p bindings.
8358         (netrc-parse): Cache the netrc contents.
8359
8360         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8361         (gnus-1): Don't create the nndrafts group twice.
8362         (gnus-setup-news): There's no need to read the active file here, since
8363         that's done again later on a per-backend basis.
8364         (gnus-start-draft-setup): Make sure that the new group is started out
8365         empty.
8366
8367         * gnus-agent.el (gnus-agentize): Don't create the queue group
8368         automatically on startup.  It'll be created later, if needed.
8369
8370         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8371         of automatically subscribed groups.
8372         (gnus-auto-subscribed-categories): New variable.
8373         (gnus-matches-options-n): Use it.
8374         (gnus-default-subscribed-newsgroups): Remove unused variable.
8375         (gnus-start-draft-setup): Message a bit less.
8376
8377 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8378
8379         * nnir.el (nnir-run-imap): Return article list in order of increasing
8380         UID.
8381
8382 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8383
8384         * gnus-sum.el (gnus-summary-enter-digest-group):
8385         Mention gnus-auto-select-on-ephemeral-exit.
8386
8387         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8388         convention of the network-only option.
8389
8390 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8391
8392         * proto-stream.el (proto-stream-open-network-only): New function to
8393         have a way to specify non-STARTTLS upgrade connections.
8394
8395 2010-12-10  Julien Danjou  <julien@danjou.info>
8396
8397         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8398         email address is nil.
8399
8400         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8401
8402 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8403
8404         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8405         deletion.
8406         (nnir-run-imap): Only need to parse list once.
8407
8408 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8409
8410         * shr.el (shr-tag-script): Ignore <script>.
8411         (shr-tag-label): Add <label> support.
8412
8413 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8416
8417         * shr.el (shr-image-displayer): Work for images lined side by side.
8418
8419 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8420
8421         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8422         parameter, since XEmacs doesn't accept t as a parameter.
8423
8424 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8425
8426         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8427         ids.
8428         (nnir-run-gmane): Simplify groupspec formatting.
8429         (nnir-request-expire-articles): New function.
8430
8431 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8432
8433         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8434         overflow, possibly.
8435
8436         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8437         (shr-render-td): Handle td style="" better.
8438         (shr-tag-table): Use the color from the style sheet.
8439         (shr-render-td): Make sure we copy over all the overlays, too.
8440
8441 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8442
8443         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8444         (nnir-request-article): Improve article retrieval.
8445
8446 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * mm-util.el (mm-extra-numeric-entities): New variable.
8449
8450         * mm-url.el (mm-url-decode-entities):
8451         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8452
8453         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8454
8455 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8456
8457         * message.el: Use completion-at-point.
8458         (message-completion-function): New fun, extracted from message-tab.
8459         (message-mode): Use it for completion-at-point-functions.
8460         (message-tab): Use it and completion-at-point.
8461
8462 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8465         character if a non-breakable character follows.
8466
8467 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8468
8469         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8470         any stream.
8471
8472         * shr.el (shr-tag-font): Colorize the region.
8473         (shr-tag-body): Ditto.
8474         (shr-tag-font): Actually let the styles be inherited instead of
8475         overwriting them.
8476         (shr-tag-font): Get the background color right.
8477         (shr-tag-style): Ignore all <style> tags for the moment.
8478
8479         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8480         a Message-ID to avoid having nnimap depend on gnus-sum.
8481
8482         * shr.el (shr-descend): Only colorize something if we have a node that
8483         sets colors.
8484
8485 2010-12-06  Julien Danjou  <julien@danjou.info>
8486
8487         * shr.el (shr-render-td): Render td content with shr-descend, so style
8488         will be applied to <td> too.
8489         (shr-colorize-region): Colorize region even if we only have a background.
8490         (shr-tag-body): Fix color and background color inheritance.
8491         Do not recolorize after shr-generic.
8492         (shr-tag-font): Let shr-generic colorize via inheritance.
8493
8494 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8497
8498 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8499
8500         * nnir.el (nnir-request-move-article): Remove obsolete code.
8501
8502 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8505
8506 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507
8508         * gnus-sum.el (gnus-summary-respool-article): The completion function
8509         expects a list instead of an alist.
8510
8511         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8512         string as the parameter.
8513
8514         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8515
8516         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8517         styles.
8518         (shr-colorize-region): New function.
8519         (shr-insert-background-overlay): Remove.
8520         (shr-render-td): Background setting should be taken care of on a higher
8521         level.
8522         (shr-tag-body): Use post-hoc colorizations.
8523         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8524         (shr-put-color-1): Don't overwrite old colors.
8525         (shr-colorize-region): When the background color isn't explicit, use
8526         a fixed background.
8527
8528         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8529         nnmail variables.
8530
8531 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8532
8533         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8534         unless necessary.
8535
8536 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8537
8538         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8539         server.
8540
8541 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542
8543         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8544         so that TAB works.
8545
8546         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8547         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8548
8549         * shr.el (shr-urlify): Show the URL before the title to avoid
8550         misleading URLs.
8551
8552 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8553
8554         * shr.el (shr-urlify): Display the title in <a> tags.
8555
8556 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8557
8558         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8559
8560 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8561
8562         * nnir.el: Rearrange code to allow macros to be autoloaded by
8563         gnus-sum.el.
8564         (nnir-retrieve-headers-override-function): Make this variable
8565         customizable.
8566         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8567
8568         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8569         from nnir.el.
8570
8571 2010-12-03  Julien Danjou  <julien@danjou.info>
8572
8573         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8574
8575 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8578         allow optional argument `environment'.
8579
8580 2010-12-03  Glenn Morris  <rgm@gnu.org>
8581
8582         * mm-extern.el (message-goto-body): Update declaration.
8583
8584 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * gnus-util.el (gnus-macroexpand-all): New function.
8587
8588         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8589         instead of macroexpand-all that is unavailable in XEmacs.
8590
8591 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8592
8593         * nnir.el (nnir-summary-line-format): New variable.
8594         (nnir-mode): Use it.
8595         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8596         (nnir-article-ids): Reimplement as defsubst.
8597         (nnir-retrieve-headers): Don't mangle the subject header.
8598         (nnir-run-imap): Use 100 as RSV score.
8599         (nnir-run-find-grep): Fix for full server searching.
8600         (nnir-run-gmane): Better restriction to gmane groups.
8601
8602         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8603         summary buffers.
8604
8605 2010-12-02  Julien Danjou  <julien@danjou.info>
8606
8607         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8608
8609         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8610
8611         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8612         support.
8613
8614 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8615
8616         * nnir.el: Update to handle the registry better.
8617         (autoload): Silence byte-compiler.
8618         (nnir-open-server): Add a hook for nnir groups.
8619         (nnir-request-move-article): Don't mangle the header.  Better to use
8620         formatting variables (which will be added in the future).
8621         (nnir-registry-action): Update the registry using the original article
8622         group name.
8623         (nnir-mode): Install nnir-specific hooks for updating the registry.
8624
8625         * gnus-sum.el
8626         (gnus-article-original-subject, gnus-newsgroup-original-name):
8627         Remove obsolete variables.
8628         (gnus-summary-move-article): Remove use of obsolete variables.
8629         (gnus-summary-local-variables): Make move and delete hooks local to
8630         summary buffers.
8631
8632 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8633
8634         * rtree.el: New file.
8635
8636 2010-12-01  Julien Danjou  <julien@danjou.info>
8637
8638         * message.el (message-user-organization): Do not use
8639         gnus-local-organization.
8640
8641         * gnus.el: Remove gnus-local-organization.
8642
8643         * gnus-msg.el: Remove nastygram thing.
8644
8645 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8646
8647         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8648         funcall.
8649
8650 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8653         names.
8654
8655         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8656         characters.
8657
8658         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8659         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8660         Suggested by Štěpán Němec <stepnem@gmail.com>.
8661         (gnus-gravatar-transform-address): Use mail-extract-address-components
8662         that supports non-ASCII names rather than mail-header-parse-addresses.
8663
8664 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * proto-stream.el (open-protocol-stream): All starttls connections are
8667         handled by the network handler.
8668
8669 2010-11-30  Julien Danjou  <julien@danjou.info>
8670
8671         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8672         (nnimap-open-connection-1): Fix PREAUTH.
8673
8674         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8675
8676 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8679         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8680         (shr-insert): Use them.
8681         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8682
8683 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8684
8685         * nnir.el (nnir-request-move-article): Bail out if original group
8686         doesn't support article moves.
8687         (nnir-get-active): Improve active list retrieval.
8688
8689 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8690
8691         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8692
8693 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8694
8695         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8696         seem to accept strings-with-numbers as port numbers.
8697
8698 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8699
8700         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8701         change the registry.
8702
8703 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8706         delete-dups that is not available in XEmacs 21.4.
8707
8708         * mm-util.el (mm-delete-duplicates): Add comment.
8709
8710 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8711
8712         * nnir.el (nnir-ignored-newsgroups): New variable.
8713         (nnir-get-active): Use it.
8714
8715 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8716
8717         * proto-stream.el (proto-stream-open-network): Add some comments.
8718
8719         * nntp.el (nntp-open-connection): Provide a :success condition.
8720
8721         * nnimap.el (nnimap-open-connection-1): Ditto.
8722
8723         * proto-stream.el (proto-stream-open-network): See what the response to
8724         the STARTTLS command is.
8725
8726         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8727         backwards compatibility).
8728         (nnimap-open-connection-1): Really respect nnimap-server-port.
8729
8730         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8731         TLS upgrades we don't really care about the identity of the peer.
8732         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8733         that what we've checked for.
8734         (proto-stream-always-use-starttls): Only default to t if
8735         open-gnutls-stream exists.
8736         (proto-stream-open-network): If STARTTLS failed, then just open a
8737         normal connection.
8738         (proto-stream-open-network): Wait until the greeting before doing
8739         STARTTLS.
8740
8741         * nntp.el (nntp-open-connection): Report what the connection error is.
8742
8743         * proto-stream.el (open-protocol-stream): Rename from
8744         open-proto-stream.
8745
8746 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8747
8748         * nnimap.el (nnimap-stream): Change default to `undecided'.
8749         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8750         first, and then network.
8751         (nnimap-open-connection-1): Respect nnimap-server-port.
8752         (nnimap-open-connection): Be more backwards-compatible.
8753
8754         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8755         (proto-stream-open-starttls): De-duplicate the starttls code.
8756         (proto-stream-open-starttls): Folded back into the main function.
8757         (proto-stream-open-network): Fix typo in the gnutls path.
8758         (proto-stream-command): Refactor out.
8759
8760         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8761
8762         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8763         starttls.el STARTTLS.
8764
8765         * color.el (color-lab->srgb): Fix function call name.
8766
8767         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8768         if we're using tls.el.
8769         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8770         built in, then don't try to establish a STARTTLS connection.
8771
8772         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8773         servers.
8774
8775         * proto-stream.el (open-proto-stream): Use network, not stream.
8776         (open-proto-stream): Add a way to specify what the end of a command is.
8777
8778         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8779         connections types.
8780         (nntp-open-network-stream): Remove.
8781         (nntp-open-ssl-stream): Remove.
8782         (nntp-open-tls-stream): Remove.
8783         (nntp-ssl-program): Remove.
8784
8785         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8786
8787 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8788
8789         * nnir.el: Fix typos.
8790         (nnir-retrieve-headers-override-function): Rename variable to reflect
8791         new semantics.
8792         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8793         macros.
8794         (nnir-request-article, nnir-request-move-article): Use them.
8795         (nnir-categorize): New function.
8796         (nnir-run-query): Use it.
8797         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8798         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8799         sorted.
8800         (nnir-group-full-name): Use gnus-group-full-name instead.
8801         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8802         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8803
8804 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8805
8806         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8807
8808         * proto-stream.el: New library to provide protocol-specific
8809         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8810         protocols.
8811         (open-proto-stream): Complete the documentation.
8812         (proto-stream-open-network): Fix some typos.
8813
8814         * nnimap.el (nnimap-open-connection): Use it.
8815
8816 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8817
8818         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8819         negotiation.
8820
8821 2010-11-26  Julien Danjou  <julien@danjou.info>
8822
8823         * color.el: Rename various rgb functions to srgb.
8824
8825 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8828         names.
8829
8830 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * shr.el (shr-insert): Revert last change.
8833         (shr-find-fill-point): Never leave point being at bol;
8834         relax the kinsoku limitation when rendering tables.
8835
8836 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8837
8838         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8839         results from -accept-article.
8840
8841         * shr-color.el: Require cl when compiling.
8842
8843         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8844         checkin.
8845
8846         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8847
8848         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8849
8850         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8851         'add and 'delete to set backend marks.
8852
8853         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8854
8855         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8856
8857         * nntp.el (nntp-request-set-mark): Use it.
8858
8859         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8860
8861         * nnml.el (nnml-request-set-mark): Ditto.
8862
8863         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8864         introduces regressions in article selection.
8865         (nnimap-find-uid-response): New function.
8866         (nnimap-request-accept-article): Use the UID returned, if any.
8867         (nnimap-request-move-article): Use the UID returned, if any.
8868         (nnimap-get-groups): Reimplement to work with folded lines.
8869         (nnimap-find-uid-response): The UID is the last element in the list.
8870         (nnimap-request-set-mark): Extend syntax with 'set.
8871
8872         * nnml.el (nnml-request-set-mark): Ditto.
8873
8874         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8875
8876         * nntp.el (nntp-request-set-mark): Ditto.
8877
8878 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * message.el (message-called-interactively-p): A temporary macro.
8881         (message-goto-body): Use it temporarily.
8882
8883 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8884
8885         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8886         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8887         (nnimap-last-response-string): Fix last unfolding fix.
8888
8889 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * shr.el (shr-insert): Fix the way to fold lines.
8892
8893 2010-11-25  Julien Danjou  <julien@danjou.info>
8894
8895         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8896
8897         * color.el: Rename from color-lab.el
8898         (color-rgb->hex): Add.
8899         (color-complement): Add.
8900         (color-complement-hex): Add.
8901
8902         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8903
8904 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905
8906         * shr-color.el (shr-color-visible): Don't bug out if the color names
8907         don't exist.
8908
8909 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8912         assuming that article displaying or another mml-preview may be
8913         interrupted for an error or for the like.
8914
8915         * shr.el (shr-get-background): Fix argument name.
8916
8917 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918
8919         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8920
8921         * gnus-sum.el (gnus-summary-include-articles): New function.
8922
8923         * message.el (message-goto-body): called-interactively-p needs a
8924         parameter, so use `any'.
8925
8926         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8927         clear marks before moving, since they're synced from the Gnus side
8928         first.
8929
8930         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8931         (gnus-summary-move-article): Copy over all marks before moving, so that
8932         IMAP doesn't think a new article has arrived.
8933
8934 2010-11-24  Julien Danjou  <julien@danjou.info>
8935
8936         * shr.el (shr-insert-background-overlay): Fix typo.
8937         (shr-render-td): Copy the background before rendering.
8938
8939         * shr-color.el (shr-color-visible): Fix docstring.
8940
8941         * shr.el (shr-tag-table): Add bgcolor support.
8942         (shr-render-td): Add bgcolor support.
8943         (shr-get-background): Add.
8944         (shr-insert-foreground-overlay): Use shr-get-background.
8945
8946         * message.el (message-goto-body): Use called-interactively-p.
8947         (message-in-body-p): message-goto-body returns point.
8948
8949 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950
8951         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8952         Fixes something or other in Emacs 23, and is backwards compatible.
8953
8954         * message.el (message-goto-body): Remove the <#secure special-casing,
8955         which is too special.
8956
8957         * shr.el (shr-parse-style): Drop !important from styles.
8958
8959 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8960
8961         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8962         this function to return incorrect results when calling it with an
8963         explicit article argument different from
8964         (gnus-summary-article-number).
8965
8966 2010-11-24  Julien Danjou  <julien@danjou.info>
8967
8968         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8969         (shr-tag-body): Add background support.
8970         (shr-descend): Add background support.
8971         (shr-tag-title): Add.
8972
8973         * shr-color.el (shr-color-visible): Really return original background
8974         if fixed.
8975
8976 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8977
8978         * shr.el (shr-color-check): Protect against non-existent color names.
8979
8980 2010-11-24  Julien Danjou  <julien@danjou.info>
8981
8982         * color-lab.el: Require 'cl when compiling.
8983
8984         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8985
8986         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8987         matched part.
8988
8989         * color-lab.el: Fix all expt calls to use float type.
8990
8991 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8994         expression to shr-color-check as is.
8995
8996         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8997
8998         * color-lab.el: Add coding cookie.
8999         (float-pi): Use eval-and-compile.
9000
9001         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9002         compiled for Emacsen having no `libxml-parse-html-region' support.
9003
9004 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005
9006         * shr.el (shr-insert-color-overlay): Split stuff like
9007         "#444444 !important" to find the real color.
9008         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9009         parse <font color="red"> entries.
9010
9011 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9012
9013         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9014         point when parsing headers.
9015
9016         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9017         is positioned properly when parsing headers.
9018
9019 2010-11-23  Julien Danjou  <julien@danjou.info>
9020
9021         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9022
9023         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9024
9025         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9026
9027         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9028         Use shr-color-hue-to-rgb.
9029         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9030
9031 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032
9033         * shr.el (shr-color->hexadecimal): Autoload.
9034         (shr-descend): Add color to all tags.
9035
9036 2010-11-22  Julien Danjou  <julien@danjou.info>
9037
9038         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9039         shr-color->hexadecimal.
9040
9041         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9042         RGB() or HSL() color representation.
9043
9044         * shr.el (shr-tag-font): Add.
9045         (shr-tag-color-check): New function to get better colors.
9046         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9047         tag-span.
9048
9049         * shr-color.el: New file.
9050
9051         * color-lab.el: New file.
9052
9053         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9054
9055 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9056
9057         * nnir.el: Fix typo in comments.
9058         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9059         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9060
9061 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9062
9063         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9064
9065         * nnimap.el (nnimap-get-capabilities): Refactor out.
9066         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9067
9068 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9069
9070         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9071         appearing when `mm-uu-hide-markers' is nil.
9072
9073 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9074
9075         * nnimap.el (nnimap-unselect-group): Make into its own function.
9076         (nnimap-request-rename-group): Unselect group before renaming.
9077         This had gotten lost somewhere.
9078         (nnimap-request-accept-article): Keep track of examined groups, and
9079         unselect the group before APPENDing to read-only groups.
9080         (nnimap-request-move-article): Clear flags before moving so that they
9081         can be re-set later.
9082
9083 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9086         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9087
9088 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * gnus-art.el (gnus-mime-display-single):
9091         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9092         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9093         parameter.
9094
9095 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9096
9097         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9098         (shr-table-vertical-line): New variable.
9099         (shr-insert-table): Use it.
9100
9101 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * gnus-html.el (gnus-html-wash-images): Don't display images if
9104         gnus-inhibit-images is non-nil; register displayer for cid images.
9105         (gnus-html-display-image): Work for cid image.
9106         (gnus-html-insert-image): Allow arguments.
9107         (gnus-html-put-image): Inhibit read-only.
9108         (gnus-html-prefetch-images): Don't prefetch images if
9109         gnus-inhibit-images is non-nil.
9110
9111 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9112
9113         * shr.el (shr-put-image): Break lines when inserting big pictures.
9114
9115 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9116
9117         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9118         sender, thanks Katsumi Yamaoka.
9119
9120 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9121
9122         * nnir.el (nnir-run-imap): Reverse the article list for each group
9123         rather than the whole list.
9124
9125 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * shr.el (shr-image-displayer): Protect function against non-existent
9128         image source.
9129
9130         * gnus-art.el (gnus-inhibit-images): New user option.
9131         (gnus-mime-display-single): Don't display image if it is non-nil.
9132
9133         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9134         gnus-inhibit-images.
9135
9136         * shr.el (shr-image-displayer): New function.
9137         (shr-tag-img): Use it.
9138
9139 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9140
9141         * mml2015.el (mml2015-epg-sign): Use From header.
9142
9143 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144
9145         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9146
9147         * gnus-util.el (gnus-find-text-property-region): Return markers.
9148
9149         * shr.el (shr-tag-img): Put a displayer in the text property.
9150
9151         * gnus-util.el (gnus-find-text-property-region): New utility function.
9152
9153         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9154         (gnus-html-show-images): Remove.
9155
9156         * gnus-art.el (gnus-article-show-images): New, more general function.
9157
9158         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9159         image url text properties.
9160
9161         * shr.el: Ditto.
9162
9163         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9164         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9165
9166 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9169         work for two or more articles.
9170
9171 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9174         divide an image that's in an html article to two or more when washing
9175         non-ASCII characters in alt text of it.
9176
9177 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9180         smime-decrypt-region using function argument.
9181         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9182
9183         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9184
9185         * smime.el (smime-decrypt-region): Catch it.
9186
9187 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9188
9189         * smime.el (smime-mode-map): Move initialization into declaration.
9190         (gnus-run-mode-hooks): Don't autoload.
9191         (smime-mode): Use define-derived-mode.
9192
9193 2010-11-11  Glenn Morris  <rgm@gnu.org>
9194
9195         * smime.el (from): Restrict declaration to XEmacs.
9196
9197         * nnir.el (gnus-group-topic-name): Autoload.
9198
9199 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * shr.el (shr-insert): Don't break long line if it is because of
9202         kinsoku-bol characters in the line end.
9203
9204 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9205
9206         * nnir.el (nnir-request-move-article): Fix to provide original group
9207         and subject.
9208         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9209         been retrieved.
9210
9211         * gnus-sum.el (gnus-summary-move-article): Use original group and
9212         subject for virtual articles such as those in an nnir summary buffer.
9213
9214 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9217         least 21.5).
9218
9219         * smime.el (from): Declare it again for XEmacs.
9220
9221 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9222
9223         * message.el (message-resend): Don't disable encoding unless it's
9224         already encoded.
9225
9226         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9227         low-numbered articles.
9228
9229 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * rfc2047.el (rfc2047-syntax-table): Simplify.
9232
9233         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9234
9235         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9236         set-char-table-range for XEmacs.
9237
9238 2010-11-10  Glenn Morris  <rgm@gnu.org>
9239
9240         * time-date.el (time-to-seconds): Always an alias on Emacs,
9241         never a real function.
9242         (with-no-warnings): Remove compat stub, now unused.
9243         (time-less-p): Doc fix.
9244         (time-to-number-of-days): Simplify.
9245
9246         * smime.el (from): Remove unused declaration.
9247
9248         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9249         (gnus-float-time): On Emacs, always an alias.
9250
9251         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9252         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9253
9254 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * dgnushack.el: Don't use ignore-errors in the top level form since it
9257         is unavailable in XEmacs even if cl is loaded.
9258
9259         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9260
9261 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262
9263         * shr.el (browse-url-mailto): Autoload.
9264
9265         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9266
9267         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9268         regexp doesn't need quoting.
9269
9270 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9271
9272         * message.el (message-subject-trailing-was-ask-regexp)
9273         (message-subject-trailing-was-regexp): Match was: in addition to was.
9274
9275 2010-11-09  Glenn Morris  <rgm@gnu.org>
9276
9277         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9278         (nnbabyl-check-mbox): Use point-at-bol.
9279
9280 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9281
9282         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9283
9284         * message.el (message-mailto): New function.
9285         (message-mailto): Should accept other parameters.
9286         (message-mailto): Remove since it duplicates browse-url-mailto
9287         functionality.
9288
9289 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9290
9291         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9292         methods.
9293         (gnus-read-active-file): Ditto.
9294
9295         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9296         ": " from the prompt.
9297         (gnus-group-make-group): Ditto.
9298
9299 2010-11-07  Glenn Morris  <rgm@gnu.org>
9300
9301         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9302         (gnus-bookmark-kill-line): Use point-at-eol.
9303
9304 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9307         asterisks in From header.
9308
9309 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9310
9311         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9312         string to avoid making the From headers syntactically invalid.
9313
9314         * message.el (message-send-mail): Don't insert courtesy messages if the
9315         message already has List-Post and List-ID messages.
9316
9317 2010-11-06  Glenn Morris  <rgm@gnu.org>
9318
9319         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9320         `condition', `type', `length' a prefix.
9321         (gnus-treat-predicate): Update for above name changes.
9322
9323 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9324
9325         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9326         binding.  Handled by `gnus-summary-refer-thread' instead.
9327         (nnir-warp-to-article): New backend function.
9328
9329         * nnimap.el (nnimap-request-thread): Force dependency updating.
9330
9331         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9332         (gnus-summary-refer-thread): Rework to improve thread-referral.
9333
9334         * gnus-int.el (gnus-warp-to-article): New function.
9335
9336         * gnus-sum.el (gnus-summary-article-map): Bind it.
9337
9338 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9339
9340         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9341         gnus-summary-refer-thread.
9342
9343         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9344         headers.
9345         (gnus-summary-limit-include-thread): Prevent articles in thread from
9346         being cut in gnus-cut-threads.
9347         (gnus-summary-refer-thread): Limit retrieved headers to those in
9348         thread.
9349
9350 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * message.el (message-send-mail): Use the value of
9353         message-courtesy-message from the message buffer.
9354
9355         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9356
9357         * shr.el (shr-browse-url): Implement mailto: URLs.
9358
9359         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9360         "raw".
9361
9362         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9363         if it's already selected.
9364
9365         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9366
9367 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9370         to measure the length and truncate alt text.
9371
9372 2010-11-03  Glenn Morris  <rgm@gnu.org>
9373
9374         * nndiary.el (nndiary-generate-nov-databases-1)
9375         (nndiary-generate-active-info): Rename dynamic variable `files' to
9376         something less generic.
9377
9378 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9379
9380         * nnir.el (nnir-request-move-article): Call the underlying backend to
9381         move articles from nnir.
9382
9383 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9386
9387 2010-11-02  Julien Danjou  <julien@danjou.info>
9388
9389         * nnir.el: Remove wais support.
9390
9391 2010-11-02  Glenn Morris  <rgm@gnu.org>
9392
9393         * gnus-html.el: Reorder requirements to quieten compiler.
9394
9395 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9398         properly for XEmacs as well.
9399         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9400         (gnus-article-natural-long-line-p): Use window-width rather than
9401         frame-width.
9402
9403 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9404
9405         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9406         (nnir-read-parms): Don't modify query.
9407         (nnir-run-query): Add ability to search topic on current line.
9408         (nnir-get-active): Clean up.
9409
9410 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411
9412         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9413         degenerate articles.
9414
9415         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9416         (gnus-print-buffer): Just print the buffer as is, without any copying
9417         to a buffer and then re-highlighting.
9418
9419         * nnimap.el (nnimap-request-group): Store the new updated info.
9420         (nnimap-request-group): Select the group when we don't know whether it
9421         exists or not.
9422
9423         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9424         groups.
9425
9426         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9427         groups.
9428
9429         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9430         groups.
9431
9432         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9433         long-lines case by only filling the long lines.
9434
9435         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9436         (bug#7311).
9437
9438 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * shr.el: No need to declare `declare-function' since shr.el is for
9441         only Emacsen that provide `libxml-parse-html-region'.
9442
9443         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9444         effective only in a file it is referred to.
9445
9446 2010-11-01  Glenn Morris  <rgm@gnu.org>
9447
9448         * mm-util.el (gnus-completing-read): Autoload.
9449         (mm-read-coding-system): Simplify Emacs definition.
9450
9451         * nnmail.el (gnus-activate-group):
9452         * nnimap.el (gnutls-negotiate):
9453         * nntp.el (netrc-parse): Fix declarations.
9454
9455 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9458         string-match-p in Emacs >=23.
9459
9460         * gnus-msg.el (gnus-configure-posting-styles):
9461         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9462
9463 2010-11-01  Glenn Morris  <rgm@gnu.org>
9464
9465         * nnir.el (declare-function): Add compat stub.
9466         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9467         (nnir-run-gmane): Require 'mm-url.
9468
9469         * mm-util.el (mm-string-to-multibyte): Simplify.
9470
9471         * shr.el (declare-function): Add compat stub.
9472         (url-cache-create-filename): Declare.
9473         (mm-disable-multibyte, widget-convert-button): Autoload.
9474
9475         * smime.el (ldap-search): Declare.
9476         (smime-cert-by-ldap-1): Require ldap on Emacs.
9477
9478         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9479         (nnimap-keepalive): Use gnus-float-time.
9480
9481         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9482         (mail-source-delete-crash-box): Use gnus-float-time.
9483
9484         * gnus-dired.el (gnus-completing-read): Autoload.
9485
9486         * mm-view.el (gnus-rescale-image): Autoload.
9487
9488         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9489
9490         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9491
9492         * sieve-manage.el: Require 'cl when compiling.
9493
9494         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9495         (gnus-iswitchb-completing-read): Require iswitchb.
9496         (gnus-select-frame-set-input-focus): Silence compiler.
9497
9498 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9499
9500         * message.el (message-subject-trailing-was-query): Change default to t,
9501         since I think that's what most people want.
9502
9503         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9504         appending for easier debugging.
9505         (nnimap-wait-for-connection): Take a regexp.
9506         (nnimap-request-accept-article): Wait for the continuation line before
9507         sending anything unless we're streaming.
9508
9509         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9510         leave the header washing to take place.
9511
9512 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9513
9514         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9515         regular expression match and replace in posting styles.
9516
9517 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9518
9519         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9520         an entire server.
9521         (nnir-get-active): New function.
9522         (nnir-run-imap): Use it.
9523         (nnir-run-gmane): Who knew, gmane search returns an article score!
9524
9525         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9526         server on the current line with nnir.
9527
9528 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9529
9530         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9531         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9532         left edge.
9533         (gnus-article-foldable-buffer): Skip past the prefix when determining
9534         raggedness.
9535
9536         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9537         the raw article, and change `C-u g' to show the article without doing
9538         treatments.
9539
9540         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9541         on to `gnus-treat-article'.
9542         (gnus-inhibit-article-treatments): New variable.
9543
9544         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9545
9546         * gnus-art.el (gnus-treatment-function-alist): Have
9547         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9548         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9549         sections.
9550
9551         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9552         parameter.
9553         (gnus-article-fill-cited-long-lines): New function.
9554         (gnus-article-fill-cited-article): Allow filling only long sections.
9555
9556         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9557         and non-punctuation (like after the apostrophe in "'We").
9558
9559         * gnus-sum.el (gnus-summary-select-article): Make sure
9560         gnus-original-article-buffer is alive.
9561
9562         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9563         reflect the order they're in in the digest.
9564
9565         * gnus.el (gnus-group-startup-message): Move point to the start of the
9566         buffer.
9567
9568         * nnimap.el (nnimap-capability): New function.
9569         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9570         is set.
9571
9572 2010-10-31  David Engster  <dengste@eml.cc>
9573
9574         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9575         conform with changes to gnus-completing-read.
9576
9577 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9578
9579         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9580
9581 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9582
9583         * nnir.el: Move defvar, defcustom around to keep file organized
9584         and keep byte-compiler quiet.
9585         (nnir-read-parms): Accept search-engine as arg.
9586         (nnir-run-query): Pass search-engine as arg.
9587         (nnir-search-engine): Remove.
9588
9589 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * shr.el (shr-generic): The text nodes should be text, not :text.
9592
9593         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9594         later in the file.
9595
9596 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9597
9598         * nnir.el: General clean up.  Allow searching with multiple engines.
9599         Allow separate extra-parameters for each engine.
9600         Batch queries when possible.
9601         (nnir-imap-default-search-key, nnir-method-default-engines):
9602         Add customize interface.
9603         (nnir-run-gmane): New engine.
9604         (nnir-engines): Use it.  Qualify all prompts with engine name.
9605         (nnir-search-engine): Remove global variable.
9606         (nnir-run-hyrex): Restore for now.
9607         (nnir-extra-parms, nnir-search-history): New variables.
9608         (gnus-group-make-nnir-group): Use them.
9609         (nnir-group-server): Remove in favor of gnus-group-server.
9610         (nnir-request-group): Avoid searching twice.
9611         (nnir-sort-groups-by-server): New function.
9612
9613 2010-10-30  Julien Danjou  <julien@danjou.info>
9614
9615         * gnus-group.el: Remove gnus-group-fetch-control.
9616
9617         * gnus-start.el (gnus-find-new-newsgroups):
9618         Remove gnus-check-first-time-used.
9619
9620         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9621
9622 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9623
9624         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9625         set on groups that don't have \* permanentflags.
9626
9627 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9628
9629         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9630         control the background color.
9631         (shr-tag-img): Ignore very small web bug type images.
9632         (shr-put-image): Add help-echo alt texts to the images.
9633         (shr-tag-video): Show the video poster image.
9634
9635 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9636
9637         * shr.el (shr-table-depth): New variable.
9638         (shr-tag-table-1): Only insert the images after the top-level table.
9639
9640         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9641
9642         * gnus-util.el (gnus-list-memq-of-list): New function.
9643
9644         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9645         selected.
9646         (nnimap-unsplittable-articles): New slot.
9647         (nnimap-new-articles): Use it.
9648
9649 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9650
9651         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9652         move to the previous line on `M-g'.
9653
9654 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9657         *-request-group, which seems unnecessary.
9658
9659         * nnimap.el (nnimap-quote-specials): Function copied over from
9660         imap.el.
9661         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9662         they support that.  Suggested by Tom Regner.
9663
9664 2010-10-29  Julien Danjou  <julien@danjou.info>
9665
9666         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9667         defalias.
9668         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9669
9670         * gnus.el: Remove `gnus-nntp-service' variable.
9671         (gnus-secondary-servers): Make obsolete.
9672         (gnus-nntp-server): Make obsolete.
9673
9674         * gnus-start.el (gnus-1): Remove x-splash calls.
9675
9676         * gnus-ems.el (gnus-x-splash): Remove.
9677
9678         * gnus.el (gnus-group-startup-message): Simplify/update code.
9679
9680         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9681         definition.
9682
9683         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9684         capability before doing anything.
9685         (gnus-group-insert-group-line): Remove useless
9686         gnus-group-remove-excess-properties.
9687
9688 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9691
9692 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9693
9694         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9695         config after reselecting.
9696
9697 2010-10-28  Julien Danjou  <julien@danjou.info>
9698
9699         * shr.el (shr-put-image): Use point even if only inserting text.
9700         (shr-put-image): Save excursion when inserting alt text on non-graphic
9701         display, so the behavior is the same when we are on a graphic display.
9702
9703         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9704
9705 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9708         (gnus-mime-copy-part): Check coding system, not charset.
9709         (gnus-mime-view-part-externally): Never remove part.
9710         (gnus-mime-view-part-internally): Don't remove part here.
9711         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9712         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9713         multipart/alternative.
9714
9715         * mm-decode.el (mm-display-part): Take optional arg `force'.
9716
9717 2010-10-26  Julien Danjou  <julien@danjou.info>
9718
9719         * gnus-group.el (gnus-group-default-list-level): Add this function to
9720         compute the default list level.
9721         (gnus-group-default-list-level): Add possibility to use a function.
9722
9723 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9726
9727         * gnus-group.el (gnus-group-completing-read)
9728         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9729         gnus-replace-in-string.
9730
9731 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * shr.el (shr-tag-div): Add.
9734
9735         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9736
9737 2010-10-25  Julien Danjou  <julien@danjou.info>
9738
9739         * gnus-util.el: Remove `gnus-with-local-quit'.
9740
9741         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9742
9743 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9744
9745         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9746         the original article buffer.
9747
9748 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9749
9750         * nnimap.el (nnimap-request-head): New function.
9751         (nnimap-request-move-article): Try to be slightly faster by not
9752         requesting the entire message when moving.
9753         (nnimap-transform-headers): Don't bug out on bodiless articles.
9754         (nnimap-send-command): Have no outstanding messages if the IMAP server
9755         doesn't support streaming.
9756         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9757
9758 2010-10-24  Julien Danjou  <julien@danjou.info>
9759
9760         * message.el (message-default-headers): Fix type.
9761
9762 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9763
9764         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9765         prefetching images.
9766
9767         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9768         backend for unknown groups.  This is mainly useful for nnimap groups.
9769
9770         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9771         group isn't covered by the agent.
9772
9773 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9774
9775         * nnir.el (nnir-method-default-engines): New variable.
9776         (nnir-run-query): Use it.
9777         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9778         (gnus-summary-nnir-goto-thread): Change group if needed.
9779
9780         * gnus-group.el (gnus-group-group-map): Add key binding for
9781         gnus-group-make-nnir-group.
9782
9783 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9784
9785         * shr.el (shr-tag-object): Add.
9786
9787         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9788         original article buffer live.
9789         (gnus-summary-select-article-buffer):
9790         Mention gnus-widen-article-buffer.
9791
9792 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9793
9794         * shr.el (shr-tag-strong): Add.
9795
9796 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9797
9798         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9799         group names.  They mess up the group buffer badly.
9800
9801         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9802
9803         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9804         instead of the summary one.
9805
9806 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * mml.el (mml-preview): Work properly when editing article.
9809
9810         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9811         gnus-have-read-active-file if it's already been in.
9812
9813 2010-10-22  Tom Tromey  <tromey@redhat.com>
9814
9815         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9816         gnus-group-completing-read.
9817
9818 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * message.el (message-mode-map): Don't bind M-; to comment region, to
9821         allow the global comment-dwim to work.
9822
9823 2010-10-21  Julien Danjou  <julien@danjou.info>
9824
9825         * message.el (message-setup-1): Allow message-default-headers to be a
9826         function.
9827
9828 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * shr.el (shr-tag-table): Simplify.
9831
9832 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9835         to avoid trying to snarf invalid stuff.
9836
9837         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9838
9839         * gnus.el (gnus-message-archive-group): Quote value.
9840         (gnus-message-archive-group): Mark as changed.
9841
9842         * shr.el (shr-add-font): Don't put the font properties on the newline
9843         or the indentation.
9844
9845         * message.el (message-fix-before-sending): Change options when sending
9846         non-printable characters.
9847
9848         * gnus.el (gnus-message-archive-method): Change the default to
9849         monthly outgoing groups.
9850
9851         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9852         that have gotten new numbers.
9853
9854         * nnimap.el (nnimap-request-replace-article): New function.
9855
9856 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9859         (nnrss-request-article): Don't use special html washing code.
9860
9861 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * shr.el (shr-tag-table): Remove useless nconc.
9864
9865 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9866
9867         * gnus-art.el (article-wash-html): Simplify and remove the charset
9868         stuff.  Use the normal html rendering code instead of the special html
9869         washing code.
9870
9871         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9872         `gnus-w3m' symbols.
9873         (mm-text-html-washer-alist): Remove.
9874
9875         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9876         (mm-inline-media-tests): Remove use.
9877         (mm-text-html-renderer): Change default to the `shr' symbol.
9878
9879         * mm-view.el (mm-inline-text-html): Remove use.
9880
9881         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9882         `gnus-blocked-images' to be a function.
9883         (gnus-article-wash-function): Remove.
9884
9885 2010-10-20  Julien Danjou  <julien@danjou.info>
9886
9887         * spam.el (spam-list-of-processors): Mark as obsolete.
9888
9889         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9890         (nnimap-insert-partial-structure): Fix boundary detection.
9891
9892 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9893
9894         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9895         run file-truename on remote files.  This can be expensive and even
9896         prevent one from editing drafts if some unrelated buffer has a stale
9897         connection.
9898
9899 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9902         kinsoku-eol regardless of shr-kinsoku-shorten.
9903         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9904         (shr-tag-table): Support caption, thead, and tfoot.
9905
9906 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9907
9908         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9909         lines.
9910         (shr-save-contents): New command and keystroke.
9911
9912         * nndoc.el (nndoc-type-alist): Add git support.
9913         (nndoc-git-type-p): New function.
9914         (nndoc-transform-git-article): Ditto.
9915         (nndoc-transform-git-headers): Ditto.
9916         (nndoc-transform-git-headers): Generate Subject headers.
9917
9918         * shr.el (shr-parse-style): New function.
9919         (shr-tag-span): Ditto.
9920
9921         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9922         to `G G' to avoid collisions.
9923
9924 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * shr.el: Load kinsoku if necessary.
9927         (shr-kinsoku-shorten): New internal variable.
9928         (shr-find-fill-point): Make kinsoku shorten text line if
9929         shr-kinsoku-shorten is bound to non-nil.
9930         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9931         shr-indentation too when testing if table is wider than frame width.
9932         (shr-insert-table): Use `string-width' instead of `length' to measure
9933         text width.
9934         (shr-insert-table-ruler): Make sure indentation is done at bol.
9935
9936 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9937
9938         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9939         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9940         undecoded network data.
9941
9942 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943
9944         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9945         name in the mode line spec so that the mode line menu works
9946         (bug#2431).
9947
9948         * message.el (message-get-reply-headers): If we're fed `to-address',
9949         then always use that.
9950
9951         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9952         aren't so wide as to need to switch off the edit menu.
9953
9954         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9955         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9956
9957         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9958         `M-g'.
9959         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9960         the permanent marks.
9961
9962 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9963
9964         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9965         Splitting according to references/in-reply-to obeys the ignore-groups
9966         variable, while splitting by sender and subject do not.
9967
9968 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9969
9970         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9971         alist, so that we can look for non-Unicode chars.
9972         (article-translate-strings): Allow both character and string maps.
9973
9974 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * shr.el (shr-insert): Don't insert space behind a wide character
9977         categorized as kinsoku-bol, or between characters both categorized as
9978         nospace.
9979
9980 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9981
9982         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
9983         headers to gnus-newsgroup-headers.
9984
9985 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9986
9987         * shr.el (shr-tag-img): Don't align images -- since we're not
9988         rescaling, this often leads to ugly displays.
9989
9990 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
9991
9992         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9993         duplicates.
9994
9995 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
9996
9997         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9998         call.
9999
10000 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001
10002         * gnus.el: Autoload gnus-html-show-images.
10003
10004         * nnimap.el: Use nnheader-message throughout.
10005
10006         * shr.el (shr-tag-img): Ignore images with no data.
10007
10008 2010-10-15  Julien Danjou  <julien@danjou.info>
10009
10010         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10011         a possibility to disable format=flow encoding when using hard newlines.
10012
10013 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * shr.el (shr-insert): Remove space inserted before or after a
10016         breakable character or at the beginning or the end of a line.
10017         (shr-find-fill-point): Do kinsoku; find the second best point or give
10018         it up if there's no breakable point.
10019
10020 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10021
10022         * nnimap.el (nnimap-open-connection): Message when opening connection
10023         for debugging purposes.
10024
10025         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10026         on every setup buffer call to allow this to change from article to
10027         article.
10028
10029         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10030         buffers where we have a wide table.
10031
10032 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10033
10034         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10035         uses *-request-thread.
10036
10037 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10038
10039         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10040         incantation, which is no longer valid.
10041
10042 2010-10-14  Julien Danjou  <julien@danjou.info>
10043
10044         * shr.el: Fix defcustom type (char -> character).
10045
10046 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10047
10048         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10049         programs.
10050
10051 2010-10-14  Julien Danjou  <julien@danjou.info>
10052
10053         * shr.el (shr-tag-a): Use url-link as widget type.
10054
10055         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10056         `gnus-group-get-icon'.
10057
10058 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10059
10060         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10061         This should make server editing work better.
10062
10063         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10064
10065         * tls.el (tls-program): Remove spurious %s from openssl.
10066
10067         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10068         (nnimap-parse-flags): Fix regexp.
10069
10070         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10071         probably work for CJVK text, too.
10072
10073         * nnimap.el (nnimap-extend-tls-programs): Remove.
10074         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10075
10076         * tls.el (tls-starttls-switches): Remove starttls hack.
10077         (open-tls-stream): Ditto.
10078         (tls-find-starttls-argument): Ditto.
10079
10080 2010-10-13  Julien Danjou  <julien@danjou.info>
10081
10082         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10083         responses.
10084
10085 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10086
10087         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10088
10089         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10090         anything in Emacs.
10091
10092         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10093
10094 2010-10-13  Julien Danjou  <julien@danjou.info>
10095
10096         * shr.el (shr-width): Make shr-width a defcustom with default to
10097         fill-column.
10098         (shr-tag-img): Use shr-width rather than fill-column.
10099
10100 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * dgnushack.el (byte-optimize-apply):
10103         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10104
10105         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10106         position when (X-)Faces exist.
10107         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10108         avatars when called interactively.
10109
10110 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10111
10112         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10113         gnus-article-x-face-too-ugly is bound.
10114
10115 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10116
10117         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10118
10119         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10120         mailbox that doesn't exist.
10121
10122 2010-10-12  Julien Danjou  <julien@danjou.info>
10123
10124         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10125         (shr-get-image-data): Encode URL properly when fetching from cache.
10126         (shr-tag-img): Use aligned-to spaces to align correctly images.
10127
10128         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10129         before inserting the Gravatar.
10130
10131         * shr.el (shr-tag-img): Add align attribute support for <img>.
10132
10133 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10134
10135         * gnus-gravatar.el (gnus-art): Require.
10136
10137         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10138         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10139         Remove long obsoleted functions.
10140
10141 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10144
10145         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10146
10147         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10148         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10149         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10150         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10151         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10152         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10153         * sieve-manage.el, smime.el, spam.el:
10154         Fix comment for declare-function.
10155
10156 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10157
10158         * nnimap.el (nnimap-request-rename-group): Select group read-only
10159         before renaming it.
10160
10161         * shr.el (shr-insert): Fix up the white space only regexp.
10162
10163         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10164         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10165
10166         * shr.el (shr-current-column): New function.
10167         (shr-find-fill-point): New function.
10168
10169 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10170
10171         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10172         numbers.
10173
10174 2010-10-11  Julien Danjou  <julien@danjou.info>
10175
10176         * shr.el (shr-hr-line): Add.
10177         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10178         display hr lines.
10179         (shr-max-columns): Do not change state to nil if we just inserting
10180         spaces.
10181
10182 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10183
10184         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10185         select the last group.
10186
10187 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10188
10189         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10190
10191 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10192
10193         * dig.el (dig-mode-map): Declare and define in one step.
10194
10195 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10196
10197         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10198         for Gnus.
10199         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10200         (nnimap-update-qresync-info): Mark \Seen articles as read.
10201
10202         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10203         non-variable, too.
10204
10205         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10206         available.
10207         (nnimap-update-info): Rely more on the current active than the param
10208         active to avoid marking articles as read too much.
10209
10210         * auth-source.el (auth-source-create): Use (user-login-name) for the
10211         user name default.
10212
10213         * nnimap.el (nnimap-update-info): If the server doesn't return any
10214         useful info, just use the previous info.
10215         (nnimap-update-info): Prefer old info over start-article.
10216         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10217
10218 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10219
10220         * nnir.el (autoload): Clean up autoloads.
10221         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10222         Use key rather than value.
10223         (nnir-imap-search-other): New variable.
10224         (nnir-read-parm): Use it.
10225         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10226         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10227
10228 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10229
10230         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10231         the process, too.
10232
10233 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10234
10235         * spam.el (gnus-summary-mode-map): Bind to "$".
10236         Suggested by Russ Allbery.
10237
10238         * shr.el: Rework the way things are indented by <li> slightly.
10239
10240         * gnus.el (gnus-group-set-parameter): Fix typo.
10241
10242         * nnimap.el: Start implementing QRESYNC support.
10243
10244 2010-10-09  Julien Danjou  <julien@danjou.info>
10245
10246         * nnir.el (nnir-engines): Fix too many arguments.
10247
10248 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10249
10250         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10251         group is the "last", so that the backends like nnfolder actually save
10252         their folders.
10253
10254         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10255         try to use that for the tls stream.
10256         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10257         UIDVALIDITY and find out which groups are read-only and not.
10258         (nnimap-get-flags): Use the same marks parsing code as the rest of
10259         nnimap.
10260
10261 2010-10-09  Julien Danjou  <julien@danjou.info>
10262
10263         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10264
10265         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10266         retrieving gravatars.
10267
10268         * shr.el (shr-table-corner): Add.
10269         (shr-table-line): Add.
10270         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10271
10272 2010-10-08  Julien Danjou  <julien@danjou.info>
10273
10274         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10275
10276 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10277
10278         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10279
10280         * gnus-sum.el (gnus-mark-article-as-unread)
10281         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10282         (gnus-summary-set-bookmark): Use it.
10283
10284         * gnus-msg.el (gnus-setup-message): Use it.
10285
10286         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10287
10288         * gnus.el (gnus-group-remove-parameter): Use it.
10289
10290         * gnus-group.el (gnus-group-make-web-group): Use it.
10291
10292         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10293
10294         * nnregistry.el: Update docs to mention manual.
10295
10296         * gnus-registry.el: Update docs to mention nnregistry.el.
10297         (gnus-registry-initialize): Don't install nnregistry refer method
10298         automatically.
10299         (gnus-registry-install-nnregistry): Remove it.
10300
10301 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10302
10303         * shr.el (shr-insert): Don't insert double spaces.
10304
10305 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus-gravatar.el (gnus-treat-from-gravatar)
10308         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10309         called interactively.
10310
10311         * gnus-art.el (gnus-mime-view-part-externally)
10312         (gnus-mime-view-part-internally): Make predicate function passed to
10313         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10314         of a mime type.
10315
10316         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10317
10318 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319
10320         * shr.el (require): Require cl when compiling.
10321         (shr-tag-hr): New function.
10322
10323         * nnimap.el (nnimap-update-info): Remove double setting of high.
10324         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10325         This makes nnimap work properly on Courier again.
10326
10327         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10328         the variable for backwards compatibility.
10329
10330         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10331         the file name before using to avoid setting mm-default-directory to
10332         nil.
10333
10334         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10335         bidning gnus-agent variables.
10336
10337         * shr.el (shr-render-td): Use a cache for the table rendering function
10338         to avoid getting an exponential rendering behavior in nested tables.
10339         (shr-insert): Rework the line-breaking algorithm.
10340         (shr-insert): Don't leave trailing spaces.
10341         (shr-insert-table): Also insert empty TDs.
10342         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10343
10344 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10345
10346         * gnus-sum.el (gnus-number): Rename from `number'.
10347         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10348         (gnus-summary-limit-children): Update uses correspondingly.
10349
10350 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10353         (gnus-gravatar-transform-address): Don't show avatars of people of
10354         which mail addresses match gnus-gravatar-too-ugly.
10355
10356 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10357
10358         * shr.el (shr-table-widths): Expand TD elements to fill available
10359         space.
10360
10361 2010-10-07  Julien Danjou  <julien@danjou.info>
10362
10363         * nnimap.el (nnimap-request-rename-group): Add this method.
10364
10365 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10368         name from XEmacs' function-arglist.
10369
10370         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10371         gravatar under XEmacs.
10372
10373 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10374
10375         * auth-source.el: Update docs with TODO items.
10376
10377         * gnus-sync.el: Update docs to explain state and plans.
10378
10379         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10380         Hooks for mark updates.
10381         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10382
10383         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10384         hooks with arguments, which is needed for mark update hooks.
10385
10386 2010-10-06  Julien Danjou  <julien@danjou.info>
10387
10388         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10389         was matched.
10390
10391         * sieve-manage.el: Update example in `Commentary'.
10392
10393         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10394
10395         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10396         not 2000.
10397         (sieve-manage-authenticate): Re-add function.
10398
10399 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10400
10401         * shr.el (shr-insert): Get 'space transition right.
10402         (shr-render-td): Only delete space at the end of the TD.
10403
10404         * nnimap.el (nnimap-open-connection): Prepare to support
10405         open-gnutls-stream.
10406
10407         * shr.el: Rearrange function order to be more logical.
10408
10409 2010-10-06  Julien Danjou  <julien@danjou.info>
10410
10411         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10412         (nnrss-discover-feed): Remove 404 URL in docstring.
10413
10414         * nnir.el: Fix Swish-E URL.
10415         Fix Namazu URL.
10416
10417         * message.el (message-change-subject): Remove 404 URL in a comment.
10418
10419 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10422         called interactively.
10423
10424         * gnus-util.el (gnus-remove-if): Allow hash table.
10425         (gnus-remove-if-not): New function.
10426
10427         * gnus-art.el (gnus-mime-view-part-as-type):
10428         * gnus-score.el (gnus-summary-score-effect):
10429         * gnus-sum.el (gnus-read-move-group-name):
10430         Replace remove-if-not with gnus-remove-if-not.
10431
10432         * gnus-group.el (gnus-group-completing-read):
10433         Regard collection as a hash table if it is not a list.
10434
10435 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10436
10437         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10438
10439         * shr.el: Document the table-rendering algorithm.
10440
10441 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10444         for Emacsen having no `libxml-parse-html-region' support.
10445
10446 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10447
10448         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10449         invalid URLs.
10450
10451         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10452         line-broken.
10453         (shr-tag-img): Ignore image fetching errors.
10454         (shr-overlays-in-region): Compute overlay positions correctly.
10455
10456         * mm-decode.el (mm-shr): Require shr.
10457
10458         * gnus-art.el (gnus-blocked-images): Move variable here.
10459
10460         * shr.el (shr-insert-table): Bind free variable.
10461
10462         * mm-decode.el (mm-shr): Bind shr-content-function.
10463
10464         * shr.el (shr-content-function): New variable.
10465
10466         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10467         added for symmetry.
10468
10469         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10470
10471         * gnus-group.el (gnus-group-make-group): Doc fix.
10472
10473         * nnimap.el (nnimap-request-newgroups): Return success.
10474
10475         * shr.el (shr-find-elements): New function.
10476         (shr-tag-table): Put all the images after the table.
10477         (shr-tag-table): Really inhibit images inside the table.
10478         (shr-collect-overlays): Copy over overlays from the TD elements to the
10479         main document.
10480
10481         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10482         gnus-blocked-images.
10483
10484 2010-10-05  Julien Danjou  <julien@danjou.info>
10485
10486         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10487
10488         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10489         (gnus-html-maximum-image-size): Add this function.
10490         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10491
10492         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10493         server-value of the capability is nil.
10494
10495 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10496
10497         * shr.el (shr-tag-em): Add <EM> tag.
10498
10499 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10500
10501         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10502         customizable.
10503
10504         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10505         handing broken links to browse-url.
10506
10507 2010-10-05  Julien Danjou  <julien@danjou.info>
10508
10509         * gnus-util.el (gnus-emacs-completing-read)
10510         (gnus-iswitchb-completing-read): Use autoload rather than require.
10511
10512 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10515         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10516         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10517         iswitchb-temp-buflist for XEmacs.
10518
10519         * gnus-util.el (gnus-completing-read-function): Exclude
10520         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10521         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10522         XEmacs.
10523
10524         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10525         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10526
10527         * gnus-html.el: Don't require help-fns under XEmacs.
10528         (gnus-html-schedule-image-fetching): Work for XEmacs.
10529
10530         * mm-decode.el (mm-shr): Decode contents by charset.
10531
10532 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10533
10534         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10535         unknown.
10536
10537         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10538         (shr-get-image-data): Ensure against the cache file missing.
10539
10540         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10541         for data.
10542
10543         * spam-report.el (spam-report-url-ping-plain): Don't query about
10544         killing the process.
10545
10546         * shr.el (shr-render-td): Protect against too-wide text.
10547
10548 2010-10-04  Julien Danjou  <julien@danjou.info>
10549
10550         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10551         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10552
10553         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10554         retrieved.
10555
10556 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10557
10558         * shr.el (browse-url): Require.
10559         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10560         lines.
10561         (shr-show-alt-text, shr-browse-image): New commands.
10562         (shr-browse-url, shr-copy-url): New commands.
10563
10564         * gnus-sum.el (gnus-widen-article-window): New variable.
10565         (gnus-summary-select-article-buffer): Use it.
10566
10567         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10568         without @ signs.
10569
10570 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10571
10572         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10573
10574 2010-10-04  Julien Danjou  <julien@danjou.info>
10575
10576         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10577         for XEmacs.
10578
10579 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10582
10583         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10584         (nnimap-close-server): Implement.
10585
10586         * dgnushack.el (iswitchb): Require to shut up the compiler.
10587
10588         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10589         (shr-insert): Tweak line breaking.
10590         (shr-insert): Handle <pre> better.
10591         (shr-tag-li): Get <li> indentation right.
10592         (shr-tag-li): Get <li> indentation even righter.
10593         (shr-tag-blockquote): Ensure paragraph start.
10594         (shr-make-table): Tweak table generation.
10595         (shr-make-table): Fix typo.
10596
10597         * shr.el: Implement table rendering.
10598
10599 2010-10-04  Julien Danjou  <julien@danjou.info>
10600
10601         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10602
10603 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10604
10605         * shr.el (shr-insert): Use string anchors instead of line anchors.
10606
10607 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * shr.el: Add headings.
10610         (shr-ensure-paragraph): Actually work.
10611         (shr-tag-li): Make <ul> prettier.
10612         (shr-insert): Get white space at the beginning/end of elements right.
10613         (shr-tag-p): Collapse subsequent <p>s.
10614         (shr-ensure-paragraph): Don't insert double line feeds after blank
10615         lines.
10616         (shr-insert): \t is also space.
10617         (shr-tag-s): Fix "s" tag name function.
10618         (shr-tag-s): Fix face prop name.
10619
10620 2010-10-03  Julien Danjou  <julien@danjou.info>
10621
10622         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10623
10624         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10625         gnus-window-inside-pixel-edges.
10626
10627         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10628         gnus-ems.
10629
10630         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10631
10632         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10633         function.
10634
10635         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10636         resize choice.
10637
10638 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10639
10640         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10641         beginning of the buffer.
10642
10643         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10644         article buffer again.
10645
10646         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10647
10648         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10649         when it's at the start of the buffer.
10650
10651         * shr.el (shr-tag-blockquote): Convert name.
10652         (shr-rescale-image): Use the right image-size variant.
10653
10654         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10655         buffer isn't shown, then select the current article first instead of
10656         bugging out.
10657         (gnus-summary-select-article-buffer): Show both the article and summary
10658         buffers again.
10659
10660         * shr.el (shr-fontize-cont): Protect against regions with no text.
10661         Rename tag functions to shr-tag-* for enhanced security.
10662         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10663
10664 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10665
10666         * shr.el (shr-insert):
10667         * pop3.el (pop3-movemail):
10668         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10669         loaded.
10670
10671 2010-10-03  Glenn Morris  <rgm@gnu.org>
10672
10673         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10674
10675         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10676
10677         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10678
10679         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10680
10681         * gnus-util.el (gnus-make-local-hook): Simplify.
10682
10683 2010-10-02  Julien Danjou  <julien@danjou.info>
10684
10685         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10686         (gnus-ido-completing-read): New function.
10687         (gnus-emacs-completing-read): New function.
10688         (gnus-completing-read): Use gnus-completing-read-function.
10689         Add gnus-completing-read-function.
10690
10691 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10692
10693         * shr.el (shr-insert-document): Autoload.
10694         (shr-img): Be silent.
10695         (shr-insert): Add a newline after every picture before text.
10696         (shr-add-font): Use overlays for combining faces.
10697         (shr-insert): Pass upwards the text start point.
10698
10699         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10700         possible.
10701         (mm-shr): New function.
10702
10703 2010-10-02  Julien Danjou  <julien@danjou.info>
10704
10705         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10706         should go backward.
10707
10708 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10709
10710         * shr.el (shr): Fix typo in provide call.
10711
10712 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10713
10714         * shr.el: New file.
10715
10716         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10717
10718         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10719         completing read.
10720
10721 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10722
10723         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10724         we're being queried about.  Suggested by Dan Jacobson.
10725
10726         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10727         Suggested by Jason Eisner.
10728
10729         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10730         table, too.  Suggested by Stefan Wiens.
10731         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10732         the table unnecessary.  Suggested by Stefan Wiens.
10733
10734         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10735         longer needed, and probably doesn't work either, as pointed out by
10736         Stefan Wiens.
10737         (gnus-summary-exit): Remove call to the clearing function.
10738         (gnus-summary-exit-no-update): Ditto.
10739
10740         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10741         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10742         Reported by Stefan Monnier.
10743         (gnus-summary-save-in-rmail): Ditto.
10744
10745         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10746         article buffer, instead of both the article buffer and the summary
10747         buffer.  Sort of suggested by Dan Jacobson.
10748
10749         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10750
10751         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10752         Suggested by Dan Jacobson.
10753
10754         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10755         documentation clearer.
10756
10757         * message.el (message-shorten-references): Comment on the number "21".
10758         Suggested by Stefan Monnier.
10759
10760         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10761         Suggested by Dan Jacobson.
10762
10763         * gnus.el (gnus-large-newsgroup):
10764         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10765
10766         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10767         externalize attachments.  Bug reported by Steve Wen.
10768
10769         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10770         really message anything to the user.
10771
10772         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10773         directly.
10774
10775         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10776         messages in empty groups.
10777
10778 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10779
10780         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10781         non-UIDNEXT group.
10782
10783 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10784
10785         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10786         not the value from the collection.
10787
10788         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10789         values.  This sometimes happens on some groups that have no info.
10790         (nnimap-request-newgroups): New function.
10791
10792 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10793
10794         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10795         check into `gnus-registry-initialize'.
10796         (gnus-registry-initialize): Ditto.
10797         Fix and extend header docs.
10798
10799 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10800
10801         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10802         regexp backtrace overflows.
10803
10804         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10805         for starttls that tls.el implements; i.e. openssl.
10806
10807         * tls.el (tls-starttls-switches): Give up on using starttls with
10808         gnutls-cli.
10809         (tls-program): Add --insecure to be consistent with the defaults from
10810         openssl s_client.  Now all three commands are insecure.
10811
10812 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * lpath.el: Bind completion-styles-alist for XEmacs.
10815
10816         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10817         (gravatar-create-image): New function that's an alias to
10818         gnus-xmas-create-image, gnus-create-image, or create-image.
10819         (gravatar-data->image): Use it.
10820
10821 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10822
10823         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10824         install the nnregistry refer method.
10825         (gnus-registry-install-hooks): Use it.
10826         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10827         unfollowed groups.
10828
10829 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10830
10831         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10832         expanding threads.
10833
10834 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10835
10836         * nnir.el: Use the server names without suffixes (bug#7009).
10837
10838         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10839         unencrypted to STARTTLS, if possible.
10840
10841 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10842
10843         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10844         headers before superseding.
10845
10846 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10847
10848         * nnrss.el (nnrss-use-local): Add documentation.
10849
10850         * nnimap.el (nnimap-extend-tls-programs): New function.
10851         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10852         (nnimap-wait-for-connection): Accept the greeting from the stupid
10853         output from openssl s_client -starttls, too.
10854
10855         * tls.el (tls-starttls-switches): New variable.
10856         (tls-find-starttls-argument): Use it.
10857         (open-tls-stream): Ditto.
10858
10859         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10860         (netrc-machine): Ditto.
10861
10862         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10863         article number.
10864         (nnimap-split-fancy): New variable.
10865         (nnimap-split-incoming-mail): Use it.
10866
10867         * nntp.el (nntp-server-list-active-group): Document.
10868
10869         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10870         SELECT to get the message-id.
10871
10872         * mail-source.el (mail-sources): Remove webmail support.
10873         (defvar): Ditto.
10874         (mail-source-fetcher-alist): Ditto.
10875         (mail-source-fetch-webmail): Remove.
10876
10877         * webmail.el: Remove -- doesn't seem relevant any more.
10878
10879         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10880
10881         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10882         the \r.
10883
10884 2010-09-30  Julien Danjou  <julien@danjou.info>
10885
10886         * gnus-agent.el (gnus-agent-add-group): Fix call to
10887         gnus-completing-read.
10888
10889 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10890
10891         * nndoc.el (nndoc-retrieve-groups): New function.
10892
10893         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10894         `default', use nnmail-split-methods.
10895         (nnimap-request-article): Downcase the NILs so that they are nil.
10896
10897         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10898         symbol.
10899
10900         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10901         code, since if the user has requested network, that's what they ought
10902         to get.
10903         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10904         (nnimap-split-rule): Mark as obsolete.
10905
10906         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10907         New variable.
10908
10909         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10910         correct slot, too.
10911
10912 2010-09-29  Julien Danjou  <julien@danjou.info>
10913
10914         * gnus.el (gnus-local-domain): Declare variable obsolete.
10915
10916         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10917         Fix history computing.
10918         (gnus-ido-completing-read): Require ido.
10919
10920 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10921
10922         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10923         build Gnus.
10924
10925         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10926         when interpreting the structures.
10927         (nnimap-request-accept-article): Add \r\n to the lines to make this
10928         work with Cyrus.
10929
10930         * nndraft.el (nndraft-request-expire-articles): Use the group name
10931         instead if "nndraft".  Fix found by Nils Ackermann.
10932
10933 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10934
10935         * nnregistry.el: Add.
10936
10937 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10938
10939         * nnmail.el (group, group-art-list, group-art):
10940         Remove unneeded directives.
10941
10942 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10945         (mm-mime-charset):
10946         * rfc2047.el (rfc2047-syntax-table):
10947         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10948
10949         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10950         rather than `insert-file-contents' and `eval-region'.
10951
10952         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10953         construction.
10954
10955         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10956
10957         * time-date.el: No need to require cl for Emacs 21.
10958
10959 2010-09-29  Julien Danjou  <julien@danjou.info>
10960
10961         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10962         replacement of `gnus-gravatar-relief' to mimic
10963         `gnus-faces-properties-alist'.
10964         Add :version property.
10965
10966 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * mail-source.el (mail-source-report-new-mail):
10969         * message.el (message-default-mail-headers):
10970         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10971
10972         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10973
10974 2010-09-28  Julien Danjou  <julien@danjou.info>
10975
10976         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10977         mail-address contains the same string as real-name.
10978
10979         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10980         non-blank in header, otherwise it'll get stripped.
10981
10982         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10983         real-name, and then for mail address rather than doing : or , search.
10984
10985 2010-09-27  Julien Danjou  <julien@danjou.info>
10986
10987         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10988         right completing-read function.
10989         (gnus-use-ido): New variable
10990         (gnus-completing-read-with-default): Remove.
10991         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10992         (gnus-agent-add-group):
10993         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10994         * mm-view.el (mm-view-pkcs7-decrypt):
10995         * mm-util.el (mm-codepage-setup):
10996         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10997         * mml-smime.el (mml-smime-openssl-sign-query):
10998         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10999         (mml-insert-multipart):
11000         * gnus-msg.el (gnus-summary-yank-message):
11001         * gnus-int.el (gnus-start-news-server):
11002         * mm-decode.el (mm-interactively-view-part):
11003         * gnus-dired.el (gnus-dired-attach):
11004         * gnus.el (gnus-read-method):
11005         * gnus-bookmark.el (gnus-bookmark-jump):
11006         * gnus-art.el (gnus-mime-view-part-as-type)
11007         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11008         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11009         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11010         * nnmairix.el (nnmairix-create-server-and-default-group)
11011         (nnmairix-update-groups, nnmairix-get-server)
11012         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11013         (nnmairix-get-group-from-file-path):
11014         * nnrss.el (nnrss-find-rss-via-syndic8):
11015         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11016         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11017         (gnus-group-browse-foreign-server):
11018         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11019         (gnus-summary-execute-command, gnus-summary-respool-article)
11020         (gnus-read-move-group-name):
11021         * gnus-score.el (gnus-summary-increase-score)
11022         (gnus-summary-score-effect):
11023         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11024
11025 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11028         x-focus-frame.
11029
11030         * nnimap.el (auth-source-forget-user-or-password)
11031         (auth-source-user-or-password): Autoload.
11032
11033         * message.el (message-from-style, message-interactive)
11034         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11035         (message-yank-prefix, message-indentation-spaces, message-signature)
11036         (message-signature-file): Add comment.
11037
11038 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039
11040         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11041         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11042         new articles.
11043
11044         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11045         parts.
11046         (nnimap-request-article): Work with the t setting, too.
11047
11048         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11049         that you don't get flashes of other buffers.
11050         (gnus-summary-show-complete-article): Intern before setting.
11051
11052 2010-09-27  David Engster  <dengste@eml.cc>
11053
11054         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11055         well as HEADERS.
11056         (nnmairix-retrieve-headers): Provide new argument for the above.
11057
11058 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11059
11060         * gnus-sum.el (gnus-summary-move-article): Don't alter
11061         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11062         group.
11063
11064         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11065
11066         * message.el (message-cite-prefix-regexp): Revert my last edit.
11067
11068         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11069         variable instead of the Gnus variable.
11070
11071         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11072
11073         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11074
11075         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11076         since some servers don't like it.
11077         (nnimap-open-connection): Forget credentials if the server says the
11078         password was wrong.
11079         (nnimap-parse-line): Protect against invalid data.
11080
11081         * gnus-sum.el (gnus-summary-move-article): Add comment.
11082         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11083         nothing alters it while scanning for new messages.
11084
11085         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11086         which may or may not help.
11087         (nnimap-open-connection): If we're doing a stream connection, and then
11088         discover we're on a STARTTLS-capable server, then open a STARTTLS
11089         connection instead.
11090
11091 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11092
11093         * nnimap.el (utf7): Require.
11094
11095         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11096         prefix.
11097
11098 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11099
11100         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11101
11102 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103
11104         * nnimap.el (nnimap-request-accept-article): Message the error on
11105         error.
11106
11107 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11110
11111 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11112
11113         * nndoc.el (nndoc-request-list): Return success always.
11114
11115         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11116         `fetch-old' -- we only want to fetch the articles we've requested.
11117         The rest are in the agent, probably.
11118         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11119         disappeared server" to something low.  It's not important.
11120
11121         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11122         arrived before the FETCH data.
11123
11124         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11125         target here, because we don't know the Gnus name of the group.
11126
11127         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11128         for the correct group.
11129
11130         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11131
11132         * gnus.el (gnus): Give a final warning after startup.
11133
11134         * gnus-util.el (gnus-action-message-log): New variable.
11135         (gnus-message): Use it.
11136         (gnus-final-warning): New function.
11137
11138         * nnimap.el (nnimap-open-connection): Record the greeting.
11139         (nnimap): Add greeting.
11140
11141 2010-09-26  Julien Danjou  <julien@danjou.info>
11142
11143         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11144         arguments.
11145         (gnus-html-wash-images): Fix spec computing to include start/end.
11146
11147         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11148
11149 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11150
11151         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11152         deletion.
11153         (nnimap-retrieve-headers): Don't select the group, because that's
11154         already done by nnimap-possibly-change-group.
11155
11156         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11157         (gnus-picon-transform-address): Use it.
11158
11159         * mail-source.el (mail-source-value): Revert previous patch.
11160
11161         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11162         on failure.
11163         (nnimap-open-connection): Look up both virtual and physical server name
11164         credentials.
11165
11166         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11167
11168 2009-02-07  Dave Love  <fx@gnu.org>
11169
11170         * tls.el (open-tls-stream): Don't query killing process.
11171
11172 2009-02-08  Dave Love  <fx@gnu.org>
11173
11174         * gnus-win.el (gnus-window-to-buffer-helper)
11175         (gnus-all-windows-visible-p): Function needn't be a symbol.
11176
11177         * mail-source.el (mail-source-value): Function needn't be a symbol.
11178
11179 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11180
11181         * message.el (message-cite-prefix-regexp): Remove } from the cite
11182         prefix.
11183
11184         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11185         highlight again, so that the highlight is correct.
11186
11187         * gnus-picon.el (gnus-picon): Remove again.
11188         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11189
11190         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11191         doing the header highlightling, so that the background color of the
11192         picon is correct.
11193
11194         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11195         (gnus-picon): Ditto.
11196         (gnus-picon): Reinstate.  The background color for picons is white.
11197         (gnus-picon-insert-glyph): Make the background white.
11198
11199         * nnml.el (nnml-open-nov): Don't return dead buffers.
11200
11201         * auth-source.el (auth-source-create): Query the user for whether to
11202         store the credentials.
11203
11204         * netrc.el (netrc-store-data): New function.
11205
11206         * auth-source.el (auth-source-user-or-password): Use the existing auth
11207         sources, if any, for creation.
11208
11209         * gnus.el (gnus-group-fast-parameter): Return the last matching
11210         parameter instead of the first matching parameter.
11211
11212 2010-09-26  Julien Danjou  <julien@danjou.info>
11213
11214         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11215
11216 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11217
11218         * mml2015.el (mml2015-use): Remove gpg support.
11219
11220         * mml1991.el (mml1991-function-alist): Remove gpg function.
11221         (mml1991-gpg-sign): Remove.
11222
11223 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11224
11225         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11226         (gnus-browse-unsubscribe-current-group): Document it.
11227         (gnus-browse-unsubscribe-group): Use it.
11228
11229 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11230
11231         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11232         address to the To list for easier response.
11233
11234         * gnus.el (gnus-play-startup-jingle): Remove.
11235         (gnus-splash): Don't play jingle.
11236         (gnus): Silence gnus-load message.
11237
11238         * gnus-art.el (gnus-treat-play-sounds): Remove.
11239
11240         * gnus.el (gnus-play-jingle): Remove audio support.
11241
11242         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11243
11244         * earcon.el: Remove -- no users.
11245
11246         * gnus-audio.el: Remove -- no users of this package.
11247
11248         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11249
11250         * gnus-start.el (gnus-setup-news): Remove nocem support.
11251
11252         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11253
11254         * gnus.el (gnus-use-nocem): Remove.
11255
11256         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11257         Remove.
11258
11259         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11260         uses NoCeM any more.
11261
11262         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11263         (gnus-button-ctan-handler): Ditto.
11264         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11265         (gnus-button-ctan-directory-regexp): Ditto.
11266         (gnus-button-handle-ctan): Ditto.
11267         (gnus-button-tex-level): Ditto.
11268         (gnus-button-alist): Remove CTAN stuff.
11269
11270 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11271
11272         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11273         nnimap-streaming test.
11274
11275         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11276         servers twice.
11277
11278         * nnimap.el (nnimap-open-connection): Add more error reporting when
11279         nnimap fails early.
11280
11281         * nnheader.el (nnheader-get-report-string): New function.
11282         (nnheader-get-report): Use it.
11283
11284         * gnus-int.el (gnus-check-server): Say what the error was when opening
11285         failed.
11286
11287         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11288         using streaming.
11289
11290 2010-09-25  Julien Danjou  <julien@danjou.info>
11291
11292         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11293         gnus-window-inside-pixel-edges.
11294
11295 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11296
11297         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11298
11299         * mm-decode.el (mm-save-part): Allow saving to other directories the
11300         normal Emacs way.
11301
11302         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11303         Suggested by Jay Berkenbilt.
11304
11305         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11306         there isn't a single byte.
11307
11308         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11309         just do it.  It doesn't really seem to matter what the user responds
11310         here, I think, so it's just a confusing question.
11311
11312         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11313         non-streaming case.
11314
11315         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11316         (gnus-article-encrypt-body): Use it.
11317
11318         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11319         keystroke.
11320
11321         * nnimap.el (nnimap-find-wanted-parts-1):
11322         Use gnus-fetch-partial-articles.
11323
11324         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11325
11326         * nnimap.el (nnimap-insert-partial-structure): New function.
11327         (nnimap-get-partial-article): New function.
11328         (nnimap-request-article): Use it.
11329         (nnimap-wait-for-response): Return whether the wait was successful.
11330         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11331         retrieval wasn't successful.
11332         (nnimap-retrieve-group-data-early): Allow throttling servers.
11333         (nnimap-streaming): New variable.
11334         (nnimap-fetch-partial-articles): Remove.
11335
11336         * mm-decode.el (mm-with-part): Protect against killed buffers.
11337
11338         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11339         for prettier summary display.
11340
11341 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11342
11343         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11344
11345 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11346
11347         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11348         apparently third-party libraries depend on it.
11349
11350         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11351         before starting negotiation.
11352
11353         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11354         privacy reasons.
11355         (gnus-treat-mail-gravatar): Ditto.
11356
11357         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11358         buffer when inserting images.  Inserting text into the headers, for
11359         instance, can make them invalid.
11360
11361 2010-09-25  Julien Danjou  <julien@danjou.info>
11362
11363         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11364         variables.
11365
11366         * nnheader.el: Remove useless variables news-reply-yank-from and
11367         news-reply-yank-message-id.
11368
11369         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11370         variables.
11371
11372         * mml1991.el: Remove useless mml1991-verbose.
11373
11374         * gnus.el: Remove useless variable gnus-use-generic-from.
11375         Remove obsolete variable gnus-topic-indentation.
11376
11377         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11378
11379         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11380
11381         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11382
11383         * gnus-group.el: Remove useless gnus-group-icon-cache.
11384         Remove useless gnus-ephemeral-group-server.
11385
11386         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11387
11388         * mml2015.el: Remove useless mml2015-verbose.
11389
11390         * mml-smime.el: Remove useless mml-smime-verbose.
11391
11392         * gnus.el: Remove useless gnus-local-domain.
11393
11394         * gnus-gravatar.el (gnus-gravatar-transform-address):
11395         Use gnus-gravatar-size.
11396
11397         * gnus-art.el: Remove useless gnus-treat-translate.
11398
11399 2010-09-24  Julien Danjou  <julien@danjou.info>
11400
11401         * gnus-sum.el: Add support for Gravatars.
11402
11403         * gnus-art.el: Add support for Gravatars.
11404
11405         * gnus-gravatar.el: Add this file.
11406
11407         * gravatar.el: Add this file.
11408
11409 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11410
11411         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11412
11413         * gnus-group.el (gnus-group-fetch-faq): Remove.
11414
11415         * gnus.el (gnus-group-faq-directory): Remove.
11416
11417         * gnus-group.el (gnus-group-fetch-charter): Remove.
11418
11419         * gnus.el (gnus-group-charter-alist): Remove.
11420
11421         * gnus-group.el (gnus-group-archive-directory): Remove.
11422         (gnus-group-recent-archive-directory): Ditto.
11423         (gnus-group-make-archive-group): Remove.
11424
11425         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11426
11427         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11428         use the same article number for all the cached articles.
11429
11430         * nnimap.el (nnimap-command): Register the last command time so
11431         that we can use it for idling NOOPs.
11432         (nnimap-open-connection): Start the keeplive timer.
11433         (nnimap-make-process-buffer): Store all the process buffers.
11434         (nnimap-keepalive): New function.
11435
11436         * starttls.el (starttls-open-stream): Add autoload cookie.
11437
11438 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11439
11440         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11441         handling.
11442
11443 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11444
11445         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11446         its data structures.
11447
11448         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11449         instead of the cl.el copy-list.
11450         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11451         equalp.
11452
11453 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11456         and tool-bar-local-item-from-menu.
11457
11458         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11459         mode-line-highlight face for Emacs.
11460
11461         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11462         loading gnus-sum.elc; fix comment for canlock-verify.
11463         (gnus-article-jump-to-part): Use read-number.
11464         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11465         Remove Emacs pre-21 compatible code for help-echo.
11466         (gnus-article-next-page-1): No need to adjust the number of lines.
11467         (gnus-article-describe-bindings): Always use help-buffer.
11468
11469         * gnus-audio.el (gnus-audio-inline-sound):
11470         * gnus-cus.el (gnus-custom-mode):
11471         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11472
11473         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11474
11475         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11476         compatible code.
11477
11478 2010-09-24  Glenn Morris  <rgm@gnu.org>
11479
11480         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11481         visiting the fcc file in rmail-mode.
11482
11483         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11484
11485 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * nnir.el: Silence the byte compiler.
11488
11489         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11490         alias to browse-url-url-encode-chars if any.
11491         (gnus-html-encode-url): Use it.
11492
11493 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11494
11495         * gnus-start.el (gnus-use-backend-marks): New variable.
11496         (gnus-get-unread-articles-in-group): Use it.
11497
11498         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11499         makeover.
11500
11501 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11502
11503         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11504
11505 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11506
11507         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11508         Remove.
11509         (gnus-setup-news-hook):
11510         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11511
11512         * gnus-int.el (gnus-request-update-info): Protect against backends not
11513         having the function.
11514
11515         * nnimap.el (nnimap-stream): Mention starttls.
11516         (nnimap-open-connection): Add starttls support.
11517
11518 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11519
11520         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11521
11522 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11523
11524         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11525         BODYSTRUCTUREs.
11526         (nnimap-transform-headers): Unfold quoted {42} headers.
11527
11528         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11529         the info.
11530         (gnus-get-unread-articles): Only call updatep on backends that support
11531         it.
11532
11533         * nnweb.el (nnweb-request-update-info): NOOP.
11534
11535         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11536
11537         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11538         since it only deals with marks.
11539
11540         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11541         gnus-request-marks, and make a new gnus-request-update-info.
11542
11543         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11544         the active instead of the high number, which is usually too low.
11545
11546 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11547
11548         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11549         * encrypt.el: Remove.
11550
11551 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11552
11553         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11554         server in symbolic form.
11555
11556         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11557
11558 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11559
11560         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11561         (nnimap-update-info): Fix up code slightly.
11562
11563         * gnus-int.el (gnus-open-server): Add tracing for performance
11564         debugging.
11565
11566         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11567         (gnus-group-insert-group-line): Pass the real group name so that it
11568         gets the right data.
11569
11570         * gnus-start.el (gnus-get-unread-articles): Don't have
11571         `gnus-get-unread-articles-in-group' update info, since that can be
11572         really slow and doesn't seem to be needed?
11573
11574 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11575
11576         * time-date.el (date-to-time): Try using parse-time-string first before
11577         using the slower timezone-make-date-arpa-standard.
11578
11579 2010-09-22  Julien Danjou  <julien@danjou.info>
11580
11581         * gnus-group.el (gnus-group-insert-group-line):
11582         Call gnus-group-highlight-line.
11583         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11584         default hook list.
11585         (gnus-group-update-eval-form): Add new function.
11586         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11587         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11588
11589 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11590
11591         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11592         immediate, then expire all articles.
11593         (nnimap-update-info): Fix off-by-one errors.
11594         (nnimap-flags-to-marks): Would return no marks lists for group with no
11595         flags.  Instead return the other data.
11596
11597 2010-09-22  Julien Danjou  <julien@danjou.info>
11598
11599         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11600         Only return an icon.
11601         (gnus-group-insert-group-line): Compute icon to return.
11602
11603         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11604         (gnus-html-image-fetched): Only cache if
11605         gnus-html-image-automatic-caching is set.
11606         (gnus-html-image-fetched): Check for errors.
11607
11608 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609
11610         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11611         once per method on `g'.  This ensures that backends like nnfolder don't
11612         open all their folders.
11613
11614         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11615         (nnimap-request-list): Nix out group in the correct buffer.
11616         (nnimap-parse-flags): Implement by using `read' instead of
11617         hand-parsing.
11618         (nnimap-flags-to-marks): Pass on permanent-flags.
11619         (nnimap-make-process-buffer): Record the server name.
11620         (nnimap-parse-flags): Fix typo.
11621         (nnimap-request-scan): Run split on the server in general, not just a
11622         single group.
11623
11624         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11625         parameter, and propagate this downwards.
11626
11627         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11628         since EXAMINE changes it on the server.
11629
11630         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11631         this command might take a while.
11632
11633 2010-09-22  Julien Danjou  <julien@danjou.info>
11634
11635         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11636         harmful if you have 2 images side-by-side, they can't be properly
11637         update on text deletion.  Using text-property is safer here.
11638         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11639         data.
11640
11641 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11642
11643         * nnimap.el (nnimap-expunge-inbox): Remove.
11644         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11645         (nnimap-expunge): Flip default to t.
11646
11647         * gnus.el (gnus-method-to-server): Don't push things to the cache
11648         unless it's unique.
11649         (gnus-server-to-method): Ditto.
11650
11651 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11652
11653         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11654
11655 2010-09-22  Julien Danjou  <julien@danjou.info>
11656
11657         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11658         get the start of data.
11659         (gnus-html-encode-url): Add this function to encode special chars in
11660         URL.
11661         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11662         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11663
11664         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11665         default.
11666         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11667
11668         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11669         images alt-text.
11670         (gnus-html-put-image): Put alt-text as help-echo.
11671
11672 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11675         * mm-util.el (mm-decompress-buffer):
11676         * nnir.el (nnir-run-find-grep):
11677         * pop3.el (pop3-list): Use 3rd arg of split-string.
11678
11679         * time-date.el (format-seconds): Comment fix.
11680
11681         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11682         and byte-optimize-form-code-walker.
11683         (dgnushack-make-auto-load): Don't advise make-autoload.
11684
11685         * lpath.el: Remove Emacs 21 stuff.
11686
11687 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11688
11689         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11690         outside the active range.  Suggested by Dan Christensen.
11691
11692         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11693         slightly later to avoid double-getting it.
11694
11695         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11696         previous patch.
11697
11698         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11699
11700 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11701
11702         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11703
11704 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11705
11706         * gnus-int.el (gnus-open-server): Give a better error message in the
11707         "go offline" case.
11708
11709         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11710         marks for nnimap, which is seldom the right thing to do.
11711
11712         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11713         (gnus-same-method-different-name): New function.
11714
11715         * nnimap.el (parse-time): Require.
11716
11717         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11718         method in the presence of many similar methods.
11719
11720         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11721
11722         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11723         nnml-inhibit-expiry.
11724
11725         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11726         find out whether methods are equal.
11727
11728         * nnimap.el (nnimap-find-expired-articles): New function.
11729         (nnimap-process-expiry-targets): New function.
11730         (nnimap-request-move-article): Request the article before looking at
11731         what the Message-ID is.  Fix found by Andrew Cohen.
11732         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11733
11734         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11735         for oldness in addition to being a predicate.
11736
11737         * nnimap.el (nnimap-request-group): When we have zero articles, return
11738         the right data to Gnus.
11739         (nnimap-request-expire-articles): Only delete articles immediately if
11740         the target is 'delete.
11741
11742         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11743         method, this would bug out.
11744
11745         * gnus-group.el (gnus-group-expunge-group): Rename from
11746         gnus-group-nnimap-expunge, and implemented as a normal interface
11747         function.
11748
11749         * gnus-int.el (gnus-request-expunge-group): New function.
11750
11751         * nnimap.el (nnimap-request-create-group): Implement.
11752         (nnimap-request-expunge-group): New function.
11753
11754 2010-09-21  Julien Danjou  <julien@danjou.info>
11755
11756         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11757         (gnus-html-cache-expired): Add new function.
11758         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11759         wethever we should display image for fetch it.
11760         Compute alt-text earlier to pass it to the fetching function too.
11761         (gnus-html-schedule-image-fetching): Change function argument to only
11762         get one image at a time, not a list.
11763         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11764         cache.
11765         (gnus-html-get-image-data): New function to retrieve image data from
11766         cache.
11767         (gnus-html-put-image): Change buffer argument to use image data rather
11768         than file, and place image above region rather than inserting a new
11769         one.  Do not take alt-text as argument, since it's useless now: we place
11770         the image above alt-text.
11771         (gnus-html-prune-cache): Remove.
11772         (gnus-html-show-images): Start to fetch image when we find one, do not
11773         push into a temporary list.
11774         (gnus-html-prefetch-images): Only fetch image if they have expired.
11775         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11776         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11777
11778 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11781
11782 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11783
11784         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11785         spec inser "*" if the group isn't active instead of 0.
11786
11787         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11788         opening the server.
11789         (nnimap-request-delete-group): Implement group deletion.
11790         (nnimap-transform-headers): Return the size of the entire message in
11791         the Bytes header, not just the size of the first part.
11792         (nnimap-request-move-article): When moving an article from nnimap,
11793         request the article first so the accepting form has an article to
11794         accept.  Reported by Dan Christensen.
11795         (nnimap-command): Make sure that the error message doesn't error out.
11796
11797 2010-09-20  David Edmondson  <dme@dme.org>
11798
11799         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11800         we haven't requested anything.
11801
11802 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11803
11804         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11805         "".  Fix found by Andrew Cohen.
11806
11807         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11808         instead of -encode-string.
11809
11810 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11813
11814         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11815         by mm-subst-char-in-string.
11816
11817 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11818
11819         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11820         waiting for the connection string.
11821
11822         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11823         arriving.
11824
11825         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11826         bogus characters.  This allows selecting certain Gmail groups.
11827
11828         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11829         (nnimap-fetch-partial-articles): New variable.
11830         (nnimap-open-connection): When looking for credentials, also use the
11831         nnimap-server-port.
11832         (nnimap-request-article): Return the group/article number, so that Gnus
11833         `^' works as expected.
11834         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11835
11836         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11837         comments.
11838         (gnus-methods-sloppily-equal): New function.
11839         (gnus): When using the development version of Gnus, load the gnus-load
11840         file.
11841
11842         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11843         `gnus-open-server' on each method before trying to scan them etc.
11844         This ensures that all the backend parameters are set correctly.
11845
11846         * nnimap.el (nnimap-authenticator): New variable.
11847         (nnimap-open-connection): Allow anonymous login.
11848         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11849         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11850
11851         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11852         patch, found by Knut Anders Hatlen.
11853
11854 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11855
11856         * gnus-agent.el (gnus-agent-batch-confirmation)
11857         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11858         to gnus-message.
11859         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11860         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11861         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11862         * gnus-int.el (gnus-open-server): Likewise.
11863         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11864         (gnus-score-check-syntax): Likewise.
11865         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11866         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11867         Likewise.
11868         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11869
11870 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11871
11872         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11873         calling conventions so that prefetch doesn't bug out.
11874
11875 2010-09-19  Julien Danjou  <julien@danjou.info>
11876
11877         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11878         rather than `subst-char-in-region' in order to be able to replace ASCII
11879         char by UTF-8 ones.
11880
11881         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11882         than curl.
11883         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11884         the right URL and ALT text on images.
11885         (gnus-html-wash-tags): Fix tag case.
11886         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11887         (gnus-article-html): Add -o display_ins_del=2 option.
11888         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11889
11890 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11891
11892         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11893         the extra mail headers, which sometimes seem to happen for unknown
11894         reasons.
11895
11896         * mail-parse.el (mail-header-encode-parameter): Define as
11897         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11898         (or most, perhaps?) mail readers don't understand the latter, but do
11899         understand the former.
11900
11901         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11902         to nil, so that no methods are automatically agentized.  I think this
11903         is probably what most users want.
11904
11905         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11906         from url-retrieve, for instance about invalid URLs.
11907
11908         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11909         groups that have no articles.
11910         (nnimap-request-article): Check that we really got an article when we
11911         requested one.
11912
11913         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11914         doesn't exist.
11915
11916         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11917         nntp buffer so the agent can save it.
11918         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11919         that CRLF doesn't get translated to \n.
11920         (nnimap-open-connection): Don't make 'shell commands only send \n.
11921
11922 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11923
11924         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11925         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11926         Update var name.
11927         (nnml-generate-nov-file): Use dolist.
11928         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11929         Use with-current-buffer.
11930
11931 2010-09-18  Julien Danjou  <julien@danjou.info>
11932
11933         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11934         parallel.
11935
11936 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11937
11938         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11939         the range update right.
11940         (nnimap-request-group): Don't make `M-g' bug out on group with no
11941         marks.
11942         (nnoo): Require, so that other packages can require nnimap.
11943         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11944         command we're looking for.  This helps when the server sends more
11945         responses after we've gotten everything we expected.
11946         (nnimap): Add a `newlinep' field to keep track of end-of-line
11947         conventions.
11948         Don't send CRLF to things that don't want it.
11949         (nnimap-request-accept-article): Ditto.
11950
11951 2010-09-18  Julien Danjou  <julien@danjou.info>
11952
11953         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11954         than curl to retrieve images.
11955
11956 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11957
11958         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11959         the marks.
11960         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11961         (nnimap-wait-for-connection): New function.
11962         (nnimap-open-connection): If we have PREAUTH, don't query for login
11963         credentials.
11964         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11965         when doing a partial update.
11966
11967 2010-09-18  Julien Danjou  <julien@danjou.info>
11968
11969         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11970         tags.
11971
11972 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11973
11974         * nnimap.el (nnimap-credentials): New function.
11975         (nnimap-open-connection): Use the new function to look for credentials
11976         also on the numeric equivalents of "imap" and "imaps".
11977
11978         * gnus-start.el (gnus-activate-group): Send the info to
11979         gnus-request-group.
11980
11981         * nnimap.el (nnimap-request-group): Have the "check" version of the
11982         function parse flags and update the info, so that a `M-g' get a total
11983         resync of all flags from the group.
11984
11985         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11986         to allow backends to alter the info on group selection.  Also alter all
11987         the backend -request-group functions to take the parameter.
11988
11989         * nnimap.el (nnimap-store-info): New function.
11990         (nnimap-update-info): Store the info for later usage.
11991         (nnimap-request-group): Use the stored info for the dont-check case, so
11992         that we don't retrieve all marks when we enter a group.
11993
11994         * nnimap.el: Use deffoo instead of defun for interface functions.
11995
11996         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11997         update the group info.  This makes the nndraft groups, for instance, go
11998         back to their old behavior.
11999
12000         * gnus-sum.el (gnus-select-newsgroup): Indent.
12001
12002         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12003         in.
12004         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12005         nothing.
12006
12007         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12008         from methods that are denied.
12009
12010         * gnus-int.el (gnus-method-denied-p): New function.
12011
12012         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12013         store the password instead of netrc.
12014         (nnimap-open-connection): Don't error out when we can't make a
12015         connections.
12016
12017         * auth-source.el (auth-source-create): In the password prompt, say what
12018         we're querying for.  Also prompt for user name if that hasn't been
12019         given.
12020
12021         * nnimap.el (nnimap-with-process-buffer): Remove.
12022
12023 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12024
12025         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12026         method when we're reading from the agent.
12027
12028         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12029
12030         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12031         that's probably most useful for users.
12032
12033         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12034         "failed" all the time.
12035
12036         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12037         ...)) with (with-current-buffer ... ).
12038
12039         * nntp.el (nntp-open-server): Return whether the open was successful or
12040         not.
12041
12042         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12043         select an unread unseen article first.
12044
12045         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12046         /etc/services, supply some sensible port defaults.
12047
12048         * dgnushack.el: Define netrc-credentials.
12049
12050 2010-09-17  Julien Danjou  <julien@danjou.info>
12051
12052         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12053
12054 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12055
12056         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12057         doesn't have any parameters.
12058
12059 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12060
12061         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12062         only upcased checks.
12063
12064         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12065
12066         * nnimap.el (nnimap-open-shell-stream): New function.
12067         (nnimap-open-connection): Use it.
12068         (nnimap-transform-headers): Get the number of lines in each message.
12069         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12070         number of lines.
12071         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12072         problem.
12073
12074         * utf7.el (utf7-encode): Autoload.
12075
12076         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12077         to allow the mail splitting to not return a default group.  This is
12078         useful for nnimap, which will leave unmatched mail in the inbox.
12079
12080         * nnimap.el: Rewritten.
12081
12082         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12083         nnimap usage.
12084
12085         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12086         if the move is internal, so that nnimap can do fast internal moves.
12087
12088         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12089         data.
12090         (gnus-read-active-for-groups): Support finishing the early retrieval of
12091         data.
12092
12093         * gnus-range.el (gnus-range-nconcat): New function.
12094
12095         * gnus-int.el (gnus-finish-retrieve-group-infos)
12096         (gnus-retrieve-group-data-early): New functions.
12097
12098 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12099
12100         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12101         (nnrss-retrieve-groups):
12102         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12103         (pop3-quit): Use with-current-buffer.
12104
12105 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12108         instead of nnheader-accept-process-output.
12109
12110         * dgnushack.el (dgnushack-compile): Add comment.
12111
12112         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12113
12114         * gnus-html.el (gnus-html-schedule-image-fetching)
12115         (gnus-html-prefetch-images): Replace process-kill-without-query by
12116         gnus-set-process-query-on-exit-flag.
12117
12118 2010-09-16  Romain Francoise  <romain@orebokech.com>
12119
12120         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12121
12122 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12123
12124         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12125         parameter to unintern is mandatory-ish in Emacs 24.
12126
12127         * gnus-html.el (gnus-html-schedule-image-fetching)
12128         (gnus-html-prefetch-images): Check for curl before using it.
12129
12130         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12131         depend on curl, which isn't essential.
12132
12133         * imap.el: Revert back to version
12134         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12135         seem problematic.
12136
12137 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12138
12139         * gnus-registry.el (gnus-registry-install-shortcuts):
12140         Explicitly pass `obarray' to `unintern' to avoid a warning.
12141
12142 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12143
12144         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12145         change.
12146
12147         * nnrss.el (nnrss-request-list): Remove this function and related
12148         functions, including the moreover stuff.
12149
12150 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12151
12152         * nnrss.el (nnrss-retrieve-groups): New function.
12153
12154 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12155
12156         * .dir-locals.el: Add no-byte-compile cookie.
12157
12158 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * time-date.el (format-seconds): Comment fix.
12161
12162         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12163         for back end that doesn't support request-scan.
12164
12165 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12166
12167         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12168         then do request scans from the backends.
12169
12170         * netrc.el (netrc-credentials): New conveniency function.
12171
12172         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12173         avoid running a hook per line, since this takes a lot of time,
12174         profiling shows.
12175         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12176         directly if gnus-visual-p is true.
12177
12178 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12181         groups; replace mapcar with dolist which is a bit faster; pass groups
12182         info to gnus-read-active-file-1.
12183         (gnus-read-active-file-1): Scan only specified groups if the new
12184         optional arg `infos' is given.
12185
12186 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12187
12188         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12189
12190         * pop3.el (pop3-movemail): Remove.
12191         (pop3-streaming-movemail): Rename to pop3-movemail.
12192
12193         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12194         don't restrict end-tag searches to the end of the line.
12195
12196 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12199         articles of every unchecked group to t, which means unknown since the
12200         server has never been opened.
12201
12202 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12203
12204         * gnus-html.el (gnus-html-show-alt-text): New command.
12205         (gnus-html-browse-image): Ditto.
12206         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12207         to browse the image directly.
12208         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12209         better.
12210
12211         * gnus-async.el (gnus-async-article-callback):
12212         Call `gnus-html-prefetch-images' unconditionally.
12213
12214         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12215         before feeding URLs to curl.
12216
12217 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12220         internal images as deletable by `W D D'.
12221
12222         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12223         (gnus-async-article-callback): Fix typo.
12224
12225 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12226
12227         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12228         current line to work around bugs in the output from w3m.
12229
12230         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12231         for groups that want that.
12232
12233         * nntp.el (nntp-wait-for-string): Supply a timeout for
12234         accept-process-output to ensure progress.
12235
12236         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12237         level to get unread articles from, then use that for foreign groups,
12238         too.
12239
12240         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12241         confuses the rest of the function.
12242
12243         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12244         for the methods that support -retrieve-groups, too.
12245
12246         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12247
12248 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12251         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12252
12253         * pop3.el: Require cl when compiling.
12254         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12255
12256 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12257
12258         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12259         that aren't going to be activated.
12260         (gnus-get-unread-articles): Fix up the last commit.
12261
12262         * gnus-html.el (gnus-article-html): Allow calling without specifying
12263         the handle.  In that case, dissect the buffer first.
12264
12265         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12266
12267         * nnimap.el (nnimap-open-connection): Revert the change that would look
12268         into authinfo for imaps instead of imap.
12269
12270         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12271         say that you don't want to call gnus-request-group with don-check, but
12272         do check the reponse.  This is for virtual groups only.
12273         (gnus-get-unread-articles): Count the archive groups as secondary, so
12274         that they're activated the same way as before.
12275
12276         * imap.el (imap-message-map): Removed optional buffer parameter, since
12277         no callers use it.
12278         (imap-message-get): Ditto.
12279         (imap-message-put): Ditto.
12280         (imap-mailbox-map): Ditto.
12281         (imap-mailbox-put): Ditto.
12282         (imap-mailbox-get): Ditto.
12283         (imap-mailbox-get): Revert last change for this function.
12284
12285         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12286         case-insensitively.
12287         (nnimap-debug): Remove.
12288
12289         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12290         callers to use `imap-fetch' instead.  According to the comments, this
12291         should be safe, since all other IMAP clients use the 1:* syntax.
12292         (imap-enable-exchange-bug-workaround): Remove.
12293         (imap-debug): Remove -- doesn't seem very useful.
12294
12295         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12296         mail from a file, and the file doesn't exist.
12297
12298         * imap.el (imap-log): New convenience function used throughout instead
12299         of repeating the same code all over the place.
12300
12301         * pop3.el (pop3-streaming-movemail): Return t for success.
12302
12303         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12304         .authinfo if we're using ssl connection.
12305
12306         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12307         already have if we're in a main Gnus `g' run.
12308
12309         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12310
12311 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12314
12315         * nnmh.el (nnmh-request-list-1): Bind `file'.
12316
12317         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12318         alias to set-process-query-on-exit-flag or process-kill-without-query.
12319         (pop3-open-server): Use it.
12320
12321 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12322
12323         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12324         box to the Incoming file.  Fixes mistake in previous checkin.
12325
12326         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12327         request loop (for debugging purposes) removed.
12328
12329         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12330         culprit is more visible.
12331         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12332         (nnml-add-incremental-nov): New functions to do "incremental" nov
12333         updates, where we just append to the end of the existing nov files
12334         without reading/writing them in full.
12335
12336         * mail-source.el (mail-source-delete-crash-box): Really only check the
12337         incoming files once in a while.
12338
12339         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12340
12341         * mail-source.el (mail-source-delete-crash-box): Only check the
12342         incoming files for deletion once per day to save a lot of file
12343         accesses.
12344
12345         * pop3.el (pop3-logon): Fix up unbound variable typo.
12346
12347         * mail-source.el (pop3-streaming-movemail): Autoload.
12348
12349         * pop3.el (pop3-streaming-movemail):
12350         Respect pop3-leave-mail-on-server.
12351
12352         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12353         retrieval.
12354
12355         * pop3.el (pop3-process-filter): Remove unused function.
12356         (pop3-streaming-movemail, pop3-send-streaming-command)
12357         (pop3-wait-for-messages, pop3-write-to-file)
12358         (pop3-number-of-responses): New functions for streaming pop3
12359         retrieval.
12360
12361         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12362         come from no known methods.
12363         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12364         list.
12365
12366         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12367         message sizes.
12368         (pop3-movemail): Use erase-buffer instead of looping and deleting
12369         regions, which seems rather odd.
12370
12371         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12372         file once per `g' run.
12373
12374         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12375         directories.  This makes the draft queue directory work.
12376
12377         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12378         data from the backends, so that we only request the list of groups from
12379         each method once.  This should speed things up considerably.
12380
12381         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12382         detect that it's not implemented.
12383
12384         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12385         we actually do recurse down into the tree, but don't stat all leaf
12386         nodes.
12387
12388         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12389         then say so instead of bugging out.
12390
12391         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12392         files exist before trying to read them.
12393
12394         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12395         around <pre_int>.
12396
12397         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12398
12399         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12400
12401 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12402
12403         * mm-util.el (mm-image-load-path): Just return the image directories,
12404         not all directories in the path in addition to the image directories.
12405         (mm-image-load-path): Maintain a cache of the image directories so that
12406         the `g' command in Gnus doesn't have to stat dozens of directories each
12407         time.
12408
12409         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12410         (gnus-html-wash-tags): Add a new `i' command to insert images.
12411         (gnus-html-insert-image): New command and keystroke.
12412         (gnus-html-redisplay-with-images): New command and keystroke.
12413         (gnus-html-show-images): Rename command.
12414         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12415         spacers.
12416         (gnus-html-wash-tags): Decode entities at the end, so that entities
12417         inside the tags don't mess up the rest of the "parsing".
12418
12419         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12420         so that nnimap methods aren't agentized by default.  There's apparently
12421         many problems related to agent/imap behavior.
12422
12423         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12424
12425         * gnus-html.el: Doc fix.
12426
12427 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12430         specifier-spec-list for Emacs 21.
12431
12432         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12433         glyph-width and glyph-height instead of display-graphic-p and
12434         image-size; make avoidance of displaying small images work for XEmacs.
12435
12436         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12437         for XEmacs.
12438
12439         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12440         of symbol that holds plist data.
12441         (gnus-process-plist): Remove plist of process after getting it.
12442
12443 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12444
12445         * message.el (message-generate-hashcash): Change default to
12446         'opportunistic if hashcash is installed.
12447
12448         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12449         (gnus-html-put-image): Only call image-size once, since it's somewhat
12450         time-consuming on remote X servers.
12451
12452 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12455         type on data, not a file name.
12456
12457         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12458         window-pixel-edges for Emacs 21.
12459
12460         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12461         decoded contents.
12462         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12463
12464 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12465
12466         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12467         group line format, since it isn't very interesting.
12468
12469         * gnus-agent.el (gnus-agent-short-article),
12470         (gnus-agent-long-article): Increase values for these two variables,
12471         since most people are likely to have more network connection and
12472         storage than before.
12473
12474         * gnus.el (gnus-refer-article-method): Change default to 'current.
12475         When referring an article, the common behavior is to refer it from the
12476         current select method, not the native select method.  The chances of
12477         the native select method having the message in question is rather slim
12478         these days.
12479
12480         * gnus-sum.el (gnus-auto-select-subject): Change default to
12481         `unseen-or-unread'.  I think it's likely that most people want to
12482         select an unseen article over a previously seen, but unread one.
12483
12484         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12485         means that in the article buffer none of the minor mode elements will
12486         be shown, usually, and this is not desirable in most cases.
12487
12488         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12489         that commands like `d' (and the like) go to the next line in the
12490         buffer, instead of the next unread article.  I think this is the
12491         behavior that is most natural for most users.
12492         (gnus-single-article-buffer): Change default to nil, so that people can
12493         have as many article buffers open as they have summary buffer.  I think
12494         this is the most natural way for the groups to behave.
12495
12496         * message.el (message-generate-new-buffers): Change default to
12497         `unsent', so that all new message buffers start their names with the
12498         string "*unsent", and it's easier to find the buffers if you move from
12499         them.
12500
12501 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12502
12503         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12504         small.  They're probably tracking images.
12505         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12506         (gnus-html-rescale-image): Yet another try at getting the image sizing
12507         right.
12508
12509         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12510         nntp-marks-file-name is nil.
12511
12512 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12513
12514         * gnus-html.el (gnus-html-wash-tags)
12515         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12516         Better logging.
12517
12518 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12519
12520         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12521
12522         * gnus-html.el (gnus-html-wash-tags): Check the value of
12523         gnus-blocked-images in the summary buffer.
12524
12525 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12526
12527         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12528
12529 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12530
12531         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12532         like "a", it seems like.
12533         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12534         since it needs to be picked from the correct buffer.
12535
12536         * nnwfm.el: Remove.
12537
12538         * nnlistserv.el: Remove.
12539
12540 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12541
12542         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12543         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12544
12545 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12546
12547         * nnkiboze.el: Remove.
12548
12549         * nndb.el: Remove.
12550
12551         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12552         alt text.
12553         (gnus-html-rescale-image): Try to get the rescaling logic right for
12554         images that are just wide and not tall.
12555
12556         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12557         overshadow variable bindings.
12558
12559 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12560
12561         * gnus-html.el (gnus-html-wash-tags)
12562         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12563         Add extra logging.
12564
12565 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12566
12567         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12568         (gnus-max-image-proportion): New variable.
12569         (gnus-html-rescale-image): New function.
12570         (gnus-html-put-image): Rescale images.
12571
12572 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12573
12574         Fix up some byte-compiler warnings.
12575         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12576         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12577         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12578         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12579         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12580         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12581         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12582
12583 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * gnus-html.el (gnus-article-html): Decode contents by charset.
12586
12587 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12590         (gnus-html-frame-width, gnus-blocked-images):
12591         * message.el (message-prune-recipient-rules): Add custom version.
12592         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12593
12594         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12595         functions.
12596
12597         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12598         gnus-process-get.
12599
12600 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12601
12602         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12603         instead of lsub directly.
12604
12605 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12606
12607         * nnwarchive.el: Remove.
12608
12609         * gnus-soup.el: Remove.
12610
12611         * nnsoup.el: Remove.
12612
12613         * nnultimate.el: Remove.
12614
12615         * gnus-html.el (gnus-blocked-images): New variable.
12616
12617         * message.el (message-prune-recipients): New function.
12618         (message-prune-recipient-rules): New variable.
12619
12620         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12621         guess whether a long line is natural text or not.
12622
12623         * gnus-html.el (gnus-html-schedule-image-fetching):
12624         Use gnus-process-plist and friends for compatibility.
12625
12626 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12627
12628         * gnus-html.el: Require packages that define macros used in this file.
12629         (gnus-article-mouse-face): Declare to silence byte-compiler.
12630         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12631         process-get.
12632         (gnus-html-put-image): Use plist-get to avoid getf.
12633         (gnus-html-prefetch-images): Use with-current-buffer.
12634
12635 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * gnus-ems.el: Provide compatibility functions for
12638         gnus-set-process-plist.
12639
12640         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12641         header-line-format for XEmacs 21.4.
12642
12643         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12644         * gnus.el (gnus-valid-select-methods):
12645         * message.el (message-send-mail-partially-limit):
12646         * mm-decode.el (mm-text-html-renderer):
12647         * mml.el (mml-insert-mime-headers-always):
12648         * smiley.el (smiley-regexp-alist): Bump custom version.
12649
12650 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12651
12652         * gnus-html.el: Require mm-url.
12653         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12654         with the url to `url'.
12655         (gnus-html-wash-tags): Support cid: URLs/images.
12656
12657 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12658
12659         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12660         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12661         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12662
12663         * gnus-move.el: Remove file, since it doesn't really work.
12664
12665         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12666         UTF-8.  This seems to fix problems with some German web feeds.
12667
12668         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12669         at the top so that the proper colors are applied.
12670
12671         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12672         don't have dots in their names.
12673
12674         * gnus-art.el (gnus-article-view-part): Doc fix.
12675
12676         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12677         XEmacs-compatible.
12678         (gnus-html-put-image): Don't do images on non-graphic displays.
12679
12680         * nnslashdot.el: Remove this unused backend.
12681
12682         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12683         actions.
12684         (gnus-undo-register-1): Revert last change.
12685
12686         * gnus-group.el (gnus-group-completing-read): Protect against not
12687         having completion-styles bound.
12688
12689         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12690         make broken recipients happier.
12691
12692         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12693
12694         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12695         point parameter.
12696
12697         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12698
12699         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12700         completion-styles for group selection.
12701
12702 2009-02-04  Andreas Schwab  <schwab@suse.de>
12703
12704         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12705         headers and regexp-quote the match if necessary.
12706
12707 2009-03-24  Miles Bader  <miles@gnu.org>
12708
12709         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12710         the blinking smiley.
12711
12712 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12713
12714         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12715         blink smiley.
12716
12717 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12718
12719         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12720         where the dribbel file lives exists.
12721
12722         * message.el (message-send-mail-partially-limit): Change the default to
12723         nil, since most people don't want this.
12724
12725         * mm-url.el (mm-url-decode-entities): Also decode entities like
12726         &#x3212.
12727
12728 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12729
12730         * gnus-sum.el (gnus-summary-idna-message):
12731         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12732         Hyperlink urls in docstrings with URL `...'.
12733
12734 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12735
12736         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12737         functions.
12738
12739 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12740
12741         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12742         say what the mouseover text should be.
12743
12744         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12745         version of the mm-w3m-safe-url-regexp variable to only download images
12746         in the groups where we want that to happen.
12747
12748         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12749
12750         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12751         easier debugging.
12752         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12753         big pictures in the article buffer.
12754
12755         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12756         gnus-article-html.
12757         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12758         w3m.
12759
12760         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12761
12762 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12763
12764         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12765         which doesn't exist.
12766
12767         * message.el (message-inhibit-ecomplete): New variable to allow some
12768         function to inhibit ecomplete address storage.
12769         (message-resend): Disable ecomplete message storage when resending
12770         messages.
12771
12772         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12773
12774 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12777         Save excursion while copying, moving, and deleting articles in order to
12778         prevent the cursor from jumping to unforeseen place.
12779
12780 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * lpath.el: No need to bind bookmark-current-buffer,
12783         bookmark-yank-point and bookmark-make-record-function.
12784
12785 2010-08-17  Glenn Morris  <rgm@gnu.org>
12786
12787         * gnus-sync.el: Require gnus components whose functions are used.
12788
12789         * gnus-art.el (bookmark-make-record-function):
12790         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12791         Declare for compiler.
12792
12793         * mm-url.el (mml-compute-boundary): Autoload.
12794
12795 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12798
12799 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12800
12801         Typo fix "hoo4a" -> "hook".
12802
12803         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12804
12805 2010-08-14  Glenn Morris  <rgm@gnu.org>
12806
12807         * gnus-sync.el (gnus-sync): Fix defgroup version.
12808
12809 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12810
12811         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12812
12813         * gnus-sync.el: Fix docs.
12814         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12815         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12816
12817 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12818
12819         Optimizations for gnus-sync.el.
12820
12821         * gnus-sync.el: Add docs about gnus-sync-backend
12822         possibilities.
12823         (gnus-sync-save): Remove unnecessary message.
12824         (gnus-sync-read): Optimize and show what groups were skipped.
12825
12826 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12827
12828         Minor bug fixes for gnus-sync.el.
12829
12830         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12831         Don't read the sync on get-new-news.
12832
12833         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12834         quiet.
12835
12836         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12837         (fix typo).
12838
12839 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12840
12841         Make saving and restoring of hidden threads work with overlays.
12842         Patch applied by Ted Zlatanov.
12843
12844         * gnus-sum.el (gnus-hidden-threads-configuration)
12845         (gnus-restore-hidden-threads-configuration): Update to deal with text
12846         properties, rather than searching for a magic character.
12847
12848 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12849
12850         New gnus-sync.el library for synchronization of marks.
12851
12852         * gnus-sync.el: New library for synchronization of marks.
12853
12854         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12855         renamed from `gnus-registry-grep-in-list'.
12856
12857         * gnus-registry.el (gnus-registry-follow-group-p):
12858         Use `gnus-grep-in-list'.
12859
12860         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12861
12862 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12865         determining charset of text fails.
12866
12867 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * nnmail.el (nnmail-get-new-mail-1): Revert.
12870
12871         * nnml.el (nnml-active-number): Make sure names of newly created groups
12872         in nnml-group-alist are encoded.
12873
12874 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12877         containing non-ASCII characters in active file for nnml back end.
12878
12879 2010-07-24  David Engster  <dengste@eml.cc>
12880
12881         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12882         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12883
12884 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12885
12886         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12887         tag (Bug#6654).
12888
12889 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12892         the article buffer, not the summary buffer.
12893
12894 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12897         Emacs 23 as well.
12898
12899 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12902         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12903
12904 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12905
12906         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12907         Patch applied by Karl Fogel.
12908
12909         * gnus-sum.el (gnus-summary-bookmark-make-record):
12910         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12911
12912 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12913
12914         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12915         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12916         C-w still not working correctly from Article buffers; Thierry's
12917         patch to fix that will be applied after this.
12918
12919         * gnus-art.el (bookmark-make-record-function): New local variable.
12920
12921         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12922         article buffer.
12923         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12924
12925 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12926
12927         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12928         on changes in bookmark.el.
12929
12930 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12933         `no-log' instead of message not to log prompt string.
12934
12935 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12936
12937         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12938         the *other* type of HTML form submission.
12939
12940 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12941
12942         * auth-source.el (auth-source-pick): If choice does not contain a
12943         questioned keyword, set the check to t.
12944
12945 2010-06-12  Romain Francoise  <romain@orebokech.com>
12946
12947         * gnus-util.el (gnus-date-get-time): Move up before first use.
12948
12949 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12952         (gnus-article-edit-part): Bind it to make last part that is substituted
12953         or deleted visible.
12954         (gnus-mime-display-single): Buttonize part of which id equals to
12955         gnus-mime-buttonized-part-id.
12956
12957 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12958
12959         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12960         (gnus-dd-mmm): Use gnus-date-get-time.
12961         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12962         simplify logic.
12963         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12964         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12965
12966 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12967
12968         * auth-source.el (top): Autoload `secrets-list-collections',
12969         `secrets-create-item', `secrets-delete-item'.
12970         (auth-sources): Fix tag string.
12971         (auth-get-source, auth-source-retrieve, auth-source-create)
12972         (auth-source-delete): New defuns.
12973         (auth-source-pick): Rewrite in order to avoid 2 passes.
12974         (auth-source-forget-user-or-password): New parameter USERNAME.
12975         (auth-source-user-or-password): New parameters CREATE-MISSING and
12976         DELETE-EXISTING.  Retrieve password interactively, if needed.
12977
12978 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12979
12980         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12981         deleting unused directories when gnus-expert-user is t.
12982
12983 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12986         for each temp file when gnus-article-browse-delete-temp is ask.
12987
12988 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12989
12990         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
12991         Replace Lisp calls to delete-backward-char by calls to delete-char.
12992
12993 2010-05-20  Kevin Ryde  <user42@zip.com.au>
12994
12995         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
12996
12997 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
12998
12999         * password-cache.el (password-cache-remove): Fix docstring.
13000
13001 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13004         article unless decoding article to be saved.
13005
13006 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13009         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13010         generated within the mm-with-unibyte-current-buffer macro.
13011
13012 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13015         to nil when we're in a mml-preview buffer and no group is selected.
13016
13017 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13018
13019         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13020         when catching the `C-g'.  Reported by "Leo".
13021
13022 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * message.el (message-forward-make-body-plain)
13025         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13026         multibyte-string-p.
13027
13028         * lpath.el: Revert.
13029
13030 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * message.el (message-forward-make-body-mml): Assume original message
13033         is multibyte string; error on unibyte.
13034         (message-forward-make-body-plain): Ditto; don't add excessive newline
13035         in body end.
13036
13037         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13038
13039 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13040
13041         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13042         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13043
13044 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * mm-extern.el (mm-extern-url): Don't use
13047         mm-with-unibyte-current-buffer.
13048         (mm-extern-cache-contents): Use with-current-buffer instead of
13049         save-excursion + set-buffer.
13050
13051 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * mm-util.el (mm-emacs-mule): Remove.
13054
13055 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13056
13057         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13058         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13059         change.
13060
13061 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13064         bind the default value of enable-multibyte-characters to nil.
13065
13066 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * message.el (message-forward-make-body-plain)
13069         (message-forward-make-body-mml):
13070         Don't use mm-with-unibyte-current-buffer.
13071
13072 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13073
13074         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13075
13076 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13077
13078         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13079         (Bug#5592).
13080
13081 2010-05-07  Julien Danjou  <julien@danjou.info>
13082
13083         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13084         it to mm-pipe-part.
13085
13086         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13087         it is given.
13088
13089 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * binhex.el (binhex-decode-region-internal):
13092         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13093         (dns-query):
13094         * nnweb.el (nnweb-gmane-search):
13095         * pgg-parse.el (pgg-parse-armor):
13096         * pgg.el (pgg-verify-region):
13097         * sha1.el (sha1-string-external):
13098         * uudecode.el (uudecode-decode-region-internal):
13099         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13100         XEmacs.
13101
13102         * gnus-art.el (gnus-article-browse-html-parts):
13103         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13104         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13105         make-temp-file.
13106
13107         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13108         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13109         compiling.
13110
13111         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13112         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13113         XEmacs when compiling.
13114
13115         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13116         gnus-pick-mode-off-hook for XEmacs when compiling.
13117         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13118         gnus-binary-mode-off-hook for XEmacs when compiling.
13119
13120         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13121         Return nil if char-charset is not available.
13122
13123         * imap.el (imap-disable-multibyte)
13124         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13125         macros.
13126
13127         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13128         instead of encode-coding-string.
13129
13130         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13131         'xemacs) instead of mm-emacs-mule to switch function definitions.
13132         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13133
13134         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13135         bind temporary-file-directory for XEmacs;
13136         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13137         timer-set-function for XEmacs 21.4 and SXEmacs;
13138         bind timer-list for XEmacs 21.4 and SXEmacs;
13139         fbind char-charset and find-charset-region for non-Mule XEmacs;
13140         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13141         encode-coding-region and encode-coding-string for XEmacs having no
13142         file-coding feature.
13143
13144 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13145
13146         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13147
13148 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13151         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13152
13153 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13154
13155         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13156         alias `jka-compr-delete-temp-file' no longer exists.
13157
13158 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13159
13160         Use define-minor-mode in Gnus where applicable.
13161         * mml.el (mml-mode): Use define-minor-mode.
13162         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13163         (gnus-undo-mode): Use define-minor-mode.
13164         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13165         (gnus-dead-summary-mode): Use define-minor-mode.
13166         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13167         Initialize in declaration.
13168         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13169         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13170         (gnus-mailing-list-mode): Use define-minor-mode.
13171         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13172         (gnus-draft-mode): Use define-minor-mode.
13173         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13174         (gnus-dired-mode): Use define-minor-mode.
13175
13176 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13177
13178         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13179         handles on recursive mml-to-mime translation and check them for
13180         boundary delimiter collisions.  Reported by Greg Troxel.
13181
13182 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13185
13186 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13187
13188         * mm-util.el (mm-find-buffer-file-coding-system):
13189         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13190
13191 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13192
13193         * message.el (message-generate-headers): Record insertion of optional
13194         headers as well.  Otherwise the check to prevent repeated insertion of
13195         optional headers is a no-op.
13196
13197 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13198
13199         * smime.el: Don't mention CVS.
13200
13201         * nnrss.el (nnrss-fetch): Don't mention CVS.
13202
13203         * nnir.el: Don't mention CVS.
13204
13205 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13206
13207         * gnus-sum.el (gnus-summary-bookmark-make-record):
13208         Add `location' field.
13209
13210 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * lpath.el: Fbind bookmark-default-handler,
13213         bookmark-get-bookmark-record, bookmark-make-record-default,
13214         bookmark-prop-get for Emacs <23 and XEmacs.
13215
13216 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13217
13218         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13219         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13220         Use with-current-buffer to silence the byte-compiler.
13221         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13222         bother to require `gnus'.
13223         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13224
13225 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13226
13227         * gnus-sum.el (gnus-summary-bookmark-make-record)
13228         (gnus-summary-bookmark-jump): New functions.
13229         (gnus-summary-mode): Setup bookmark support.
13230
13231 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13232
13233         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13234         if set.
13235
13236 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13239         gnus-article-browse-html-save-cid-image; make it work recursively for
13240         forwarded messages as well.
13241         (gnus-article-browse-html-parts): Work when prefix arg is given.
13242         (gnus-article-browse-html-article): Doc fix.
13243
13244 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13245
13246         * message.el (message-default-mail-headers)
13247         (message-default-headers): Carry the value mail-default-headers over
13248         into message-default-mail-headers, rather than message-default-headers.
13249
13250 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13251
13252         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13253         charset.
13254
13255         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13256         charset into the <meta> tag when the article is encoded to utf-8.
13257
13258 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * gnus-art.el (gnus-article-browse-delete-temp-files):
13261         Delete directories as well.
13262         (gnus-article-browse-html-parts): Work for images that do not specify
13263         file names; delete temp directory when quitting; insert header at the
13264         right place; use file: scheme for image files.
13265
13266 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13267
13268         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13269         (gnus-article-browse-html-parts): Use it to make temporary cid image
13270         files in addition to html file so that browser may display them.
13271
13272 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13275
13276 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13277
13278         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13279
13280 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13281
13282         * auth-source.el (auth-sources): Change default to be simpler.
13283         Explain about Secret Service API sources.  Improve Customize options.
13284         (auth-source-pick): Change to accept any number of search parameters.
13285         Implement fallbacks iteratively, not recursively.  Add scoring on the
13286         second pass and sort by score.  Call Secret Service API when needed.
13287         (auth-source-user-or-password): Use it.  Call Secret Service API
13288         directly when needed to get the user name and the password.
13289
13290 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13291
13292         * message.el (message-interactive): Doc fix.
13293         (message-qmail-inject-args): Reflow.
13294         (message-kill-to-signature): Fix typo in docstring.
13295
13296         * smiley.el (smiley-buffer): Fix typo in docstring.
13297
13298 2010-03-24  Glenn Morris  <rgm@gnu.org>
13299
13300         * mail-source.el (gnus-message): Declare.
13301         (mail-source-delete-old-incoming): Require gnus-util.
13302
13303 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13306
13307         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13308
13309         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13310         password-cache's default if it is not bound.
13311         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13312         password-cache-expiry's default if it is not bound.
13313
13314         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13315         available in Emacs 21.
13316
13317         * lpath.el: Suppress compiler warnings for:
13318         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13319         XEmacs;
13320         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13321         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13322         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13323
13324 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13325
13326         * auth-source.el (auth-sources): Fix up definition so extra parameters
13327         are always inline.
13328
13329 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13330
13331         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13332         wasn't updated after mismatch.  Clear cached mailbox info correctly
13333         when uidvalidity changes.
13334         (nnimap-group-prefixed-name): New function to avoid some code
13335         duplication.
13336         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13337         (nnimap-request-group): Use it.
13338         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13339         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13340         with many imap folders.  This is done by caching the group status from
13341         the imap server persistently in a group parameter `imap-status'.  (This
13342         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13343         but not persistently, so every Gnus startup was still very slow.)
13344
13345 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13346
13347         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13348         delete the extra newline.  Otherwise editing of :string and :number
13349         types don't work.
13350
13351 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13352
13353         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13354         secrets.el dependency.
13355         (auth-sources): Add optional user name.  Add secrets.el configuration
13356         choice (unused right now).
13357
13358 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13359
13360         * gnus-sum.el (gnus-summary-make-menu-bar):
13361         Let `gnus-registry-install-shortcuts' fill in the functions.
13362
13363         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13364         warnings.
13365         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13366         (gnus-registry-install-shortcuts): Populate and use it in a
13367         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13368
13369 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13370
13371         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13372         In-place substitutions for the group name encoding/decoding.
13373         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13374         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13375         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13376         (nnimap-update-unseen, nnimap-request-list)
13377         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13378         (nnimap-request-set-mark, nnimap-split-to-groups)
13379         (nnimap-split-articles, nnimap-request-newgroups)
13380         (nnimap-request-create-group, nnimap-request-accept-article)
13381         (nnimap-request-delete-group, nnimap-request-rename-group)
13382         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13383         `encoded-mbx' for consistency.
13384         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13385         variable `imap-current-mailbox'.
13386
13387         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13388         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13389
13390 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13391
13392         * pop3.el (pop3-display-message-size-flag): Display message size byte
13393         counts during POP3 download.
13394         (pop3-movemail): Use it.
13395         (pop3-list): Implement listing of available messages.
13396
13397 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13398
13399         * nnir.el (nnir-get-article-nov-override-function): New function to
13400         override the normal NOV retrieval.
13401         (nnir-retrieve-headers): Use it.
13402
13403 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13404
13405         * auth-source.el (netrc-machine-user-or-password): Autoload.
13406
13407 2010-03-19  Glenn Morris  <rgm@gnu.org>
13408
13409         Stop message.el from loading about 40 libraries it doesn't always need.
13410         The general approach is to autoload rather than require, and to
13411         require in the specific functions rather than the file.  (Bug#5642)
13412
13413         * gmm-utils.el: Don't require wid-edit.
13414         (widget-create-child-value, widget-convert, widget-default-get):
13415         Autoload.
13416
13417         * gnus-util.el: Don't require time-date, netrc.
13418         (message-fetch-field, gnus-group-name-decode): Declare rather than
13419         autoloading.
13420         (gnus-fetch-field): Require message.
13421         (gnus-decode-newsgroups): Require gnus-group.
13422
13423         * ietf-drums.el: Don't require time-date.
13424
13425         * message.el: Don't require hashcash, canlock, ecomplete.
13426         Do require mail-utils.  Require nnheader only when compiling.
13427         (smtpmail-default-smtp-server): Remove declaration.
13428         (message-send-mail-function): Check smtpmail-default-smtp-server
13429         is bound rather than requiring smtpmail.
13430         (message-auto-save-directory, message-insert-signature):
13431         Use expand-file-name rather than nnheader-concat.
13432         (nnheader-insert-file-contents): Autoload.
13433         (hashcash-wait-async): Declare.
13434         (message-send-mail): Only call gnus-setup-posting-charset if
13435         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13436         (message-send-mail-with-sendmail): Require sendmail.
13437         (canlock-password, canlock-password-for-verify): Declare.
13438         (message-canlock-password): Require canlock.
13439         (nnheader-get-report): Autoload.
13440         (gnus-setup-posting-charset): Declare.
13441         (message-send-news): Require gnus-msg.
13442         (message-make-references, message-make-in-reply-to): Use mail-header-id
13443         rather than the alias mail-header-message-id.
13444         (ecomplete-add-item, ecomplete-save): Declare.
13445         (message-put-addresses-in-ecomplete): Require ecomplete.
13446         (ecomplete-display-matches): Autoload.
13447
13448         * mm-decode.el: Don't require mailcap, gnus-util.
13449         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13450         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13451         Autoload.
13452         (mailcap-mime-extensions): Declare.
13453
13454         * mm-encode.el: Don't require mailcap.
13455         (mailcap-extension-to-mime): Autoload.
13456
13457         * mml-sec.el: Don't require password-cache.
13458
13459         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13460         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13461         (mml-minibuffer-read-type): Require mailcap.
13462         (mml-preview): Require gnus-msg.
13463
13464         * mml1991.el: Require password-cache.
13465         (password-cache-expiry): Remove declaration.
13466
13467         * mml2015.el: Require password-cache.
13468         (password-cache-expiry): Remove declaration.
13469
13470         * nneething.el (mailcap): Require mailcap.
13471
13472         * nnheader.el (declare-function): Add compatibility stub.
13473         (message-remove-header): Declare rather than autoload.
13474         (nnheader-replace-header): Require message.
13475
13476         * nnimap.el (declare-function): Add compatibility stub.
13477         (netrc-parse, netrc-machine-user-or-password): Declare.
13478         (nnimap-open-connection): Require netrc.
13479
13480         * nntp.el (declare-function): Add compatibility stub.
13481         (netrc-parse, netrc-machine, netrc-get): Declare.
13482         (nntp-send-authinfo): Require netrc.
13483
13484         * rfc2047.el: Don't require qp.
13485         (quoted-printable-encode-region, quoted-printable-decode-string):
13486         Autoload.
13487
13488         * sieve-mode.el: Don't require easymenu.
13489         (easy-menu-add-item): Autoload it.
13490
13491         * spam-stat.el (time-to-number-of-days): Autoload it.
13492
13493 2010-03-19  Glenn Morris  <rgm@gnu.org>
13494
13495         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13496
13497 2010-03-18  Glenn Morris  <rgm@gnu.org>
13498
13499         * hashcash.el (declare-function): Remove duplicate definition.
13500
13501 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13502
13503         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13504         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13505         value if any backslash escapes).
13506
13507 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13510         if it is available.  (bug#5647)
13511
13512         * lpath.el: Suppress compiler warning for coding-system-from-name for
13513         Emacs 21 and XEmacs.
13514
13515 2010-03-14  Juri Linkov  <juri@jurta.org>
13516
13517         * hmac-def.el:
13518         * hmac-md5.el:
13519         * netrc.el: Fix keywords.
13520
13521 2010-02-26  Glenn Morris  <rgm@gnu.org>
13522
13523         * message.el (message-send-mail-function): Change the default, so that
13524         it inherits from a customized send-mail-function.  (Bug#5643)
13525
13526 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13527
13528         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13529         shell-command-to-string signals an error (bug#5299).
13530
13531 2010-02-24  Glenn Morris  <rgm@gnu.org>
13532
13533         * message.el (message-smtpmail-send-it)
13534         (message-send-mail-with-mailclient): Doc fixes.
13535
13536 2010-02-16  Glenn Morris  <rgm@gnu.org>
13537
13538         * message.el (message-default-mail-headers): Change the default value
13539         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13540
13541 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13544         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13545
13546 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13547
13548         * time-date.el (date-to-time): Doc fix (Bug#5408).
13549
13550 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13551
13552         * message.el (message-mail): Just pass yank-action on to message-setup.
13553         (message-setup): Handle (FUN . ARGS) form of yank-action.
13554         (message-with-reply-buffer, message-widen-reply)
13555         (message-yank-original): Handle non-buffer values of
13556         message-reply-buffer (Bug#4080).
13557         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13558
13559 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13560
13561         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13562         Fix typo in docstring.
13563
13564 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13565
13566         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13567         response.
13568
13569 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13572
13573         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13574
13575         * message.el (message-check-news-header-syntax): Protect against a
13576         string that `rfc822-addresses' returns when parsing fails.
13577
13578 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13581         (gnus-previous-char-property-change): New functions.
13582
13583         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13584
13585 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13586
13587         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13588         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13589
13590 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13591
13592         * message.el (message-exchange-point-and-mark): Rework last change to
13593         avoid using optional arg of exchange-point-and-mark, for backward
13594         compatibility.
13595
13596 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13597
13598         * message.el (message-exchange-point-and-mark):
13599         Call exchange-point-and-mark with an argument rather than setting
13600         mark-active by hand (Bug#5175).
13601
13602 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * nntp.el (nntp-service-to-port): Work for service expressed with
13605         numeric string; replace [:digit:] with [0-9] for XEmacs.
13606
13607 2009-12-17  Glenn Morris  <rgm@gnu.org>
13608
13609         * gnus-group.el (gnus-bug-group-download-format-alist):
13610         Change emacs entry to debbugs.gnu.org.  Bump :version.
13611
13612 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13615
13616 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13617
13618         * message.el (message-info): Explain why we use `Info-goto-node'.
13619
13620 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13623
13624 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13625
13626         * message.el (message-completion-in-region): New compatibility function.
13627         (message-expand-group): Use it.
13628
13629 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13632         with no unread article should be listed if the 2nd arg `predicate' is
13633         given.
13634
13635 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13638
13639 2009-11-29  Juri Linkov  <juri@jurta.org>
13640
13641         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13642         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13643         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13644
13645 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13646
13647         * sha1.el (sha1-string-external): default-directory "/" in case
13648         otherwise non-existent.  process-connection-type pipe for touch of
13649         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13650
13651 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13652
13653         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13654         it's comms related and sgml-mode.el has "comm" on that basis too.
13655
13656 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13659         containing tspecial characters if they have been already quoted.
13660
13661 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13662
13663         * dns-mode.el (auto-mode-alist): Purecopy string.
13664
13665 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13666
13667         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13668
13669 2009-10-24  Glenn Morris  <rgm@gnu.org>
13670
13671         * gnus-art.el (help-xref-stack-item): Define for compiler.
13672
13673 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13674
13675         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13676
13677 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13680
13681 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13684         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13685
13686 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13689         (gnus-overlays-in): New alias to overlays-in.
13690
13691         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13692         gnus-overlay-get, and gnus-delete-overlay.
13693         (gnus-summary-show-thread): Make it work as well for systems in which
13694         next-single-char-property-change is not available.
13695         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13696
13697         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13698         (gnus-overlay-get): New alias to extent-property.
13699         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13700
13701         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13702         SXEmacs.
13703
13704         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13705         SXEmacs.
13706
13707 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13708
13709         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13710
13711 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13712
13713         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13714         and XEmacs that don't have `remove-overlays'.
13715
13716 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13717
13718         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13719         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13720         selective display.  Use overlays instead.
13721
13722 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13723
13724         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13725
13726 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13727
13728         * spam-stat.el (spam-stat-load): Fix typo in message.
13729
13730 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13731
13732         * dig.el (dig-invoke): Fix typo in docstring.
13733         (query-dig): Reflow docstring.
13734
13735 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13736
13737         * gnus-art.el (gnus-article-encrypt-body):
13738         * message.el (message-check-recipients):
13739         * mm-util.el (mm-codepage-setup):
13740         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13741         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13742
13743 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13744
13745         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13746         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13747         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13748         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13749         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13750
13751 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13752
13753         * dig.el: Add "Keywords: comm", as per net-utils.el.
13754
13755 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13756
13757         * dig.el (dig-mode): Use define-derived-mode.
13758
13759 2009-09-19  Glenn Morris  <rgm@gnu.org>
13760
13761         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13762
13763 2009-09-18  Glenn Morris  <rgm@gnu.org>
13764
13765         * gnus-diary.el (gnus-diary-check-message):
13766         * message.el (message-insert-formatted-citation-line):
13767         * nnbabyl.el (top-level):
13768         * nndiary.el (nndiary-schedule):
13769         Fix typos in condition-case handlers.
13770
13771 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13774         configuration that provides the sole article window in a frame;
13775         position point correctly after deleting a part.
13776
13777 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13778
13779         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13780         (spam-resolve-registrations-routine): Use it to unregister articles
13781         that change status.
13782
13783 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13786         with XEmacs.
13787         (parse-time-string-chars): Use it.
13788
13789 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13790
13791         * imap.el (imap-interactive-login): Better messages.
13792         (imap-open): Fix bug with renamed buffer on reconnect.
13793         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13794         for easier debugging and cleaner code.  On successful (guessed based on
13795         server capabilities) secondary authentication, set imap-state
13796         correctly.
13797         (imap-last-authenticator): Define imap-last-authenticator as a variable
13798         to avoid warnings.
13799
13800 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * nnrss.el (nnrss-request-article): Remove binding of
13803         default-enable-multibyte-characters that has gotten needless by
13804         the 2007-07-13 change in rfc2047-encode-message-header.
13805
13806         * mml.el (mml-insert-multipart): Error on the message header.
13807         (mml-insert-part): Error on the message header; position point at
13808         the end of a MIME tag.
13809
13810 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * time-date.el (autoload): Expand define-obsolete-function-alias into
13813         defalias and make-obsolete for old Emacsen that Gnus supports.
13814         (with-no-warnings): Define it for old Emacsen.
13815         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13816         is available.
13817         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13818         float-time is available; suppress compile warning for time-to-seconds.
13819
13820         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13821         (gnus-float-time): Alias to float-time if it exists.
13822
13823         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13824         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13825         float-time is available; suppress compile warning for time-to-seconds.
13826
13827         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13828         XEmacs.
13829
13830 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13831
13832         * imap.el (imap-message-map): Docstring fix.
13833
13834 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13837         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13838         Add the optional argument `encoding' that overrides the default.
13839
13840         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13841         mm-encode-buffer.
13842
13843 2009-09-04  Glenn Morris  <rgm@gnu.org>
13844
13845         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13846         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13847         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13848         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13849         * mm-util.el (mm-with-unibyte-current-buffer)
13850         (mm-find-buffer-file-coding-system):
13851         * yenc.el (yenc-decode-region): Use default-value rather than
13852         default-enable-multibyte-characters.
13853
13854 2009-09-03  Glenn Morris  <rgm@gnu.org>
13855
13856         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13857         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13858         than default-enable-multibyte-characters.
13859
13860 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13861
13862         * gnus-art.el (gnus-article-read-summary-keys):
13863         Fix gnus-buffer-configuration's value temporarily used.
13864
13865 2009-09-02  Glenn Morris  <rgm@gnu.org>
13866
13867         * gnus-util.el (gnus-float-time): New function.
13868         * gnus-delay.el (gnus-delay-article):
13869         * gnus-sum.el (gnus-thread-latest-date):
13870         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13871         * nnspool.el (nnspool-request-newgroups):
13872         Use gnus-float-time rather than time-to-seconds.
13873         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13874
13875         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13876         (gnus-header-subject-face, gnus-header-newsgroups-face)
13877         (gnus-header-name-face, gnus-header-content-face):
13878         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13879         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13880         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13881         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13882         (gnus-cite-face-11):
13883         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13884         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13885         (gnus-server-closed-face, gnus-server-denied-face)
13886         (gnus-server-offline-face):
13887         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13888         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13889         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13890         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13891         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13892         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13893         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13894         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13895         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13896         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13897         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13898         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13899         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13900         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13901         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13902         (gnus-summary-high-undownloaded-face)
13903         (gnus-summary-low-undownloaded-face)
13904         (gnus-summary-normal-undownloaded-face)
13905         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13906         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13907         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13908         (gnus-splash-face):
13909         * message.el (message-header-to-face, message-header-cc-face)
13910         (message-header-subject-face, message-header-newsgroups-face)
13911         (message-header-other-face, message-header-name-face)
13912         (message-header-xheader-face, message-separator-face)
13913         (message-cited-text-face, message-mml-face):
13914         * sieve-mode.el (sieve-control-commands-face)
13915         (sieve-action-commands-face, sieve-test-commands-face)
13916         (sieve-tagged-arguments-face):
13917         * spam.el (spam-face):
13918         Mark face aliases with "-face" in the name as obsolete.
13919
13920 2009-09-01  Glenn Morris  <rgm@gnu.org>
13921
13922         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13923         than goto-line.
13924
13925 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13928         Don't move point if the command is invoked inside the message header.
13929
13930 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13931
13932         * imap.el (imap-send-command): Simplify.
13933         (imap-wait-for-tag): point-max -> buffer-size.
13934
13935 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13936
13937         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13938         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13939         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13940         * nnir.el (nnir-swish-e-index-file):
13941         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13942         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13943         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13944         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13945         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13946         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13947
13948 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13951         Don't save excursion.
13952
13953 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13954
13955         * nnheader.el (nnheader-find-file-noselect):
13956         * mm-util.el (mm-insert-file-contents):
13957         Use (default-value 'major-mode) instead of default-major-mode.
13958
13959 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13960
13961         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13962
13963 2009-08-26  Glenn Morris  <rgm@gnu.org>
13964
13965         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13966         than placing in files.el.
13967
13968 2009-08-25  Glenn Morris  <rgm@gnu.org>
13969
13970         * nnir.el (top-level): Don't require cl at run-time.
13971         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13972         Replace cl-function substitute with gnus-replace-in-string.
13973         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13974         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13975         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13976         simplified expansions.
13977
13978 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13979
13980         * dig.el (dig): Add autoload cookie.
13981
13982 2009-08-22  Glenn Morris  <rgm@gnu.org>
13983
13984         * gnus-art.el (gnus-button-patch): Use forward-line rather than
13985         goto-line.
13986
13987 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
13988
13989         * parse-time.el (parse-time-string-chars): Save match data.
13990
13991 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
13992
13993         * parse-time.el (parse-time-string-chars): Compute using character
13994         classes, to handle non-ascii characters (Bug#3190).
13995
13996 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
13999
14000         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14001         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14002         (gnus-mm-display-part, gnus-mime-display-single)
14003         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14004         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14005
14006         * gnus-sum.el
14007         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14008         (gnus-summary-move-article): Add expirable mark to articles copied or
14009         moved to group that has auto-expire turned on if the option is non-nil.
14010
14011 2009-07-24  Glenn Morris  <rgm@gnu.org>
14012
14013         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14014         Fix typo.  (Bug#3903)
14015
14016 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14019         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14020         that should not be used for draft articles.
14021         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14022         that has no concern in minor mode keys.
14023         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14024         Abolish.
14025
14026 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14029         article without making inquiry to a user for unknown encoding.
14030
14031         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14032         (nnmaildir--scan): Assume i-node and device number that file-attributes
14033         returns might be cons-cell.
14034
14035         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14036
14037         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14038
14039 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14040
14041         * auth-source.el: Remove docs now in auth.texi.  Don't use
14042         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14043         `auth-source-hide-passwords' and use them.
14044
14045 2009-07-15  Glenn Morris  <rgm@gnu.org>
14046
14047         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14048
14049 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14052         excessive whitespace from the default values of title and description.
14053
14054 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14057         mail-fetch-field to fetch Content-Description header in order to
14058         exclude newlines.
14059
14060 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14061
14062         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14063         format used by GnuPG 2.0.11.
14064
14065 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14068         to deleted part.
14069
14070 2009-05-30  David Engster  <dengste@eml.cc>
14071
14072         * nnmairix.el: Remove old documentation in the commentary block.
14073         (nnmairix-request-group): Do not update active file for nnml back ends.
14074         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14075         end so that overview files are ignored.
14076         (nnmairix-update-groups): Make updating the groups more robust by using
14077         marks.
14078         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14079         with dollar characters in message-id.
14080
14081 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14084         2008-12-25 in dns.el.
14085
14086 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14087
14088         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14089         could happen if the text is only composed of spaces and/or tabs.
14090
14091 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14092
14093         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14094         when sending a queued message to avoid extra mml tags.
14095
14096 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14099
14100 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14103         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14104         rmail-toggle-header for XEmacs;
14105         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14106
14107 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * gnus-dired.el: Remove autoload for gnus-setup-message.
14110         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14111         displaying Gnus logo; always use compose-mail.
14112
14113 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14116
14117 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14120         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14121         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14122         available.
14123         (gnus-nocem-epg-verify): New function.
14124
14125 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14128
14129 2009-02-15  Glenn Morris  <rgm@gnu.org>
14130
14131         * gnus-util.el (rmail-insert-rmail-file-header)
14132         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14133         autoloads.
14134         (rmail-default-rmail-file): Remove unnecessary declaration.
14135         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14136
14137 2009-02-14  Glenn Morris  <rgm@gnu.org>
14138
14139         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14140         variable (only used in gnus-util, which declares it anyway).
14141         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14142         which was only needed by gnus-art (changed to not use it any more).
14143         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14144         only used in gnus-util, which autoloads it itself.
14145         (rmail-update-summary): Fix autoload.
14146
14147         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14148         rather than rmail-output-to-rmail-file.
14149
14150 2009-02-07  Glenn Morris  <rgm@gnu.org>
14151
14152         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14153         autoload of function that no longer exists.
14154         (rmail-toggle-header): Declare.
14155         (message-forward-rmail-make-body): Handle mbox Rmail.
14156
14157 2009-01-31  Glenn Morris  <rgm@gnu.org>
14158
14159         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14160         2009-01-09 change.
14161
14162 2009-01-31  Dave Love  <fx@gnu.org>
14163
14164         * imap.el (imap-fetch-safe): Bind debug-on-error.
14165         (imap-debug): Add imap-fetch-safe.
14166
14167 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14168
14169         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14170         (auth-source-forget-all-cached): New convenience function.
14171         (auth-source-user-or-password): Accept list of modes or a single mode.
14172
14173         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14174         auth-source modes.
14175
14176         * netrc.el (netrc-machine-user-or-password): Use list of
14177         auth-source modes.
14178
14179         * nnimap.el (nnimap-open-connection): Use list of
14180         auth-source modes.
14181
14182         * nntp.el (nntp-send-authinfo): Use list of
14183         auth-source modes.
14184
14185 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14186
14187         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14188         now.
14189
14190 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14193         coding system in XEmacs; add a workaround for XEmacs.
14194
14195         * lpath.el: Fbind coding-system-aliasee.
14196
14197 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14200         of current-language-environment.
14201
14202 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14203
14204         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14205         available at runtime.
14206
14207 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14210
14211 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14212
14213         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14214         the greatest positive fixnum value doesn't work under an XEmacs with
14215         bignum support; use the most-positive-fixnum constant instead,
14216         available since Emacs 21.1 with cl and XEmacs 21.1.
14217
14218 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14221         XEmacs gets not to work.
14222
14223 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * mm-util.el (mm-coding-system-priorities): Allow the value like
14226         "Japanese (UTF-8)" of current-language-environment.
14227
14228 2009-01-09  Glenn Morris  <rgm@gnu.org>
14229
14230         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14231         with last-command-event.
14232
14233 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14234
14235         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14236         in the doc string.
14237
14238         * message.el (message-fix-before-sending): Amend comment.
14239
14240 2009-01-08  Dave Love  <fx@gnu.org>
14241
14242         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14243
14244 2009-01-07  David Engster  <dengste@eml.cc>
14245
14246         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14247         simplified server definitions by converting it via
14248         gnus-server-to-method.
14249
14250 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14253         parameter's operands.
14254
14255 2009-01-06  David Engster  <dengste@eml.cc>
14256
14257         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14258         primary select method (for gnus-group-mark-article-as-read).
14259
14260 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14261
14262         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14263         `(gnus)Face', not `(gnus)X-Face'.
14264
14265 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * mm-util.el (mm-ucs-to-char): New function.
14268
14269         * mm-url.el (mm-url-decode-entities): Use it.
14270
14271         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14272         unicode-to-char.
14273
14274 2009-01-05  Dave Love  <fx@gnu.org>
14275
14276         * time-date.el: Require cl for `declare'.
14277
14278 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14279
14280         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14281         Dave Love.
14282
14283 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14284
14285         * message.el (message-fix-before-sending): Add `eight-bit' to
14286         illegible-text check.
14287
14288 2009-01-03  Michael Olson  <mwolson@gnu.org>
14289
14290         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14291         `headers' is nil.  This can occur if the IMAP server does not have
14292         permissions to read messages from a folder, but can write new messages
14293         to the folder.
14294         (nnimap-request-article-part): Do not insert `data' if it is nil.
14295
14296         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14297         characters which will confuse `read', so skip past them.
14298
14299 2009-01-01  Dave Love  <fx@gnu.org>
14300
14301         * imap.el (imap-string-to-integer): Fix typo.
14302         (imap-fetch-safe): New function.
14303         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14304
14305         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14306
14307         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14308         (imap-parse-greeting): Fix doc strings.
14309         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14310         (imap-parse-flag-list): Make messages unique.
14311         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14312
14313         * nnimap.el: Fix author email.
14314         (nnimap-split-rule): Add FIXME comment.
14315         (nnimap-debug): Fix doc string.
14316
14317 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14320
14321 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14322
14323         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14324         nslookup if resolv.conf isn't available.
14325         (dns-query): Rename from query-dns.
14326         (dns-query-cached): Rename from query-dns-cached.
14327
14328 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14331         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14332         to check if those variables exist (first appeared in Emacs 18.50).
14333
14334 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * mm-util.el (mm-line-number-at-pos): New function.
14337
14338         * spam-report.el (spam-report-process-queue): Use it.
14339
14340 2008-12-24  David Engster  <dengste@eml.cc>
14341
14342         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14343         parameters that haven't existed as variables as buffer-local variables.
14344
14345 2008-12-23  Dave Love  <fx@gnu.org>
14346
14347         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14348         cadar.
14349
14350         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14351         imap-starttls-p.
14352         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14353
14354 2008-12-22  Dave Love  <fx@gnu.org>
14355
14356         * imap.el: Fix author email.  Doc fixes.
14357         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14358         reply.
14359
14360 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14361
14362         * spam-report.el (spam-report-gmane-max-requests): New constant.
14363         (spam-report-gmane-wait): New variable.
14364         (spam-report-gmane-ham, spam-report-gmane-spam)
14365         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14366         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14367         the server.
14368
14369         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14370         Add explanations.
14371
14372         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14373         nnheader-accept-process-output and nnheader-read-timeout if available.
14374         (pop3-movemail): Use it.
14375
14376         * message.el (message-check-news-body-syntax): Fix signature check if
14377         there's an attachment.
14378
14379 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14380
14381         * mm-util.el: Add comments to the mm- emulating functions.
14382
14383 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14386         Reported by Stephen Berman <stephen.berman@gmx.net>.
14387
14388 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * mm-util.el (mm-substring-no-properties): New function.
14391         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14392         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14393         (mm-string-to-multibyte): Doc fix.
14394
14395         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14396
14397 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14398
14399         * mml.el (mml-attach-file): Strip text properties from file name.
14400         (Bug#1574)
14401
14402 2008-12-16  Glenn Morris  <rgm@gnu.org>
14403
14404         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14405
14406 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14409         knows since the charset specified might be a bogus alias that
14410         mm-charset-synonym-alist provides.
14411
14412 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14413
14414         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14415         "ISO_8859-1".
14416
14417         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14418
14419 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * mm-util.el (mm-charset-eval-alist):
14422         Define it before mm-charset-to-coding-system.
14423         (mm-charset-to-coding-system): Add optional argument `silent';
14424         define it before mm-charset-override-alist.
14425         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14426         default value if it can be used in Emacs currently running;
14427         silence mm-charset-to-coding-system.
14428
14429 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14432         `allow-override' which says whether to use `mm-charset-override-alist'.
14433         (rfc2047-decode-encoded-words): Use it.
14434
14435         * mm-util.el (mm-charset-override-alist): Fix custom type;
14436         add `(gb2312 . gbk)' to choices.
14437
14438 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14441         fast.
14442
14443         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14444
14445         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14446
14447 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14448
14449         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14450         on links.
14451
14452         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14453
14454 2008-12-03  Lute Kamstra  <lute@gnu.org>
14455
14456         * sha1.el: Remove leading * from docstrings of defcustoms,
14457         deffaces, defconsts and defuns.
14458
14459 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14460
14461         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14462         users' addresses that don't have domain parts.
14463         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14464         rather than message-narrow-to-head since there will be the message
14465         header separator.
14466
14467 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14468
14469         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14470         since the result is inserted in a unibyte buffer anyway.
14471         (nnimap-demule-use-string-to-multibyte): Remove.
14472         (nnimap-demule): Alias it to mm-string-to-multibyte.
14473
14474 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14477         variable for debugging bug#464 and bug#1174.
14478         (nnimap-demule): Use it.
14479
14480 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14483         score calculation correctly.
14484
14485 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14486
14487         * message.el (message-send-mail): Just set the buffer to unibyte
14488         rather than use mm-with-unibyte-current-buffer which does a lot more.
14489         (message-send-mail-partially): Don't bother with
14490         mm-with-unibyte-current-buffer since it's already been made unibyte by
14491         message-send-mail.
14492
14493 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14494
14495         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14496
14497 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14498
14499         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14500
14501 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14504         require itself and to remove `with-no-warnings'.
14505
14506 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14507
14508         * starttls.el (starttls-any-program-available): Get the name of the
14509         available TLS layer program.
14510         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14511         well as the host name in the "opening" message.
14512
14513         * auth-source.el (auth-source-cache, auth-source-do-cache)
14514         (auth-source-user-or-password): Cache passwords and logins by default,
14515         allow override with `auth-source-do-cache'.
14516         (auth-source-forget-user-or-password): Allow users to remove cache
14517         entries if needed.
14518
14519 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14520
14521         * md4.el (md4-buffer): Fix typo in docstring.
14522         (md4, md4-64): Doc fixes.
14523         (md4-pack-int32): Reflow docstring.
14524
14525 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14526
14527         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14528         condition-case to only the forward-sexp call.
14529
14530 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14531
14532         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14533         quotes contained.  Make it more robust regardless by an extra
14534         condition-case wrapper.
14535
14536 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14539
14540 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * nnml.el (nnml-request-expire-articles): Check if the function set to
14543         `nnmail-expiry-target' returns the symbol `delete'.
14544
14545         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14546
14547         * nnmail.el (nnmail-expiry-target): Fix custom type.
14548
14549 2008-10-02  Glenn Morris  <rgm@gnu.org>
14550
14551         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14552         Silence compiler warning.
14553
14554 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14555
14556         * tls.el (open-tls-stream): Show the actual command being
14557         executed, instead of the format string.
14558
14559 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * lpath.el: Fbind codepage-setup for Emacs 23.
14562
14563 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14564
14565         * mml.el (mml-menu): Don't assume mml2015 is bound.
14566
14567 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14570         exists.
14571
14572 2008-09-27  Glenn Morris  <rgm@gnu.org>
14573
14574         * gnus-util.el (mail-header-remove-comments): Autoload it.
14575
14576 2008-09-27  Andreas Schwab  <schwab@suse.de>
14577
14578         * gnus-util.el (gnus-split-references): Strip comments.
14579         (gnus-parent-id): Likewise.
14580
14581 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14582
14583         * message.el (message-confirm-send): Fix version.
14584
14585 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * message.el (message-idna-to-ascii-rhs-1): Use
14588         mail-extract-address-components rather than mail-header-parse-addresses
14589         that is an alias by default to ietf-drums-parse-addresses that does not
14590         support non-ASCII names in headers' contents.
14591
14592 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14593
14594         * message.el (message-confirm-send): Fix variable documentation to
14595         avoid the "y/n" wording.
14596
14597 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14598
14599         * message.el (message-set-auto-save-file-name): Save to a different
14600         filename so multiple messages (especially drafts) can be recovered.
14601
14602 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14603
14604         * message.el (message-confirm-send): Add appropriate version.
14605
14606 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14607
14608         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14609         defvar.
14610
14611 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14612
14613         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14614         (mm-pkcs7-enveloped-magic): Ditto.
14615
14616 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14617
14618         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14619         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14620
14621 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14622
14623         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14624         default, it's better.
14625
14626 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14627
14628         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14629         summary line gnus-number property and ignore them (with a warning
14630         message).
14631
14632 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14635         macro caddr in the interactive form since it won't be expanded.
14636
14637 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14640         `charset'; fix name of function called recursively.
14641         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14642
14643 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14644
14645         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14646         (gnus-mime-set-charset-parameters): New function.
14647         (gnus-mime-view-part-as-charset): Use it to correctly display part
14648         specifying wrong charset.
14649
14650 2008-09-08  David Engster  <dengste@eml.cc>
14651
14652         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14653         in completing-read for back end server.
14654
14655 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14656
14657         * message.el (message-confirm-send): New variable to confirm sending a
14658         message.
14659         (message-send): Use it.
14660
14661 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14662
14663         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14664
14665 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14668
14669 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14670
14671         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14672         prevent tracking too many groups.
14673         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14674         Use it.
14675
14676 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14677
14678         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14679         moving point to the bottom of the window in order to avoid recentering.
14680
14681 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14684
14685         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14686         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14687         (gnus-article-beginning-of-window): Fix calculation.
14688
14689 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * gnus-msg.el (gnus-summary-supersede-article)
14692         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14693         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14694         message header.
14695
14696 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14697
14698         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14699         pending output coming after the status change.
14700
14701 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14702
14703         * message.el:
14704         * gnus-start.el:
14705         * gnus-registry.el: Remove VMS support.
14706
14707 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14710         macro.
14711         (rfc2104-hash): Use it.
14712
14713 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14716         (gnus-summary-sort-by-most-recent-date): New commands.
14717         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14718         and menu entries.
14719
14720 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14723         don't redisplay article for raw contents; remove plural articles stuff.
14724
14725         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14726         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14727         on gnus-summary-save-article; display results properly.
14728
14729 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * lpath.el: No need to fbind ns-focus-frame.
14732
14733 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14736
14737 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * gnus-art.el (gnus-summary-save-in-pipe):
14740         Consider gnus-save-all-headers.
14741
14742 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14743
14744         * gnus-util.el (ns-focus-frame): Remove declaration.
14745         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14746         like x.
14747
14748 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14749
14750         * rfc2104.el (rfc2104-zero): Delete defconst.
14751         (rfc2104-hex-alist): Likewise.
14752         (rfc2104-hex-to-int): Delete func.
14753         (rfc2104-hexstring-to-bitstring): Likewise.
14754         (rfc2104-nybbles): New defconst.
14755         (rfc2104-hash): Rewrite for speed.
14756
14757 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * tls.el (open-tls-stream): Make it work with the 2nd argument
14760         BUFFER that is a string but does not exist as a buffer object, as
14761         mentioned in the doc-string.
14762
14763 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14766         SXEmacs.
14767
14768 2008-07-16  Glenn Morris  <rgm@gnu.org>
14769
14770         * gnus-util.el (ns-focus-frame): Declare for compiler.
14771
14772 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14775         set as a group parameter.
14776         (gnus-summary-save-in-pipe): Work when it is called independently.
14777         (gnus-summary-pipe-to-muttprint): Don't modify
14778         gnus-summary-pipe-output-default-command.
14779
14780 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14781
14782         * message.el (message-send-mail-with-sendmail):
14783         Display the error message.
14784
14785 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * gnus-art.el (gnus-default-article-saver):
14788         Add gnus-summary-save-in-pipe to choices.
14789         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14790         gnus-summary-pipe-output-default-command as the default command.
14791         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14792         instead of gnus-last-shell-command.
14793
14794         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14795         New user option.
14796         (gnus-summary-muttprint-program): Mention the value will be changed.
14797         (gnus-summary-save-article): Force showing of all headers.
14798         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14799
14800 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14801
14802         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14803
14804 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14805
14806         * nnimap.el (nnimap-id):
14807         * sieve-manage.el (sieve-manage-open): Doc fixes.
14808
14809 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14810
14811         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14812         if available.
14813
14814 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14815
14816         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14817
14818         * nnkiboze.el (nnkiboze-generate-group):
14819         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14820
14821         * nnmairix.el: Require CL.
14822
14823 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * dgnushack.el: Autoload get-display-table and put-display-table for
14826         XEmacs 21.5.
14827
14828         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14829         21.4 and SXEmacs.
14830
14831 2008-06-15  David Engster  <dengste@eml.cc>
14832
14833         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14834
14835 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14836
14837         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14838         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14839         runtime choice under XEmacs.
14840
14841         * gnus-sum.el (gnus-summary-set-display-table):
14842         Use `gnus-put-display-table', `gnus-get-display-table',
14843         `gnus-set-display-table' for the display table, instead of `aset'.
14844
14845         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14846         Use `gnus-put-display-table', `gnus-get-display-table',
14847         `gnus-set-display-table' for the display table.
14848
14849 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14850
14851         * nnmairix.el: Add autoloads.
14852
14853 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14854
14855         * nnmairix.el (nnmairix-delete-recreate-group)
14856         (nnmairix-update-and-clear-marks): Fix error messages.
14857
14858 2008-06-14  David Engster  <dengste@eml.cc>
14859
14860         * nnmairix.el: Upgrade to version 0.6.
14861         (nnmairix-group-toggle-propmarks-this-group)
14862         (nnmairix-group-toggle-readmarks-this-group)
14863         (nnmairix-group-delete-recreate-this-group)
14864         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14865         (nnmairix-remove-tick-mark-original-article): New commands.
14866         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14867         (nnmairix-propagate-marks-to-nnmairix-groups)
14868         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14869         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14870         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14871         functions needed for marks propagation and manipulation of read marks.
14872         (nnmairix-update-groups): New function.
14873         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14874         (nnmairix-determine-original-group-from-registry)
14875         (nnmairix-determine-original-group-from-path)
14876         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14877         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14878         New helper functions.
14879         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14880         keystrokes for new commands.
14881         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14882         (nnmairix-request-group): Check allow-fast group parameter.
14883         (nnmairix-request-create-group): Set allow-fast group parameter if
14884         nnmairix-allowfast-default is set.
14885         (nnmairix-close-group): Propagate marks upon closing if needed.
14886         (nnmairix-group-toggle-threads-this-group): Use new.
14887         nnmairix-group-toggle-parameter helper function.
14888         (nnmairix-search): Better check for empty search result.
14889         (nnmairix-goto-original-article): Use new helper functions for
14890         determining original article.
14891         (nnmairix-show-original-article): Make sure message-id is in brackets.
14892         (nnmairix-call-mairix-binary): Change variable name.
14893         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14894         helper function.
14895         (nnmairix-widget-toggle-activate): Fix doc string.
14896
14897 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * nnir.el: Require edmacro when compiling with XEmacs.
14900         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14901         available in Emacs 21.
14902
14903 2008-06-11  Glenn Morris  <rgm@gnu.org>
14904
14905         * gnus-util.el (x-focus-frame):
14906         * gnus.el (image-size):
14907         * mm-decode.el (image-size): Declare.
14908
14909         * gnus-picon.el (declare-function): Add compat definition.
14910         (image-size): Declare.
14911
14912         * gnus-group.el (tool-bar-map):
14913         * gnus-sum.el (tool-bar-map): Define for compiler.
14914
14915         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14916
14917         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14918
14919         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14920         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14921         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14922         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14923         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14924         * sieve-manage.el, spam-report.el, spam.el:
14925         Remove unnecessary eval-and-compile of autoloads.
14926
14927 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14928
14929         * auth-source.el: Precise Tramp doc.
14930
14931 2008-06-07  Glenn Morris  <rgm@gnu.org>
14932
14933         * nnmairix.el: Remove unnecessary eval-when-compile.
14934
14935 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * lpath.el: Fbind propertize for XEmacs 21.4.
14938
14939 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14940
14941         * nnir.el: Move here from ../contrib.
14942
14943 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14944
14945         * gnus-util.el (gnus-read-shell-command): New function.
14946         * mm-decode.el (mm-pipe-part):
14947         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14948
14949 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14952
14953 2008-06-03  Glenn Morris  <rgm@gnu.org>
14954
14955         * pop3.el (nnheader-accept-process-output): Autoload it.
14956
14957 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14960         are not 2-digit hexadecimal characters that follow `%'s.
14961
14962 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * message.el (message-bogus-recipient-p): Fix type in doc string.
14965         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14966         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14967         Improve custom options.
14968         (message-bogus-recipient-p): Adjust accordingly.
14969
14970 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14971
14972         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14973         long-form month and day names.
14974
14975 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * dgnushack.el: Autoload debug, eudc-expand-inline and
14978         pgg-snarf-keys-region for XEmacs.
14979
14980         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14981
14982         * nnmairix.el: Require edmacro when compiling with XEmacs.
14983
14984 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
14985
14986         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
14987         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
14988
14989 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14990
14991         * auth-source.el: Add more docs.
14992
14993         * netrc.el (netrc-machine): Always match if the port is not given.
14994
14995 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14996
14997         * nnheader.el (nnheader-read-timeout): Change the default timeout from
14998         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
14999         retrieval faster in some cases, but might make CPU usage larger.
15000         If this has any bad side effects, we might revert this change.
15001
15002         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15003         seems to make mail retrieval much, much faster.
15004         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15005         unconditionally.
15006
15007         * gnus-draft.el (gnus-group-send-queue):
15008         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15009
15010 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15013
15014         * message.el (message-bogus-address-regexp): Fix and improve custom
15015         type.
15016         (message-setup-hook): Add message-check-recipients as custom option.
15017
15018 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15019
15020         * message.el (message-cite-function): Remove bogus autoload which crept
15021         in during merge from v5-10.
15022
15023 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15024
15025         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15026
15027         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15028
15029         * auth-source.el: Preliminary Tramp docs.
15030         (auth-sources): Change the default auth-sources to use
15031         EPA .gpg files.
15032
15033 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15034
15035         * nntp.el: Autoload `auth-source-user-or-password'.
15036         (nntp-send-authinfo): Use it.
15037
15038         * nnimap.el: Autoload `auth-source-user-or-password'.
15039         (nnimap-open-connection): Use it.
15040
15041         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15042         for the gnus-message function.
15043         (auth-source-user-or-password): Use it.
15044
15045 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15046
15047         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15048         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15049         (rfc2104-hash): Use it.
15050
15051 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15052
15053         * gnus-art.el (gnus-article-toggle-truncate-lines):
15054         Don't use `iff' in docstring.
15055
15056 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15057
15058         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15059
15060         * gnus-util.el (gnus-extract-address-component-name)
15061         (gnus-extract-address-component-email): Convenience functions around
15062         `gnus-extract-address-components'.
15063
15064         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15065         Use `gnus-extract-address-component-email' to fix bug of comparing full
15066         sender name to `user-mail-address'.
15067
15068 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15069
15070         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15071         catch/throw to optimize.
15072         (gnus-registry-find-keywords): Just use member to find a keyword.
15073
15074 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15075
15076         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15077         is current before calling gnus-server-prepare.
15078         (gnus-server-setup-buffer, gnus-server-update-server)
15079         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15080
15081 2008-05-04  Juri Linkov  <juri@jurta.org>
15082
15083         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15084         (mailcap-file-default-commands): Use mailcap-replace-in-string
15085         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15086         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15087
15088 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15089
15090         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15091
15092 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15093
15094         * gnus.el: Bump version to 0.11.
15095
15096 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15097
15098         * gnus.el: No Gnus v0.10 is released.
15099
15100 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15101
15102         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15103         hooks.
15104         (gnus-update-read-articles): Speed up non-marks-using users.
15105         (gnus-use-marks): Define gnus-use-marks.
15106         (gnus-propagate-marks): Rename variable to something more sensible.
15107
15108 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15109
15110         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15111         (gmm-image-load-path-for-library): Fix typos in docstrings.
15112         (gmm-message): Reflow docstring.
15113
15114 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15115
15116         * mail-source.el (mail-source-set-1, mail-source-bind):
15117         Move auth-source code out of the macro to clean it up and fix bugs.
15118
15119 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15120
15121         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15122         by sender if it's equal to user-mail-address, it's likely to be
15123         useless.
15124
15125         * mail-source.el (mail-source-bind): Don't use user or password if they
15126         are not bound.  Unintern them if they are nil.  Don't use server unless
15127         it's bound, and default it to empty string otherwise.
15128
15129 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15130
15131         * mail-source.el: Load auth-source.el.
15132         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15133         get user name or password, if auth-sources is set up.
15134
15135         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15136         strategy of splitting with parent.
15137         (gnus-registry-split-fancy-with-parent)
15138         (gnus-registry-post-process-groups): Use it and fix prior
15139         bug (returning a list as the split result).
15140
15141         * auth-source.el (auth-sources): Remove server parameter.
15142         (auth-source-pick, auth-source-user-or-password)
15143         (auth-source-user-or-password-imap)
15144         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15145         (auth-source-user-or-password-sftp)
15146         (auth-source-user-or-password-smtp): Remove server parameter.
15147
15148 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15149
15150         * smime.el (smime-sign-region, smime-encrypt-region)
15151         (smime-decrypt-region):
15152         Remove redundant calls to `generate-new-buffer-name'.
15153
15154 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15155
15156         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15157         Don't use QP for message/rfc822.
15158         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15159
15160 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15161
15162         * sieve-manage.el (sieve-string-bytes): Remove.
15163         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15164         correct byte-length only if the process's coding-system is the same as
15165         the one used internally by Emacs to represent strings.
15166
15167 2008-04-22  Juri Linkov  <juri@jurta.org>
15168
15169         * mailcap.el (mailcap-file-default-commands): New function.
15170
15171 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15172
15173         * message.el (message-signature-separator, message-cite-function):
15174         Change custom version.
15175
15176 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15177
15178         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15179         commands.
15180         (tls-checktrust): Ditto.
15181
15182 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15183
15184         * mm-decode.el (mm-display-external): Make temp file read-only.
15185
15186 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15187
15188         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15189         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15190         `C-c C-f d'.
15191
15192 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15193
15194         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15195
15196 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15197
15198         * gnus.el: Bump version to 0.9.
15199
15200 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15201
15202         * gnus.el: No Gnus v0.8 is released.
15203
15204 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15205
15206         * mail-source.el (mail-source-value):
15207         Prefer fboundp to functionp so it works with macros as well.
15208
15209 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15210
15211         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15212         Fix last change in case the element is not even a symbol.
15213
15214 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15215
15216         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15217         Prefer fboundp to functionp so it works with macros as well.
15218
15219 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15220
15221         * auth-source.el: Add docs.
15222         (auth-sources): Modify format to support server.
15223         (auth-source-pick, auth-source-user-or-password)
15224         (auth-source-user-or-password-imap)
15225         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15226         (auth-source-user-or-password-sftp)
15227         (auth-source-user-or-password-smtp): Add server parameter.
15228
15229 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15230
15231         * gnus-registry.el: Initialize the registry when gnus-registry-install
15232         is t.
15233
15234 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * compface.el (uncompface): Make buffer unibyte.
15237
15238 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15239
15240         * mail-source.el (mail-source-value):
15241         Prefer fboundp to functionp so it works with macros as well.
15242
15243 2008-04-05  Glenn Morris  <rgm@gnu.org>
15244
15245         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15246
15247 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15248
15249         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15250         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15251
15252         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15253         multibyteness after rather than before erasing it.
15254
15255         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15256         mm-with-multibyte.
15257         (gnus-request-article-this-buffer): Make sure the proper decoding is
15258         used if gnus-original-article-buffer happens to be unibyte.
15259
15260         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15261         default-enable-multibyte-characters.
15262
15263         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15264         default-enable-multibyte-characters.
15265
15266         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15267
15268         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15269
15270 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15271
15272         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15273         Fix last change in case the element is not even a symbol.
15274
15275 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15276
15277         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15278         (imap-message-copyuid-1): Use it.
15279         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15280         J. Williams in
15281         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15282
15283         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15284         imap-enable-exchange-bug-workaround.
15285         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15286
15287 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15288
15289         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15290         a 100 byte status-checks into a 2-3MB transfer for each group.
15291         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15292         to enable bug workaround or not.
15293         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15294
15295 2008-03-31  Glenn Morris  <rgm@gnu.org>
15296
15297         * message.el (mml2015-use): Declare for compiler.
15298         (message-info): Require mml2015 when appropriate.
15299
15300 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15303         whitespace.
15304
15305 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15306
15307         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15308         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15309         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15310         (nntp-service-to-port): New function.
15311         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15312         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15313         (nntp-open-netcat-stream): New function.
15314         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15315
15316 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15317
15318         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15319
15320 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15321
15322         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15323
15324 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15325
15326         * dns.el (dns-write): Use set-buffer-multibyte.
15327
15328 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15329
15330         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15331
15332 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15333
15334         * message.el (message-signature-separator): Change default.
15335         Improve custom type.
15336         (message-cite-function): Change default to
15337         message-cite-original-without-signature.
15338
15339         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15340         toggle.
15341
15342         * message.el (message-check-news-body-syntax): Fix signature check.
15343         (message-setup-1): Mark buffer as unmodified _after_ running
15344         message-setup-hook and handling message-alternative-emails.
15345         (message-shorten-references): Be more strict when building list of
15346         valid references to comply with GNKSA.
15347
15348         * gnus-group.el (gnus-read-ephemeral-bug-group)
15349         (gnus-read-ephemeral-debian-bug-group)
15350         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15351
15352         * message.el (message-info): Don't use booleanp which isn't supported
15353         in Emacs 21 and XEmacs.
15354
15355 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15356
15357         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15358         gnus-group-gmane-group-download-format.
15359         (gnus-group-read-ephemeral-gmane-group): Rename from
15360         gnus-group-read-ephemeral-gmane-group.
15361         (gnus-read-ephemeral-gmane-group-url): Rename from
15362         gnus-group-read-ephemeral-gmane-group-url.
15363         (gnus-bug-group-download-format-alist): New variable.
15364         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15365         (gnus-read-ephemeral-emacs-bug-group): New commands.
15366
15367 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15368
15369         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15370         (gnus-visible-headers): Improve custom type.
15371
15372 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15373
15374         * mml.el (mml-menu): Add workarounds for XEmacs.
15375
15376         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15377         X-Boundary header.
15378
15379         * message.el (message-simplify-recipients): Fix previous commit.
15380
15381 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15382
15383         * mm-util.el (mm-set-buffer-multibyte): New function.
15384         * mm-decode.el (mm-copy-to-buffer): Use it.
15385
15386         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15387         Prefer fboundp to functionp so it works with macros as well.
15388
15389 2008-03-19  Glenn Morris  <rgm@gnu.org>
15390
15391         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15392         Accidentally removed in the sync process with Emacs.
15393
15394 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15395
15396         * message.el (message-alter-recipients-discard-bogus-full-name):
15397         New function.
15398         (message-alter-recipients-function): New variable.
15399         (message-get-reply-headers): Use it.
15400         (message-replace-header): New helper function.
15401         (message-recipients-without-full-name): New variable.
15402         (message-simplify-recipients): New command.
15403
15404         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15405
15406         * message.el (message-info): Handle EasyPG manual.
15407
15408         * mml.el (mml-menu): Add entry for EasyPG.
15409
15410 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15411
15412         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15413         parameter.
15414
15415         * message.el (message-disassociate-draft): Specify drafts group name
15416         fully.
15417
15418 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15419
15420         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15421         Eliminate unnecessary duplicates from the match list.
15422
15423 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15426
15427         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15428
15429         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15430         args of `how-many' of which the XEmacs version doesn't take; declare
15431         Info-index-next as function.
15432
15433 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15434
15435         * gnus-score.el (gnus-score-headers): Fix handling of
15436         gnus-inhibit-slow-scoring.
15437
15438         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15439         string.
15440         (gnus-button-url-regexp): Improve handling of parenthesis.
15441         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15442         (gnus-button-handle-info-keystrokes): Handle index entries.
15443
15444 2008-03-15  Glenn Morris  <rgm@gnu.org>
15445
15446         * parse-time.el (parse-time-string): Simplify.
15447
15448 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15451         Incoming* files.
15452
15453 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15454
15455         * auth-source.el (auth-sources): Rename from auth-source-choices.
15456         (auth-source-pick): Use it.
15457
15458 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15459
15460         * binhex.el (binhex-decode-region-internal):
15461         * uudecode.el (uudecode-decode-region-internal):
15462         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15463         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15464         setting default-enable-multibyte-characters.
15465
15466 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15467
15468         * auth-source.el (auth-source-protocols)
15469         (auth-source-protocols-customize, auth-source-choices): Add and
15470         modified variable customizations and defaults.
15471         (auth-source-pick, auth-source-user-or-password)
15472         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15473         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15474         (auth-source-user-or-password-sftp)
15475         (auth-source-user-or-password-smtp): Use new variables and provide an
15476         interface to netrc.el.
15477
15478 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15481         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15482         Make sure the nntp port to specify is a string.
15483
15484 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15485
15486         * nntp.el: Use with-current-buffer.
15487         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15488         dubious mm-with-unibyte-current-buffer.
15489         (nntp-with-open-group-function): New function extracted from
15490         nntp-with-open-group macro.
15491         (nntp-with-open-group): Use the function, so it's easier to debug.
15492         Add indentation and debugging info.
15493         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15494         Recommend the use of the netcat alternatives.
15495
15496         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15497         Avoid mm-string-as-multibyte as well.
15498
15499         * nnweb.el (nnweb-insert-html):
15500         Remove use of nnheader-string-as-multibyte.
15501
15502         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15503         (nnheader-string-as-multibyte): Remove.
15504
15505         * mm-view.el: Use inhibit-read-only.
15506         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15507         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15508         or unibyte-string.
15509
15510         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15511         (mm-uu-yenc-extract): Use with-current-buffer.
15512
15513         * gnus-soup.el (gnus-soup-send-packet): Don't use
15514         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15515
15516         * nnmh.el: Use with-current-buffer.
15517         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15518         mm-string-as-multibyte on the output of mm-encode-coding-string.
15519
15520         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15521         (nnimap-request-move-article): Use with-current-buffer.
15522
15523         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15524         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15525         conversion uses string-make-unibyte rather than string-as-unibyte.
15526
15527         * gnus-msg.el: Use with-current-buffer.
15528
15529         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15530
15531 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15532
15533         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15534         string for caching if it is 'PIN.
15535
15536 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * lpath.el: Consider the case without Emacs/W3.
15539
15540 2008-03-08  Glenn Morris  <rgm@gnu.org>
15541
15542         * time-date.el (date-to-time, time-subtract, time-add)
15543         (safe-date-to-time): Doc fixes.
15544
15545 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15546
15547         * mail-source.el (mail-source-delete-old-incoming-confirm):
15548         Change default to nil.
15549         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15550
15551 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * lpath.el: Rearrange.
15554
15555         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15556         (gnus-article-goto-prev-page): Work for articles having ^L's.
15557
15558         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15559
15560         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15561
15562 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15563
15564         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15565         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15566         (gnus-bookmark-jump): Adjust some variable names.
15567
15568 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15569
15570         * auth-source.el: New package.
15571         (auth-source-choices): Add customization entry point variable.
15572
15573         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15574         bug.
15575
15576 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15577
15578         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15579         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15580         (gnus-registry-install-shortcuts): Rename from
15581         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15582         the `gnus-registry-mark-map' keymap dynamically from
15583         `gnus-registry-marks'.  The generated functions update the summary line
15584         when a registry mark is added or deleted, and will call
15585         `gnus-registry-install-p' (see the comments in the code).
15586         (gnus-registry-user-format-function-M): Use concat intelligently.
15587
15588         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15589         the registry mark functions.
15590
15591 2008-03-05  Glenn Morris  <rgm@gnu.org>
15592
15593         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15594         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15595         gnus-art.
15596         (top-level): No need to load own source when compiling.
15597
15598 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15599
15600         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15601         Suggested by <chris.anderton@zetnet.co.uk>.
15602
15603 2008-03-04  Glenn Morris  <rgm@gnu.org>
15604
15605         * gnus-sum.el (top-level): No need to require gnus when compiling,
15606         since unconditionally required near start of file.
15607         (gnus-summary-display-while-building): Move definition before use.
15608
15609 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15610
15611         * gnus-registry.el (gnus-registry-user-format-function-M):
15612         Add formatting function.
15613
15614 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15615
15616         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15617         with plists.
15618         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15619         Use new format.
15620
15621 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15624         `where-is-internal' that returns a range of key sequences.
15625
15626 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15627
15628         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15629
15630         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15631         (gnus-summary-jump-to-group): Consider windows on other displayed
15632         frames as well.  Similar changes might be needed elsewhere, but that's
15633         the one I've bumped into during my use.
15634
15635         * nndoc.el (nndoc-oe-dbx-type-p):
15636         * gnus-msg.el (gnus-debug):
15637         * gnus-group.el (gnus-update-group-mark-positions):
15638         Use mm-string-to-multibyte.
15639
15640 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15641
15642         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15643         doesn't handle NotDashEscaped.
15644
15645         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15646         (mml-dnd-attach-options): Fix typo in custom choice.
15647
15648         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15649         Change nndoc-article-type to mbox.
15650         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15651
15652         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15653         to nil, instead of html2text.
15654
15655         * imap.el (imap-debug): Add `imap-ping-server'.
15656
15657         * gnus-bookmark.el: Add FIXMEs.
15658
15659         * message.el (message-form-letter-separator)
15660         (message-send-form-letter-delay): New variables.
15661         (message-send-form-letter): Use them.  New command to send form
15662         letters.  Requested by Uwe Siart.
15663         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15664
15665 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15666
15667         * Update copyright years.
15668
15669 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15670
15671         Sync from EMACS_22_BASE.
15672
15673         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15674
15675 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15676
15677         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15678         empty author.
15679
15680 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15681
15682         * gnus-registry.el (gnus-registry-marks): Add variable for
15683         customization of marks and their appearance.
15684         (gnus-registry-read-mark): Use it.
15685         (gnus-registry-do-marks): Add utility function to loop through
15686         `gnus-registry-marks'.
15687         (gnus-registry-install-shortcuts-and-menus): Add function to install
15688         shortcuts and menus.
15689         (gnus-registry-initialize): Use it.
15690         (gnus-registry-default-mark): Clarify documentation.
15691
15692 2008-02-29  Glenn Morris  <rgm@gnu.org>
15693
15694         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15695         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15696         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15697         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15698         Change defcustom :version from 23.0 to 23.1.
15699
15700 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15701
15702         * gnus-registry.el (gnus-registry-follow-group-p)
15703         (gnus-registry-post-process-groups): Add functions to aid registry
15704         splitting and improve logging.  Clarify behavior in function
15705         documentation.
15706         (gnus-registry-split-fancy-with-parent): Use them.
15707
15708 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15709
15710         * gnus-art.el: Use with-current-buffer.
15711
15712 2008-02-27  David Engster  <dengste@eml.cc>
15713
15714         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15715         Express real group name in the response.
15716
15717 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15720         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15721         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15722         autoload gnus-registry-fetch-group when compiling.
15723         (nnmairix-request-group-with-article-number-correction):
15724         Remove unreferenced argument passed to nnmairix-call-backend.
15725
15726 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15727
15728         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15729         (mm-uu-extract): Improve face for low color ttys.
15730         Reported by Sascha Wilde.
15731
15732 2008-02-27  Glenn Morris  <rgm@gnu.org>
15733
15734         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15735         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15736         variables to defconsts.  Convert comments to doc-strings.
15737         (nnmairix-last-server, nnmairix-current-server): Convert from free
15738         variables to defvars.  Convert comments to doc-strings.
15739         (gnus-registry-fetch-group): Autoload.
15740         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15741         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15742         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15743         caddr.
15744         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15745         nnmairix-request-group-with-article-number-correction call.
15746         (nnmairix-fast, nnmairix-group): New, less general names, for free
15747         variables passed from nnmairix-request-group to
15748         nnmairix-request-group-with-article-number-correction.  Declare.
15749         (nnmairix-request-group-with-article-number-correction):
15750         Use nnmairix-fast, nnmairix-group rather than fast, group.
15751
15752 2008-02-26  David Engster  <dengste@eml.cc>
15753
15754         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15755         version 0.5.
15756
15757 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15758
15759         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15760         instead of making an extra function call.  Don't add the current group
15761         to articles only when they have the group.  Use
15762         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15763         Reported by David <de_bb@arcor.de>.
15764
15765 2008-02-24  Miles Bader  <miles@gnu.org>
15766
15767         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15768         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15769         (mm-find-mime-charset-region):
15770         * mm-bodies.el (mm-encode-body):
15771         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15772
15773 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15776         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15777
15778 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * mail-source.el (mail-source-delete-incoming): Change default.
15781         Supplement doc string.
15782
15783         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15784
15785 2008-02-14  Glenn Morris  <rgm@gnu.org>
15786
15787         * time-date.el (format-seconds): New function.
15788
15789 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15790
15791         * nnmail.el (nnmail-message-id-cache-file): Derive from
15792         `gnus-home-directory'.
15793
15794 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15797         Document negative prefix.
15798
15799         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15800
15801 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15802
15803         * message.el (message-unsent-separator): Add the Exim bounce
15804         separator.
15805
15806 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15807
15808         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15809         list.
15810         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15811         recipient/signer list.
15812
15813 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * Makefile.in (datarootdir): Define.
15816         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15817         name that might contain whitespace.
15818
15819 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15820
15821         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15822         fbound (Emacs 23 unicode), signal an error.
15823
15824 2008-02-08  Glenn Morris  <rgm@gnu.org>
15825
15826         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15827
15828 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15829
15830         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15831         ports to the calls to `netrc-machine-user-or-password' in addition to
15832         "imap" and "imaps".
15833
15834 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15835
15836         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15837
15838         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15839
15840 2008-02-01  Kenichi Handa  <handa@m17n.org>
15841
15842         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15843         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15844         (rfc2104-hash): Convert the result of concat to unibyte string.
15845
15846 2008-02-01  Dave Love  <fx@gnu.org>
15847
15848         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15849         coding-system-for-read.
15850         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15851
15852 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15853
15854         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15855         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15856         <hanche@math.ntnu.no>.
15857
15858 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15861
15862         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15863
15864 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15865
15866         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15867         * message.el (message-beginning-of-line): Use featurep instead of bound
15868         tests in order to resolve conditionals at compile time.
15869
15870 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15871
15872         * mail-source.el (mail-sources): Add `group' choice.
15873
15874         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15875         parameter `in-group' to control into which group the articles go.
15876         Add treatment of `group' mail-source.
15877
15878 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15881
15882         * mm-decode.el (mm-dissect-buffer): Decode description.
15883
15884         * mml.el (mml-to-mime): Encode message header first.
15885
15886 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15889         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15890
15891         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15892         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15893
15894 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15895
15896         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15897
15898 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15901         prefix keys.
15902         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15903         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15904         gnus-xmas.el.
15905
15906         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15907         (gnus-xmas-article-describe-bindings): New function.
15908         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15909         gnus-xmas-article-describe-bindings.
15910
15911         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15912
15913 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15914
15915         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15916         Add new variables for article mark management.
15917         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15918         list of extra data entries which, when present, will indicate that the
15919         article ID should not be trimmed from the registry.
15920         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15921         functions.
15922         (gnus-registry-read-mark): New function to read a mark name from the
15923         user.
15924         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15925         (gnus-registry-set-article-mark-internal): New functions to add and
15926         remove marks.
15927         (gnus-registry-get-article-marks): New function to show the marks for
15928         an article, or retrieve them for further use.
15929
15930 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15933         keys when no argument is given.
15934
15935 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15936
15937         * imap.el (imap-ping-server): New variable.
15938         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15939         (imap-ping-server): Minor doc string fixes.
15940
15941 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15942
15943         * imap.el (imap-ping-server): New function.
15944         (imap-opened): Call imap-ping-server.
15945
15946 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15947
15948         * gnus-sum.el (gnus-article-sort-by-random)
15949         (gnus-thread-sort-by-random): Fix doc strings.
15950         Reported by jidanni@jidanni.org.
15951
15952 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-art.el (gnus-article-describe-bindings): New function.
15955         (gnus-article-read-summary-keys): Use it.
15956         (gnus-article-mode-map): Bind `C-h b' to it.
15957
15958 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15959
15960         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15961         XEmacs.
15962         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15963         Protect against non-character events.
15964
15965         * lpath.el: Fbind map-keymap for Emacs 21.
15966
15967 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15968
15969         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15970         New command.
15971         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15972         instead of END.  Change name of the temp file.
15973         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15974         customizable.
15975
15976 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15979         bind `S W' to gnus-article-wide-reply-with-original; set default
15980         binding to gnus-article-read-summary-send-keys.
15981         (gnus-article-read-summary-keys): Fix the order of keys; display
15982         continuation keys correctly in the echo area; describe bindings
15983         correctly when keys end with `C-h'.
15984         (gnus-article-read-summary-send-keys): New function.
15985         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15986         Work for gnus-article-read-summary-send-keys; display continuation keys
15987         correctly in the echo area.
15988         (gnus-article-reply-with-original): Ignore prefix argument.
15989         (gnus-article-wide-reply-with-original): New function.
15990
15991         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
15992         Emacs 21.
15993
15994 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
15997         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
15998
15999 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16000
16001         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16002         (gnus-group-read-ephemeral-gmane-group): New command.
16003
16004 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16005
16006         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16007
16008 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16009
16010         * message.el (message-send-mail-function): Increase custom version.
16011
16012         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16013         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16014
16015 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16016
16017         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16018         for the cases where imap-authenticate is called with a nil buffer
16019         parameter.
16020
16021 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16024         html parts correctly; support forwarded messages.
16025         (gnus-article-browse-html-article): Remove work buffers.
16026
16027         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16028         compiling.
16029         (netrc-bound-and-true-p): New macro.
16030         (netrc-parse): Use it instead of bound-and-true-p that is not available
16031         in XEmacs 21.4.
16032
16033 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16034
16035         * gnus-registry.el (gnus-registry-mark-article)
16036         (gnus-registry-article-marks): Add functionality to mark articles
16037         through the Gnus registry.
16038
16039         * encrypt.el: Clarify documentation for the new pgg method.
16040         (encrypt-file-alist): Add PGG option.
16041         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16042         functionality.  Abstract password key and messaging to external
16043         functions.
16044         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16045         (encrypt-message-method-and-cipher): Add new convenience external
16046         functions.
16047         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16048         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16049
16050         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16051         (netrc-parse): Use encrypt-file-alist to determine if
16052         encrypt-find-model or encrypt-insert-file-contents should be used.
16053
16054         * encrypt.el: Clarify documentation.  Load password-cache or
16055         password, whichever one is found first, instead of autoloading.
16056
16057 2007-12-19  Glenn Morris  <rgm@gnu.org>
16058
16059         * mml.el (message-options-set, message-narrow-to-head)
16060         (message-in-body-p, message-mail-p, message-encode-message-body):
16061         Autoload.
16062         (message-remove-header, message-narrow-to-headers-or-head)
16063         (message-subscribed-p, message-make-mail-followup-to)
16064         (message-position-on-field, message-news-p)
16065         (message-options-set-recipient, message-generate-headers)
16066         (message-sort-headers): Declare as functions.
16067
16068 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16069
16070         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16071         convention in doc string.
16072
16073 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16074
16075         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16076         title to html parts.
16077         (gnus-article-browse-html-article): Pass message header to it.
16078
16079         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16080
16081 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16082
16083         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16084         or password compatible with XEmacs.
16085
16086 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16087
16088         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16089         format document.
16090         (gnus-mime-delete-part): Don't write description line if empty.
16091         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16092
16093 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16094
16095         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16096         (gnus-summary-mark-read-and-unread-as-read)
16097         (gnus-summary-mark-current-read-and-unread-as-read)
16098         (gnus-summary-mark-unread-as-ticked): Doc fix.
16099         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16100
16101 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16102
16103         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16104         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16105
16106 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16107
16108         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16109         yes-or-no-p.
16110
16111 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * mm-decode.el (mm-add-meta-html-tag): New function.
16114         (mm-save-part-to-file, mm-pipe-part): Use it.
16115
16116         * gnus-art.el (gnus-article-browse-delete-temp-files):
16117         Use gnus-y-or-n-p instead of y-or-n-p.
16118         (gnus-article-browse-html-parts): Work with message/external-body; use
16119         mm-add-meta-html-tag.
16120
16121 2007-12-11  Glenn Morris  <rgm@gnu.org>
16122
16123         * gnus-cache.el: Require gnus-sum not just when compiling.
16124
16125         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16126
16127         * gnus-int.el (gnus-server-opened, gnus-status-message):
16128         Move definitions before use.
16129
16130         * mm-decode.el: Require gnus-util.
16131         (mm-remove-part): Only call delete-annotation on XEmacs.
16132
16133         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16134
16135         * nnmail.el: Require gnus-int.
16136
16137         * spam.el: Move `require's before `eval-when-compile's.
16138
16139         * gnus-ems.el (gnus-alive-p):
16140         * gnus-fun.el (message-goto-eoh):
16141         * gnus-util.el (gnus-group-name-decode):
16142         * mail-source.el (gnus-compress-sequence):
16143         * message.el (Info-goto-node, format-spec):
16144         * mm-bodies.el (message-options-get):
16145         * mm-decode.el (mm-view-pkcs7):
16146         * mm-util.el (gmm-write-region):
16147         * mml-smime.el (mml-compute-boundary)
16148         (gnus-completing-read-with-default):
16149         * mml.el (widget-button-press, gnus-make-hashtable):
16150         * mml1991.el (mm-decode-content-transfer-encoding)
16151         (mm-encode-content-transfer-encoding)
16152         (message-options-get, message-options-set):
16153         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16154         * nnfolder.el (gnus-request-group):
16155         * nnheader.el (ietf-drums-unfold-fws):
16156         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16157         * smime.el (gnus-run-mode-hooks):
16158         * spam-stat.el (gnus-message): Autoload.
16159
16160         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16161         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16162         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16163         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16164         Add declare-function compatibility definition.
16165
16166         * gnus-cache.el (nnvirtual-find-group-art):
16167         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16168         (gnus-add-image, gnus-add-wash-type):
16169         * gnus-group.el (nnkiboze-score-file):
16170         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16171         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16172         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16173         (message-tokenize-header, gnus-get-buffer-create)
16174         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16175         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16176         * gnus.el (gnus-group-decoded-name):
16177         * mail-source.el (imap-capability):
16178         * mm-bodies.el (message-options-set):
16179         * mm-decode.el (gnus-configure-windows):
16180         * mm-extern.el (message-goto-body):
16181         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16182         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16183         (epg-sub-key-validity, message-options-set):
16184         * mml.el (widget-event-point, gnus-configure-windows):
16185         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16186         * mml2015.el (epg-check-configuration, epg-configuration)
16187         (message-options-set):
16188         * nndb.el (nndb-request-article):
16189         * nnfolder.el (gnus-request-create-group):
16190         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16191         * nnmaildir.el (gnus-group-mark-article-read):
16192         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16193         * rfc1843.el (message-fetch-field):
16194         * spam.el (gnus-extract-address-components):
16195         Declare as functions.
16196
16197 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16198
16199         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16200
16201         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16202
16203         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16204         bind show-trailing-whitespace for XEmacs.
16205
16206 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16207
16208         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16209         new no-op macro for backward compatibility.
16210
16211         * imap.el (imap-string-to-integer): New function.
16212
16213 2007-12-09  Glenn Morris  <rgm@gnu.org>
16214
16215         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16216
16217         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16218         * message.el, mm-view.el, sieve-manage.el, smime.el:
16219         Add declare-function compatibility definition.
16220
16221         * gnus-art.el (w3-region, w3m-region, Info-menu):
16222         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16223         * gnus-sum.el (gnus-get-predicate):
16224         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16225         * message.el (mail-abbrev-in-expansion-header-p):
16226         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16227         (w3m-detect-meta-charset, w3m-region):
16228         * sieve-manage.el (password-read, password-cache-add)
16229         (password-cache-remove):
16230         * smime.el (password-read-and-add): Declare as functions.
16231
16232 2007-12-08  David Kastrup  <dak@gnu.org>
16233
16234         * gnus-sum.el (gnus-summary-simplify-subject-query):
16235         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16236         `message'.
16237
16238 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16241         it to bind idna-program, installation-directory, defined-colors, and
16242         face-attribute for XEmacs of the version that compiles defcustom forms.
16243
16244 2007-12-07  Glenn Morris  <rgm@gnu.org>
16245
16246         * gnus-art.el (article-make-date-line): Revert previous change.
16247
16248 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16249
16250         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16251
16252 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16253
16254         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16255         Call gnus-add-to-range ranges only once with a prepared article-list.
16256
16257 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16258
16259         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16260         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16261         group names with backslashes.
16262         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16263
16264 2007-12-06  Deepak Goel  <deego3@gmail.com>
16265
16266         * gnus-art.el (article-make-date-line):
16267         * gnus-start.el (gnus-load):
16268         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16269
16270 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16271
16272         * gnus-art.el (gnus-use-idna):
16273         * gnus-start.el (gnus-site-init-file):
16274         * message.el (message-use-idna):
16275         * mm-uu.el (mm-uu-hide-markers):
16276         * smiley.el (smiley-style): Revert changes that suppress warnings.
16277
16278 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16281         specify charset to html source.
16282         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16283
16284 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16287         idna-program in order to suppress byte compile warning issued by XEmacs
16288         that came to byte compile the default value section of defcustom forms
16289         recently.
16290
16291         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16292         value of installation-directory.
16293
16294         * message.el (message-use-idna): Don't directly refer to the value of
16295         idna-program.
16296
16297         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16298
16299         * smiley.el (smiley-style): Don't directly call face-attribute.
16300
16301 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16302
16303         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16304
16305         * gnus-dired.el: Reduce Gnus dependencies.
16306         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16307         Don't require.  Use autoloads instead.
16308         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16309         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16310         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16311         (gnus-dired-mode): Adjust doc string.
16312         (gnus-dired-mail-mode): New variable.
16313         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16314         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16315         (gnus-dired-mail-buffers): New function.  Return mail or message
16316         composition buffers.
16317         (gnus-dired-attach): Use it.
16318         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16319         NO-DECODE.
16320         (gnus-dired-print): Use `gnus-print-buffer' depending on
16321         `gnus-dired-mail-mode'.
16322
16323 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * rfc2047.el (rfc2047-encoded-word-regexp)
16326         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16327         explaining what regexp patterns are for.
16328
16329 2007-12-04  Glenn Morris  <rgm@gnu.org>
16330
16331         * password.el: Move to password-cache.el.
16332
16333         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16334         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16335         * mml-smime.el (password-read, password-cache-add)
16336         (password-cache-remove):
16337         No need to autoload, since mml-sec requires password.
16338
16339         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16340         * message.el (gnus-extract-address-components):
16341         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16342
16343         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16344         password.
16345
16346 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16347
16348         * mailcap.el: Reduce dependencies.
16349         (mail-header-parse-content-type): Autoload.
16350         (mailcap-delete-duplicates): New alias.
16351         (mailcap-mime-info): Add optional argument NO-DECODE.
16352         (mailcap-mime-types): Use mailcap-delete-duplicates.
16353
16354         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16355
16356 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16357
16358         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16359         (imap-parse-status): Upcase status-att for servers that sends them
16360         lower-case (e.g., MS Exchange 2007).
16361
16362 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16363
16364         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16365         function.
16366
16367         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16368         (gnus-uu-yenc-article): New function.
16369
16370         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16371
16372         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16373
16374 2007-12-02  Glenn Morris  <rgm@gnu.org>
16375
16376         * binhex.el (binhex): New custom group.
16377         (binhex-decoder-program, binhex-decoder-switches)
16378         (binhex-use-external): Move to the binhex custom group.
16379
16380         * uudecode.el (uudecode): New custom group.
16381         (uudecode-decoder-program, uudecode-decoder-switches)
16382         (uudecode-use-external): Move to the uudecode custom group.
16383
16384         * netrc.el (top-level): Don't load `encrypt' features.
16385         (netrc-parse): Don't use encrypt.
16386         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16387
16388         * encrypt.el: Remove file.
16389
16390 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16391
16392         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16393         matches on patches.
16394
16395         * gnus-art.el (gnus-article-browse-html-article):
16396         Mention `mm-text-html-renderer' in the doc string.
16397
16398         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16399         string.  Add comments.
16400
16401         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16402         if rhs is ASCII.
16403
16404 2007-12-01  Glenn Morris  <rgm@gnu.org>
16405
16406         * mail-source.el (top-level): Require format-spec before
16407         eval-when-compile.
16408
16409 2007-11-30  Glenn Morris  <rgm@gnu.org>
16410
16411         * encrypt.el: Require password, rather than autoloading password-read.
16412
16413 2007-11-29  Glenn Morris  <rgm@gnu.org>
16414
16415         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16416         (sasl-make-client, sasl-next-step, sasl-step-data)
16417         (sasl-step-set-data): Declare as functions.
16418
16419 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16420
16421         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16422
16423 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16424
16425         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16426         certs should be verified and what is to be done in the event of a
16427         verification failure.
16428
16429         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16430         caller can indicate whether the cache should be disregarded for this
16431         call.  This way the result of the call is reproducible at all times and
16432         can be considered a canonical server name for the supplied method.
16433         (gnus-agent-method-p): Canonicalize server names by pushing their
16434         method through `gnus-method-to-server' using the no-cache argument.
16435
16436         * gnus-srvr.el (gnus-server-insert-server-line):
16437         Call `gnus-method-to-server' with `no-cache' argument.
16438
16439         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16440         gnus-agent-possibly-synchronize-flags as this should be called when the
16441         server is actually being opened.
16442         (gnus-agent-possibly-synchronize-flags)
16443         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16444         flags file of an agentized server to the latter function.
16445
16446         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16447         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16448         after a connection has been established successfully.
16449
16450 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * gnus-art.el (article-display-face): Force to display face if called
16453         interactively; check if gnus-article-x-face-too-ugly matches author.
16454         (article-display-x-face): Display face even if From header is missing
16455         as article-display-face does.
16456
16457 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16458
16459         * hashcash.el (message-narrow-to-headers-or-head)
16460         (message-fetch-field, message-goto-eoh)
16461         (message-narrow-to-headers): Declare as functions.
16462
16463 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16464
16465         * mail-source.el (mail-sources): Default to fetch from file for
16466         compatibility with default of nnmail-spool-file.
16467
16468 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16471         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16472         to look for encoded word that should be encoded again.
16473         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16474         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16475         encoding pattern.
16476         (rfc2047-decode-region): Switch strict regexp and loose one according
16477         to rfc2047-allow-irregular-q-encoded-words.
16478
16479 2007-11-25  Romain Francoise  <romain@orebokech.com>
16480
16481         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16482
16483 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16484
16485         * tls.el (tls-program): Provide more custom choices from
16486         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16487         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16488
16489 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16490
16491         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16492         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16493
16494         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16495         `nnmail-spool-file'.
16496
16497         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16498         `nnmail-spool-file'.
16499
16500         * gnus-move.el (gnus-change-server): Ditto.
16501
16502         * gnus-kill.el (gnus-batch-score): Ditto.
16503
16504         * gnus-cache.el (gnus-jog-cache): Ditto.
16505
16506         * gnus-msg.el (gnus-summary-reply):
16507         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16508
16509 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16510
16511         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16512         version.  Minor improvement to doc strings.
16513         (tls-program): Add comment.
16514
16515 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16516
16517         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16518         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16519         mismatch between the hostname provided in the certificate and the name
16520         of the host connnecting to.
16521         (open-tls-stream): Use them.  Check certificates against trusted root
16522         certificates.
16523
16524 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16525
16526         * gnus-cache.el (gnus-cache-generate-nov-databases):
16527         Use nnml-generate-nov-databases-directory instead of
16528         nnml-generate-nov-databases-1.
16529
16530 2007-11-24  Glenn Morris  <rgm@gnu.org>
16531
16532         * message.el (message-tool-bar-retro): Update for rename
16533         mail_send.xpm->mail-send.xpm.
16534
16535 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16536
16537         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16538         `smime-ldap-search' for Emacs 22 and up.
16539
16540 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16541
16542         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16543
16544         * message.el (message-send-mail-function): Fix error convention.
16545         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16546         (message-widen-reply, message-send-mail, message-talkative-question)
16547         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16548         (message-clone-locals, message-send-news): Use with-current-buffer.
16549         (message-insert-or-toggle-importance): Remove unused var `valid'.
16550         (message-make-references): Remove unused var `new-references'.
16551         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16552
16553 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16554
16555         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16556         (spam-split-symbolic-return-positive): Reflow docstring.
16557         (spam-backends, spam-summary-exit-behavior)
16558         (spam-mark-ham-unread-before-move-from-spam-group)
16559         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16560         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16561         (spam-clear-cache, spam-backend-check, spam-install-backend)
16562         (spam-install-statistical-backend, spam-list-of-processors)
16563         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16564         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16565         (spam-check-crm114, spam-initialize, spam-unload-hook):
16566         Fix typos in docstrings.
16567
16568 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16569
16570         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16571         been checked if they have never been read and those group levels are
16572         higher than the one that a user specified.
16573
16574 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16577         foreign groups unless a group level is specified by a user.
16578         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16579
16580 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16581
16582         * message.el (message-send-mail-function): Require sendmail.
16583
16584 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16585
16586         * message.el (message-send-mail-function): Check for smtpmail too.
16587
16588         * utf7.el (utf7-encode, utf7-decode): Use coding system
16589         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16590
16591         * message.el (message-send-mail-function): New function.
16592         (message-send-mail-function): Set default using
16593         message-send-mail-function.  Adjust doc string.
16594         (message-send-mail-with-mailclient): New function.
16595
16596 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16597
16598         * smime.el (from):
16599         * rfc2047.el (message-posting-charset):
16600         * qp.el (mm-use-ultra-safe-encoding):
16601         * pop3.el (parse-time-months):
16602         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16603         * nnml.el (files):
16604         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16605         (jka-compr-compression-info-list, ange-ftp-path-format)
16606         (efs-path-regexp):
16607         * nndiary.el (files):
16608         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16609         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16610         (epg-digest-algorithm-alist, inhibit-redisplay)
16611         (password-cache-expiry):
16612         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16613         (pgg-output-buffer, password-cache-expiry):
16614         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16615         (efs-path-regexp):
16616         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16617         (inhibit-redisplay):
16618         * mm-uu.el (file-name, start-point, end-point, entry)
16619         (gnus-newsgroup-name, gnus-newsgroup-charset):
16620         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16621         (latin-unity-ucs-list):
16622         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16623         (mm-uu-binhex-decode-function):
16624         * message.el (gnus-message-group-art, gnus-list-identifiers)
16625         (rmail-enable-mime-composing, gnus-local-organization)
16626         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16627         (gnus-read-active-file, facemenu-add-face-function)
16628         (facemenu-remove-face-function, gnus-article-decoded-p)
16629         (tool-bar-mode):
16630         * mail-source.el (display-time-mail-function):
16631         * gnus-util.el (nnmail-pathname-coding-system)
16632         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16633         (gnus-original-article-buffer, gnus-user-agent)
16634         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16635         (xemacs-codename, sxemacs-codename, emacs-program-version):
16636         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16637         * gnus-start.el (gnus-agent-covered-methods)
16638         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16639         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16640         (gnus-newsgroup-headers, gnus-group-list-mode)
16641         (gnus-group-mark-positions, gnus-newsgroup-data)
16642         (gnus-newsgroup-unreads, nnoo-state-alist)
16643         (gnus-current-select-method, mail-sources)
16644         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16645         (nnmail-spool-file, gnus-cache-active-hashtb):
16646         * gnus-mh.el (mh-lib-progs):
16647         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16648         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16649         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16650         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16651         (gnus-group-buffer):
16652         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16653         (font-lock-set-defaults):
16654         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16655         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16656         (gnus-summary-post-menu, total-parts, type, condition, length):
16657         * gnus-agent.el (gnus-agent-read-agentview):
16658         * flow-fill.el (show-trailing-whitespace):
16659         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16660         eval-and-compile wrappers for byte compiler pacifiers.
16661
16662         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16663         (mm-display-inline-fontify): Check for featurep 'xemacs not
16664         extent-list.
16665
16666         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16667         itimer-list.
16668         (mm-create-image-xemacs): Only do something for XEmacs.
16669         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16670
16671         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16672
16673         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16674         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16675
16676 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16677
16678         * nnimap.el (nnimap-split-download-body):
16679         * gnus-demon.el (gnus-demon):
16680         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16681
16682 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16685         New macros.
16686         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16687         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16688         copy data from unibyte buffer to multibyte current buffer.
16689         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16690         to copy data from unibyte current buffer to multibyte buffer.
16691         (nntp-make-process-buffer): Make process buffer unibyte.
16692
16693         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16694
16695 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16696
16697         * pop3.el (pop3-open-server): Accept and process data more robustly at
16698         connection start to avoid spurious "POP SSL connection failed" errors.
16699
16700 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16703         read group names.
16704
16705 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16706
16707         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16708
16709 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16712         (nnmail-save-active): Use a unibyte buffer when saving active file,
16713         which may contain non-ASCII group names.
16714
16715         * nnml.el (nnml-request-group): Decode group names in messages.
16716
16717 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16718
16719         * message.el (message-citation-line-function)
16720         (message-insert-formatted-citation-line): Fix spelling of
16721         `message-insert-formated-citation-line'.
16722
16723 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16724
16725         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16726
16727 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16730         nnmail-pathname-coding-system.
16731
16732         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16733         that a user enters; decode group names in messages.
16734
16735         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16736
16737 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16738
16739         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16740
16741         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16742
16743         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16744         risky local variable.
16745
16746         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16747
16748 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16749
16750         * encrypt.el: Improve documentation to fix function name typo.
16751         Reported by Daiki Ueno <ueno@unixuser.org>.
16752
16753 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16756         even if the point is not in the last page of an article.
16757         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16758         back to the previous page.
16759
16760 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16761
16762         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16763
16764 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16767
16768 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16769
16770         * message.el (message-check-news-body-syntax):
16771         Avoid mm-string-as-multibyte.
16772         (message-hide-headers): Don't assume (point-min)==1.
16773
16774 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16775
16776         * message.el (message-remove-blank-cited-lines): Fix if remove is
16777         given.
16778         (message-bogus-address-regexp): New variable.
16779         (message-bogus-recipient-p): New function.
16780         (message-check-recipients): New command.
16781         (message-syntax-checks): Add `bogus-recipient'.
16782         (message-fix-before-sending): Add `bogus-recipient'.
16783
16784         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16785         (gnus-treat-body-boundary): Don't test window-system.
16786
16787 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16788
16789         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16790
16791 2007-10-28  Miles Bader  <miles@gnu.org>
16792
16793         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16794         at compile-time too.
16795
16796 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16797
16798         * gnus-msg.el (gnus-message-setup-hook):
16799         Add `message-remove-blank-cited-lines' to options.
16800
16801 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16802
16803         * message.el (message-remove-blank-cited-lines): New function.
16804         Suggested by Karl Plästerer.
16805
16806 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16809         mapc.
16810
16811         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16812         (top-level): Use mapc to set functions to be traced for debugging.
16813
16814         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16815         called for effect with while loop.
16816
16817         * message.el (message-talkative-question): Replace mapcar called for
16818         effect with mapc.
16819
16820         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16821         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16822         called for effect with dolist.
16823
16824         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16825
16826         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16827         gnus-extra-headers and nnmail-extra-headers.
16828
16829         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16830         called for effect with dolist.
16831         (top-level): Use mapc to set functions to be traced for debugging.
16832
16833         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16834         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16835         dolist.
16836
16837         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16838         Replace mapcar called for effect with mapc.
16839         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16840         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16841         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16842         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16843
16844         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16845         remove-if that's a cl function.
16846
16847         * webmail.el (webmail-debug): Replace mapcar called for effect with
16848         dolist.
16849
16850         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16851         with mapc.
16852
16853 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16856         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16857         with while loop.
16858
16859         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16860         functions from article-* functions.
16861         (gnus-multi-decode-header): Replace mapcar called for effect with
16862         dolist.
16863
16864         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16865         (gnus-bookmark-show-details): Replace mapcar called for effect with
16866         while loop.
16867
16868         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16869         called for effect with while loop.
16870
16871         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16872         with dolist.
16873
16874         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16875         Replace mapcar called for effect with dolist.
16876
16877         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16878
16879         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16880         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16881         Replace mapcar called for effect with dolist.
16882         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16883         mapc.
16884
16885         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16886         Replace mapcar called for effect with dolist.
16887         (gnus-topic-list): Replace mapcar called for effect with mapc.
16888
16889         * gnus.el: Use mapc instead of mapcar to add autoloads.
16890
16891 2007-10-23  Richard Stallman  <rms@gnu.org>
16892
16893         * gnus-group.el (gnus-group-highlight): Mark as risky.
16894
16895 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * gnus.el (gnus-server-to-method): Return method found first in
16898         gnus-newsrc-alist.
16899
16900         * gnus-art.el (gnus-article-highlight-signature)
16901         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16902         button overlay without the front stickiness.
16903
16904 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16905
16906         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16907         overview buffer needed a catch to receive its throw.
16908         (gnus-agent-flush-cache): Declare as interactive to make this function
16909         easier to use.
16910
16911 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16912
16913         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16914         `next-line'.
16915
16916 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16919         exclude address matching message-dont-reply-to-names.
16920
16921 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16922
16923         * gnus-util.el (gnus-string<): New function.
16924
16925         * gnus-sum.el (gnus-article-sort-by-author)
16926         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16927
16928 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16931         the frame-focus tag is set in gnus-buffer-configuration.
16932
16933 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16936         the front stickiness.
16937
16938 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16941         url pattern; remove duplicate one.
16942         (gnus-article-extend-url-button): New function.
16943         (gnus-article-add-buttons): Use it.
16944         (gnus-button-push): Use concatenated url that it makes.
16945
16946 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16947
16948         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16949
16950 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16951
16952         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16953         Don't hardcode point-min==1.
16954
16955 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16956
16957         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16958         Fix comment about "iso8859-1".
16959
16960 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16961
16962         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16963         ones returned from the verify-function.
16964
16965         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16966         Call mml2015-extract-cleartext-signature if extraction failed.
16967
16968 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16969
16970         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16971         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16972         failed.
16973
16974 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16975
16976         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16977
16978 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16979
16980         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16981         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16982         recommends to use EasyPG instead of PGG.
16983
16984         * pgg.el: Revert to revision 6.23.2.16.
16985
16986         * pgg-def.el: Revert to revision 6.6.2.14.
16987
16988         * pgg-gpg.el: Revert to revision 6.23.2.34.
16989
16990 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16991
16992         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16993         to mark a thread as expirable.  Add variable `hide' to handle hiding of
16994         thread for both the null and zero (kill/expire thread) universal prefix
16995         cases.
16996         (gnus-summary-expire-thread): Add new function to expire a thread,
16997         using gnus-summary-kill-thread.
16998         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
16999         shortcuts for gnus-summary-expire-thread.
17000         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17001         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17002
17003 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17004
17005         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17006         extras value, so an extras entry can be deleted.
17007         (gnus-registry-delete-extra-entry): Use it.
17008         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17009         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17010         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17011         storage through the gnus-registry, and provide an appropriate API for
17012         it.
17013
17014 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17017         Suggested by Leo <sdl.web@gmail.com>.
17018
17019         * gnus.el: Do.
17020
17021 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17024         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17025
17026         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17027
17028         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17029         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17030
17031 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17034         newline.
17035         (nnmbox-request-accept-article): Don't change article in source buffer;
17036         narrow to header to use message-fetch-field rather than
17037         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17038         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17039         as delimiters; make sure article ends with newline.
17040         (nnmbox-delete-mail): Correct last position of article to be deleted;
17041         ignore X-Gnus-Newsgroup header in article body.
17042         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17043         positions; make sure article ends with newline.
17044
17045         * message.el (message-display-abbrev): Don't infloop when a user
17046         inserts SPC in the beginning of header.
17047
17048         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17049         coding-system-for-read and coding-system-for-write for XEmacs having no
17050         file-coding feature.
17051
17052         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17053
17054 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17055
17056         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17057         list of groups not followed by default.  Fix type to be regexp.
17058         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17059
17060 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17061
17062         * hmac-def.el (define-hmac-function): Switch from old-style to
17063         new-style backquotes.
17064
17065         * md4.el (md4-make-step): Likewise.
17066
17067 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17068
17069         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17070         raw-text coding system when saving .newsrc file, which may contain
17071         non-ASCII group names.
17072
17073 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * gnus-cus.el (gnus-score-extra): New widget.
17076         (gnus-score-extra-convert): New function.
17077         (gnus-score-customize): Use it for Extra.
17078
17079 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17080
17081         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17082         (mml2015-mailcrypt-clear-verify): Use it.
17083         (mml2015-gpg-clear-verify): Use it.
17084         (mml2015-pgg-clear-verify): Use it.
17085         (mml2015-epg-clear-verify): Replace the current part with the output
17086         from GnuPG; don't extract the plaintext by itself.
17087
17088         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17089         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17090         mml2015-clear-verify-function; don't touch the armor headers or
17091         dash-escaped text here.
17092
17093 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17096         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17097         parts, or application/octet-stream as a last resort.
17098         (gnus-mime-view-part-as-type): Don't toggle display.
17099         (gnus-mime-view-part-as-charset): Don't turn off display before
17100         querying charset.
17101
17102         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17103         stuff to undisplayer function in Emacs.
17104         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17105
17106         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17107         text/calendar parts.
17108
17109 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17110
17111         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17112         decoding text/calendar parts.
17113
17114         * message.el (message-forward-make-body-mime): Always mark body as
17115         having no illegible text; remove signed-or-encrypted argument.
17116         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17117
17118         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17119         (mml-generate-mime-1): Don't encode body if it is specified to be in
17120         raw form; don't make buffer be unibyte when inserting multibyte string.
17121
17122 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17123
17124         * sha1.el: Fix up comment style.
17125         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17126         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17127
17128         * hex-util.el: Fix up comment style.
17129         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17130
17131         * gnus-salt.el: Use with-current-buffer.
17132         (gnus-pick-setup-message): Fix long-standing typo.
17133
17134 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * imap.el (imap-logout-timeout): New variable.
17137         (imap-logout, imap-logout-wait): New functions.
17138         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17139
17140         * nnimap.el (nnimap-logout-timeout): New server variable.
17141         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17142         nnimap-logout-timeout.
17143
17144         * gnus-art.el (gnus-article-summary-command-nosave)
17145         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17146
17147 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17148
17149         * gnus.el (gnus-maximum-newsgroup): New variable.
17150
17151         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17152         according to gnus-maximum-newsgroup.
17153
17154         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17155         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17156         Limit the range of articles according to gnus-maximum-newsgroup.
17157
17158 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17159
17160         * gnus-art.el (gnus-sticky-article): Fix problems described in
17161         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17162         Don't perform gnus-configure-windows here; reuse existing sticky
17163         article buffer.
17164
17165         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17166         it doesn't exist in gnus-article-mode.
17167
17168 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17169
17170         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17171         (gnus-agent-decoded-group-name): New function.
17172         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17173         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17174
17175 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17176
17177         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17178         Add binding for gnus-sticky-article.
17179         (gnus-summary-exit): Don't kill sticky article buffers.
17180
17181         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17182         article buffer.
17183         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17184         (gnus-kill-sticky-article-buffers): New commands.
17185
17186 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * nntp.el (nntp-xref-number-is-evil): New server variable.
17189         (nntp-find-group-and-number): If it is non-nil, don't trust article
17190         numbers in the Xref header.
17191
17192 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * gnus-agent.el (gnus-agent-read-group): New function.
17195         (gnus-agent-flush-group, gnus-agent-expire-group)
17196         (gnus-agent-regenerate-group): Use it.
17197         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17198         nnmail-pathname-coding-system.
17199
17200 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17203
17204         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17205         that are unread as unread, and also as selected so that information of
17206         marks having been changed by a user may be updated when exiting group.
17207
17208 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17209
17210         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17211
17212 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17215         calculated ignoring signature parts to gnus-treat-article.
17216
17217 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17220         a point here in order to keep the window start.
17221         (gnus-insert-mime-security-button): Make a button overlay without the
17222         front stickiness.
17223         (gnus-mime-display-security): Goto the end of a button.
17224
17225         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17226
17227 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17230         group-name-at-point.
17231         (gnus-group-completing-read): New function that offers decoded
17232         non-ASCII group names for completion.
17233         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17234         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17235         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17236         (gnus-group-fetch-control): Use it.
17237         (gnus-fetch-group): Use group-name-at-point for the initial value
17238         rather than the default value; use gnus-alive-p.
17239
17240         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17241         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17242         (gnus-summary-post-news): Use gnus-group-completing-read.
17243
17244         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17245         (gnus-read-move-group-name): Decode group name for completion.
17246
17247 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17248
17249         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17250         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17251         Yamaoka slightly modified the code).
17252
17253 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17256         (nnmail-split-incoming): Bind it.
17257
17258         * nnml.el (nnml-group-name-charset): New function.
17259         (nnml-decoded-group-name): Use it; don't decode group name if
17260         nnmail-group-names-not-encoded-p is non-nil.
17261         (nnml-encoded-group-name): New function.
17262         (nnml-group-pathname): Inline nnml-decoded-group-name.
17263         (nnml-request-expire-articles): Decode group name in message.
17264         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17265         nnmail-pathname-coding-system.
17266         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17267         not decoded ones according to nnmail-group-names-not-encoded-p.
17268         (nnml-generate-active-info): Use nnml-encoded-group-name.
17269
17270 2007-08-08  Glenn Morris  <rgm@gnu.org>
17271
17272         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17273         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17274         doc-strings and comments.
17275
17276 2007-07-25  Glenn Morris  <rgm@gnu.org>
17277
17278         * Relicense all FSF files to GPLv3 or later.
17279
17280 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * gnus-sum.el (gnus-summary-move-article):
17283         Make gnus-summary-respool-article work.
17284
17285 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17286
17287         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17288         string.
17289
17290 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17291
17292         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17293         that should be ignored when comparing distant RSS articles with local
17294         ones.
17295         (nnrss-make-hash-index): New function.  Create a hash index according
17296         to the ignored fields.
17297         (nnrss-check-group): Use it.
17298
17299 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17302
17303         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17304
17305         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17306         the new optional argument ENCODED is non-nil.
17307         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17308         coding system for encoding group name.
17309         (gnus-group-make-rss-group): Pass un-encoded group name to
17310         gnus-group-make-group.
17311         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17312         encoded.
17313
17314         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17315         Encode group name to which articles are moved or copied.
17316         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17317         coding system for encoding Newsgroup, Followup-To and Xref headers.
17318
17319         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17320         marks; use nnheader-file-coding-system to write a file.
17321         (nnagent-retrieve-headers): Bind file-name-coding-system to
17322         nnmail-pathname-coding-system.
17323
17324         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17325
17326         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17327         (nnml-request-article, nnml-request-create-group)
17328         (nnml-request-rename-group, nnml-find-id)
17329         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17330         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17331         (nnml-save-marks): Use nnml-group-pathname instead of
17332         nnmail-group-pathname.
17333
17334         (nnml-request-create-group, nnml-request-expire-articles)
17335         (nnml-request-move-article, nnml-request-delete-group)
17336         (nnml-deletable-article-p, nnml-possibly-create-directory)
17337         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17338         (nnml-open-marks): Bind file-name-coding-system to
17339         nnmail-pathname-coding-system.
17340
17341         (nnml-request-article): Pass server argument to nnml-find-group-number.
17342         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17343         Pass server argument to nnml-possibly-create-directory.
17344         (nnml-request-accept-article): Pass server argument to
17345         nnml-active-number and nnml-save-mail.
17346         (nnml-find-group-number): Pass server argument to nnml-find-id.
17347         (nnml-request-update-info): Pass server argument to
17348         nnml-marks-changed-p.
17349
17350         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17351         (nnml-save-mail, nnml-active-number): Add server argument.
17352
17353         (nnml-request-delete-group): Warn if group is missing.
17354         (nnml-get-nov-buffer): Decode group name.
17355         (nnml-generate-active-info): Encode group name.
17356         (nnml-open-marks): Decode group name in messages.
17357
17358 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17361         if it is not specified.
17362         (gnus-article-pipe-part, gnus-article-save-part)
17363         (gnus-article-interactively-view-part, gnus-article-copy-part)
17364         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17365         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17366         (gnus-article-replace-part, gnus-article-delete-part)
17367         (gnus-article-view-part-as-type): Pass raw prefix argument to
17368         gnus-article-part-wrapper.
17369
17370 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17371
17372         * gnus-agent.el (gnus-agent-save-active):
17373         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17374
17375         * gnus-cache.el (gnus-cache-save-buffers)
17376         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17377         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17378         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17379         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17380         (gnus-cache-generate-active, gnus-cache-rename-group)
17381         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17382         (gnus-cache-update-overview-total-fetched-for):
17383         Bind file-name-coding-system to nnmail-pathname-coding-system.
17384         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17385         New variables.
17386         (gnus-cache-decoded-group-name): New function.
17387         (gnus-cache-file-name): Use it.
17388         (gnus-cache-generate-active): Use non-decoded group name for active.
17389
17390         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17391         right place.
17392         (gnus-write-active-file): Don't break non-ASCII group names.
17393
17394         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17395         nnmail-pathname-coding-system.
17396
17397         * lpath.el: Bind default-file-name-coding-system,
17398         file-name-coding-system and language-info-alist for XEmacs.
17399
17400         * gnus-uu.el (gnus-uu-decode-save): Typo.
17401
17402 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17403
17404         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17405
17406 2007-07-14  David Kastrup  <dak@gnu.org>
17407
17408         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17409         finishing actions if we did not edit the article.
17410
17411 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17412
17413         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17414         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17415         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17416         (gnus-agent-flush-group, gnus-agent-flush-cache)
17417         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17418         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17419         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17420         (gnus-agent-regenerate-group)
17421         (gnus-agent-update-files-total-fetched-for)
17422         (gnus-agent-update-view-total-fetched-for):
17423         Bind file-name-coding-system to nnmail-pathname-coding-system.
17424         (gnus-agent-group-pathname): Don't encode file names by
17425         nnmail-pathname-coding-system.
17426         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17427         coding-system-for-write instead of buffer-file-coding-system to
17428         gnus-agent-file-coding-system.
17429
17430         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17431         Decode group name.
17432
17433         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17434
17435         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17436         (gnus-read-newsrc-el-file): Make group names unibyte.
17437
17438         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17439         nnmail-pathname-coding-system.
17440
17441         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17442         (nnrss-request-delete-group): Bind file-name-coding-system to
17443         nnmail-pathname-coding-system.
17444         (nnrss-read-server-data, nnrss-read-group-data):
17445         Bind file-name-coding-system correctly.
17446         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17447
17448         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17449         (nntp-server-to-method-cache): New variable.
17450         (nntp-group-pathname): New function that decodes non-ASCII group names.
17451         (nntp-possibly-create-directory, nntp-marks-changed-p)
17452         (nntp-save-marks, nntp-open-marks): Use it.
17453         (nntp-possibly-create-directory, nntp-open-marks):
17454         Bind file-name-coding-system to nnmail-pathname-coding-system.
17455         (nntp-open-marks): Decode group names when bootstrapping marks.
17456
17457         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17458         Newsgroups and Followup-To headers.
17459
17460 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17463         (gnus-server-closed-face, gnus-server-denied-face)
17464         (gnus-server-offline-face): Remove variable.
17465         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17466
17467         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17468         of modifying message-stack directly for XEmacs.
17469
17470         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17471         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17472         if the coding-system argument is nil for XEmacs.
17473
17474         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17475         mm-charset-override-alist.
17476
17477         * rfc2047.el: Don't require base64; require rfc2045 for the function
17478         rfc2045-encode-string.
17479         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17480         to quote the parameter value.
17481
17482 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17485         form in gnus-group-name-charset-method-alist.
17486
17487         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17488         overrides the default layout edit-form.
17489
17490         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17491
17492         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17493
17494 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17495
17496         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17497         as unfetched articles.
17498
17499 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17500
17501         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17502
17503 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17506         original back end that keeps marks in the local system.
17507
17508 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17509
17510         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17511         arg of pop-to-buffer for XEmacs.
17512         (gnus-article-read-summary-keys): Ditto; don't restore window
17513         configuration if summary command ends up with neither article buffer
17514         nor summary buffer; describe bindings if summary keys end with C-h.
17515
17516 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * message.el (message-fix-before-sending): Skip raw message part to be
17519         forwarded while checking illegible text.
17520         (message-forward-make-body-mime, message-forward-make-body):
17521         Mark signed or encrypted raw message as having no illegible text.
17522
17523 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17526         (gnus-message-with-timestamp-1): New macro.
17527         (gnus-message-with-timestamp): New function.
17528         (gnus-message): Use them.
17529
17530         * nnheader.el (nnheader-message): Use them.
17531
17532 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17533
17534         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17535         .newsrc.eld file.
17536
17537 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * gnus-agent.el (gnus-agent-fetch-headers)
17540         (gnus-agent-retrieve-headers):
17541         Bind gnus-decode-encoded-address-function to identity.
17542
17543         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17544         available also when the server returns simply a dot.
17545
17546         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17547
17548 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17551
17552 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17553
17554         * gnus-ems.el (gnus-x-splash): Make it work.
17555
17556         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17557         from being used.
17558
17559         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17560
17561 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17564         4th and the 5th arguments.
17565
17566         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17567         the front stickiness.
17568         (gnus-article-summary-command-nosave): Correct the order of the
17569         arguments passed to pop-to-buffer.
17570         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17571         summary command ends up with the article buffer.
17572
17573         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17574         the same faces.
17575
17576 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17577
17578         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17579
17580 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17581
17582         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17583         * gnus-sum.el (gnus-summary-highlight):
17584         * pgg.el (pgg-sign-region, pgg-sign):
17585         * mail-source.el (mail-source-delete-old-incoming-confirm):
17586         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17587
17588 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * gnus-art.el (gnus-mime-view-part-externally)
17591         (gnus-mime-view-part-internally): Fix predicate function passed to
17592         completing-read.
17593
17594         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17595
17596         * gnus.el (gnus-update-message-archive-method): Add :version.
17597
17598 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17599
17600         * gnus.el (gnus-update-message-archive-method): New variable.
17601
17602         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17603         according to gnus-message-archive-method if
17604         gnus-update-message-archive-method is non-nil.
17605
17606 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17607
17608         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17609         Suggested by Loic Dachary <loic@dachary.org>.
17610         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17611
17612 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * message.el (message-pop-to-buffer): Add switch-function argument.
17615         (message-mail): Pass switch-function argument to it.
17616
17617 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17618
17619         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17620         Improve doc string.
17621
17622 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17623
17624         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17625         (gnus-header-content):
17626         * gnus-cite.el (gnus-cite-10):
17627         * gnus-srvr.el (gnus-server-closed):
17628         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17629         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17630         (gnus-group-mail-3-empty, gnus-group-mail-low)
17631         (gnus-group-mail-low-empty, gnus-splash):
17632         * message.el (message-header-to, message-header-cc)
17633         (message-header-subject, message-header-other, message-header-name)
17634         (message-header-xheader, message-separator, message-cited-text)
17635         (message-mml): Lighten colors of faces used for dark background.
17636
17637 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17638
17639         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17640         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17641
17642 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17643
17644         * message.el (message-narrow-to-headers-or-head):
17645         Ignore mail-header-separator in the body.
17646
17647 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17650         same as window size.
17651
17652 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17653
17654         * message.el (message-font-lock-keywords): Use message-header-xheader
17655         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17656         ahead of the anything pattern, to get it recognized.
17657
17658 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17661         spam.el loads uses it in the compiled defadvice form.
17662
17663 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17664
17665         * gnus-sum.el (gnus-articles-to-read)
17666         (gnus-summary-insert-old-articles): Don't truncate group name for
17667         `read-string'.
17668
17669         * gnus-util.el (gnus-limit-string): Delete this function.
17670
17671         * gnus-sum.el (gnus-simplify-subject-fully):
17672         Use `truncate-string-to-width' instead.
17673
17674 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17675
17676         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17677         Tell if, on summary exit, the next group has to be selected.
17678         (gnus-summary-exit): Use it.
17679
17680 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17681
17682         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17683         non-break space.
17684
17685 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17688         Check if group is not a directory.
17689         (nnfolder-request-expire-articles): Don't delete articles if the target
17690         group is not available.
17691
17692         * nnml.el (nnml-request-create-group): Properly check if group is not a
17693         file.
17694         (nnml-request-expire-articles): Don't delete articles if the target
17695         group is not available.
17696
17697         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17698         Don't quote characters that are within parentheses.
17699
17700 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17703         (gnus-handle-ephemeral-exit): Select article according to it.
17704
17705 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17706
17707         * message.el (message-insert-formated-citation-line): Remove newline.
17708         (message-citation-line-format): Add final \n here so that the user can
17709         avoid a blank line.
17710
17711 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17712
17713         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17714         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17715         Update lanl/arXiv support.
17716
17717 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17718
17719         * gnus.el: Bump version number.
17720
17721 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17722
17723         * gnus.el (gnus-version-number): Bump version.
17724
17725 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17726
17727         * gnus.el: No Gnus v0.6 is released.
17728
17729 2007-04-27  Didier Verna  <didier@xemacs.org>
17730
17731         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17732         * gmm-utils.el (gmm-regexp-concat): ... here.
17733         * message.el: Don't require 'gnus-util.
17734         (message-dont-reply-to-names): Handle name change above.
17735         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17736
17737 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17740         since the initial value varies according to the system.
17741
17742 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17743
17744         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17745
17746 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17747
17748         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17749
17750 2007-04-24  Didier Verna  <didier@xemacs.org>
17751
17752         Improve the type of gnus-ignored-from-addresses.
17753         * gnus-util.el (gnus-orify-regexp): New function.
17754         * message.el (gnus-util): Require it.
17755         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17756         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17757         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17758
17759 2007-04-24  Didier Verna  <didier@xemacs.org>
17760
17761         * gnus-sum.el:
17762         * gnus-utils.el: Fix some trailing whitespaces.
17763
17764 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17767         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17768         article's Message-ID; refer parent article in summary buffer.
17769
17770         * message.el (message-bounce): Call mime-to-mml.
17771
17772         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17773         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17774         optimize and/or forms properly.
17775
17776 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17777
17778         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17779         URL.
17780
17781 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17784
17785 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17788         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17789         displayed of multipart/alternative part if it is invoked from summary
17790         buffer.
17791
17792         * mm-view.el (mm-inline-text-html-render-with-w3m)
17793         (mm-inline-text-html-render-with-w3m-standalone)
17794         (mm-inline-render-with-function): Use mail-parse-charset by default.
17795
17796 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17797
17798         * parse-time.el (parse-time-string-chars): Check if CHAR
17799         is less than the length of parse-time-syntax.
17800
17801 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17804         from gnus-newsgroup-processable.
17805
17806 2007-04-16  Didier Verna  <didier@xemacs.org>
17807
17808         * gnus-msg.el (gnus-configure-posting-styles):
17809         Handle message-signature-directory properly with :file syntax.
17810         Reported by "Leo".
17811
17812 2007-04-11  Didier Verna  <didier@xemacs.org>
17813
17814         New user option: message-signature-directory.
17815         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17816         * message.el (message-insert-signature): Ditto.
17817         * message.el (message-signature-file): Doc update.
17818         * message.el (message-signature-directory): New.
17819
17820 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * gnus-msg.el (gnus-inews-yank-articles):
17823         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17824
17825 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * message.el (message-yank-original): Make sure cited text ends with
17828         newline; don't exchange point and mark.
17829
17830 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17831
17832         * tls.el (open-tls-stream): Properly handle case where there
17833         is no associated buffer.
17834
17835 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17836
17837         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17838         message-yank-original, make sure (< mark TEXT point).
17839
17840 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17841
17842         * message.el (message-fill-column): New variable.
17843         (message-mode): Use it.  Add comment on a possible new hook.
17844
17845         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17846         (nnmail-get-new-mail): Reformat.
17847
17848         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17849
17850         * gmm-utils.el: Fix Commentary.
17851         (gmm-tool-bar-from-list): Fix typo in doc string.
17852
17853 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17854
17855         * message.el (message-yank-original): Don't switch point and mark
17856         unnecessarily to put point and mark as documented.
17857
17858 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17859
17860         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17861         from the message heads.
17862
17863 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17864
17865         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17866         article buffer does not have a window.  This may not be the best
17867         solution but is certainly better than setting the start of the null,
17868         that is the current, window.
17869
17870 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17871
17872         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17873         (gnus-draft-setup): Run it.
17874
17875         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17876         gnus-score-fast-scoring.  Allow regexp.
17877         (gnus-score-headers): Use it.
17878
17879         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17880         XEmacs.
17881
17882         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17883         string.
17884         (gnus-button-alist): Also catch `<f1> k ...'.
17885         (gnus-treat-display-x-face): Fix doc string.
17886
17887 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17888
17889         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17890         evaluation of gnus-extended-version to ensure correct generation of the
17891         User-Agent header when message-generate-headers-first is used.
17892
17893 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17894
17895         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17896         hashcash-path is nil.  Don't call callback with incorrect number of
17897         parameters if val is 0.
17898
17899 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17900
17901         * message.el (message-required-news-headers):
17902         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17903
17904 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17905
17906         * tls.el (open-tls-stream): In handshake-waiting loop,
17907         don't wait more if there is output available to process.
17908
17909 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17910
17911         * tls.el (tls-program): Doc fix.
17912
17913 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17914
17915         * message.el (message-generate-new-buffers): Change the meaning of the
17916         nil value; add `standard' to the choices; treat t as `unique'; improve
17917         doc string.
17918         (gnus-select-frame-set-input-focus): Autoload.
17919         (message-buffer-name): Search for the existing message buffer if
17920         message-generate-new-buffers is nil or `standard'; treat the value t of
17921         message-generate-new-buffers as `unique'.
17922         (message-pop-to-buffer): Raise the frame already displaying the message
17923         buffer; clear the echo area after querying.
17924         (message-setup): Pass the `continue' argument to compose-mail.
17925         (message-mail): Prefer `switch-function' if it is given; search for the
17926         existing message buffer if the `continue' argument is non-nil; pass
17927         continue and switch-function arguments to compose-mail by way of
17928         message-setup.
17929         (message-mail-other-window): Adjust argument of message-setup.
17930         (message-mail-other-frame): Ditto.
17931
17932 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17935         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17936         to turn font-lock on when turning gnus-message-citation-mode on.
17937
17938 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17939
17940         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17941         (mml-smime-function-alist): New variable; add epg as the backend.
17942         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17943         mml-smime- functions instead.
17944         * mm-view.el: Require smime.
17945
17946 2007-03-05  Didier Verna  <didier@xemacs.org>
17947
17948         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17949         instead of just inheritance for posting styles.
17950         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17951
17952 2007-02-24  Chris Moore  <dooglus@gmail.com>
17953
17954         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17955         * pgg-pgp.el (pgg-pgp-encrypt-region):
17956         * pgg-gpg.el (pgg-gpg-encrypt-region):
17957         Check pgg-encrypt-for-me if no other recipients.
17958
17959 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17960
17961         * tls.el (tls-certtool-program): Fix custom type.
17962
17963 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17966         and point-at-eol instead of line-(beginning|end)-position.
17967
17968         * assistant.el (assistant-parse-buffer): Ditto.
17969
17970         * netrc.el (netrc-parse-services): Ditto.
17971
17972 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17973
17974         * mml2015.el (mml2015-epg-find-usable-key): New function.
17975         (mml2015-epg-sign): Use it.
17976         (mml2015-epg-encrypt): Use it.
17977
17978 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17979
17980         * message.el (message-make-in-reply-to): Quote name containing
17981         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17982         if there are special characters.  Reported by NAKAJI Hiroyuki
17983         <nakaji@jp.freebsd.org>.
17984
17985 2007-02-27  Didier Verna  <didier@xemacs.org>
17986
17987         Include the group parameters as well as the topic ones in the
17988         inheritance filter process.
17989         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
17990         argument GROUP-PARAMS-LIST.
17991         * gnus-topic.el (gnus-group-topic-parameters): Use it.
17992
17993 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17994
17995         * nntp.el (nntp-never-echoes-commands)
17996         (nntp-open-connection-functions-never-echo-commands): New variables.
17997         (nntp-send-command): Use them.
17998
17999 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18000
18001         * mml2015.el (mml2015-epg-verify): Simplify.
18002
18003 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * mml.el (mml-content-disposition-alist): New user option.
18006         (mml-content-disposition): New function.
18007         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18008         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18009
18010 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18011
18012         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18013         verification.
18014
18015 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18016
18017         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18018         articles posted in the last 24 hours.
18019
18020 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18021
18022         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18023
18024 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18025
18026         * nntp.el (nntp-send-command): Don't wait for echoes when
18027         nntp-open-ssl-stream is used.
18028
18029 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18030
18031         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18032         (gnus-message-add-citation-keywords)
18033         (gnus-message-remove-citation-keywords): Remove.
18034         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18035         directly, make the variables in font-lock-defaults buffer-local, add
18036         gnus-message-citation-keywords to them and then update the value of
18037         font-lock-keywords.
18038
18039 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18040
18041         * message.el (message-cite-original-1): Don't call
18042         gnus-article-highlight-citation.
18043
18044         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18045         citations; fix line count.
18046
18047 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18048
18049         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18050         (gnus-message-add-citation-keywords)
18051         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18052         versions of font-lock-add-keywords and font-lock-remove-keywords to
18053         work with XEmacs correctly.
18054
18055 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * gnus-cite.el (gnus-cite-face-list): Set the values of
18058         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18059         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18060         (gnus-message-cite-prefix-regexp): New variable.
18061         (gnus-message-search-citation-line): Use it; protect against long
18062         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18063         the 0th match data for Emacs.
18064         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18065         (gnus-message-add-citation-keywords): Append keywords rather than
18066         prepending; emulate font-lock-add-keywords if it is not available.
18067         (gnus-message-remove-citation-keywords):
18068         Emulate font-lock-remove-keywords if it is not available.
18069
18070         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18071
18072         * message.el (message-cite-prefix-regexp): Set the value of
18073         gnus-message-cite-prefix-regexp.
18074
18075 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18076
18077         * nnweb.el (nnweb-google-parse-1): Update parser.
18078
18079 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18080
18081         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18082
18083 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18084
18085         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18086         regexp.
18087
18088 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18091         string-to-multibyte.
18092         (uudecode-decode-region-internal): Use it.
18093
18094         * lpath.el: Fbind string-as-multibyte for XEmacs.
18095
18096 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18097
18098         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18099         Fix custom choice.
18100
18101         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18102
18103 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18104
18105         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18106
18107         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18108         `write-region' to respect `mm-inhibit-file-name-handlers'.
18109
18110 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18111
18112         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18113         Use gnus-home-directory instead of "~/" or "$HOME".
18114
18115 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18116
18117         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18118         to mention filename.
18119         Add comments at beginning regarding usage.
18120         (encrypt-write-file-contents): Change interactive so a string is
18121         acceptable.  If the file has no associated model, show an error instead
18122         of a nonsense prompt.
18123
18124 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18125
18126         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18127         Thanks to Yoshihiko Yamada for kind notification of this typo.
18128
18129 2007-01-12  Kenichi Handa  <handa@m17n.org>
18130
18131         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18132         multibyte buffer.
18133
18134 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18135
18136         * gnus-score.el (gnus-score-fast-scoring): New variable.
18137         (gnus-score-headers): Use it.
18138
18139         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18140
18141         * message.el (message-cite-original-1):
18142         Call gnus-article-highlight-citation if requested.
18143         (message-make-from): Allow name and address as optional arguments.
18144
18145         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18146
18147         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18148         bugs to doc string.
18149         (gnus-button-alist): Add mid\\|message-id.
18150         (gnus-button-fetch-group): Extend for use in
18151         `browse-url-browser-function'.
18152         (gnus-button-url-regexp): Try to catch paired parentheses like in
18153         Wikipedia URLs.
18154
18155         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18156         Suggested by Simon Krahnke <overlord@gmx.li>.
18157
18158 2007-01-13  Romain Francoise  <romain@orebokech.com>
18159
18160         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18161         Update copyright.
18162
18163 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18164
18165         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18166
18167 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18168
18169         * gnus-registry.el (gnus-registry-unfollowed-groups)
18170         (gnus-registry-split-fancy-with-parent): Fix documentation.
18171
18172 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18173
18174         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18175         from nnweb groups.
18176
18177 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18178
18179         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18180         Xref urls.  Erase buffer before requesting head.
18181
18182         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18183
18184 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18185
18186         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18187         customizable.
18188
18189 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18190
18191         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18192         no signing key is found.
18193         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18194         no encrypting and/or signing key is found.
18195
18196 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18197
18198         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18199
18200 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18201
18202         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18203         headers read from disk with the ones newly found in the current search.
18204         This should no longer cause problems, because the article numbers in
18205         Gmane's `nov.php' output are ignored since the previous change.
18206
18207 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18208
18209         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18210
18211 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18214         replace-regexp-in-string; bind url-version; fbind display-images-p and
18215         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18216         find-face and set-itimer-function for Emacs; bind itimer-list for
18217         Emacs.
18218
18219         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18220
18221 2007-01-01  Romain Francoise  <romain@orebokech.com>
18222
18223         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18224
18225 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18226
18227         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18228         `define-minor-mode' macro definition expanded properly.
18229         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18230         exclude it there.
18231
18232         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18233         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18234         `fboundp' test.
18235         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18236         This is OK to autoload in (S)XEmacs now.
18237
18238 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18239
18240         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18241         keystroke.
18242         (gnus-summary-limit-to-singletons): Fix typo.
18243
18244         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18245         else fails.
18246
18247 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18248
18249         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18250         docstring.
18251
18252         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18253         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18254         (gnus-summary-insert-dormant-articles): Fix typo in message.
18255
18256 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18257
18258         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18259         nil for XEmacs.
18260         (gnus-message-citation-mode): Don't autoload in XEmacs.
18261
18262         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18263
18264 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18265
18266         * nnimap.el (nnimap-expunge-search-string):
18267         Mention nnimap-search-uids-not-since-is-evil in docstring.
18268
18269 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18270
18271         * spam.el: Revert to make-obsolete-variable because
18272         define-obsolete-variable-alias is not supported in Emacs 21.
18273
18274         * spam.el (spam-ifile-path, spam-ifile-database-path)
18275         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18276         make-obsolete-variable.
18277         (spam-bsfilter-path, spam-bsfilter-program)
18278         (spam-spamassassin-path, spam-spamassassin-program)
18279         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18280         Don't use "path" inappropriately.
18281         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18282         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18283         variable names.
18284
18285 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18286
18287         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18288         summary buffer.
18289
18290         * password.el (password-cache-remove): Use clear-string to burn
18291         password, if available.
18292
18293 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18294
18295         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18296
18297         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18298
18299         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18300         (gnus-message-highlight-citation): Move defcustom here from
18301         gnus-cite.el.
18302         (gnus-message-citation-mode): Autoload.
18303
18304         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18305         checks to make it compile with XEmacs.
18306         (gnus-message-citation-mode): New minor mode.
18307         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18308         (gnus-message-highlight-citation): New variables.
18309         (gnus-message-search-citation-line)
18310         (gnus-message-add-citation-keywords)
18311         (gnus-message-remove-citation-keywords)
18312         (turn-on-gnus-message-citation-mode)
18313         (turn-off-gnus-message-citation-mode): New functions.
18314
18315 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18316
18317         * gnus-cite.el: Enable highlighting of different citation levels in
18318         message-mode.
18319
18320 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18321
18322         * message.el (message-make-fqdn): Fix comment.
18323         (message-bogus-system-names): Add ".local".
18324
18325         * spam.el (spam-ifile-path, spam-ifile-program)
18326         (spam-ifile-database-path, spam-ifile-database)
18327         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18328         Don't use "path" inappropriately.
18329         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18330         strings.
18331         (spam-check-ifile, spam-ifile-register-with-ifile)
18332         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18333         Use new variable names.
18334
18335         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18336         (gnus-treat-display-smileys): Simplify using
18337         gnus-image-type-available-p.
18338
18339         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18340         available.
18341
18342         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18343         Use `display-images-p' if available.
18344
18345 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18348         one after turning on the buffer's multibyteness instead of decoding
18349         them directly in the unibyte buffer that causes unexpected conversion
18350         in Emacs 23 (unicode).
18351
18352 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18353
18354         * message.el (message-generate-hashcash): Fix custom type.
18355
18356 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18357
18358         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18359
18360 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18361
18362         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18363         disconnect icons.  Add help text.
18364
18365 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18366
18367         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18368         negated to be consistent with the others we handle.
18369
18370 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18371
18372         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18373         version of gnus-summary-buffer to something, so that we can use two
18374         article buffers at the same time.
18375
18376 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18377
18378         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18379         trigger all the extra headers.
18380         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18381         sorting.
18382
18383 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18384
18385         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18386         solid groups.
18387
18388 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18389
18390         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18391
18392 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18393
18394         * legacy-gnus-agent.el: Add Copyright notice.
18395
18396 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18397
18398         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18399
18400 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18401
18402         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18403
18404         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18405         to make it work reliably in CVS Emacs.
18406         (gnus-summary-limit-strange-charsets-predicate)
18407         (gnus-summary-limit-to-predicate): New functions.
18408
18409 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18410
18411         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18412         specifying array size.
18413         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18414         array if it is too small.
18415         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18416         (gnus-sort-threads-loop): New function.
18417
18418 2006-12-06  Chris Moore  <dooglus@gmail.com>
18419
18420         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18421         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18422
18423 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18424
18425         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18426         options.
18427
18428 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18429
18430         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18431         DOS-ing the recipient.
18432
18433         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18434         the headers when creating the mapping to avoid mismappings.
18435         (nnweb-gmane-create-mapping): Always nix out old mapping.
18436
18437 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18438
18439         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18440         and mm-verify-option to never.
18441
18442 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * message.el (message-signed-or-encrypted-p): New function.
18445         (message-forward-make-body): Use it.
18446
18447         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18448         Replace encode-coding-string with mm-encode-coding-string.
18449
18450 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * nneething.el (nneething-decode-file-name):
18453         Replace decode-coding-string with mm-decode-coding-string.
18454
18455         * gnus-int.el (gnus-open-server): Say failed server's name.
18456
18457 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18458
18459         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18460         strings to a single string.  Quote `errors-file-name'.
18461         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18462         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18463         Adjust calls.  Use `shell-quote-argument'.
18464
18465 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18466
18467         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18468         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18469
18470         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18471         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18472         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18473         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18474         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18475         (gnus-subscribe-newsgroup, gnus-1):
18476         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18477         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18478         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18479         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18480
18481 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18482
18483         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18484         keystroke.
18485         (gnus-summary-limit-to-bodies): Implement headersp.
18486
18487 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18488
18489         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18490
18491 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18494
18495 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18496
18497         * message.el (message-generate-hashcash): Expand range of values to
18498         include `opportunistic'.
18499         (message-send-mail): Use it.
18500
18501 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18502
18503         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18504         and comment it.
18505
18506         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18507
18508 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18509
18510         * gnus-util.el (gnus-extract-address-components): Improve comment.
18511
18512 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18513
18514         * gnus-util.el (gnus-extract-address-components): Work with address in
18515         which the name portion contains @.
18516
18517         * lpath.el: Fbind custom-autoload.
18518
18519 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18520
18521         * gnus.el (gnus-start): Move custom group up.
18522         (gnus-select-method): Don't autoload, but make it available for
18523         `customize-variable'.
18524         (gnus-getenv-nntpserver): Don't autoload.
18525
18526 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18527
18528         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18529
18530 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18531
18532         * message.el (message-sendmail-extra-arguments): New variable.
18533         (message-send-mail-with-sendmail): Use it.
18534
18535 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18538         mm-with-unibyte-current-buffer to make string unibyte.
18539
18540         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18541         mm-string-as-multibyte.
18542
18543 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18544
18545         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18546         Reported by Werner Koch <wk@gnupg.org>.
18547
18548 2006-11-14  Daiki Ueno  <ueno@p360>
18549
18550         * mml2015.el: Autoload epa-select-keys when compiling.
18551
18552 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18553
18554         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18555         message-options.
18556         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18557
18558 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18559
18560         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18561         EasyPG (< 0.0.6).
18562         (mml2015-always-trust): New user option.
18563         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18564         prompt.
18565
18566 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18567
18568         * nntp.el (nntp-authinfo-force): New variable.
18569         (nntp-send-authinfo): Use it.
18570
18571 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18572
18573         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18574         decode encoded words.  Improve prompt.  Add comment about forwarding.
18575         (message-replacement-char): Move up.
18576
18577 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18578
18579         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18580         instead of gnus-intersection because arguments of gnus-sorted-nunion
18581         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18582
18583 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18584
18585         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18586         (message-simplify-subject-functions):
18587         Enable message-strip-subject-encoded-words by default.
18588
18589 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18590
18591         * message.el (message-strip-subject-encoded-words): New function.
18592         (message-simplify-subject-functions): New variable.
18593         (message-simplify-subject): Use it.  Fix typo in doc string.
18594         Support message-strip-subject-encoded-words.
18595
18596 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18597
18598         * gnus-diary.el (gnus-diary-delay-format-function):
18599         * nndiary.el (nndiary-reminders):
18600         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18601
18602 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18603
18604         * gnus-art.el (article-hide-boring-headers): Fetch date from
18605         gnus-original-article-buffer to avoid problems with localized date
18606         strings.
18607
18608 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18609
18610         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18611
18612 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18613
18614         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18615         New variables.
18616         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18617         (mm-charset-synonym-alist): Move some entries to
18618         mm-codepage-iso-8859-list.
18619         (mm-charset-synonym-alist, mm-charset-override-alist):
18620         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18621
18622 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18623
18624         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18625
18626 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18627
18628         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18629         with Emacs 21 and XEmacs.
18630
18631 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18632
18633         * spam.el (spam-parse-address): New function for better parsing,
18634         catching errors, etc.
18635         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18636
18637 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18638
18639         * mm-view.el: Add interactive arg to html2text autoload.
18640
18641 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18644
18645 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18646
18647         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18648         New variables.
18649         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18650         (mm-charset-synonym-alist): Move some entries to
18651         mm-codepage-iso-8859-list.
18652
18653         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18654
18655 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18656
18657         * message.el (message-citation-line-format)
18658         (message-insert-formated-citation-line): Fix implementation of %E, %N
18659         and %n according to the doc string.
18660
18661 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18662
18663         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18664         Use car-safe to avoid bad parses.
18665
18666 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18667
18668         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18669         names.
18670
18671         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18672
18673 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18674
18675         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18676         header.
18677
18678         * message.el (message-draft-headers): Add Date.
18679         (message-headers-to-generate): Fix typo in docstring.
18680
18681         * nndraft.el (nndraft-required-headers): New variable.
18682         (nndraft-generate-headers): Use it.
18683
18684         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18685
18686 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18687
18688         * gnus-registry.el (gnus-registry-wash-for-keywords)
18689         (gnus-registry-find-keywords): New functions to allow easy searching of
18690         articles that are in the registry.
18691
18692 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18693
18694         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18695         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18696         Reported by Damien Elmes <damien@repose.cx>.
18697
18698 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * gnus.el (gnus-mime): Remove unused custom group.
18701
18702 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18703
18704         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18705         "blank line" when searching for end of armor headers.
18706
18707 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18708
18709         * gmm-utils.el (gmm-write-region): Fix variable name.
18710
18711 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18712
18713         * gmm-utils.el (gmm-write-region): New function based on compatibility
18714         code from `mm-make-temp-file'.
18715
18716         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18717
18718         * nnmaildir.el (nnmaildir--update-nov)
18719         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18720         Use `gmm-write-region'.
18721
18722 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18723
18724         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18725         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18726
18727         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18728
18729         * message.el (message-replacement-char): New variable.
18730         (message-fix-before-sending): Use it.
18731         (message-simplify-subject): New function to remove duplicate code.
18732         (message-reply, message-followup): Use it.
18733
18734         * gnus-sum.el (gnus-summary-make-menu-bar):
18735         Clarify gnus-summary-limit-to-articles.
18736
18737 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18738
18739         * gnus-util.el (gnus-with-local-quit): New macro.
18740
18741         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18742
18743 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18744
18745         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18746         ignore non-string data.
18747
18748 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18749
18750         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18751         non-string data (needs to be done in the registry too).
18752
18753 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18754
18755         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18756         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18757         (gnus-registry-split-fancy-with-parent)
18758         (gnus-registry-fetch-simplified-message-subject-fast)
18759         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18760         Remove text properties on ingress into the registry and when it's saved.
18761         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18762         registry from entries with no groups.
18763
18764 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18765
18766         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18767         function to remove string properties.
18768
18769 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18770
18771         * gmm-utils.el (gmm): Adjust custom version.
18772
18773         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18774         Adjust custom version.
18775
18776         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18777
18778 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18779
18780         * gnus-art.el (gnus-insert-prev-page-button)
18781         (gnus-insert-next-page-button): Simplify.  Reformat.
18782
18783 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18784
18785         * gnus-art.el (gnus-insert-prev-page-button)
18786         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18787
18788 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18789
18790         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18791
18792 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18793
18794         * gnus-art.el (gnus-insert-mime-button)
18795         (gnus-insert-mime-security-button):
18796         Apply gnus-article-button-face to MIME and security buttons.
18797
18798 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18799
18800         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18801         readable.
18802
18803 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18804
18805         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18806
18807 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18808
18809         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18810         `browse-url-of-file' instead of `browse-url'.
18811
18812 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18813
18814         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18815         regexp.  Articles containing quotation were cut prematurely.
18816
18817 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18818
18819         * message.el (message-cite-original-1): Use nobody by default for the
18820         value of From header.
18821         (message-reply): Ditto.
18822
18823 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18824
18825         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18826         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18827         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18828
18829 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18830
18831         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18832         mails in the doc string.  Add some URLs in comment.
18833         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18834
18835 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18836
18837         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18838         backslashes handling and the way to find boundaries of quoted strings.
18839
18840 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18841
18842         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18843         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18844         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18845         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18846
18847 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18848
18849         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18850         doc string.
18851         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18852
18853 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * lpath.el: Fbind epg-check-configuration.
18856
18857 2006-09-06  Simon Josefsson  <jas@extundo.com>
18858
18859         * mml2015.el (mml2015-use): Doc fix, mention epg.
18860
18861 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18862
18863         * mml2015.el (mml2015-use): Default to epg, if available.
18864
18865 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18866
18867         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18868         message-sender.
18869         (mml1991-epg-encrypt): Ditto.
18870         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18871         message-sender.
18872         (mml2015-epg-encrypt): Ditto.
18873
18874 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18875
18876         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18877         several common directories.
18878
18879 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18880
18881         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18882         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18883
18884 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * gnus-art.el (article-decode-encoded-words): Make it fast.
18887
18888 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18891
18892         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18893         in quoted string into `\'.
18894
18895 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18898         Use standard-syntax-table.
18899
18900 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * gnus-art.el (gnus-decode-address-function): New variable.
18903         (article-decode-encoded-words): Use it to decode headers which are
18904         assumed to contain addresses.
18905         (gnus-mime-delete-part): Remove useless `or'.
18906
18907         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18908         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18909         (gnus-nov-parse-line): Use it to decode From header.
18910         (gnus-get-newsgroup-headers): Ditto.
18911         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18912
18913         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18914         (mail-decode-encoded-address-string): New alias.
18915
18916         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18917         New function.
18918         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18919         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18920         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18921         (rfc2047-decode-string): Ditto.
18922         (rfc2047-decode-address-region): New function.
18923         (rfc2047-decode-address-string): New function.
18924
18925 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18926
18927         * message.el (message-caesar-buffer-body): Allow rotating headers.
18928
18929         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18930
18931         * message.el (message-insert-formated-citation-line): Fix %f.
18932         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18933
18934 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18935
18936         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18937         (gnus-bookmark-mouse-available-p): New macro.
18938         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18939         (gnus-bookmark-bmenu-show-infos): Use it.
18940         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18941         (gnus-bookmark-bmenu-hide-infos): Ditto.
18942         (gnus-bookmark-remove-properties): New function.
18943         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18944         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18945         (gnus-bookmark-write-file): Bind coding-system-for-write.
18946         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18947         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18948         group before selecting it.
18949         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18950         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18951         quit-window if it is not available; use gnus-mouse-2 and bind it to
18952         gnus-bookmark-bmenu-select-by-mouse.
18953         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18954         (gnus-bookmark-bmenu-select-by-mouse): New function.
18955
18956 2006-08-13  Romain Francoise  <romain@orebokech.com>
18957
18958         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18959         space.
18960
18961 2006-08-10  Romain Francoise  <romain@orebokech.com>
18962
18963         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18964         (dns-mode-soa-auto-increment-serial): New user option.
18965         (dns-mode-soa-maybe-increment-serial): New function.
18966         (dns-mode): Add the latter to `write-contents-functions'.
18967
18968 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18969
18970         * compface.el (uncompface): Use binary rather than raw-text-unix.
18971
18972 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18973
18974         * compface.el (uncompface): Make sure the eol conversion doesn't take
18975         place when communicating with the external programs.
18976         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18977
18978 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18979
18980         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18981
18982 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18983
18984         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
18985         Make it more robust by parsing author and date independently.
18986
18987 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18988
18989         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
18990
18991 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
18992
18993         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
18994         first matching secret key.
18995         (mml2015-epg-encrypt): Ditto.
18996
18997         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
18998         first matching secret key.
18999         (mml1991-epg-encrypt): Ditto.
19000
19001         * mml2015.el (mml2015-encrypt-to-self): New user option.
19002         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19003         mml2015-epg-encrypt-to-self is set.
19004
19005         * mml1991.el (mml1991-encrypt-to-self): New variable.
19006         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19007         mml1991-epg-encrypt-to-self is set.
19008
19009         * mml2015.el (mml2015-signers): New user option.
19010         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19011         (mml2015-epg-encrypt): Allow to select signing keys.
19012
19013         * mml1991.el (mml1991-signers): New variable.
19014         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19015         (mml1991-epg-encrypt): Allow to select signing keys.
19016
19017 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19018
19019         * nnheader.el (nnheader-insert-head): Make it work even if the file
19020         uses CRLF for the line-break code.
19021
19022 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19023
19024         * mml2015.el: Require mml-sec instead of password.
19025         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19026         (mml2015-cache-passphrase): Inherit the default value from
19027         mml-secure-cache-passphrase.
19028         (mml2015-passphrase-cache-expiry): Inherit the default value from
19029         mml-secure-passphrase-cache-expiry.
19030
19031         * mml1991.el: Require mml-sec instead of password.
19032         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19033         (mml1991-cache-passphrase): Inherit the default value from
19034         mml-secure-cache-passphrase.
19035         (mml1991-passphrase-cache-expiry): Inherit the default value from
19036         mml-secure-passphrase-cache-expiry.
19037
19038         * mml-sec.el: Require password.
19039         (mml-secure-verbose): New user option.
19040         (mml-secure-cache-passphrase): New user option.
19041         (mml-secure-passphrase-cache-expiry): New user option.
19042
19043 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19044             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19045
19046         * pgg-def.el (pgg-truncate-key-identifier):
19047         Truncate the key ID to 8 letters from the end.
19048
19049 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19050
19051         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19052         workaround for the url package included with Emacs.
19053
19054         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19055
19056 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19057
19058         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19059         correctly.  This fixes a bug caused by the 2006-05-12 change.
19060
19061 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19062
19063         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19064         some information about the error when saying that the `bogus' mail
19065         group will be used.
19066
19067 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19068
19069         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19070         string.
19071
19072 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19073
19074         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19075
19076 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19077
19078         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19079
19080 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19081
19082         * mml1991.el (mml1991-function-alist): Add epg.
19083         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19084         (mml1991-epg-encrypt): New functions.
19085
19086 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19087
19088         * mml2015.el (mml2015-verbose): New variable.
19089         (mml2015-cache-passphrase): Ditto.
19090         (mml2015-passphrase-cache-expiry): Ditto.
19091         (mml2015-function-alist): Add epg.
19092         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19093         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19094         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19095         New functions.
19096
19097 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19098
19099         * message.el (message-cite-original-1): Preserve region when removing
19100         quoted text due to X-No-Archive in order to avoid bogus attribution
19101         when citing multiple messages.
19102
19103 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19104
19105         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19106         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19107
19108 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19109
19110         * gnus-diary.el (gnus-user-format-function-d)
19111         (gnus-user-format-function-D): Autoload.
19112
19113         * imap.el (Commentary): Fix typo.
19114
19115         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19116         2006-04-22 contribution.
19117
19118 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19119
19120         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19121         It didn't really fix the bogosity I'm seeing with solid web groups.
19122
19123 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19124
19125         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19126         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19127         created using server names.  If we use the feature without declaring
19128         it, Gnus does not properly manage server and group state.
19129
19130         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19131         bound.
19132
19133 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19134
19135         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19136         looking up the method using GROUP's prefix before inventing a new one.
19137         It is used on killed/unknown groups in various places where returning
19138         an all-new method isn't expected by the caller.
19139
19140         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19141         and match semantics of gnus-group-real-prefix.
19142
19143 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19144
19145         * nnmail.el (nnmail-broken-references-mailers): New variable.
19146         (nnmail-ignore-broken-references): New function generalizing
19147         nnmail-fix-eudora-headers.
19148         (nnmail-fix-eudora-headers): Now obsolete.
19149
19150         * gnus-art.el (gnus-button-handle-custom):
19151         Support `customize-apropos*'.
19152
19153 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19154
19155         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19156
19157         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19158         articles.
19159
19160 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19161
19162         * message.el (message-cite-reply-above): New variable.
19163         (message-yank-original): Use it.
19164
19165 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19166
19167         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19168
19169 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19170
19171         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19172         as read.
19173
19174         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19175
19176 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19177
19178         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19179         (gnus-bookmark-default-file): Use gnus-directory.
19180         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19181         Remove "*" in doc string.
19182         (gnus-bookmark-write-file): Simplify.
19183         (gnus-bookmark-maybe-sort-alist): Use `when'.
19184         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19185         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19186         Add FIXME about Emacs 21 and XEmacs compatibility.
19187         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19188         compatibility.
19189         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19190         compatibility.
19191         (gnus-bookmark-menu-heading): Fix version.
19192
19193 2006-06-19  Bastien Guerry  <bzg@altern.org>
19194
19195         * gnus-bookmark.el: New file.
19196
19197 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * message.el (message-syntax-checks): Doc fix.
19200
19201 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19202
19203         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19204         unsubscribed groups as if they were killed ones.  It causes duplicate
19205         entries in gnus-newsrc-alist.
19206
19207 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19208
19209         * message.el (message-syntax-checks): Doc fix.
19210         (message-send-mail): Add check for continuation headers.
19211         (message-check-news-header-syntax): Fix regexp used to check for
19212         continuation headers.
19213
19214 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19215
19216         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19217
19218 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19219
19220         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19221
19222 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19223
19224         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19225         default-truncate-lines.
19226
19227 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19228
19229         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19230         to fill the utf-8 entry.
19231
19232         * lpath.el: Fbind unicode-precedence-list.
19233
19234 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19235
19236         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19237
19238 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19239
19240         * gnus-agent.el (directory-files-and-attributes): Move all the way
19241         forward (the third and final move).
19242         (gnus-agent-read-agentview): Trap reconstruction errors due to
19243         nonexistent directory.  Handle by returning nil.
19244
19245 2006-05-30  Didier Verna  <didier@xemacs.org>
19246
19247         * message.el (message-dont-reply-to-names): Update the custom type.
19248         * message.el (message-dont-reply-to-names): New defsubst: potentially
19249         convert a list of regexps into a single one.
19250         * message.el (message-get-reply-headers): Use it.
19251         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19252
19253 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * gnus-agent.el (directory-files-and-attributes): Move forward.
19256
19257 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19258
19259         * gnus-ml.el (gnus-mailing-list-subscribe)
19260         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19261         (gnus-mailing-list-message): Fix doc strings.
19262
19263 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19264
19265         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19266         of doing it manually.
19267
19268 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19269
19270         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19271         comment.
19272
19273 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19274
19275         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19276         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19277         (gnus-agent-read-local): All symbols allocated in my-obarray.
19278         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19279         (gnus-agent-regenerate-group): Check numeric names to see if they are
19280         messages or groups.
19281         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19282         better way of do this...)
19283
19284         * gnus-cache.el (gnus-agent-total-fetched-for):
19285         Ignore 'dummy.group' (there should be a better way of do this...)
19286
19287 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19288
19289         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19290         (gnus-saved-headers): Ditto.
19291         (gnus-default-article-saver): Mention functions may have properties.
19292         (gnus-article-save): Override gnus-save-all-headers and
19293         gnus-saved-headers by :headers property which saver function may have.
19294         (gnus-summary-save-in-file): Add :headers property.
19295         (gnus-summary-write-to-file): Ditto.
19296
19297         * gnus-sum.el (gnus-summary-save-article): Bind
19298         gnus-prompt-before-saving to t when saving many articles in a file;
19299         always show all headers.
19300
19301         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19302
19303 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19304
19305         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19306         marks.
19307
19308         * message.el (message-indent-citation): Add optional arguments to allow
19309         using it outside of message buffers.
19310
19311         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19312         (gnus-article-treat-unfold-headers): Use it.
19313         (gnus-article-truncate-lines): New variable.
19314         (gnus-article-mode): Use it.
19315         (gnus-article-toggle-truncate-lines): New function.
19316
19317         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19318         Add gnus-article-toggle-truncate-lines.
19319
19320         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19321         coding system in XEmacs, use binary.
19322
19323 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19324
19325         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19326         after-load-alist.
19327
19328         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19329         this function should save decoded articles.
19330         (gnus-summary-write-to-file): Use property to specify this function
19331         should save decoded articles and specify gnus-summary-save-in-file
19332         should be used to save articles other than the first one when saving
19333         many articles.
19334         (gnus-summary-save-body-in-file): Use property to specify this
19335         function should save decoded articles.
19336         (gnus-summary-write-body-to-file): Use property to specify this
19337         function should save decoded articles and specify
19338         gnus-summary-save-body-in-file should be used to save articles other
19339         than the first one when saving many articles.
19340
19341         * gnus-sum.el (gnus-summary-save-article): Simplify.
19342
19343 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19344
19345         * gnus-art.el (gnus-default-article-saver):
19346         Add gnus-summary-write-body-to-file.
19347         (gnus-article-save-coding-system): Don't use coding system object
19348         in XEmacs.
19349         (gnus-read-save-file-name): Add optional `dir-var' argument which
19350         specifies directory in which files are saved; work even if optional
19351         `variable' argument is not specified.
19352         (gnus-summary-write-to-file): Read file name.
19353         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19354         (gnus-summary-write-body-to-file): New function.
19355
19356         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19357         (gnus-summary-local-variables): Add it.
19358         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19359         (gnus-summary-save-article): Remove optional `decode' argument;
19360         determine whether to decode articles by the value of
19361         gnus-default-article-saver; when saving many files using
19362         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19363         it first and use gnus-summary-save-in-file or
19364         gnus-summary-save-body-in-file thereafter unless
19365         gnus-prompt-before-saving is always; move point to article which
19366         will be saved.
19367         (gnus-summary-save-article-file): Revert.
19368         (gnus-summary-write-article-file): Revert.
19369         (gnus-summary-save-article-body-file): Revert.
19370         (gnus-summary-write-article-body-file): New function.
19371
19372 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * gnus-art.el (gnus-default-article-saver): Doc fix.
19375         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19376         from gnus-summary-save-article-coding-system, and default to a
19377         certain coding system.
19378         (gnus-output-to-file): Add coding cookie and encode text according
19379         to gnus-article-save-coding-system; don't use mm-append-to-file.
19380
19381         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19382         gnus-art.el and rename to gnus-article-save-coding-system.
19383         (gnus-summary-save-article): Require gnus-art; don't show all
19384         headers if it decodes articles; don't add coding cookie here;
19385         don't bind mm-text-coding-system-for-write.
19386         (gnus-summary-save-article-file): Save decoded articles.
19387         (gnus-summary-write-article-file): When saving many files, use
19388         gnus-summary-write-to-file first and gnus-summary-save-in-file
19389         thereafter unless gnus-prompt-before-saving is always.
19390         (gnus-summary-save-article-body-file): Save decoded articles.
19391
19392         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19393
19394 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19395
19396         * nnrss.el (nnrss-check-group): Bind hash-index.
19397
19398 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19399
19400         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19401         its hash index.  Store this hash in `nnrss-group-data'.
19402         (nnrss-read-group-data): Update accordingly.
19403
19404 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19405
19406         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19407         entry.
19408
19409         * gnus-sum.el (gnus-summary-make-menu-bar):
19410         Add gnus-article-browse-html-article.
19411
19412 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19413
19414         * gnus-sum.el (gnus-summary-mime-map):
19415         Add gnus-article-browse-html-article.
19416
19417         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19418
19419 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19420
19421         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19422         suitable coding systems in customize.
19423
19424 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19425
19426         * mail-source.el (mail-sources): Fix custom type.
19427
19428 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19429
19430         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19431         (gnus-summary-expire-articles-now): Shorten prompt.
19432
19433         * gmm-utils.el (wid-edit): Require.
19434         (defun-gmm): Rename from `gmm-defun-compat'.
19435         (gmm-image-search-load-path): Use it.
19436         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19437
19438 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19439
19440         * gnus-sum.el (gnus-summary-save-article-coding-system):
19441         New variable.
19442         (gnus-summary-save-article): Add optional `decode' argument.
19443         If it is set and gnus-summary-save-article-coding-system is non-nil,
19444         save decoded article.
19445         (gnus-summary-write-article-file): Save decoded article if
19446         gnus-summary-save-article-coding-system is non-nil.
19447
19448         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19449         type.
19450
19451 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19452
19453         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19454
19455 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19456
19457         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19458         first to test gnus-single-article-buffer which may be buffer-local.
19459
19460         * gnus-sum.el (gnus-summary-setup-buffer):
19461         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19462         group; make gnus-article-buffer, gnus-article-current, and
19463         gnus-original-article-buffer always buffer-local.
19464         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19465         group.
19466         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19467
19468 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19469
19470         * nnml.el (nnml-request-compact-group): Compressed files might not
19471         have .gz extension.
19472
19473 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19474
19475         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19476         (mm-copy-to-buffer): Use with-current-buffer.
19477         (mm-display-part): Simplify.
19478         (mm-inlinable-p): Add optional arg `type'.
19479
19480 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19481
19482         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19483         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19484         Try harder to show the attachment internally or externally using
19485         gnus-mime-view-part-as-type.
19486
19487 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19488
19489         * message.el (message-from-style, message-signature-separator)
19490         (message-user-organization-file, message-send-mail-function)
19491         (message-citation-line-function, message-yank-prefix)
19492         (message-indent-citation-function, message-signature)
19493         (message-signature-file, message-signature-insert-empty-line):
19494         Remove autoloads.
19495
19496         * gnus-art.el (gnus-buttonized-mime-types):
19497         Remove "multipart/signed".  Revert 2006-04-26 change.
19498
19499 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19500
19501         * gnus.el (gnus-version-number): Bump version.
19502
19503 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19504
19505         * gnus.el: No Gnus v0.5 is released.
19506
19507 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19508
19509         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19510         fetching articles by message-id.
19511
19512 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19513
19514         * message.el (hashcash): Require hashcash as normal.
19515
19516         * ecomplete.el (ecomplete-highlight-match-line):
19517         Use point-at-eol.
19518         (ecomplete-highlight-match-line): Use `highlight', because that
19519         face exists in both Emacs and XEmacs.
19520
19521         * message.el (message-display-abbrev): Use point-at-bol.
19522
19523         * mail-source.el: Don't require timer/timer-funcs.
19524
19525         * gnus-async.el: Ditto.
19526
19527         * password.el: Ditto.
19528
19529         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19530
19531         * mm-url.el: Ditto.
19532
19533         * gnus-xmas.el: Don't require timer-funcs.
19534
19535         * mm-util.el: Require timer/timer-funcs.
19536
19537 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19538
19539         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19540         Close.
19541
19542 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19545         unibyte after clear-decrypt function runs.
19546
19547         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19548         returns as a unibyte string.
19549
19550 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19551
19552         * lpath.el: Revert.
19553
19554         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19555         (pgg-gpg-process-sentinel): Revert.
19556
19557         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19558         (pgg-pgp-lookup-key): Revert.
19559
19560         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19561         (pgg-pgp5-lookup-key): Revert.
19562
19563         * pgg.el (pgg-fetch-key): Revert.
19564
19565 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19566
19567         * lpath.el: Fbind string-as-multibyte for XEmacs.
19568
19569         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19570         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19571         (mml1991-pgg-encrypt): Ditto.
19572
19573         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19574         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19575         a multibyte buffer.
19576
19577         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19578         (pgg-pgp-lookup-key): Ditto.
19579
19580         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19581         (pgg-pgp5-lookup-key): Ditto.
19582
19583         * pgg.el (pgg-fetch-key): Ditto.
19584
19585 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19586
19587         * message.el (message-user-organization-file): Check several
19588         locations of the organization file.
19589
19590         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19591         Add gnus-article-view-part-as-type.
19592
19593         * gnus-art.el (gnus-article-view-part-as-type): New function.
19594
19595         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19596         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19597
19598         * mml.el: Simplify autoload.
19599         (mml-mode): defvar dnd-protocol-alist instead of using
19600         symbol-value.
19601         (mml-default-directory): New variable.
19602         (mml-minibuffer-read-file): Use it.
19603         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19604
19605         * message.el (message-citation-line-format): New variable.
19606         (message-insert-formated-citation-line): New function.
19607         (message-citation-line-function):
19608         Add `message-insert-formated-citation-line' to custom type.
19609
19610         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19611         to doc string.
19612
19613         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19614         depending on mm-verify-option.
19615
19616 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19617
19618         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19619         binding pgg-* variables; reimplement the section which prevents
19620         MIME header from being signed.
19621         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19622         pgg-text-mode; remove a blank line at the top of body.
19623
19624         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19625         lines at the top of body; use gnus-newsgroup-charset if there's no
19626         Charset header.
19627
19628 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19629
19630         * message.el (message-self-insert-commands): Doc fix.
19631
19632         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19633         (mm-uu-pgp-encrypted-test): Ditto.
19634         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19635         between header and body; return application/pgp-encrypted handle
19636         if decryption failed; decode decrypted body by charset.
19637
19638         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19639         element match to application/pgp-*.
19640
19641 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19642
19643         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19644         HTML.
19645
19646 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19647
19648         * mail-source.el (mail-source-call-script): Message the error
19649         string.
19650
19651 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19652
19653         * gnus-util.el (gnus-byte-compile): Use it.
19654
19655 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19656
19657         * gnus-util.el (kill-empty-logs): New function.
19658
19659 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19660
19661         * message.el (message-mail-alias-type): Doc fix.
19662         (message-mail-alias-type-p): New function.
19663         (message-send): Use it.
19664         (message-mode): Ditto.
19665         (message-strip-forbidden-properties): Ditto.
19666
19667         * ecomplete.el (ecomplete-database-file-coding-system):
19668         New variable.
19669         (ecomplete-save): Use it.
19670         (ecomplete-setup): Use it.
19671
19672 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * message.el (message-self-insert-commands): New variable.
19675         (message-strip-forbidden-properties): Use it.
19676
19677 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19678
19679         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19680         that doesn't make XEmacs choke.
19681
19682 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19683
19684         * gnus-util.el (gnus-replace-in-string):
19685         Prefer replace-regexp-in-string over of replace-in-string.
19686
19687 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * gnus-util.el (gnus-select-frame-set-input-focus):
19690         Use select-frame-set-input-focus if it is available in XEmacs; use
19691         definition defined in Emacs 22 for old Emacsen.
19692
19693         * dgnushack.el: Autoload unmorse-region for XEmacs.
19694
19695         * lpath.el: Bind cursor-in-non-selected-windows and
19696         select-frame-set-input-focus for XEmacs.
19697
19698 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19699
19700         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19701
19702 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19703
19704         * gnus-registry.el (gnus-registry-cache-save): Remove text
19705         properties when saving via the temp buffer.
19706
19707 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19708
19709         * message.el (message-generate-hashcash): Honor custom type.
19710
19711 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19712
19713         * message.el (message-generate-hashcash): Default to non-nil when
19714         hashcash is found.
19715
19716         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19717         (gnus-refer-thread-limit): Increase default to 500.
19718
19719         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19720
19721         * flow-fill.el (fill-flowed): Allow delete-space.
19722
19723 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19724
19725         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19726         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19727         Remove autoloads.
19728
19729 2006-04-18  Simon Josefsson  <jas@extundo.com>
19730
19731         * message.el (message-generate-hashcash): Default to.
19732
19733 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19734
19735         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19736         concatenating segments rather than before concatenating them.
19737
19738 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19739
19740         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19741
19742 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19743
19744         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19745
19746         * message.el (message-forward-make-body-plain):
19747         Allow message-forward-ignored-headers to be a list.
19748         (message-remove-ignored-headers): Factor out into function.
19749         (message-forward-make-body-mml): Use it.
19750
19751         * imap.el (imap-quote-specials): New function.
19752         (imap-login-auth): Quote specials.
19753
19754         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19755         (rfc2231-parse-string): Allow concatanation of parameters that
19756         aren't contiguous.  The test case is
19757           (mail-header-parse-content-type "message/external-body;
19758             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19759             access-type=LOCAL-FILE;
19760             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19761
19762 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19763
19764         * nntp.el (nntp-accept-process-output): Return the value of
19765         `nnheader-accept-process-output'.
19766
19767 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19768
19769         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19770         (gnus-button-alist): Recognize more diff formats.
19771         (gnus-button-patch): Strip directory.
19772
19773 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19774
19775         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19776         Emacs 22 when setting focus.
19777
19778 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19779
19780         * gnus-art.el (gnus-article-treat-types): Do treatment of
19781         text/x-verbatim parts.
19782         (gnus-button-patch): New command.
19783
19784         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19785         addresses that contain invalid characters.
19786
19787 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19788
19789         * message.el (message-put-addresses-in-ecomplete):
19790         Use gnus-replace-in-string.
19791         (message-is-yours-p): Use the more correct
19792         mail-header-parse-address instead of
19793         mail-extract-address-components.
19794         (message-put-addresses-in-ecomplete): Fix typo.
19795
19796         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19797         keystroke.
19798
19799         * gnus-art.el (gnus-treatment-function-alist): Change order of
19800         newsgroups/generic header folding to avoid double-folding.
19801
19802         * message.el (message-hidden-headers): Add X-Draft-From.
19803
19804         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19805         New command.
19806         (gnus-summary-repeat-search-article-backward): New command.
19807
19808         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19809         groups in the parent topic.
19810
19811 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19812
19813         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19814         (spam-extra-header-to-number): Return the CRM114 number as a
19815         number instead of a string.
19816
19817 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19818
19819         * gnus-art.el (gnus-face-properties-alist): Move here from
19820         gnus-fun.
19821
19822         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19823
19824 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19825
19826         * message.el (message-strip-forbidden-properties): Only display on
19827         self-insert-command.
19828
19829         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19830         reindent.
19831         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19832
19833 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19834
19835         * smiley.el (smiley-style): Fix typo.
19836
19837 2006-03-23  Kenichi Handa  <handa@m17n.org>
19838
19839         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19840         instead of set-buffer-multibyte.
19841
19842 2006-03-23  Kenichi Handa  <handa@m17n.org>
19843
19844         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19845         buffer and then decode the buffer text if necessary.
19846         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19847         first, and after mm-encode-body, change the buffer to unibyte.
19848
19849 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19850
19851         * hashcash.el (hashcash-insert-payment-async-2):
19852         Use message-goto-eoh instead of doing it manually.
19853         (mail-add-payment): Use message-narrow-to-header instead of trying
19854         to do the same itself.
19855
19856         * message.el (message-hidden-headers): Add Face.
19857
19858         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19859         reparenting code.
19860         (gnus-summary-reparent-children): Refactored out code.
19861         (gnus-summary-thread-map): New keystroke.
19862         (gnus-summary-reparent-children): Make into command.
19863
19864         * smiley.el (smiley-style): Default to `medium' if using a large
19865         font.
19866
19867         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19868         does it itself.
19869
19870         * message.el (message-point-in-header-p): Simplify definition.
19871
19872 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19873
19874         * nnagent.el (nnagent-request-set-mark): Silence log file
19875         writing.
19876         (nnagent-request-set-mark): Use write-region instead of
19877         append-to-file.
19878
19879         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19880         strange select method.
19881
19882         * ecomplete.el (ecomplete-display-matches): Get highlightling
19883         right.
19884         (ecomplete-display-matches): Use literals.
19885         (ecomplete-display-matches): Disable message logging.
19886
19887         * message.el (message-display-abbrev): Small optimization.
19888
19889         * ecomplete.el (ecomplete-display-matches): Allow automatic
19890         display.
19891
19892         * message.el (message-strip-forbidden-properties):
19893         Display abbrevs.
19894         (message-display-abbrev): Get automatic display right.
19895
19896         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19897         keystrokes.
19898
19899 2006-04-13  Romain Francoise  <romain@orebokech.com>
19900
19901         TODO: Backport to v5-10!
19902
19903         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19904         Move here (and rename) from gnus-registry.el.
19905
19906         * gnus-registry.el: Require gnus-util.
19907         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19908
19909 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19910
19911         * gnus-group.el (gnus-group-catchup-current):
19912         Change if-then-else-if-then-else into cond.
19913         (gnus-group-catchup): Indent.
19914         (group-name-at-point): New function.
19915         (gnus-fetch-group): Provide default from thing at point.
19916
19917 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19918
19919         * message.el (message-display-abbrev): Fix regexp.
19920
19921         * ecomplete.el (ecomplete-highlight-match-line):
19922         Reimplement choosing.
19923         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19924         dead variables.
19925
19926         * message.el (message-newline-and-indent): Remove debugging.
19927         (message-display-abbrev): Use new implementation.
19928
19929 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19930
19931         * gnus-art.el (gnus-article-mode):
19932         Set cursor-in-non-selected-windows to nil.
19933
19934         * smiley.el: Revert previous change.
19935         (smiley-data-directory): defvar it before using it in the
19936         defcustom of `smiley-style'.
19937
19938 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19939
19940         * message.el (message-newline-and-indent): New function.
19941
19942         * ecomplete.el: Implement more bits.
19943
19944         * message.el (message-put-addresses-in-ecomplete): Clean up the
19945         string.
19946
19947         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19948
19949         * gnus-sum.el (gnus-summary-save-parts):
19950         Bind gnus-summary-save-parts-counter and use it to make unique file
19951         names.
19952
19953         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19954
19955         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19956         parameter to say whether to actually parse the individual
19957         addresses.
19958
19959         * message.el (message-put-addresses-in-ecomplete): New function.
19960         (ecomplete): Require.
19961         (message-mail-alias-type): Add ecomplete as an option.
19962
19963 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19964
19965         * flow-fill.el (fill-flowed): Remove trailing space from blank
19966         quoted lines.
19967
19968 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19969
19970         * smiley.el (smiley-style): Move definition later to avoid a
19971         compilation warning.
19972
19973 2006-04-12  Kenichi Handa  <handa@m17n.org>
19974
19975         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19976         buffer and then decode the buffer text if necessary.
19977         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19978         first, and after mm-encode-body, change the buffer to unibyte.
19979         Use mm-disable-multibyte instead of set-buffer-multibyte.
19980
19981 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19982
19983         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
19984         Content-Type header instead of Content-Disposition header.
19985         (gnus-mime-inline-part): Ditto.
19986         (gnus-mime-view-part-as-charset): Ignore charset that the part
19987         specifies.
19988
19989         * mm-decode.el (mm-display-part): Work with external parts and
19990         usual parts similarly.
19991
19992         * mm-extern.el (mm-inline-external-body): Use mm-display-part
19993         instead of gnus-display-mime.
19994
19995         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
19996         instead of with-temp-buffer.
19997
19998         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
19999         tag to summarized topics part in order to encode non-ASCII text.
20000
20001 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20002
20003         * smiley.el (smiley-style): New variable.
20004         (smiley-directory): New function.
20005         (smiley-data-directory): Derive from `smiley-style' using
20006         `smiley-directory'.
20007         (smiley-regexp-alist): Add new entries.
20008
20009         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20010         (gnus-article-browse-delete-temp): Add :version.
20011
20012 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20013
20014         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20015         the sieve region.
20016
20017 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20018
20019         * gnus.el (gnus-version-number): Bump version.
20020
20021 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20022
20023         * gnus.el: No Gnus v0.4 is released.
20024
20025 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20026
20027         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20028         layout.
20029
20030         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20031         unknown charset.
20032
20033         * message.el (message-header-synonyms): Add Original-To to the
20034         default.
20035
20036         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20037         optional parameter.
20038
20039 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20040
20041         * gnus-fun.el (gnus): Require it for gnus-directory.
20042
20043 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20044
20045         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20046
20047 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20048
20049         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20050
20051 2006-04-05  Simon Josefsson  <jas@extundo.com>
20052
20053         * password.el (password-reset): New function.
20054
20055 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20056
20057         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20058         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20059
20060 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20061
20062         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20063         Some whitespace was matched into the url, which broke browsing hits
20064         > 100 when mm-url-use-external was nil.
20065
20066 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20067
20068         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20069         Check gnus-extra-headers for 'Newsgroups.
20070
20071         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20072         bound.
20073
20074 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20075
20076         * pgg-gpg.el: Clean up process buffers every time gpg processes
20077         complete.
20078
20079 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20080
20081         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20082         doc string.
20083
20084 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20085
20086         * pgg-gpg.el (pgg-gpg-process-filter)
20087         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20088
20089         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20090         lines, temporary fix.
20091
20092 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20093
20094         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20095
20096 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20097
20098         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20099         default-enable-multibyte-characters.  This reverts the change from
20100         revision 6.17 which is no longer necessary because the passphrase
20101         is sent separately now.  GnuPG messages are unreadable under
20102         multibyte locales with default-enable-multibyte-characters set to
20103         nil.
20104
20105 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20106
20107         * message.el (message-tool-bar-gnome): Move "spell".
20108
20109 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20110
20111         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20112         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20113         instead.
20114
20115 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20116
20117         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20118         Improve newsgroups handling for NNTP overviews which don't include
20119         Newsgroups.
20120
20121 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20122
20123         * message.el (message-resend): Bind message-generate-hashcash to nil.
20124
20125 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20126
20127         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20128         when searching for already-paid recipients.
20129
20130 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20131
20132         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20133         passphrases when it is not needed.
20134         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20135         passphrase stuff from gpg, should only be necessary when you use
20136         gpg with a smartcard.
20137
20138 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * mml.el (mml-insert-mime): Ignore cached contents of
20141         message/external-body part.
20142
20143         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20144         (mm-insert-part): Ditto.
20145
20146 2006-03-23  Simon Josefsson  <jas@extundo.com>
20147
20148         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20149         Reiner.
20150         (pgg-gpg-use-agent-p): Use it again.
20151
20152 2006-03-23  Simon Josefsson  <jas@extundo.com>
20153
20154         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20155         older emacsen.
20156         (pgg-gpg-use-agent-p): Don't use it.
20157
20158 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20159
20160         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20161         if we can.
20162
20163 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20164
20165         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20166         (pgg-gpg-update-agent): New function.
20167         (pgg-gpg-use-agent-p): New function.
20168         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20169         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20170         (pgg-gpg-sign-region): Use it.
20171
20172 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20173
20174         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20175         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20176
20177 2006-03-21  Simon Josefsson  <jas@extundo.com>
20178
20179         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20180         <wilde@sha-bang.de>.
20181         (pgg-gpg-use-agent): New variable.
20182         (pgg-gpg-process-region): Use it.
20183         (pgg-gpg-encrypt-region): Likewise.
20184         (pgg-gpg-encrypt-symmetric-region): Likewise.
20185         (pgg-gpg-decrypt-region): Likewise.
20186         (pgg-gpg-sign-region): Likewise.
20187         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20188
20189 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20190
20191         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20192
20193         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20194         Add comment on version.
20195
20196 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20197
20198         * smiley.el: Add missing test smiley.
20199
20200 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20201
20202         * mm-decode.el (mm-with-part): New macro.
20203         (mm-get-part): Use it; work with message/external-body as well.
20204         (mm-save-part): Treat name and filename equally.
20205
20206         * mm-extern.el (mm-extern-cache-contents): New function.
20207         (mm-inline-external-body): Use it; force the part to be displayed;
20208         move undisplayer added to the cached handle to the parent.
20209
20210         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20211         (gnus-mime-view-part-as-type): Work with message/external-body.
20212
20213         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20214
20215 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20216
20217         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20218         images in image-load-path.  [Sync with image.el, revision 1.60, in
20219         Emacs.]
20220
20221 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20222
20223         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20224         path rather than symbol.  Always return list of directories.
20225         Guarantee that image directory comes first.  [Sync with image.el,
20226         revision 1.59, in Emacs.]
20227
20228         * message.el (message-make-tool-bar): Adjust to new API of
20229         `gmm-image-load-path-for-library'.
20230
20231         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20232
20233         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20234
20235 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20236
20237         * gnus-art.el (gnus-article-only-boring-p):
20238         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20239         intangible text.
20240         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20241
20242 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20243
20244         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20245         Use `defun' instead of `gmm-defun-compat'.
20246
20247 2006-03-14  Simon Josefsson  <jas@extundo.com>
20248
20249         * message.el (message-unique-id): Don't use message-number-base36
20250         if (user-uid) is a float.
20251         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20252
20253 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20254
20255         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20256
20257         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20258         empty line between a part and a message part.
20259
20260 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20261
20262         * smiley.el: Add more test smileys.
20263         (smiley-data-directory, smiley-regexp-alist)
20264         (gnus-smiley-file-types): Fix doc strings.
20265         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20266         adding new elements.
20267         (smiley-mouse-map): Unused code.  Make it a comment.
20268
20269 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20270
20271         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20272         scan latest NoCeM messages instead of old ones.
20273         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20274         delimiters that are recently used.
20275         (gnus-nocem-load-cache): Add autoload cookie.
20276
20277         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20278
20279         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20280         level which is larger than gnus-use-nocem is specified.
20281
20282         * gnus-group.el (gnus-group-get-new-news): Ditto.
20283
20284 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20285
20286         * gnus-util.el (gnus-tool-bar-update): New function.
20287
20288         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20289         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20290
20291         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20292
20293         * gnus-group.el (gnus-group-redraw-when-idle)
20294         (gnus-group-redraw-check): Remove.
20295         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20296
20297 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20298
20299         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20300         if optional last element is specified in splits (FIELD VALUE...).
20301
20302 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20303
20304         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20305         to gmm-image-load-path-for-library.  Call with no-error argument.
20306         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20307
20308         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20309
20310         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20311
20312         * gmm-utils.el (gmm-image-load-path): Remove alias.
20313
20314 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20315
20316         * gmm-utils.el (gmm-image-load-path): Add alias.
20317
20318         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20319         nnml-generate-nov-databases-1.
20320         (nnml-generate-nov-databases): Use it.
20321         (nnml-generate-nov-databases-directory): Document no-active
20322         argument.
20323
20324         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20325         directory if path is t.  Add no-error.
20326
20327         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20328         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20329
20330         * gnus-art.el (gnus-article-browse-delete-temp-files):
20331         Simplify resetting gnus-article-browse-html-temp-list.
20332
20333         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20334         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20335         Add example to docstring.  Rename local variables.  Move error
20336         checks to default case in cond and simplify.
20337
20338 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20339
20340         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20341         handle is multipart when calling it recursively.
20342         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20343
20344 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20345
20346         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20347         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20348
20349 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20350
20351         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20352         is loaded.
20353
20354         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20355         loaded.
20356
20357 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20358
20359         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20360         to "Emacs 23 (unicode)" in doc string.
20361
20362         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20363         "Emacs 23 (unicode)" in comment.
20364
20365 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20366
20367         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20368
20369         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20370         characters 160 through 255 in Emacs 23.
20371
20372 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20373
20374         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20375         gnus-article-browse-html-temp.
20376         (gnus-article-browse-delete-temp): Make it customizable.
20377         Add `file'.  Adjust doc string.
20378         (gnus-article-browse-delete-temp-files): Add argument.
20379         Allow query for each file.  Adjust doc string.
20380         (gnus-article-browse-html-parts):
20381         Add `gnus-article-browse-delete-temp-files' to
20382         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20383
20384 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20385
20386         * gnus-art.el (gnus-article-browse-html-temp)
20387         (gnus-article-browse-delete-temp): New variables.
20388         (gnus-article-browse-delete-temp-files): New function.
20389         (gnus-article-browse-html-parts): Use it.
20390
20391 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20392
20393         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20394
20395         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20396         string.
20397
20398         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20399         gnus-summary-insert-new-articles when unplugged.
20400         Remove gnus-summary-search-article-forward.
20401
20402         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20403         display-visual-class instead of display-color-cells.
20404
20405 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20406
20407         * dgnushack.el: Autoload customize-group for XEmacs.
20408
20409         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20410         message/* containing non-ASCII text properly.
20411
20412 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20413
20414         * message.el: Require gmm-utils, remove autoloads.
20415         (message-tool-bar): Set default based on
20416         gmm-tool-bar-style.
20417         (message-tool-bar-gnome): Add gmm-customize-mode.
20418
20419         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20420         gmm-tool-bar-style.
20421         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20422
20423         * gnus-group.el (gnus-group-tool-bar): Set default based on
20424         gmm-tool-bar-style.
20425         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20426
20427         * gmm-utils.el (gmm-image-directory): Rename variable from
20428         gmm-image-load-path.
20429         (gmm-image-load-path): Use gmm-image-directory.
20430         (gmm-customize-mode): New function.
20431         (gmm-tool-bar-style): New variable.
20432
20433         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20434         gnus-group-redraw-line-number.
20435         (gnus-group-redraw-check): Simplify.
20436         (gnus-group-tool-bar-update): Remove redraw check.
20437         (gnus-group-make-tool-bar): Add redraw check.
20438
20439 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20440
20441         * gnus-art.el (gnus-button): Add missing parentheses.
20442
20443 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20444
20445         * lpath.el: Fbind line-number-at-pos.
20446
20447 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20448
20449         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20450
20451 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20452
20453         * gnus-art.el (gnus-button): New face.
20454         (gnus-article-button-face): Use it.
20455
20456         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20457         Add gnus-summary-next-page.  Re-order.
20458
20459         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20460         next-node are now included.
20461         (gnus-group-redraw-line-number): New internal variable.
20462         (gnus-group-redraw-check): Helper function for updating the tool
20463         bar.
20464         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20465
20466         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20467
20468         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20469         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20470         Use it to match format of Spamassassin 3.0 and later.
20471         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20472         (spam-check-bogofilter)
20473         (spam-bogofilter-register-with-bogofilter): Fix args of
20474         `gnus-error' calls.
20475
20476 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20477
20478         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20479         unnecessary interaction when sending queued mails.
20480         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20481
20482 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20483
20484         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20485         first or last are nil.
20486
20487 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20488
20489         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20490
20491 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20492
20493         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20494
20495 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20496
20497         * dns.el (query-dns): Protect more against buggy tcp output.
20498
20499 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20500
20501         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20502         nov.php.
20503
20504 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20505
20506         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20507         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20508         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20509         output on the server side.
20510         (nnweb-google-create-mapping): Update regexps and add some
20511         progress indication.
20512
20513 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20514
20515         * gnus-group.el (gnus-group-tool-bar-gnome):
20516         Fix gnus-agent-toggle-plugged.  Re-order icons.
20517         (gnus-group-tool-bar-gnome):
20518         Add gnus-group-{prev,next}-unread-group.
20519         (gnus-group-tool-bar-gnome): Re-order icons.
20520
20521         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20522         Move gnus-summary-insert-new-articles.
20523
20524         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20525         Fix comments.
20526
20527         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20528         also available in Emacs 21.3.
20529
20530         * message.el (message-fix-before-sending): Change "Emacs 22" to
20531         "Emacs 23 (unicode)" in comment.
20532
20533         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20534         "Emacs 23 (unicode)" in comment.
20535
20536         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20537         comment.
20538         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20539
20540         * mm-view.el (mm-fill-flowed): Add :version.
20541
20542 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20543
20544         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20545         and load-path.
20546
20547 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20548
20549         * message.el: Autoload gmm-image-load-path.
20550         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20551         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20552         consitency.
20553
20554         * gmm-utils.el (gmm-image-load-path): Also search in
20555         "../etc/images".  Don't set gmm-image-load-path if we don't find
20556         the image.
20557
20558 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20559
20560         * gmm-utils.el (gmm-image-load-path): Don't make
20561         `gmm-image-load-path' include subdirectories which the second arg
20562         `image' might specify.
20563
20564         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20565         subdirectory to icon file names.
20566
20567         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20568
20569 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20570
20571         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20572         gmm-image-load-path calls.
20573
20574         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20575
20576         * message.el (message-make-tool-bar): Ditto.
20577
20578         * mml.el (mml-preview): Add comment concerning tool bar icons.
20579
20580         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20581         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20582
20583         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20584         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20585
20586         * message.el (message-tool-bar-gnome): Use new icon names.
20587         (message-make-tool-bar): Use `gmm-image-load-path'.
20588
20589         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20590         New functions from MH-E.
20591         (gmm-image-load-path): New variable from MH-E.
20592         (gmm-image-load-path): New function from MH-E.  Add arguments
20593         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20594         *-image-load-path-called-flag.
20595
20596 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20597
20598         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20599
20600 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20601
20602         * nnimap.el (nnimap-request-move-article): Change folder back to
20603         source group before deleting.
20604
20605 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20606
20607         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20608
20609         * gnus-art.el (mm-url-insert-file-contents-external):
20610         Autoload mm-url.
20611
20612         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20613
20614 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20615
20616         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20617         coding system which mm-charset-to-coding-system returns for a
20618         given charset is valid.
20619
20620 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20621
20622         * html2text.el (html2text-remove-tag-list):
20623         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20624
20625 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20626
20627         * gnus-cus.el: Revert 2005-10-17 change.
20628
20629 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20630
20631         * gnus-art.el (article-strip-banner):
20632         Call article-really-strip-banner only when the regexp match is made.
20633
20634 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20635
20636         * gnus-art.el (article-strip-banner):
20637         Use gnus-extract-address-components instead of
20638         mail-header-parse-addresses to make it work with non-ASCII text;
20639         remove mail-encode-encoded-word-string.
20640
20641         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20642         values which are surrounded with \"...\"; make it never cause a
20643         Lisp error; give up parsing of parameters if it failed in
20644         extracting type.
20645
20646 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20647
20648         * smime.el (smime-cert-by-ldap-1): Fix bug where
20649         `smime-ldap-search' returns results without userCertificates.
20650
20651 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20652
20653         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20654
20655 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20656
20657         * spam.el (spam-check-spamassassin-headers): Adapt format for
20658         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20659         <ari@mbf.ocn.ne.jp>.
20660         (spam-list-of-processors): Add spam-use-gmane.
20661
20662 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20663
20664         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20665         make-temp-file; make it work with XEmacs as well.
20666
20667         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20668         mm-make-temp-file.
20669
20670         * mm-decode.el (mm-display-external): Use the 3rd arg of
20671         mm-make-temp-file.
20672         (mm-create-image-xemacs): Ditto.
20673
20674 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20675
20676         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20677         with message-narrow-to-headers.
20678         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20679         (gnus-draft-check-draft-articles): New function.
20680         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20681
20682 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20683
20684         * gnus-art.el (gnus-article-browse-html-parts):
20685         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20686         Don't use suffix argument for mm-make-temp-file for Emacs 21
20687         compatibility.  Remove useless `format'.
20688
20689 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20690
20691         * nnweb.el (nnweb-google-wash-article): Update regexps.
20692         (nnweb-group-alist): Use defvoo instead of defvar.
20693
20694 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20695
20696         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20697         re-loading nn* modules.
20698
20699 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20700
20701         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20702         for `tool-bar-mode' and don't check it's default-value.
20703
20704         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20705
20706         * message.el (message-make-tool-bar): Ditto.
20707
20708         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20709         `substring'.  Shorten tmp-file name.
20710
20711         * gnus.el: Remove bogus comment.
20712
20713 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20714
20715         * gnus-art.el (gnus-article-browse-html-parts): New function.
20716         (gnus-article-browse-html-article): New function for viewing html
20717         articles with a browser.
20718
20719 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20720
20721         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20722         in elisp.
20723         (pgg-gpg-encrypt-symmetric-region): Ditto.
20724         (pgg-gpg-sign-region): Ditto.
20725
20726         * pgg-def.el (pgg-text-mode): New variable.
20727
20728         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20729         (mml2015-pgg-encrypt): Ditto.
20730
20731         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20732         (mml1991-pgg-encrypt): Ditto.
20733
20734 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20735
20736         * nnfolder.el (nnfolder-insert-newsgroup-line):
20737         Use message-make-date instead of current-time-string.
20738
20739         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20740         to gnus-decoded which mm-uu might set.
20741
20742 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20743
20744         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20745         don't decode quoted parameters; remove misimported Emacs code.
20746         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20747         (rfc2231-decode-encoded-string): Don't use split-string which
20748         behaves differently according to Emacs version; use
20749         mm-decode-coding-region to convert charset to coding-system.
20750         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20751         (rfc2231-encode-string): Remove misimported Emacs code.
20752
20753 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20754
20755         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20756         when calling mail-header-parse-content-type.
20757         (article-de-quoted-unreadable): Ditto.
20758         (article-de-base64-unreadable): Ditto.
20759         (article-wash-html): Ditto.
20760
20761         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20762         calling mail-header-parse-content-type and
20763         mail-header-parse-content-disposition.
20764         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20765         mail-header-parse-content-type.
20766
20767         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20768         insert charset and format parameters; encode description after
20769         inserting it to buffer.
20770         (mml-insert-parameter): Fold lines properly even if a parameter is
20771         segmented into two or more lines; change the max column to 76.
20772
20773         * rfc1843.el (rfc1843-decode-article-body): Don't use
20774         ignore-errors when calling mail-header-parse-content-type.
20775
20776         * rfc2231.el (rfc2231-parse-string): Return at least type if
20777         possible; don't cause an error even if it fails in parsing of
20778         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20779         (rfc2231-encode-string): Don't break lines at the beginning, leave
20780         it to mml-insert-parameter.
20781
20782         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20783         calling mail-header-parse-content-type.
20784
20785 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20786
20787         * spam-report.el (spam-report-gmane-use-article-number):
20788         Improve doc string.
20789         (spam-report-gmane-internal): Check if a suitable header was found
20790         in the article.
20791
20792 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20793
20794         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20795         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20796
20797 2006-02-05  Romain Francoise  <romain@orebokech.com>
20798
20799         Update copyright notices of all files in the gnus directory.
20800
20801 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20802
20803         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20804
20805 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20806
20807         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20808         segmented lines of parameter value to cope with Thunderbird 1.5
20809         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20810         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20811         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20812
20813 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20814
20815         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20816         parts.
20817
20818 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20819
20820         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20821         there's only one active file for all servers.
20822         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20823         solid groups.  Gnus might have used a FAST request to select the group.
20824         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20825         and nnweb-search redundantly in the active file.
20826         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20827         (nnweb-request-create-group): Don't use ARGS.
20828         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20829         initializations.  Let nnoo do the work.
20830
20831 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20832
20833         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20834         Say the part has been decoded.
20835
20836         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20837
20838 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20839
20840         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20841         mailcap-viewer-test-cache when there's no 'test clause, since that
20842         will invert the meaning of a "nil" test previously determined by
20843         mailcap-mailcap-entry-passes-test.
20844
20845 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20846
20847         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20848         compiling.
20849
20850         * gnus-sum.el: Ditto.
20851
20852         * message.el: Don't bind tool-bar-map when compiling.
20853
20854 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20855
20856         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20857
20858 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20859
20860         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20861         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20862         current Google Groups.
20863
20864 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20865
20866         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20867         and tool-bar-mode.
20868
20869         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20870         and tool-bar-mode.
20871
20872         * message.el (message-tool-bar-update): Simplify.
20873         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20874
20875         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20876         gnus-summary-buffer.
20877         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20878         gnus-summary-reply.
20879
20880         * gmm-utils.el (gmm): Add :version.
20881
20882 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20883
20884         * Makefile.in (clean): New rule.
20885         (distclean): Use it.
20886
20887 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20888
20889         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20890         Don't autoload.
20891
20892 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20893
20894         * gmm-utils.el (gmm-verbose): Add :group.
20895
20896 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20897
20898         * message.el: Change some comments WRT tool-bars.
20899
20900         * gnus-sum.el (gnus-summary-tool-bar)
20901         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20902         (gnus-summary-tool-bar-zap-list): New variables.
20903         (gnus-summary-make-tool-bar): Complete rewrite using
20904         `gmm-tool-bar-from-list'.
20905
20906         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20907         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20908         New variables.
20909         (gnus-group-make-tool-bar): Complete rewrite using
20910         `gmm-tool-bar-from-list'.
20911         (gnus-group-tool-bar-update): New function.
20912
20913         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20914
20915 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20916
20917         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20918         is dissected into a single part of which the type is the same as
20919         the given one; decode charset.
20920
20921 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20922
20923         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20924         into alists as symbol not string, since that's what
20925         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20926         look for.
20927
20928 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20929
20930         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20931         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20932
20933         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20934
20935 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20936
20937         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20938         (gnus-xmas-mime-security-button-menu): New function.
20939
20940         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20941         (gnus-mime-security-button-menu): New definition.
20942         (gnus-mime-security-button-map): Use them.
20943         (gnus-mime-security-button-menu): New function.
20944         (gnus-insert-mime-security-button): Addition to help echo.
20945         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20946         (gnus-mime-security-pipe-part): New functions.
20947
20948         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20949         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20950
20951         * mm-decode.el (mm-handle-set-disposition): Remove.
20952         (mm-handle-set-description): Remove.
20953
20954 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20955
20956         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20957         (mm-w3m-standalone-supports-m17n-p): New function.
20958         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20959         w3m usage.
20960
20961         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20962         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20963
20964 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20965
20966         * message.el (message-tool-bar-zap-list):
20967         Use gmm-tool-bar-zap-list as custom type.
20968         (message-tool-bar-update): New function.
20969         (message-tool-bar, message-tool-bar-gnome)
20970         (message-tool-bar-retro): Add message-tool-bar-update.
20971         (message-tool-bar-gnome): Add flyspell-buffer.
20972
20973         * gnus-util.el (gnus-error): Describe `args'.
20974
20975         * gmm-utils.el (gmm-error): Describe `args'.
20976         (gmm-tool-bar-zap-list): New widget.
20977         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20978
20979 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20980
20981         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20982         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
20983         the number of recursive calls.
20984
20985         * mm-decode.el (mm-handle-set-disposition): New macro.
20986         (mm-handle-set-description): New macro.
20987
20988 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20989
20990         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
20991         encoding.
20992
20993 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
20994
20995         * message.el (message-tool-bar-zap-list, message-tool-bar)
20996         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
20997         (message-tool-bar-local-item-from-menu): Remove.
20998         (message-tool-bar-map): Replace by `message-make-tool-bar'.
20999         (message-make-tool-bar): New function.
21000         (message-mode): Use `message-make-tool-bar'.
21001
21002         * gmm-utils.el: New file.
21003         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21004         (gmm-lazy): New widget copied from `nnmail.el'.
21005         (gmm-tool-bar-from-list): New function for creating customizable
21006         tool bars.
21007         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21008         output.
21009         (gmm): Add :prefix to defgroup.
21010
21011 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21012
21013         * gmm-utils.el (gmm-widget-p): New function.
21014
21015 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21016
21017         * mml.el (mml-attach-file): Describe `description' in doc string.
21018         (mml-menu): Add Emacs MIME manual and PGG manual.
21019
21020 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21021
21022         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21023
21024 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21025
21026         * nntp.el (nntp-end-of-line): Doc fix.
21027
21028 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21029
21030         * imap.el (imap-open): Handle case where buffer is a buffer
21031         object.
21032
21033 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21034
21035         * gnus-delay.el (gnus-delay): Don't autoload.
21036         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21037         to be re-loaded when customizing the `gnus-delay' group.
21038
21039 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21040
21041         * message.el (message-insert-citation-line): Use newlines.
21042
21043 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21044
21045         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21046         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21047         these routines, so the passphrase can be managed externally and
21048         passed in to the system.
21049         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21050         pgg-add-passphrase-to-cache function.
21051
21052         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21053         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21054         these routines, so the passphrase can be managed externally and
21055         passed in to the system.
21056         (pgg-pgp5-sign-region): Use new name of
21057         pgg-add-passphrase-to-cache function.
21058
21059 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21060
21061         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21062         part of the decoded armor to find the key-identifier.
21063         (pgg-gpg-lookup-key-owner): New function to return the
21064         human-readable identifier of a key owner.
21065         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21066         itself.
21067         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21068         the key value) if we have a key and can match it against a secret
21069         key.  Also, added a note pointing out fact that the prompt only
21070         indicates the first matching key.
21071
21072         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21073         pgg-decrypt-region.
21074         (pgg-add-passphrase-to-cache): Rename from
21075         `pgg-add-passphrase-cache' to reduce confusion (all callers
21076         changed).
21077         (pgg-remove-passphrase-from-cache): Rename from
21078         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21079         changed).
21080         (pgg-read-passphrase, pgg-add-passphrase-cache)
21081         (pgg-remove-passphrase-cache): Add informative docstrings.
21082         (pgg-decrypt): Convey provided passphrase in subordinate call to
21083         pgg-decrypt-region.
21084
21085 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21086
21087         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21088         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21089         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21090         'passphrase' argument, so the passphrase can be managed externally
21091         and then passed in to the system.
21092
21093         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21094         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21095         so the passphrase cache can be used reliably with identifiers
21096         besides a pgp packet's key id.
21097
21098         * pgg-gpg.el (pgg-gpg-encrypt-region)
21099         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21100         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21101         these routines, so the passphrase can be managed externally and
21102         passed in to the system.
21103
21104         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21105         'notruncate' argument, so the passphrase cache can be used
21106         reliably with identifiers besides a pgp packet's key id.
21107
21108 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21109
21110         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21111         symmetric encryption.
21112         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21113         encrypted session key.
21114         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21115         message ask for the passphrase in a proper way.
21116
21117         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21118         New user commands for symmetric encryption.
21119
21120 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21121
21122         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21123
21124         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21125
21126 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21127
21128         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21129
21130 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21131
21132         * mm-decode.el (mm-inlined-types): Add application/pgp.
21133         (mm-automatic-display): Ditto.
21134
21135         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21136         part as text.
21137
21138 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21139
21140         * nnrss.el: Update copyright.
21141         (nnrss-opml-import): Query whether to subscribe to each entry.
21142
21143         * gnus-art.el:
21144         * gnus-sum.el:
21145         * gnus-xmas.el:
21146         * messagexmas.el:
21147         * mm-uu.el:
21148         * mm-view.el: Update copyright.
21149
21150 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21151
21152         * message.el (message-info): New function.
21153         (message-mode-menu): Add it.
21154         Update copyright.
21155
21156         * ChangeLog: Fix and update copyright.
21157
21158 2006-01-13  Romain Francoise  <romain@orebokech.com>
21159
21160         * message.el (message-forward-subject-name-subject): Prefer the
21161         address to 'nowhere' if the sender has no name.
21162         Fix typo.  Update copyright year.
21163
21164 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21165
21166         * gnus-art.el (article-wash-html):
21167         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21168         (gnus-article-wash-html-with-w3m-standalone): New function.
21169
21170         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21171         mm-inline-text-html-render-with-w3m-standalone.
21172         (mm-text-html-washer-alist): Map w3m-standalone to
21173         gnus-article-wash-html-with-w3m-standalone.
21174         (mm-inline-text-html-render-with-w3m-standalone): New function.
21175
21176 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21177
21178         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21179         Improve LaTeX.
21180
21181 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21182
21183         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21184         (nnrss-request-article): Render text/plain parts as HTML.
21185
21186         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21187         the buffer.
21188
21189 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21190
21191         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21192         custom definition of `gnus-posting-styles'.
21193
21194         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21195         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21196
21197 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21198
21199         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21200         Use nntp for bug archive.
21201
21202 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21203
21204         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21205         parts.
21206         (nnrss-normalize-date): New function converts ISO 8601 date into
21207         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21208         (nnrss-check-group): Use it.
21209
21210 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21211
21212         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21213
21214         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21215         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21216         (nnrss-insert-w3): Ditto.
21217
21218 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21219
21220         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21221         the articles to be forwarded including the case where neither a
21222         number of articles nor a region is specified.
21223
21224 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21225
21226         * nnrss.el (nnrss-request-article): Fix last change; fill
21227         text/plain parts.
21228
21229 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21230
21231         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21232         in text/plain part.
21233         (nnrss-check-group): Don't add excessive newline to dc:subject.
21234
21235 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21236
21237         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21238         article.
21239
21240 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21241
21242         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21243         (nnml-use-compressed-files, nnml-save-mail): Support other
21244         comression programs such as bzip2.
21245
21246 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21247
21248         * dns.el (query-dns): Make sure we check the buffer size before
21249         removing tcp headers.
21250
21251 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21252
21253         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21254         remove MIME buttons associated with multipart/alternative parts.
21255         (gnus-mime-display-alternative): Tag buttons using `article-type'
21256         text property.
21257
21258         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21259         associated with multipart/alternative parts.
21260
21261         * gnus-art.el (gnus-signature-separator): Fix custom type.
21262
21263         * mm-decode.el (mm-inlined-types): Fix custom type.
21264         (mm-keep-viewer-alive-types): Ditto.
21265         (mm-automatic-display): Ditto.
21266         (mm-attachment-override-types): Ditto.
21267         (mm-inline-override-types): Ditto.
21268         (mm-automatic-external-display): Ditto.
21269
21270 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21271
21272         * spam-report.el (spam-report-user-mail-address)
21273         (spam-report-user-agent): New variables.
21274         (spam-report-url-ping-plain): Use spam-report-user-agent.
21275
21276 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21277
21278         * gnus-art.el (gnus-button-handle-custom): Do not just use
21279         `customize-apropos' for any "M-x customize-*" button but the
21280         function called for.  Accept both the function name and its
21281         argument in order to achieve this.
21282         (gnus-button-alist): Remove support for "custom:" URL's.
21283         Pass function name to `gnus-button-handle-custom' in case of "M-x
21284         customize-*" buttons.
21285
21286 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21287
21288         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21289         multipart/alternative and add xref to mm-discouraged-alternatives
21290         in doc string.
21291
21292         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21293         gnus-buttonized-mime-types in doc string.
21294
21295 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21296
21297         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21298         Suggest image/.* in the doc string.
21299
21300 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21301
21302         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21303         message-marks (Debian bug#342521).
21304
21305 2005-12-12  Simon Josefsson  <jas@extundo.com>
21306
21307         * password.el (password-read-from-cache): Add.
21308         (password-read): Use it.
21309
21310 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21311
21312         * rfc2047.el (rfc2047-charset-to-coding-system):
21313         Recognize us-ascii as a MIME charset.
21314
21315         * mm-bodies.el (mm-decode-content-transfer-encoding):
21316         Protect against the case where the 2nd arg TYPE is nil.
21317
21318 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21319
21320         * pop3.el (pop3-stream-type): Fix custom version.
21321
21322         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21323
21324 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21325
21326         * mm-decode.el (mm-display-external): Add missing cdr.
21327
21328 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21329
21330         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21331         RFC1524) if it is in mailcap or add a suffix according to
21332         mailcap-mime-extensions when generating a temp filename; postpone
21333         deleting a temp file for 2 seconds for some wrappers, shell
21334         scripts, and so on, which might exit right after having started a
21335         viewer command as a background job.
21336
21337 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21338
21339         * nntp.el (nntp-marks-directory): Fix custom group.
21340
21341         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21342         steps when < 10.
21343
21344         * gnus-start.el (gnus-no-server-1):
21345         Mention `gnus-level-default-subscribed' in doc string.
21346
21347 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21348
21349         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21350         parens.
21351
21352 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21353
21354         * gnus-xmas.el (gnus-use-toolbar): Revert.
21355         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21356         gnus-use-toolbar is default.
21357
21358         * messagexmas.el (message-use-toolbar): Revert.
21359         (message-setup-toolbar): Use global default-toolbar if
21360         message-use-toolbar is default.
21361
21362 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21363
21364         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21365         according to default-toolbar-visible-p.
21366
21367         * messagexmas.el (message-use-toolbar): Ditto.
21368
21369 2005-11-26  Dave Love  <fx@gnu.org>
21370
21371         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21372         (tls-program, tls-success): Provide openssl alternative.
21373
21374         * starttls.el: Doc fixes.
21375         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21376         SERVICE to PORT.
21377
21378         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21379         port null or service name.
21380         (starttls-negotiate): Autoload.
21381
21382 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21383
21384         * message.el (message-kill-to-signature): Fix interactive spec.
21385
21386 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21387
21388         * pop3.el (pop3-open-server): Recognize a string as a service name.
21389
21390 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21391
21392         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21393
21394 2005-11-23  Dave Love  <fx@gnu.org>
21395
21396         Add pop3s, pop3/starttls.
21397
21398         * pop3.el (pop3-authentication-scheme): Clarify doc.
21399         (open-tls-stream, starttls-open-stream): Autoload.
21400         (pop3-stream-type): New.
21401         (pop3-open-server): Use it.
21402
21403         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21404         for POP.
21405         (mail-source-keyword-map): Add :stream for POP.
21406         (mail-source-fetch-pop): Use pop3-stream-type.
21407
21408 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21409
21410         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21411         of current-time-string.
21412
21413 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21414
21415         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21416         date header.
21417
21418 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21419
21420         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21421         it can seriously impact performance as it bypasses the agent's
21422         local caches.
21423
21424 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21425
21426         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21427         must be explicitly online rather than "not explicitly offline" for
21428         its flags to be synchronized.
21429
21430         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21431         that gnus-uu-unmark-thread will function correctly.
21432
21433         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21434         1024K is instead displayed as 1M.
21435
21436 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21437
21438         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21439
21440 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21441
21442         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21443
21444 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21445
21446         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21447         error message to display actual error condition.
21448         (gnus-agent-save-local): Avoid saving symbols that are bound to
21449         nil as they simply result in a warning message in
21450         gnus-agent-read-local.
21451
21452 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21453
21454         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21455         rather than make-variable-buffer-local for file-precious-flag.
21456
21457 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21458
21459         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21460         for duplicates which are removed.  The invalid sort check then
21461         triggers a rescan after the sort as sorting may have moved
21462         duplicate entries such that they can be cheaply detected.
21463
21464 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21465
21466         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21467
21468 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21469
21470         * gnus-agent.el (gnus-agent-article-alist-save-format):
21471         Change internal variable to a custom variable.  Change default value
21472         from compressed(2) to uncompressed(1).
21473         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21474         support for uncompressed agentview files.  Taken together, reading
21475         the agentview file should now be 6-7 times faster.
21476
21477 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21478
21479         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21480         as a buffer-local variable.  This avoids creating truncated
21481         dribble files as a result of a hang up, eg.
21482
21483 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21484
21485         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21486         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21487         XEmacs.
21488
21489 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21490
21491         * gnus-start.el (gnus-start-draft-setup):
21492         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21493
21494         * gnus.el (gnus-splash): Change custom group.
21495         (gnus-group-get-parameter, gnus-group-parameter-value):
21496         Describe allow-list argument.
21497
21498         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21499         string.
21500
21501 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21502
21503         * gnus-art.el (gnus-default-article-saver): Add user-defined
21504         `function' to custom type.
21505
21506 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21507
21508         * imap.el (imap-open): Handle case where buffer is a buffer
21509         object.
21510
21511 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21512
21513         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21514         long lines.
21515         (gnus-cache-delete-group): Wrap doc strings.
21516
21517         * gnus-agent.el (gnus-agent-rename-group)
21518         (gnus-agent-delete-group): Wrap doc strings.
21519
21520 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21521
21522         * messagexmas.el (message-use-toolbar): Change the valid values
21523         into default, top, bottom, left, and right.
21524         (message-toolbar-thickness): New variable.
21525         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21526         well.
21527         (message-setup-toolbar): Make it work.
21528
21529         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21530         (gnus-use-toolbar): Change the valid values into default, top,
21531         bottom, left, and right.
21532         (gnus-toolbar-thickness): New variable.
21533         (gnus-xmas-setup-toolbar): New function.
21534         (gnus-xmas-setup-group-toolbar): Use it.
21535         (gnus-xmas-setup-summary-toolbar): Use it.
21536
21537 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21538
21539         * gnus-start.el (gnus-1): Add "native" to
21540         gnus-predefined-server-alist.
21541
21542         * gnus.el (gnus-method-to-server): Don't add "native" to the
21543         lists here, because that leads to problems when
21544         gnus-select-method is bound.
21545
21546 2005-11-09  Simon Josefsson  <jas@extundo.com>
21547
21548         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21549         use (not sort-by-date) instead.
21550
21551 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21552
21553         * gnus-delay.el (gnus-delay-group): Don't autoload.
21554         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21555         to be re-loaded when customizing the `gnus-delay' group.
21556
21557 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21558
21559         * message.el: Revert last changes.
21560         (message-insert-citation-line): Use newlines.
21561
21562 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21563
21564         * message.el (message-courtesy-message)
21565         (message-mark-insert-begin, message-mark-insert-end)
21566         (message-elide-ellipsis, message-cancel-message)
21567         (message-add-header, message-change-subject)
21568         (message-cross-post-followup-to-header)
21569         (message-cross-post-insert-note, message-reduce-to-to-cc)
21570         (message-widen-reply, message-delete-not-region)
21571         (message-kill-to-signature, message-insert-signature)
21572         (message-insert-importance-high, message-insert-importance-low)
21573         (message-insert-or-toggle-importance)
21574         (message-insert-disposition-notification-to)
21575         (message-indent-citation, message-yank-original)
21576         (message-cite-original-without-signature, message-cite-original)
21577         (message-insert-citation-line, message-position-on-field)
21578         (message-fix-before-sending, message-send-mail-partially)
21579         (message-send-mail, message-send-mail-with-sendmail)
21580         (message-send-mail-with-qmail, message-send-news)
21581         (message-check-news-header-syntax, message-generate-headers)
21582         (message-insert-courtesy-copy, message-fill-address)
21583         (message-fill-header, message-shorten-references)
21584         (message-setup-1, message-cancel-news)
21585         (message-forward-make-body-plain, message-forward-make-body-mime)
21586         (message-forward-make-body-mml, message-encode-message-body)
21587         (message-forward-make-body-digest-plain)
21588         (message-forward-make-body-digest-mime)
21589         (message-use-alternative-email-as-from): Insert `hard-newline'
21590         instead of ordinary newlines.
21591
21592 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21593
21594         * message.el (message-generate-headers): Downcase the argument
21595         given to message-check-element.
21596
21597 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21598
21599         * nntp.el (nntp-authinfo-rejected): New error condition.
21600         (nntp-wait-for): Use new error condition to signal authentication
21601         error.
21602         (nntp-retrieve-data): Rethrow new error condition to break out of
21603         recursive call to nntp-send-authinfo.
21604
21605 2005-11-08  Romain Francoise  <romain@orebokech.com>
21606
21607         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21608         (gnus-summary-exit-map): Bind to `Z p'.
21609         (gnus-summary-make-menu-bar): Add menu item.
21610
21611 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21612
21613         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21614         (gnus-treat-*): Add `first' in all doc strings.
21615
21616         * gnus-group.el (gnus-group-compact-group): Fix typo.
21617
21618 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21619
21620         * gnus.el (gnus-parameters-case-fold-search): New variable.
21621         (gnus-parameters-get-parameter): Use it.
21622
21623         * gnus-score.el (gnus-home-score-file): Doc fix.
21624
21625 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21626
21627         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21628
21629 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21630
21631         * mm-util.el (mm-special-display-p): New function.
21632
21633         * mml.el (mml-preview): Use it; doc fix.
21634
21635 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21636
21637         * imap.el (imap-open): Handle case where buffer is a buffer object.
21638
21639 2005-10-29  Romain Francoise  <romain@orebokech.com>
21640
21641         * message.el (message-fix-before-sending): Fix comment.
21642
21643 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21644
21645         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21646
21647 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21648
21649         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21650         Used in gnus-score.el.
21651
21652 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21653
21654         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21655
21656 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21657
21658         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21659         whitespace removed in revision 7.8.  Use concatenated string to
21660         protect trailing whitespace.
21661
21662 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21663
21664         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21665         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21666         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21667         Courier IMAP ("some version from 2004").  Mostly based on similar
21668         code in the same function.
21669
21670 2005-10-26  Didier Verna  <didier@xemacs.org>
21671
21672         * gnus-group.el (gnus-group-compact-group): Invalidate original
21673         article buffer.
21674         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21675         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21676         NOV database and in article itself.
21677         Invalidate article backlog.
21678
21679 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21680
21681         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21682
21683 2005-10-26  Simon Josefsson  <jas@extundo.com>
21684
21685         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21686         part of 2004-07-25 change.
21687
21688 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21689
21690         * message.el (message-display-completion-list): New function.
21691         (message-expand-group): Use it; make sure the Completions buffer
21692         is modifiable.
21693 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21694
21695         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21696         user-mail-name is an empty string.
21697
21698 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21699
21700         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21701         depending on gnus-score-decay-constant.
21702
21703         * encrypt.el (encrypt-insert-file-contents)
21704         (encrypt-write-file-contents): Don't use `gnus-message'.
21705
21706         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21707         arguments.
21708         (mm-uu-type-alist): Add message-marks and insert-marks.
21709         Pass arguments to mm-uu-verbatim-marks-extract.
21710         (mm-uu-hide-markers): New variable.
21711         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21712
21713         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21714         (gnus-convert-image-to-face-command): Use "convert" by default to
21715         allow other input image formats.
21716         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21717         accordingly.
21718
21719 2005-10-23  Simon Josefsson  <jas@extundo.com>
21720
21721         * imap.el (imap-gssapi-program): Align command line parameters
21722         with latest GNU SASL.
21723         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21724
21725 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21726
21727         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21728         HTML.
21729         (nnslashdot-request-article): Ditto.
21730
21731         * lpath.el (featurep): Add nobreak-char-display.
21732
21733 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21734
21735         * mail-source.el (mail-source-fetch-pop): Require pop3.
21736         (mail-source-check-pop): Ditto.
21737
21738 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21739
21740         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21741         errors.
21742
21743 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21744
21745         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21746         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21747
21748         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21749
21750         * mm-bodies.el (mm-decode-string):
21751         Call `mm-charset-to-coding-system' with allow-override argument.
21752
21753 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21754
21755         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21756         (rfc2047-charset-to-coding-system): New function.
21757         (rfc2047-decode-encoded-words): New function.
21758         (rfc2047-decode-region): Use them.
21759         (rfc2047-decode-cte): Remove.
21760         (rfc2047-parse-and-decode): Remove.
21761         (rfc2047-decode): Remove.
21762
21763 2005-10-15  Kenichi Handa  <handa@m17n.org>
21764
21765         * rfc2047.el (rfc2047-decode-cte): New function.
21766         (rfc2047-decode-region): Change the way to decode successive
21767         encoded-words: decode B- or Q-encoding in each encoded-word,
21768         concatenate them, and decode it as charset.
21769
21770 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21771
21772         * lpath.el: Fbind codepage-setup for XEmacs.
21773
21774 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21775
21776         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21777         widget-move-and-invoke.
21778         (gnus-custom-mode): Use gnus-custom-map.
21779
21780 2005-10-15  Bill Wohler  <wohler@newt.com>
21781
21782         * message.el (message-tool-bar-map): Rename image file from
21783         mail_send to mail/send.
21784
21785 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21786
21787         * message.el (message-expand-group): Pass the common
21788         prefix substring of completion to `display-completion-list'.
21789
21790 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21791
21792         * mml-sec.el (mml-secure-method): New internal variable.
21793         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21794         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21795         New functions using mml-secure-method.
21796
21797         * mml.el (mml-mode-map): Add key bindings for those functions.
21798         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21799         Harder <harder@myrealbox.com>.
21800         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21801         Goto end of message if point is the headers of the message.
21802
21803         * message.el (message-in-body-p): New function.
21804
21805         * assistant.el: Autoload gnus-util and netrc.
21806
21807         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21808         Use `mm-charset-override-alist' only when decoding.
21809
21810         * mm-bodies.el (mm-decode-body):
21811         Call `mm-charset-to-coding-system' with allow-override argument.
21812
21813         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21814         `filename' from Content-Disposition if Content-Type doesn't
21815         provide `name'.
21816         (gnus-mime-view-part-as-type): Set default instead of
21817         initial-input.
21818
21819 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21820
21821         * format-spec.el (format-spec): Propagate text properties of % spec.
21822
21823 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21824
21825         * gnus-art.el (gnus-treat-predicate): Add `first'.
21826
21827 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21828
21829         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21830         (mm-charset-override-alist): New variable.
21831         (mm-charset-to-coding-system): Use it.
21832         (mm-codepage-setup): New helper function.
21833         (mm-charset-eval-alist): New variable.
21834         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21835         Warn about unknown charsets.
21836
21837         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21838
21839 2005-10-04  David Hansen  <david.hansen@gmx.net>
21840
21841         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21842         (nnrss-check-group): Ditto.
21843
21844 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21845
21846         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21847         Rename x-gnus-verbatim to x-verbatim.
21848         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21849
21850         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21851         x-verbatim.
21852
21853         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21854
21855         * gnus-util.el (gnus-remove-duplicates): Remove.
21856
21857         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21858         instead of gnus-remove-duplicates.
21859
21860         * message.el (message-remove-duplicates): Remove.
21861         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21862         message-remove-duplicates.
21863
21864         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21865         available, else use implementation from `delete-dups'.
21866
21867         * message.el (message-insert-expires): New function.
21868         (message-mode-map): Add key binding.
21869         (message-mode-field-menu): Add menu entry.
21870         (message-mode): Document it.
21871         (message-make-expires-date): Use `message-make-date'.
21872
21873 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21874
21875         * message.el (message-make-expires-date): New function.
21876
21877 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21878
21879         * Makefile.in (list-installed-shadows): New entry.
21880         (install): Use it.
21881         (remove-installed-shadows): New entry.
21882
21883         * dgnushack.el (dgnushack-default-load-path): New variable.
21884         (dgnushack-find-lisp-shadows): New function.
21885         (dgnushack-remove-lisp-shadows): New function.
21886
21887 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21888
21889         * Makefile.in (install-el-elc): New entry.
21890         (install): Use it so that .el files are necessarily installed.
21891
21892 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21893
21894         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21895
21896 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21897
21898         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21899         function rather than the diff-mode.el package.
21900         (mm-display-external): Use with-current-buffer.
21901         (mm-viewer-completion-map, mm-viewer-completion-map):
21902         Move initialization inside declaration.
21903
21904 2005-09-29  Simon Josefsson  <jas@extundo.com>
21905
21906         * spam.el: Load hashcash when compiling, to avoid warnings.
21907         Don't autoload mail-check-payment.
21908         (spam-check-hashcash): Define unconditionally, since hashcash.el
21909         is part of Gnus now.  Ignore errors from payment checking.
21910
21911 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21912
21913         * message.el (message-bold-region, message-unbold-region):
21914         Rename from `bold-region' and `unbold-region'.
21915
21916         * message.el: Remove useless autoloads.
21917
21918 2005-09-28  Simon Josefsson  <jas@extundo.com>
21919
21920         * message.el (message-use-idna): Default to t.
21921         (message-use-idna): Test whether encoding works too.  Doc fix.
21922
21923 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21924
21925         * nntp.el (nntp-warn-about-losing-connection): Remove.
21926
21927 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21928
21929         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21930         customizable.  Change default value.
21931         (mm-uu-diff-groups-regexp): Change default value.
21932         (mm-uu-type-alist): Add doc string.
21933         (mm-uu-configure): Add doc string.  Make it interactive.
21934         (mm-uu-tex-groups-regexp): New variable.
21935         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21936         (mm-uu-type-alist): Add LaTeX documents.
21937         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21938         of "text/verbatim".
21939         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21940
21941         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21942         instead of "text/verbatim".
21943
21944         * message.el (message-mark-inserted-region)
21945         (message-mark-insert-file): Use slrn style marks when called with
21946         prefix argument.
21947
21948 2005-09-27  Simon Josefsson  <jas@extundo.com>
21949
21950         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21951
21952 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21953
21954         * message.el (message-remove-duplicates): New function.
21955         Implementation borrowed from `gnus-remove-duplicates'.
21956         (message-idna-to-ascii-rhs): Also encode idna addresses in
21957         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21958         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21959         only ask about the same idna domain once per header and also tell
21960         in what header to replace the idna domain.
21961
21962         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21963         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21964         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21965         a header is decoded and not just the last one.
21966
21967 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21968
21969         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21970         has been decoded.
21971
21972         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21973         (mm-insert-part): Don't modify text if it has been decoded.
21974
21975         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21976         decoded.
21977
21978         * mm-view.el (mm-inline-text): Don't strip text props unless
21979         decoding enriched or richtext parts.
21980
21981 2005-09-25  Romain Francoise  <romain@orebokech.com>
21982
21983         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
21984         * gnus-start.el (gnus-subscribe-interactively):
21985         * gnus-uu.el (gnus-uu-grab-articles):
21986         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
21987         space.
21988
21989 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21990
21991         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
21992         * mm-view.el (mm-view-pkcs7-decrypt):
21993         * gnus-sum.el (gnus-summary-limit-to-extra)
21994         (gnus-summary-respool-article, gnus-read-move-group-name):
21995         * gnus-score.el (gnus-summary-increase-score):
21996         * gnus-util.el (gnus-completing-read-with-default):
21997         * gnus-art.el (gnus-read-save-file-name)
21998         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
21999         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22000         * message.el (message-check-news-header-syntax):
22001         Follow convention for reading with the minibuffer.
22002
22003 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22004
22005         * spam-report.el (spam-report-url-ping-plain):
22006         Use gnus-extended-version as User-Agent.
22007
22008         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22009         default value is nil.
22010
22011         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22012         (mm-uu-verbatim-marks-extract): New function.
22013         (mm-uu-extract): New face.
22014         (mm-uu-copy-to-buffer): Use it.
22015
22016         * spam-report.el (spam-report-gmane-ham): Rename from
22017         `spam-report-gmane-unspam'.
22018         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22019         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22020
22021         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22022         Autoload.
22023         (spam-report-gmane-unregister-routine):
22024         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22025
22026 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22027
22028         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22029         (spam-report-gmane-unregister-routine): Add support for gmane
22030         unregistration.
22031
22032         * spam-report.el (spam-report-gmane-unspam)
22033         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22034         (spam-report-gmane): Change to take a single article and do unspam
22035         registration.
22036
22037 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22038
22039         * mm-url.el (mm-url-decode-entities): Fix regexp.
22040
22041 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22042
22043         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22044         default to nil, to be able to use Gnus at all.  If the default
22045         switches to something else, then the function should be fixed not
22046         be exceedingly slow.
22047
22048 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22049
22050         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22051         fail hard.
22052
22053         * spam-report.el: Add better Keywords line.
22054
22055         * spam.el: Add Maintainer and better Keywords line.
22056
22057 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22058
22059         * gnus-art.el (gnus-article-replace-part)
22060         (gnus-mime-replace-part): New functions.
22061         (gnus-mime-action-alist, gnus-mime-button-commands)
22062         (gnus-mime-save-part-and-strip): Add file argument.
22063         (gnus-article-part-wrapper): Add interactive argument.
22064
22065         * gnus-sum.el (gnus-summary-mime-map):
22066         Add `gnus-article-replace-part'.
22067
22068 2005-09-19  Didier Verna  <didier@xemacs.org>
22069
22070         The nnml compaction feature:
22071         * nnml.el (nnml-request-compact-group): New function.
22072         * nnml.el (nnml-request-compact): New function.
22073         * gnus-int.el (gnus-request-compact-group): New function.
22074         * gnus-int.el (gnus-request-compact): New function.
22075         * gnus-group.el (gnus-group-compact-group): New function.
22076         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22077         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22078         * gnus-srvr.el (gnus-server-compact-server): New function.
22079         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22080         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22081
22082 2005-09-18  Deepak Goel  <deego@gnufans.org>
22083
22084         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22085         format spec.
22086
22087 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22088
22089         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22090
22091 2005-09-15  Romain Francoise  <romain@orebokech.com>
22092
22093         * message.el (message-fill-paragraph): Clarify docstring.
22094
22095 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22096
22097         * gnus-art.el (gnus-mime-display-part): Protect against broken
22098         MIME messages.
22099
22100 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22101
22102         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22103         before parsing header.
22104
22105 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22106
22107         * html2text.el (html2text-replace-list): Add new entities.
22108
22109 2005-09-11  Romain Francoise  <romain@orebokech.com>
22110
22111         * message.el (message-alternative-emails): Improve docstring.
22112         (message-setup-1): Call `message-use-alternative-email-as-from'
22113         after `message-setup-hook' to give it precedence over posting
22114         styles, etc.
22115         (message-use-alternative-email-as-from): Add docstring.
22116         Remove the original From header if present.
22117
22118         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22119         (nnml-save-mail): Use it.
22120
22121         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22122         articles.  Add new argument `silent'.
22123         (gnus-uu-mark-all): Report the total number of marked articles.
22124
22125 2005-09-10  Romain Francoise  <romain@orebokech.com>
22126
22127         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22128         (gnus-uu-mark-series): Likewise.
22129
22130 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22131
22132         * spam-report.el (spam-report-gmane): Fix generation of spam
22133         report URL.
22134
22135 2005-09-10  Simon Josefsson  <jas@extundo.com>
22136
22137         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22138         t, based on discussion on the ding list with Robert Epprecht
22139         <epprecht@solnet.ch>.
22140
22141 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22142
22143         * spam-report.el (spam-report-gmane): Make it work without
22144         X-Report-Spam header.  Gmane now only provides Archived-At.
22145         This is only used if `spam-report-gmane-use-article-number' is nil.
22146         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22147
22148         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22149         make `gnus-summary-sort-by-recipient' work with threading.
22150
22151         * nnweb.el (nnweb-google-wash-article): Print a message if article
22152         is not available.
22153
22154 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22155
22156         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22157         change.  Decode text/* parts content before displaying.
22158
22159 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22160
22161         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22162
22163 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22164
22165         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22166
22167         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22168         url-package-name, url-package-version,
22169         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22170         w3m-display-inline-images, and w3m-minor-mode-map.
22171
22172 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22173
22174         * message.el (message-tab-body-function): Fix mismatched custom type.
22175
22176         * gnus.el (gnus-group-change-level-function): Ditto.
22177
22178         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22179
22180         * gnus-art.el (gnus-signature-limit)
22181         (gnus-article-mime-part-function): Ditto.
22182
22183 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22184
22185         * mml.el (mml-mode): Silence the byte compiler.
22186
22187         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22188         using `(sit-for 0)' before moving the point to the specified part;
22189         skip unbuttonized parts.
22190         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22191         return to the summary window if gnus-auto-select-part is non-nil.
22192
22193 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22194
22195         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22196         New variables.
22197         (mml-dnd-attach-file, mml-mode): Use them.
22198
22199         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22200         Make fetching article by MID work again for Google Groups.
22201         Add FIXME concerning gnus-group-make-web-group.
22202
22203         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22204         Don't depend on Gnus by using mail-extract-address-components if
22205         gnus-extract-address-components is not bound.
22206
22207 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22208
22209         * gnus-art.el (gnus-mime-display-security): Don't display the
22210         signature, but only the signed part.
22211
22212 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22213
22214         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22215
22216         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22217         list, not listp.
22218
22219 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22220
22221         * mm-encode.el (mm-encode-content-transfer-encoding):
22222         Likewise when encoding.
22223
22224         * mm-bodies.el (mm-decode-content-transfer-encoding):
22225         De-canonicalize CRLF for all text content types, not just
22226         text/plain.
22227
22228 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22229
22230         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22231         valid article; point arrow and cursor at the MIME button.
22232
22233 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22234
22235         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22236         Suggested by Dan Christensen <jdc@uwo.ca>.
22237
22238         * mm-decode.el (mm-save-part): Enable change of prompt.
22239
22240 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22241
22242         * gnus-msg.el (gnus-inews-add-send-actions):
22243         Make `message-post-method' lambda parameter ARG `&optional'.
22244
22245 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22246
22247         * gnus-sum.el (gnus-summary-mime-map):
22248         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22249         gnus-article-jump-to-part.
22250
22251         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22252         (gnus-article-edit-part): Use it.
22253         (gnus-article-part-wrapper): Add no-handle argument.
22254         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22255         New functions.
22256
22257 2005-08-29  Romain Francoise  <romain@orebokech.com>
22258
22259         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22260         docstring.
22261         (gnus-face-from-file): Likewise.
22262
22263 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22264
22265         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22266         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22267         non-nil.
22268         (gnus-auto-select-part): New variable.
22269         (gnus-article-jump-to-part): New function.
22270         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22271         (gnus-mime-delete-part): Allow selecting specified part after
22272         deleting or stripping parts.
22273         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22274         part if argument is bogus.
22275
22276 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22277
22278         * gnus-art.el (w3m-minor-mode-map):
22279         * gnus-spec.el (gnus-newsrc-file-version):
22280         * gnus-util.el (nnmail-active-file-coding-system)
22281         (gnus-original-article-buffer, gnus-user-agent):
22282         * gnus.el (gnus-ham-process-destinations)
22283         (gnus-parameter-ham-marks-alist)
22284         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22285         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22286         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22287         * mm-decode.el (gnus-current-window-configuration):
22288         * mm-extern.el (gnus-article-mime-handles):
22289         * mm-url.el (url-current-object, url-package-name)
22290         (url-package-version):
22291         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22292         (smime-keys, w3m-cid-retrieve-function-alist)
22293         (w3m-current-buffer, w3m-display-inline-images)
22294         (w3m-minor-mode-map):
22295         * mml-smime.el (gnus-extract-address-components):
22296         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22297         (gnus-newsrc-hashtb, message-default-charset)
22298         (message-deletable-headers, message-options)
22299         (message-posting-charset, message-required-mail-headers)
22300         (message-required-news-headers):
22301         * mml1991.el (mc-pgp-always-sign):
22302         * mml2015.el (mc-pgp-always-sign):
22303         * nnheader.el (nnmail-extra-headers):
22304         * rfc1843.el (gnus-decode-encoded-word-function)
22305         (gnus-decode-header-function, gnus-newsgroup-name):
22306         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22307
22308 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22309
22310         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22311         the end of the date treatments.
22312
22313 2005-08-15  Simon Josefsson  <jas@extundo.com>
22314
22315         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22316         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22317         Capello and Romain Francoise.
22318         (pgg-fetch-key-function): Remove, not used?
22319         (pgg-insert-url-with-w3): Require url, to get
22320         url-insert-file-contents regardless of where it is defined.
22321
22322 2005-08-13  Romain Francoise  <romain@orebokech.com>
22323
22324         * message.el (message-cite-original-1): New function.
22325         (message-cite-original): Use it.
22326         (message-cite-original-without-signature): Ditto.
22327
22328 2005-08-08  Romain Francoise  <romain@orebokech.com>
22329
22330         * message.el (message-yank-empty-prefix): New variable.
22331         (message-indent-citation): Use it.
22332         (message-cite-original-without-signature): Respect X-No-Archive.
22333
22334 2005-08-08  Simon Josefsson  <jas@extundo.com>
22335
22336         * pgg.el: Autoload url-insert-file-contents instead of loading
22337         w3/url.
22338         (pgg-insert-url-with-w3): Don't load url here.
22339
22340 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22341
22342         * message.el (message-kill-to-signature): Don't insert newline at
22343         bol.
22344         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22345
22346 2005-08-06  Romain Francoise  <romain@orebokech.com>
22347
22348         * message.el (message-user-fqdn): Fix typo in docstring.
22349
22350 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22351
22352         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22353
22354         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22355
22356 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22357
22358         * mm-bodies.el (mm-encode-body): Use coding system rather than
22359         charset to encode text.
22360
22361         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22362         number of charsets if utf-8 is available (XEmacs).
22363
22364 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22365
22366         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22367         taken from `gnus-button-mid-or-mail-regexp'.
22368         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22369         (gnus-button-alist): Improve regexp for domain part of the MIDs
22370         for news:localpart@domain buttons.
22371         (gnus-button-ctan-directory-regexp): Update.
22372
22373 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22374
22375         * sieve-manage.el (sieve-manage-interactive-login):
22376         Use make-local-variable rather than make-variable-buffer-local.
22377         (sieve-manage-open): Ditto.
22378         (sieve-manage-authenticate): Ditto.
22379
22380         * mml.el (mml-generate-mime-1): Make the content type default to
22381         text/plain if the filename is not specified.
22382
22383 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22384
22385         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22386         instead of insert-buffer.
22387
22388         * message.el (message-yank-original): Ditto; set the mark at the
22389         end of the yanked message.
22390
22391 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22392
22393         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22394         lines to scroll rather than to stop it.
22395
22396         * mml.el (mml-generate-default-type): Add doc string.
22397         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22398         default to application/octet-stream when determining the content
22399         type if it is not specified for the part or the mml contents; add
22400         a comment about mml-generate-default-type.
22401
22402 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22403
22404         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22405         make it default to application/octet-stream when determining the
22406         content type if it is not specified for the external contents.
22407
22408 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22409
22410         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22411         segmented parameter but also other parameters might be there.
22412
22413 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22414
22415         * mm-decode.el (mm-display-external): Delete temp file, directory
22416         and buffer immediately if the external process is exited.
22417
22418 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22419
22420         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22421         fewer lines than that of scroll-margin.
22422         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22423
22424 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22425
22426         * gnus-art.el (gnus-article-next-page): Revert.
22427         (gnus-article-beginning-of-window): New macro.
22428         (gnus-article-next-page-1): Use it.
22429         (gnus-article-prev-page): Ditto.
22430         (gnus-article-edit-part): Use insert-buffer-substring instead of
22431         insert-buffer.
22432         (gnus-article-edit-exit): Ditto.
22433
22434         * gnus-util.el (gnus-beginning-of-window): Remove.
22435         (gnus-end-of-window): Remove.
22436
22437         * lpath.el: Don't bind header-line-format and scroll-margin.
22438
22439 2005-07-25  Simon Josefsson  <jas@extundo.com>
22440
22441         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22442         to have the url package without w3.  Reported by Daiki Ueno
22443         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22444
22445 2005-07-20  Didier Verna  <didier@xemacs.org>
22446
22447         * gnus-diary.el: Remove the description comment (nndiary is now
22448         properly documented in the Gnus manual).
22449         Fix the spelling of "Back End".
22450         * nndiary.el: Ditto.
22451         Fix the copyright notice.
22452
22453 2005-07-18  Romain Francoise  <romain@orebokech.com>
22454
22455         * gnus-sum.el (gnus-summary-to-prefix)
22456         (gnus-summary-newsgroup-prefix): New variables.
22457         (gnus-summary-from-or-to-or-newsgroups): Use them.
22458
22459 2005-07-17  Romain Francoise  <romain@orebokech.com>
22460
22461         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22462         space as it's generally not especially interesting to the user.
22463
22464 2005-07-16  Romain Francoise  <romain@orebokech.com>
22465
22466         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22467         nil to avoid prompting and file modification if one of the
22468         messages at the top of the nnfolder file contains a copyright
22469         notice.
22470         Update copyright notice.
22471
22472         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22473         instead of `current-time-string' as the latter creates a time
22474         string that is not RFC 2822 compliant (it lacks the zone).
22475         Update copyright notice.
22476
22477 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22478
22479         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22480         for text/rtf.  Display default in prompt.  Pass default for M-n.
22481
22482         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22483
22484 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22485
22486         * gnus-msg.el (gnus-button-mailto):
22487         Remove save-selected-window-window hackery because it relies on
22488         save-selected-window internals.
22489
22490 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22491
22492         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22493         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22494         (gnus-article-prev-page): Ditto.
22495
22496         * gnus-util.el (gnus-beginning-of-window): New function.
22497         (gnus-end-of-window): New function.
22498
22499         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22500
22501 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22502
22503         * gnus-score.el (gnus-score-edit-all-score):
22504         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22505         gnus-message.
22506
22507 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22508
22509         * gnus-msg.el (gnus-button-mailto):
22510         Remove save-selected-window-window hackery because it relies on
22511         save-selected-window internals.
22512
22513 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22514
22515         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22516         add-minor-mode.
22517         (gnus-binary-mode): Ditto.
22518
22519         * gnus-topic.el (gnus-topic-mode): Ditto.
22520
22521 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22522
22523         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22524         (gnus-article-prev-page): Take scroll-margin into consideration.
22525
22526 2005-07-04  Lute Kamstra  <lute@gnu.org>
22527
22528         Update FSF's address in GPL notices.
22529
22530 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22531
22532         * gnus.el (gnus-exit):
22533         * gnus-group.el (gnus-group-icons):
22534         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22535
22536         * gnus-nocem.el (gnus-nocem):
22537         * message.el (message-various, message-buffers, message-sending)
22538         (message-interface, message-forwarding, message-insertion)
22539         (message-headers, message-news, message-mail):
22540         * pgg-gpg.el (pgg-gpg):
22541         * pgg-parse.el (pgg-parse):
22542         * pgg-pgp.el (pgg-pgp):
22543         * pgg-pgp5.el (pgg-pgp5):
22544         * pop3.el (pop3): Finish `defgroup' description with period.
22545
22546 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22547
22548         * gnus-art.el (article-display-face): Improve the efficiency.
22549         (article-display-x-face): Ditto; remove gray x-face stuff.
22550
22551 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22552
22553         * gnus-art.el (article-display-face): Correct the position in
22554         which Faces are inserted.
22555
22556 2005-06-29  Didier Verna  <didier@xemacs.org>
22557
22558         * gnus-art.el (article-display-face): Display faces in correct
22559         order.
22560
22561 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22562
22563         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22564         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22565         (gnus-nocem-check-article): Fetch the Type header.
22566         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22567         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22568         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22569         make sure gnus-nocem-hashtb is initialized.
22570         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22571         (gnus-nocem-unwanted-article-p): Ditto.
22572
22573         * pgg.el (pgg-verify): Return the verification result.
22574
22575 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22576
22577         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22578         is ascii.
22579
22580 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22581
22582         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22583         `show-nonbreak-escape'.
22584
22585 2005-06-23  Lute Kamstra  <lute@gnu.org>
22586
22587         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22588
22589         * dig.el (dig-mode):
22590         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22591
22592 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22593
22594         * nnimap.el (nnimap-split-download-body): Fix spellings.
22595
22596 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22597
22598         * gnus-art.el (gnus-article-encrypt-body):
22599         * gnus-cus.el (gnus-score-customize):
22600         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22601         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22602
22603 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22604
22605         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22606         header by looking for magic "MII" at the beginning.
22607
22608 2005-06-16  Miles Bader  <miles@gnu.org>
22609
22610         * gnus-xmas.el (gnus-xmas-group-startup-message):
22611         Use renamed gnus-splash face.
22612
22613         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22614         (assistant-field-face): New backward-compatibility alias for renamed
22615         face.
22616         (assistant-render-text): Use renamed assistant-field face.
22617
22618         * spam.el (spam): Remove "-face" suffix from face name.
22619         (spam-face): New backward-compatibility alias for renamed face.
22620         (spam-face, spam-initialize): Use renamed spam face.
22621
22622         * message.el (message-header-to, message-header-cc)
22623         (message-header-subject, message-header-newsgroups)
22624         (message-header-other, message-header-name)
22625         (message-header-xheader, message-separator, message-cited-text)
22626         (message-mml): Remove "-face" suffix from face names.
22627         (message-header-to-face, message-header-cc-face)
22628         (message-header-subject-face, message-header-newsgroups-face)
22629         (message-header-other-face, message-header-name-face)
22630         (message-header-xheader-face, message-separator-face)
22631         (message-cited-text-face, message-mml-face):
22632         New backward-compatibility aliases for renamed faces.
22633         (message-font-lock-keywords): Use renamed message faces.
22634
22635         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22636         (sieve-test-commands, sieve-tagged-arguments):
22637         Remove "-face" suffix from face names.
22638         (sieve-control-commands-face, sieve-action-commands-face)
22639         (sieve-test-commands-face, sieve-tagged-arguments-face):
22640         New backward-compatibility aliases for renamed faces.
22641         (sieve-control-commands-face, sieve-action-commands-face)
22642         (sieve-test-commands-face, sieve-tagged-arguments-face):
22643         Use renamed sieve faces.
22644
22645         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22646         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22647         (gnus-group-news-3-empty, gnus-group-news-4)
22648         (gnus-group-news-4-empty, gnus-group-news-5)
22649         (gnus-group-news-5-empty, gnus-group-news-6)
22650         (gnus-group-news-6-empty, gnus-group-news-low)
22651         (gnus-group-news-low-empty, gnus-group-mail-1)
22652         (gnus-group-mail-1-empty, gnus-group-mail-2)
22653         (gnus-group-mail-2-empty, gnus-group-mail-3)
22654         (gnus-group-mail-3-empty, gnus-group-mail-low)
22655         (gnus-group-mail-low-empty, gnus-summary-selected)
22656         (gnus-summary-cancelled, gnus-summary-high-ticked)
22657         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22658         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22659         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22660         (gnus-summary-low-undownloaded)
22661         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22662         (gnus-summary-low-unread, gnus-summary-normal-unread)
22663         (gnus-summary-high-read, gnus-summary-low-read)
22664         (gnus-summary-normal-read, gnus-splash):
22665         Remove "-face" suffix from face names.
22666         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22667         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22668         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22669         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22670         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22671         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22672         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22673         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22674         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22675         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22676         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22677         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22678         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22679         (gnus-summary-normal-ticked-face)
22680         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22681         (gnus-summary-normal-ancient-face)
22682         (gnus-summary-high-undownloaded-face)
22683         (gnus-summary-low-undownloaded-face)
22684         (gnus-summary-normal-undownloaded-face)
22685         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22686         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22687         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22688         (gnus-splash-face):
22689         New backward-compatibility aliases for renamed faces.
22690         (gnus-group-startup-message): Use renamed gnus faces.
22691
22692         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22693         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22694         (gnus-server-agent): Remove "-face" suffix from face names.
22695         (gnus-server-agent-face, gnus-server-opened-face)
22696         (gnus-server-closed-face, gnus-server-denied-face)
22697         (gnus-server-offline-face):
22698         New backward-compatibility aliases for renamed faces.
22699         (gnus-server-agent-face, gnus-server-opened-face)
22700         (gnus-server-closed-face, gnus-server-denied-face)
22701         (gnus-server-offline-face): Use renamed gnus faces.
22702
22703         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22704         Remove "-face" suffix from face names.
22705         (gnus-picon-xbm-face, gnus-picon-face):
22706         New backward-compatibility aliases for renamed faces.
22707
22708         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22709         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22710         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22711         (gnus-cite-11): Remove "-face" suffix from face names.
22712         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22713         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22714         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22715         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22716         New backward-compatibility aliases for renamed faces.
22717         (gnus-cite-attribution-face, gnus-cite-face-list)
22718         (gnus-article-boring-faces): Use renamed gnus faces.
22719
22720         * gnus-art.el (gnus-signature, gnus-header-from)
22721         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22722         (gnus-header-content): Remove "-face" suffix from face names.
22723         (gnus-signature-face, gnus-header-from-face)
22724         (gnus-header-subject-face, gnus-header-newsgroups-face)
22725         (gnus-header-name-face, gnus-header-content-face):
22726         New backward-compatibility aliases for renamed faces.
22727         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22728
22729         * gnus-sum.el (gnus-summary-selected-face)
22730         (gnus-summary-highlight): Use renamed gnus faces.
22731         * gnus-group.el (gnus-group-highlight): Likewise.
22732
22733 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22734
22735         * gnus-sieve.el (gnus-sieve-article-add-rule):
22736         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22737         * spam-stat.el (spam-stat-buffer-change-to-spam)
22738         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22739
22740         * message.el (message-is-yours-p):
22741         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22742
22743 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22744
22745         * mm-view.el (mm-inline-text): Withdraw the last change.
22746
22747 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22748
22749         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22750         executing enriched-decode.
22751
22752 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22753
22754         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22755         charset of tar files.
22756
22757 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22758
22759         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22760
22761 2005-06-04  Lute Kamstra  <lute@gnu.org>
22762
22763         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22764         information is never recorded.
22765
22766 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22767
22768         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22769
22770 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22771
22772         * pop3.el (pop3-apop): Run md5 in the binary mode.
22773
22774         * starttls.el (starttls-set-process-query-on-exit-flag):
22775         Use eval-and-compile.
22776
22777 2005-05-31  Simon Josefsson  <jas@extundo.com>
22778
22779         * smime.el (smime-replace-in-string): Define.
22780         (smime-cert-by-ldap-1): Use it.
22781
22782 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22783
22784         * gnus-art.el (article-display-x-face): Replace
22785         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22786
22787         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22788         set-process-query-on-exit-flag or process-kill-without-query.
22789
22790         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22791         loop instead of replace-regexp.
22792
22793         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22794         instead of process-kill-without-query if it is available.
22795
22796         * lpath.el: Fbind ldap-search-entries.
22797
22798         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22799         instead of find-file-hooks if it is available.
22800
22801         * mml1991.el: Bind pgg-default-user-id when compiling.
22802
22803         * mml2015.el: Bind pgg-default-user-id when compiling.
22804
22805         * nndraft.el (nndraft-request-associate-buffer):
22806         Use write-contents-functions instead of write-contents-hooks if it is
22807         available.
22808
22809         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22810         instead of find-file-hooks if it is available.
22811
22812         * nntp.el (nntp-open-connection): Replace
22813         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22814         (nntp-open-ssl-stream): Ditto.
22815         (nntp-open-tls-stream): Ditto.
22816
22817         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22818         set-process-query-on-exit-flag or process-kill-without-query.
22819         (starttls-open-stream-gnutls): Use it instead of
22820         process-kill-without-query.
22821         (starttls-open-stream): Ditto.
22822
22823 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22824
22825         * smime.el (smime-cert-by-ldap-1): Don't use
22826         replace-regexp-in-string.
22827
22828 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22829
22830         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22831
22832         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22833         in PEM format.  Adjust to the XEmacs compatibility.
22834
22835 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22836
22837         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22838         by `string-to-number'.
22839         * gnus-agent.el (gnus-agent-regenerate-group)
22840         (gnus-agent-fetch-articles): Ditto.
22841         * gnus-art.el (gnus-button-fetch-group): Ditto.
22842         * gnus-cache.el (gnus-cache-generate-active)
22843         (gnus-cache-articles-in-group): Ditto.
22844         * gnus-group.el (gnus-group-set-current-level)
22845         (gnus-group-insert-group-line): Ditto.
22846         * gnus-score.el (gnus-score-set-expunge-below)
22847         (gnus-score-set-mark-below, gnus-summary-score-effect)
22848         (gnus-summary-score-entry): Ditto.
22849         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22850         (gnus-soup-pack): Ditto.
22851         * gnus-spec.el (gnus-xmas-format): Ditto.
22852         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22853         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22854         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22855         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22856         * nndb.el (nndb-get-remote-expire-response): Ditto.
22857         * nndiary.el (nndiary-parse-schedule-value)
22858         (nndiary-string-to-number, nndiary-request-replace-article)
22859         (nndiary-request-article): Ditto.
22860         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22861         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22862         * nneething.el (nneething-make-head): Ditto.
22863         * nnfolder.el (nnfolder-request-article)
22864         (nnfolder-retrieve-headers): Ditto.
22865         * nnheader.el (nnheader-file-to-number): Ditto.
22866         * nnkiboze.el (nnkiboze-request-article): Ditto.
22867         * nnmail.el (nnmail-process-unix-mail-format)
22868         (nnmail-process-babyl-mail-format): Ditto.
22869         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22870         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22871         (nnmh-request-create-group, nnmh-request-list-1)
22872         (nnmh-request-group, nnmh-request-article): Ditto.
22873         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22874         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22875         * nnsoup.el (nnsoup-make-active): Ditto.
22876         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22877         * nntp.el (nntp-find-group-and-number)
22878         (nntp-retrieve-headers-with-xover): Ditto.
22879         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22880         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22881         (pgg-format-key-identifier): Ditto.
22882         * pop3.el (pop3-last, pop3-stat): Ditto.
22883         * qp.el (quoted-printable-decode-region): Ditto.
22884
22885         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22886         of concat.
22887
22888 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22889
22890         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22891
22892         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22893
22894         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22895
22896         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22897
22898         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22899
22900         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22901
22902         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22903         (gnus-carpal-mode): Ditto.
22904
22905         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22906         (gnus-browse-mode): Ditto.
22907
22908         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22909
22910         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22911
22912 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22913
22914         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22915
22916 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22917
22918         * gnus-util.el (gnus-run-mode-hooks): New function.
22919
22920         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22921
22922         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22923         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22924
22925 2005-05-27  Lute Kamstra  <lute@gnu.org>
22926
22927         * dns-mode.el (dns-mode): Specify customization group.
22928
22929 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22930
22931         * gnus-agent.el (gnus-agent-make-mode-line-string):
22932         Use mode-line-highlight as mouse-face.
22933
22934 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22935
22936         * canlock.el (canlock): Change the parent group to news.
22937
22938         * deuglify.el (gnus-outlook-deuglify): Add :group.
22939
22940         * dig.el (dig): Add :group.
22941
22942         * dns-mode.el (dns-mode): Add :group.
22943
22944         * encrypt.el (encrypt): Add :group.
22945
22946         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22947         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22948         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22949         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22950         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22951
22952         * gnus-diary.el (gnus-diary): Add :group.
22953
22954         * gnus.el (gnus-group-news-1-face): Add :group.
22955         (gnus-group-news-1-empty-face): Ditto.
22956         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22957         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22958         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22959         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22960         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22961         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22962         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22963         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22964         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22965         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22966         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22967         (gnus-summary-high-ticked-face): Ditto.
22968         (gnus-summary-low-ticked-face): Ditto.
22969         (gnus-summary-normal-ticked-face): Ditto.
22970         (gnus-summary-high-ancient-face): Ditto.
22971         (gnus-summary-low-ancient-face): Ditto.
22972         (gnus-summary-normal-ancient-face): Ditto.
22973         (gnus-summary-high-undownloaded-face): Ditto.
22974         (gnus-summary-low-undownloaded-face): Ditto.
22975         (gnus-summary-normal-undownloaded-face): Ditto.
22976         (gnus-summary-high-unread-face): Ditto.
22977         (gnus-summary-low-unread-face): Ditto.
22978         (gnus-summary-normal-unread-face): Ditto.
22979         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22980         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22981
22982         * hashcash.el (hashcash): New custom group.
22983         (hashcash-default-payment): Add :group.
22984         (hashcash-payment-alist): Ditto.
22985         (hashcash-default-accept-payment): Ditto.
22986         (hashcash-accept-resources): Ditto.
22987         (hashcash-path): Ditto.
22988         (hashcash-extra-generate-parameters): Ditto.
22989         (hashcash-double-spend-database): Ditto.
22990         (hashcash-in-news): Ditto.
22991
22992         * message.el (message-minibuffer-local-map): Add :group.
22993
22994         * netrc.el (netrc): Add :group.
22995
22996         * sieve-manage.el (sieve-manage-log): Add :group.
22997         (sieve-manage-default-user): Diito.
22998         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
22999         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23000         (sieve-manage-authenticators): Ditto.
23001         (sieve-manage-authenticator-alist): Ditto.
23002         (sieve-manage-default-port): Ditto.
23003
23004         * sieve-mode.el (sieve-control-commands-face): Add :group.
23005         (sieve-action-commands-face): Ditto.
23006         (sieve-test-commands-face): Ditto.
23007         (sieve-tagged-arguments-face): Ditto.
23008
23009         * smime.el (smime): Add :group.
23010
23011         * spam-report.el (spam-report): Add :group.
23012
23013         * spam.el (spam, spam-face): Add :group.
23014
23015 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23016
23017         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23018         return \n.\n.\n at the end of articles.  Protect against that.
23019         (nntp-with-open-group): Allow debugging.
23020
23021         * nnheader.el (mail-header-set-extra): Make into a function
23022         because I just could't understand how to quote the list properly.
23023
23024         * dns.el (query-dns-cached): New function.
23025
23026 2005-05-26  Lute Kamstra  <lute@gnu.org>
23027
23028         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23029
23030 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23031
23032         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23033
23034         * gnus-art.el: Don't autoload mail-extract-address-components.
23035
23036         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23037         eval-and-compile to evaluate it.
23038
23039         * hashcash.el: Don't autoload executable-find.
23040
23041         * nndb.el: Don't declare the nndb back end two or more times; don't
23042         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23043
23044         * nntp.el: Autoload format-spec instead of format; use
23045         eval-and-compile to evaluate autoload forms.
23046
23047 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23048
23049         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23050
23051 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23052
23053         * gnus.el (gnus-version-number): Bump version.
23054
23055 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23056
23057         * gnus.el: No Gnus v0.3 is released.
23058
23059 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23060
23061         * lpath.el (featurep): Bind show-nonbreak-escape.
23062
23063 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23064
23065         * gnus-art.el (gnus-article-edit-part): Disable undo.
23066
23067 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23068
23069         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23070         gnus-article-date-lapsed-new-header is t if date timer is active;
23071         skip headers in which the original date value is empty.
23072         (gnus-article-save-original-date): Redefine it as a macro.
23073         (gnus-display-mime): Use it.
23074
23075 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23076
23077         * gnus-art.el (article-date-ut): Support converting date in
23078         forwarded parts as well.
23079         (gnus-article-save-original-date): New function.
23080         (gnus-display-mime): Use it.
23081
23082 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23083
23084         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23085         enclosure element of <item>.
23086
23087 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23088
23089         * message.el (message-kill-buffer-query): Rename from
23090         `message-kill-buffer-query-if-modified'.  Add :version.
23091
23092 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23093
23094         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23095         window layout.
23096
23097 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23098
23099         * mml.el: Autoload dnd when compiling.
23100
23101 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23102
23103         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23104         x-dnd-*.
23105
23106 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23107
23108         * qp.el (quoted-printable-encode-region): Save excursion.
23109
23110 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23111
23112         * message.el (message-kill-buffer-query-if-modified): Add new variable
23113         so the user can kill a modified message buffer quickly.
23114         (message-kill-buffer): Use it.
23115
23116 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23117
23118         * lpath.el: Fbind display-time-event-handler; don't fbind
23119         string-to-multibyte.
23120
23121         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23122
23123 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23124
23125         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23126         contained in text because xml.el decodes entities) with LFs.
23127
23128 2005-04-11  Lute Kamstra  <lute@gnu.org>
23129
23130         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23131         differently.
23132
23133 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23134
23135         * mm-util.el (mm-detect-coding-region): Typo.
23136
23137 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23138
23139         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23140
23141 2005-04-06  Deepak Goel  <deego@gnufans.org>
23142
23143         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23144         user-function allow user modifications of the scores.
23145         (spam-stat-score-buffer-user): New function, to allow
23146         user-computed modifications to the score.
23147         (spam-stat-score-buffer-user-functions): List of additional
23148         scoring functions.
23149         (spam-stat-error-holder): Global temporary error holder.
23150         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23151         variable.
23152
23153 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23154
23155         * gnus-registry.el (gnus-registry-clean-empty-function)
23156         (gnus-registry-trim, gnus-registry-fetch-groups)
23157         (gnus-registry-delete-group): Groups that match
23158         `gnus-registry-ignored-groups' are removed from the registry
23159         entries, not just ignored for splitting.  This helps clean up the
23160         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23161         to get all the groups a message ID is in.
23162
23163         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23164         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23165         (spam-stat-score-buffer-user-functions): Add :number custom type.
23166
23167 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23168
23169         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23170         argument in XEmacs.
23171
23172         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23173         (nnrss-request-group): Decode group name first.
23174         (nnrss-request-article): Make a text/plain article if mml-to-mime
23175         failed.
23176         (nnrss-get-encoding): Return a compatible encoding according to
23177         nnrss-compatible-encoding-alist.
23178         (nnrss-find-el): Use consp instead of listp.
23179         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23180
23181 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23182
23183         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23184         which Emacs 20 doesn't support.
23185         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23186
23187 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23188
23189         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23190         silence the byte compiler inside the defun.
23191
23192         * gnus-demon.el (parse-time-string): Add autoload.
23193
23194         * gnus-delay.el (parse-time-string): Add autoload.
23195
23196         * gnus-art.el (parse-time-string): Add autoload.
23197
23198         * nnultimate.el (parse-time): Require for `parse-time-string'.
23199
23200 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23201
23202         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23203
23204         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23205
23206         * smime.el (smime-ldap-host-list): Add :version.
23207
23208 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23209
23210         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23211         pass it to `gnus-browse-read-group'.
23212         (gnus-browse-read-group): Add NUMBER argument and pass it to
23213         `gnus-group-read-ephemeral-group'.
23214
23215         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23216         argument and pass it to `gnus-group-read-group'.
23217
23218 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23219
23220         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23221         mm-xemacs-find-mime-charset-1 if we have the mule feature
23222         available at runtime.
23223
23224 2005-03-25  Werner Lemberg  <wl@gnu.org>
23225
23226         * nnmaildir.el: Replace `illegal' with `invalid'.
23227
23228 2005-03-23  Lute Kamstra  <lute@gnu.org>
23229
23230         * time-date.el: Add comment on time value formats.
23231         Don't require parse-time.
23232         (with-decoded-time-value): New macro.
23233         (encode-time-value): New function.
23234         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23235         (days-to-time): Return a valid time value when arg is huge.
23236         (time-since): Use time-subtract.
23237         (time-to-number-of-days): Use time-to-seconds.
23238
23239 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23240
23241         * gnus-start.el (gnus-display-time-event-handler):
23242         Check display-time-timer at runtime rather than only at load time
23243         in case display-time-mode is turned off in the mean time.
23244
23245 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23246
23247         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23248         used.
23249
23250         * nneething.el (nneething-map-file-directory): Derive from
23251         `gnus-directory'.
23252
23253         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23254         the To/Cc button.
23255
23256 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23257
23258         * nnmaildir.el (nnmaildir-request-accept-article):
23259         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23260
23261 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23262
23263         * gnus-async.el: Require timer-funcs at compile time when in
23264         XEmacs for `run-with-idle-timer'.
23265
23266 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23267
23268         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23269         autoloaded function.
23270
23271 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23272
23273         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23274
23275 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23276
23277         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23278
23279 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23280
23281         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23282         Add gnus-expert-user to default.
23283
23284 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23285
23286         * nnimap.el (nnimap-open-server): Ditto.
23287
23288         * imap.el (imap-authenticate): Fix typo.
23289
23290 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23291
23292         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23293         buffer (since IMAP server might return FETCH response out of
23294         order, and the nntp buffer must be sorted).
23295
23296 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23297
23298         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23299         comparison on string.
23300
23301         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23302         (gnus-agent-score): Rename category keywords to match gnus-cus.
23303         (gnus-agent-summary-fetch-series): Modify to protect against
23304         gnus-agent-summary-fetch-group clearing processable flags.
23305         (gnus-agent-synchronize-group-flags): Update live group buffer as
23306         synchronization may occur due to the user toggle the plugged
23307         status.
23308         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23309         successfully downloaded.
23310         (gnus-agent-expire-group-1): Avoid using markers when the overview
23311         is in ascending order; greatly improves performance.
23312         (gnus-agent-regenerate-group):
23313         Use gnus-agent-synchronize-group-flags to reset read status in both
23314         gnus and server.
23315         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23316
23317 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23318
23319         * message.el: Don't autoload former message-utils variables.
23320         (message-strip-subject-trailing-was): Change doc string.
23321
23322         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23323         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23324         (nnweb-google-search): Add "hl=en" here.
23325         (nnweb-google-parse-1, nnweb-google-create-mapping):
23326         Don't hardcode URL.
23327
23328 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23329
23330         * message.el (message-get-reply-headers, message-followup):
23331         Mention related variables `message-use-followup-to' and
23332         `message-use-mail-followup-to', in the information buffer.
23333
23334         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23335         of broken groups(-beta).google.com.
23336
23337 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23338
23339         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23340         parameter to invoked gnus-request-move-article; remove the
23341         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23342         all at once instead of once per article.
23343         (gnus-summary-remove-process-mark): Accept a list of articles as
23344         well as a single article for processing.
23345
23346         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23347         parameter.
23348
23349         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23350
23351         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23352
23353         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23354         parameter.
23355
23356         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23357         parameter.
23358
23359         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23360         parameter and remove the gnus-sum-hint-move-is-internal variable.
23361
23362         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23363         parameter.
23364
23365         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23366         parameter.
23367
23368         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23369         parameter.
23370
23371         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23372
23373         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23374         parameter.
23375
23376         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23377         parameter.
23378
23379 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23380
23381         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23382         a more conservative way.
23383
23384 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23385
23386         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23387         buffer, so it moves the window's cursor.
23388
23389 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23390
23391         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23392         `mm-dissect-multipart' and receive the from field as an (optional)
23393         argument from `mm-dissect-multipart'.
23394         (mm-dissect-multipart): Receive the from field as an argument and
23395         pass it on when we call `mm-dissect-buffer' on MIME parts.
23396         Fixes verification/decryption of signed/encrypted MIME parts.
23397
23398 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23399
23400         * gnus-sum.el (gnus-summary-move-article):
23401         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23402         whatever it calls (right now, only nnimap-request-move article
23403         respects it).
23404
23405         * nnimap.el (nnimap-request-move-article):
23406         When gnus-sum-hint-move-is-internal is set, don't do the extra
23407         nnimap-request-article.
23408
23409 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23410
23411         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23412
23413         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23414         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23415
23416         * gnus-sum.el (gnus-summary-caesar-message):
23417         Apply `gnus-treat-article' after rotation.
23418
23419         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23420         doc string.
23421
23422 2005-02-22  Simon Josefsson  <jas@extundo.com>
23423
23424         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23425         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23426         <arne@arnested.dk>.
23427         (encrypt): Add password-cache and password-cache-expiry as group
23428         members.
23429
23430 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23431
23432         * smime.el (smime-ldap-host-list): Doc fix.
23433         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23434         cache) password.
23435         (smime-sign-region): Use it.
23436         (smime-decrypt-region): Use it.
23437         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23438         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23439         fails.
23440         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23441         certificate from DER to PEM format rather than calling openssl.
23442
23443         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23444
23445         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23446         for signing/encryption.
23447
23448         * mml.el (mml-parse-1): Use them.
23449
23450 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23451
23452         * nnrss.el (nnrss-verbose): Remove.
23453         (nnrss-request-group): Use `nnheader-message' instead.
23454
23455 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23456
23457         * nnrss.el (nnrss-verbose): New variable.
23458         (nnrss-request-group): Make it say nnrss is requesting a group.
23459
23460 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23461
23462         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23463         Handle news URL with given port correctly.
23464
23465 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23466
23467         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23468         containing special characters.
23469
23470         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23471
23472         * mml.el (mime-to-mml): Ditto.
23473
23474         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23475         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23476         (rfc2047-decode-region): Quote decoded words containing special
23477         characters when rfc2047-quote-decoded-words-containing-tspecials
23478         is non-nil.
23479
23480 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23481
23482         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23483
23484         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23485
23486 2005-02-15  Simon Josefsson  <jas@extundo.com>
23487
23488         * nnimap.el (nnimap-debug): Doc fix.
23489
23490         * imap.el (imap-debug): Doc fix.
23491
23492 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23493
23494         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23495
23496 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23497
23498         * gnus.el (spam-contents): Improve docs for spam-contents
23499         parameter in its variable incarnation.
23500
23501 2005-02-14  Simon Josefsson  <jas@extundo.com>
23502
23503         * smime-ldap.el: Use require instead of load-library for ldap.
23504         (smime-ldap-search): Indent.
23505         (smime-ldap-search-internal): Shorten line.
23506
23507         * smime.el (smime-cert-by-dns): Add doc-string.
23508         (smime-cert-by-ldap-1): Indent.
23509
23510         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23511         mml-smime-get-dns-ldap.
23512         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23513
23514 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23515
23516         * smime.el: Require smime-ldap.
23517         (smime-ldap-host-list): New variable.
23518         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23519
23520         * mml-smime.el (mml-smime-encrypt-query): New function.
23521         (mml-smime-encrypt-query): Use it.
23522
23523         * smime-ldap.el: New file.
23524
23525 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23526
23527         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23528
23529 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23530
23531         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23532         argument in doc string.  Make query for type more clear.
23533
23534 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23535
23536         * gnus.el (gnus-group-startup-message): Search for gnus images in
23537         etc/images/gnus.
23538         * mm-util.el (mm-image-load-path): Likewise.
23539         * smiley.el (smiley-data-directory): Search for smilies in
23540         etc/images/smilies.
23541
23542 2005-02-09  Kim F. Storm  <storm@cua.dk>
23543
23544         Change Emacs release version from 21.4 to 22.1 throughout.
23545         Change Emacs development version from 21.3.50 to 22.0.50.
23546
23547 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23548
23549         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23550
23551         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23552         non-Mule XEmacs as well.
23553         (mm-decompress-buffer): Signal an error intentionally if it does
23554         not decompress compressed data because auto-compression-mode is
23555         disabled.
23556
23557 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23558
23559         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23560         an ID in the registry even if it has no groups.
23561
23562 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23563
23564         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23565         merge it into mm-decompress-buffer.
23566         (gnus-mime-copy-part): Use the MIME part charset, the value which
23567         a user specified or gnus-newsgroup-charset for decoding, like
23568         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23569         save-buffer what was used.  Suggested by Kevin Ryde
23570         <user42@zip.com.au>.
23571         (gnus-mime-inline-part): Allow the name parameter as well as the
23572         filename parameter; force decompressing of compressed data; always
23573         display contents being not decoded as unibyte.
23574
23575         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23576         as well as the filename parameter.
23577
23578         * mm-util.el (mm-decompress-buffer):
23579         Merge gnus-mime-jka-compr-maybe-uncompress.
23580         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23581         of compressed data.
23582
23583 2005-02-08  Simon Josefsson  <jas@extundo.com>
23584
23585         * imap.el (imap-log): Doc fix.
23586
23587 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23588
23589         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23590         the coding cookies; decompress compressed parts.
23591
23592         * mml.el (mml-generate-mime-1): Add the charset parameter according
23593         to the value which a user specified manually or the coding cookie.
23594
23595         * mm-util.el (mm-string-to-multibyte): New function.
23596         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23597         (mm-coding-system-to-mime-charset): New function.
23598         (mm-decompress-buffer): New function.
23599         (mm-find-buffer-file-coding-system): New function.
23600
23601         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23602         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23603         parts.
23604
23605 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23606
23607         * mm-view.el (mm-display-inline-fontify): Decode a part according
23608         to the charset parameter.
23609
23610 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23611
23612         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23613         prefix arg is neither nil nor a number, as info specifies.
23614
23615 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23616
23617         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23618         timestamps.
23619
23620 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23621
23622         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23623         groups error checking and notify user.
23624
23625 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23626
23627         * message.el (message-send-mail-function): Check existence of
23628         sendmail-program first before using default value
23629         `message-send-mail-with-sendmail'.  Otherwise use more generic
23630         `smtpmail-send-it'.
23631
23632 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23633
23634         * nntp.el (nntp-request-update-info): Always return nil.
23635
23636 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23637
23638         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23639
23640 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23641
23642         * message.el (message-beginning-of-line): Change the behavior when
23643         invoked between BOL and : so that it first moves backward.
23644
23645 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23646
23647         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23648         article buffer when editing of the article is discarded.
23649         (gnus-article-prepare): Revert.
23650
23651 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23652
23653         * gnus-art.el (gnus-article-prepare):
23654         Remove message-strip-forbidden-properties from the local hook.
23655
23656 2005-01-27  Simon Josefsson  <jas@extundo.com>
23657
23658         * password.el (password-cache-add): Only start one timer per key.
23659         Reported by Derek Atkins <warlord@MIT.EDU>.
23660
23661 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23662
23663         * run-at-time.el: Remove.  It is no longer needed as
23664         timer-funcs.el in the xemacs-base package has a working version of
23665         `run-at-time'.
23666
23667         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23668
23669         * password.el: Require timer-funcs instead of run-at-time in
23670         XEmacs.
23671         Remove `password-run-at-time' macro.
23672         (password-cache-add): Use `run-at-time' instead of
23673         `password-run-at-time'.
23674
23675         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23676         Remove `nnheader-cancel-function-timers' alias,
23677         `cancel-function-timers' exists in XEmacs in timer-funcs.
23678
23679         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23680         for `run-with-idle-timer'.
23681
23682         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23683         for `run-at-time'.
23684
23685         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23686         for `with-timeout'.
23687
23688         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23689         the same as for XEmacs 21.4.
23690         No need to ignore `run-with-idle-timer', this function exists in
23691         XEmacs now in timer-funcs.el in the xemacs-base package.
23692         (dgnushack-compile): No need to delete
23693         run-at-time.el from the list of files to compile because it
23694         doesn't exist anymore.
23695
23696 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23697
23698         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23699         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23700
23701 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23702
23703         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23704         sensitively.
23705
23706 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23707
23708         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23709
23710 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23711
23712         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23713         which will be inserted according to the multibyteness of a buffer
23714         rather than the type of contents.  Suggested by ARISAWA Akihiro
23715         <ari@mbf.ocn.ne.jp>.
23716
23717         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23718         of string which old xml.el may return rather than a string.
23719
23720 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23721
23722         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23723
23724 2005-01-16  Simon Josefsson  <jas@extundo.com>
23725
23726         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23727         idn/idna.el isn't available.
23728         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23729         <michael@waxrat.com>.
23730
23731         * hashcash.el: Remove non-FSF copyright header.
23732
23733         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23734         (hashcash-generate-payment): Use it.
23735         (hashcash-generate-payment-async): Use it.
23736
23737 2005-01-15  Simon Josefsson  <jas@extundo.com>
23738
23739         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23740         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23741
23742         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23743         gnus-summary-idna-message.
23744         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23745         (gnus-summary-idna-message): New function.
23746
23747 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23748
23749         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23750         gnus-novice-user.
23751
23752 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23753
23754         * nnrss.el (nnrss-request-delete-group): Delete entries in
23755         nnrss-group-alist as well.
23756         (nnrss-save-server-data): Insert newline.
23757
23758 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23759
23760         * gnus.el (gnus-user-agent): Use list of symbols instead of
23761         symbols.  Display full version number for (S)XEmacs.
23762         Optionally display (S)XEmacs codename.
23763
23764         * gnus-util.el (gnus-emacs-version): Update for new
23765         `gnus-user-agent'.
23766
23767         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23768         Gnus version.
23769
23770 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23771
23772         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23773         which is unreadable in some setups.
23774
23775 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23776
23777         * gnus-spec.el (gnus-update-format-specifications): Flush the
23778         group format spec cache if it doesn't support decoded group names.
23779
23780 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23781
23782         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23783         Allow to apply decay on score files matching a regexp.
23784
23785 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23786
23787         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23788         compatibility in %g and %c.
23789
23790 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23791
23792         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23793         name for only %g and %c.
23794         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23795         of gnus-tmp-group to decoded group name.
23796         (gnus-group-make-rss-group): Exclude `/'s from group names.
23797
23798 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23799
23800         * nnrss.el (nnrss-get-encoding): Fix regexp.
23801
23802 2004-12-27  Simon Josefsson  <jas@extundo.com>
23803
23804         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23805         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23806         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23807
23808 2004-12-17  Kim F. Storm  <storm@cua.dk>
23809
23810         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23811
23812         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23813
23814 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23815
23816         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23817
23818 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23819
23820         * nnrss.el: Require rfc2047 and mml.
23821         (nnrss-file-coding-system): New variable.
23822         (nnrss-format-string): Redefine it as an inline function.
23823         (nnrss-decode-group-name): New function.
23824         (nnrss-string-as-multibyte): Remove.
23825         (nnrss-retrieve-headers): Decode group name; don't use
23826         nnrss-format-string.
23827         (nnrss-request-group): Decode group name.
23828         (nnrss-request-article): Decode group name; allow a Message-ID as
23829         well as an article number; don't use nnrss-format-string; encode a
23830         Message-ID string which may contain non-ASCII characters; use
23831         mml-to-mime to compose a MIME article.
23832         (nnrss-request-expire-articles): Decode group name.
23833         (nnrss-request-delete-group): Decode group name.
23834         (nnrss-fetch): Clarify error message.
23835         (nnrss-read-server-data): Use insert-file-contents instead of load;
23836         bind file-name-coding-system; use multibyte buffer.
23837         (nnrss-save-server-data): Bind coding-system-for-write to the
23838         value of nnrss-file-coding-system; bind file-name-coding-system;
23839         add coding cookie.
23840         (nnrss-read-group-data): Use insert-file-contents instead of load;
23841         bind file-name-coding-system; use multibyte buffer.
23842         (nnrss-save-group-data): Bind coding-system-for-write to the
23843         value of nnrss-file-coding-system; bind file-name-coding-system.
23844         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23845         make it work with non-ASCII text.
23846         (nnrss-find-el): Make it work with old xml.el as well.
23847
23848 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23849
23850         * nnrss.el (nnrss-get-encoding): New function.
23851         (nnrss-fetch): Use unibyte buffer initially; bind
23852         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23853         decode contents according to the encoding attribute.
23854         (nnrss-save-group-data): Add coding cookie.
23855         (nnrss-mime-encode-string): New function.
23856         (nnrss-check-group): Use it to encode subject and author.
23857
23858 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23859
23860         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23861         imaginary variable.
23862
23863 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23864
23865         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23866         correctly even if there are wide characters.
23867
23868 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23869
23870         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23871         downcased symbol names; make a new cache instead of reusing
23872         bbdb-hashtable.
23873
23874 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23875
23876         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23877         concatenating segments rather than before concatenating them.
23878         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23879
23880         * message.el (message-get-reply-headers): Bind `extra'.
23881
23882 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23883
23884         * message.el (message-extra-wide-headers): New variable.
23885         (message-get-reply-headers): Use it.
23886
23887 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23888
23889         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23890         (gnus-agent-group-pathname): Ditto.
23891
23892         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23893
23894         * gnus-group.el (gnus-group-make-group): Decode group name.
23895         (gnus-group-make-rss-group): Register the group data after opening
23896         the nnrss group.
23897
23898 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23899
23900         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23901         by expiry now get marked as read.
23902
23903 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23904
23905         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23906
23907 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23908
23909         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23910         unify Latin characters in XEmacs.
23911         (mm-find-mime-charset-region): Use it.
23912
23913 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23914
23915         * gnus-util.el (gnus-delete-directory): New function.
23916
23917         * gnus-agent.el (gnus-agent-delete-group): Use it.
23918
23919         * gnus-cache.el (gnus-cache-delete-group): Use it.
23920
23921 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23922
23923         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23924         names.
23925
23926 2004-12-16  Simon Josefsson  <jas@extundo.com>
23927
23928         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23929
23930 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23931
23932         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23933
23934         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23935         (gnus-group-set-current-level): Decode group name.
23936
23937 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23938
23939         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23940         failed.
23941
23942 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23943
23944         * gnus-group.el (gnus-group-delete-group): Decode group name.
23945         (gnus-group-make-rss-group): Encode group name.
23946         (gnus-group-catchup-current): Decode group name.
23947         (gnus-group-kill-group): Decode group name.
23948
23949 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23950
23951         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23952
23953 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23954
23955         * gnus-group.el (gnus-group-make-rss-group):
23956         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23957
23958         * gnus-start.el (gnus-setup-news): Honor user's setting to
23959         gnus-message-archive-method.  Suggested by Lute Kamstra
23960         <lute@gnu.org>.
23961
23962 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23963
23964         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23965         global counterparts of the buffer-local variables.
23966
23967 2004-11-16  Romain Francoise  <romain@orebokech.com>
23968
23969         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23970         counterparts of the buffer-local variables.
23971
23972 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23973
23974         * message.el (message-forbidden-properties): Fix typo in doc
23975         string.
23976
23977 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23978
23979         * gnus-util.el (gnus-replace-in-string): Add doc string.
23980
23981         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23982         to avoid problems when splitting mails with many recipients.
23983
23984 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23985
23986         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
23987         pop-to-buffer, covered by the subsequent gnus-configure-windows.
23988
23989 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
23990
23991         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
23992         if there is no hashtable in memory or file modification time is
23993         newer than cached timestamp.
23994
23995 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
23996
23997         * gnus-sum.el (gnus-summary-limit-to-recipient):
23998         Implement not-matching option.
23999
24000 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24001
24002         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24003         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24004         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24005         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24006         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24007         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24008
24009 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24010
24011         * message.el (message-forward-make-body-mml): Remove headers
24012         according to message-forward-ignored-headers if a message is decoded.
24013
24014 2004-12-02  Romain Francoise  <romain@orebokech.com>
24015
24016         * message.el (message-forward-make-body-plain): Always remove
24017         headers according to message-forward-ignored-headers.
24018
24019 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24020
24021         * spam.el (spam-summary-prepare-exit): Remove the
24022         gnus-summary-limit pop for now, it has problems with ham marks for
24023         me.
24024
24025 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24026
24027         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24028         correctly.
24029
24030 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24031
24032         * format-spec.el (format-spec): Message the char.
24033
24034 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24035
24036         * gnus-art.el (gnus-split-methods): Reformat comments.
24037
24038         * spam.el (spam-summary-prepare-exit): Remove article limits
24039         before exiting the summary buffer.
24040
24041 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24042
24043         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24044         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24045
24046         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24047         order to silence the byte compiler.
24048
24049         * spam.el: Fix the way to silence the byte compiler, which
24050         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24051         bbdb-search-simple, spam-BBDB-register-routine,
24052         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24053         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24054         spam-stat-buffer-is-spam, spam-stat-load,
24055         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24056         spam-stat-save and spam-stat-split-fancy.
24057
24058 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24059
24060         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24061         which may confuse users.
24062         (canlock-password-for-verify): Ditto.
24063
24064         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24065
24066         * gnus-art.el (gnus-emphasis-alist): Ditto.
24067
24068         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24069
24070         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24071
24072         * gnus-start.el (gnus-save-killed-list): Ditto.
24073
24074         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24075         (gnus-sum-thread-tree-root): Ditto.
24076         (gnus-sum-thread-tree-false-root): Ditto.
24077         (gnus-sum-thread-tree-single-indent): Ditto.
24078
24079         * message.el (message-courtesy-message): Ditto.
24080         (message-archive-note): Ditto.
24081         (message-subscribed-address-file): Ditto.
24082         (message-user-fqdn): Ditto.
24083
24084         * spam-report.el (spam-report-gmane-regex): Ditto.
24085
24086         * spam.el (spam-blackhole-good-server-regex): Ditto.
24087
24088 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24089
24090         * mml.el (mml-preview): Widen the message buffer before copying
24091         the contents to the preview buffer; sort headers before previewing.
24092
24093         * message.el (message-hidden-headers): Fix the way to avoid a bug
24094         in the `repeat' widget in Emacs 21.3 or earlier.
24095
24096 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24097
24098         * message.el (message-hidden-headers): Default to "^References:".
24099         Improve customization type.  Suggested by Reiner Steib
24100         <Reiner.Steib@gmx.de>.
24101
24102 2004-11-25  Romain Francoise  <romain@orebokech.com>
24103
24104         * message.el (message-strip-forbidden-properties): Remove check for
24105         obsolete `message-hidden' text property, hidden headers are not
24106         accessible in the buffer anymore.
24107
24108 2004-11-22  Romain Francoise  <romain@orebokech.com>
24109
24110         * message.el (message-header-format-alist): Add `From' in list
24111         so that it can be sorted.
24112         (message-fix-before-sending): Widen and sort headers before
24113         sending.
24114         (message-hide-headers): Use narrowing to hide headers by moving
24115         them to the top of the buffer and narrowing to the region
24116         underneath.
24117
24118 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24119
24120         * message.el (message-strip-forbidden-properties):
24121         Bind buffer-read-only (etc) to nil.
24122
24123 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24124
24125         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24126         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24127
24128 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24129
24130         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24131
24132 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24133
24134         * dns.el (query-dns): Use sit-for to time instead of
24135         accept-process-output, since that doesn't seem to work on udp
24136         sockets.
24137
24138 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24139
24140         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24141
24142 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24143
24144         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24145         doc string.  Improve doc string.
24146
24147 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24148
24149         * nntp.el (nntp-request-update-info): Return nil if
24150         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24151         may not call gnus-activate-group which uselessly issues the GROUP
24152         commands for all nntp groups and wastes time.  Reported by Romain
24153         Francoise <romain@orebokech.com>.
24154
24155         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24156
24157 2004-11-15  Simon Josefsson  <jas@extundo.com>
24158
24159         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24160         headers separately.
24161         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24162         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24163
24164 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24165
24166         * gnus-start.el (gnus-convert-old-newsrc):
24167         Assign legacy-gnus-agent to 5.10.7.
24168
24169 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24170
24171         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24172         start of the lines.
24173
24174 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24175
24176         * hashcash.el (hashcash-default-payment): Change default to 20.
24177         (hashcash-default-accept-payment): Change default to 20.
24178         (hashcash-process-alist): New variable.
24179         (hashcash-generate-payment-async): Add.
24180         (hashcash-already-paid-p): Add.
24181         (hashcash-insert-payment): Don't generate payments twice.
24182         (hashcash-insert-payment-async): Add.
24183         (hashcash-insert-payment-async-2): Add.
24184         (hashcash-cancel-async): Add.
24185         (hashcash-wait-async): Add.
24186         (hashcash-processes-running-p): Add.
24187         (hashcash-wait-or-cancel): Add.
24188         (mail-add-payment): New optional argument.  Conditionally start
24189         asynchronous calculation.
24190         (mail-add-payment-async): Add.
24191
24192         * message.el (message-send-mail): Wait for asynchronous hashcash
24193         results.  Don't clobber existing X-Hashcash headers.
24194         (message-setup-1): Call mail-add-payment-async when
24195         message-generate-hashcash is non-nil.
24196
24197 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24198
24199         * message.el (message-use-alternative-email-as-from): Examine the
24200         From header as well; use message-make-from in order to include a
24201         user's full name.
24202
24203 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24204
24205         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24206         default; improve customization type.
24207         (gnus-emphasis-custom-with-format): New macro.
24208         (gnus-emphasis-custom-value-to-external): New function.
24209         (gnus-emphasis-custom-value-to-internal): New function.
24210
24211 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24212
24213         * dns.el (query-dns): Resolve reverse addresses.
24214
24215 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24216
24217         * gnus-group.el (gnus-group-get-new-news): Use it.
24218
24219         * gnus-start.el (gnus-check-reasonable-setup): New function.
24220
24221 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24222
24223         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24224         "Args out of range" error.  Reported by Arnaud Giersch
24225         <arnaud.giersch@free.fr>.
24226
24227 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24228
24229         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24230
24231 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24232
24233         * spam.el (spam group): Add :version.
24234
24235         * pgg-def.el (pgg group): Add :version.
24236
24237 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24238
24239         * gnus-art.el (gnus-article-edit-article): Don't associate the
24240         article buffer with a draft file.  This is a temporary measure
24241         against the 2004-08-22 change to gnus-article-edit-mode.
24242
24243 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24244
24245         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24246         (html2text-format-tags): Remove unused variable `attr'.
24247
24248 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24249
24250         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24251
24252         * tls.el (tls-process-connection-type, tls-success)
24253         (tls-certtool-program): Add :version.
24254
24255         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24256         (starttls-extra-arguments, starttls-process-connection-type)
24257         (starttls-connect, starttls-failure, starttls-success): Add :version.
24258
24259         * spam-stat.el (spam-stat): Add :version.
24260
24261         * sieve.el (sieve): Add :version.
24262
24263         * sha1.el (sha1): Add :version.
24264         (sha1-use-external): Remove redundant version.
24265
24266         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24267         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24268         (nnmail-split-fancy-match-partial-words)
24269         (nnmail-split-lowercase-expanded): Add :version.
24270
24271         * nndiary.el (nndiary): Add :version.
24272
24273         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24274
24275         * mml-sec.el (mml-default-sign-method)
24276         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24277         Add :version.
24278
24279         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24280
24281         * mm-url.el (mm-url-use-external, mm-url-program)
24282         (mm-url-arguments): Add :version.
24283
24284         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24285         (mm-attachment-file-modes, mm-decrypt-option)
24286         (mm-w3m-safe-url-regexp): Add :version.
24287
24288         * message.el (message-cite-prefix-regexp)
24289         (message-sendmail-envelope-from, message-minibuffer-local-map)
24290         (message-user-fqdn, message-completion-alist): Add :version.
24291
24292         * gnus-win.el (gnus-configure-windows-hook)
24293         (gnus-use-frames-on-any-display): Add :version.
24294
24295         * gnus-art.el (gnus-article-address-banner-alist)
24296         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24297         (gnus-treat-from-picon, gnus-treat-mail-picon)
24298         (gnus-treat-x-pgp-sig): Add :version.
24299
24300         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24301         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24302         (gnus-summary-article-delete-hook)
24303         (gnus-summary-display-while-building): Add :version.
24304
24305         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24306         (gnus-get-top-new-news-hook): Add :version.
24307
24308         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24309         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24310
24311         * gnus-registry.el (gnus-registry): Add :version.
24312
24313         * gnus-spec.el (gnus-use-correct-string-widths)
24314         (gnus-make-format-preserve-properties): Add :version.
24315
24316         * gnus.el (gnus-group-charter-alist)
24317         (gnus-group-fetch-control-use-browse-url)
24318         (gnus-install-group-spam-parameters): Add :version.
24319
24320         * gnus-diary.el (gnus-diary): Add :version.
24321
24322         * gnus-delay.el (gnus-delay): Add :version.
24323
24324         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24325         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24326         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24327         Add :version.
24328
24329         * gnus-agent.el (gnus-agent-max-fetch-size)
24330         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24331         (gnus-agent-prompt-send-queue): Add :version.
24332
24333         * deuglify.el (gnus-outlook-deuglify): Add :version.
24334
24335         * html2text.el: Beautify code.  Improve doc strings.
24336         Some checkdoc cleanup.
24337         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24338
24339 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24340
24341         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24342
24343 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24344
24345         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24346         when package is loaded.
24347
24348         * spam.el (spam-summary-score-preferred-header): Add global preference
24349         for people who want to override the default SpamAssassin over
24350         Bogofilter preference (when both are set).
24351         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24352         (spam-user-format-function-S):
24353         Check spam-summary-score-preferred-header.
24354         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24355         (spam-user-format-function-S): Format the score correctly.
24356
24357 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24358
24359         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24360         signature file.  Suggested by Manoj Srivastava
24361         <srivasta@golden-gryphon.com>.
24362
24363         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24364         iso-2022-jp even in the Japanese language environment.
24365         Suggested by Jason Rumney <jasonr@gnu.org>.
24366
24367 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24368
24369         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24370         use the same characters as the dummy marks; make it free from
24371         getting affected by the language environment.
24372         (gnus-summary-read-group-1): Update mark positions only when the
24373         format spec is updated.
24374
24375         * gnus-spec.el (gnus-update-format-specifications): Return a list
24376         of updated types.
24377
24378 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24379
24380         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24381         of boundp to check if display-warning is available.
24382
24383 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24384
24385         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24386
24387 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24388
24389         * nnspool.el (nnspool-spool-directory): Use news-path if the
24390         news-directory variable is not bound.
24391
24392         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24393         function instead of display-warning if it is not available.
24394
24395 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24396
24397         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24398         v5-10: Use `point-at-bol'.
24399
24400 2004-10-26  Simon Josefsson  <jas@extundo.com>
24401
24402         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24403         <chenggao@gmail.com>.
24404
24405 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24406
24407         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24408         instead.
24409
24410 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24411
24412         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24413         to remove a server from the nnimap-server-buffer-alist.
24414         (nnimap-open-connection, nnimap-close-server): Use it.
24415
24416         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24417
24418 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24419
24420         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24421         running the major-mode function.
24422
24423 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24424
24425         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24426         dummy marks in the right way.
24427
24428 2004-10-18  David Edmondson  <dme@dme.org>
24429
24430         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24431         excessively.
24432
24433 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24434
24435         * gnus-util.el (gnus-split-references): Accept a nil references
24436         string and go on blissfully.
24437
24438         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24439         cases where the references string is non-nil but has no references.
24440
24441         * encrypt.el: Add autoload tags.
24442
24443         * spam.el (spam-resolve-registrations-routine): Remove article
24444         from unregistration list too.  Reported by David Hanak
24445         <dhanak@isis.vanderbilt.edu>
24446
24447 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24448
24449         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24450         nil.  Change custom type.
24451
24452 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24453
24454         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24455
24456         * gnus-sum.el (gnus-summary-move-article): Use it.
24457
24458 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24459
24460         * encrypt.el: Add autoload cookies.
24461
24462         * spam.el (spam-backend-article-list-property)
24463         (spam-backend-get-article-todo-list)
24464         (spam-backend-put-article-todo-list)
24465         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24466         Resolve registrations separately.
24467         (spam-register-routine): Format comments.
24468         (spam-unregister-routine, spam-register-routine): Always call with
24469         specific-articles, no default list.
24470         (spam-summary-prepare-exit): Use the spam-classifications function.
24471
24472         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24473         gnus-encrypt.el.
24474
24475         * encrypt.el: Copied from gnus-encrypt.el.
24476
24477         * gnus-encrypt.el: Commented that it's obsolete.
24478
24479 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24480
24481         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24482         (gnus-score-save): Use it.
24483
24484         * message.el (message-bury): Use `window-dedicated-p'.
24485
24486 2004-10-15  Simon Josefsson  <jas@extundo.com>
24487
24488         * pop3.el (top-level): Don't require nnheader.
24489         (pop3-read-timeout): Add.
24490         (pop3-accept-process-output): Add.
24491         (pop3-read-response, pop3-retr): Use it.
24492
24493 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24494
24495         * spam.el (spam-register-routine): Move comment.
24496         (spam-verify-bogofilter): Use 'unknown for the initial
24497         spam-bogofilter-valid state, not 'never.
24498
24499         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24500         for netrc-machine.
24501
24502         * nnimap.el (nnimap-open-connection):
24503         Use netrc-machine-user-or-password.
24504
24505 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24506
24507         * gnus-registry.el (gnus-registry-unload-hook):
24508         Set as a variable with add-hook.
24509
24510         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24511         of news-path.
24512
24513         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24514
24515         * spam.el: Delete duplicate `provide'.
24516         (spam-unload-hook): Set as a variable with add-hook.
24517
24518 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24519
24520         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24521         in the doc string.
24522
24523         * message.el (message-ignored-news-headers)
24524         (message-ignored-supersedes-headers)
24525         (message-ignored-resent-headers)
24526         (message-forward-ignored-headers): Improve custom type.
24527
24528 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24529
24530         * message.el (message-tokenize-header): Fix 2004-09-06 change
24531         which used point-min in the wrong place.
24532
24533 2004-10-12  Simon Josefsson  <jas@extundo.com>
24534
24535         * tls.el (tls-certtool-program): New variable.
24536         (tls-certificate-information): New function, based on
24537         ssl-certificate-information.
24538
24539 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24540
24541         * compface.el: Move the version of ELisp-based uncompface program
24542         to the contrib directory because of the copyright problem.
24543
24544 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24545
24546         * message.el (message-kill-buffer): Raise the current frame.
24547
24548 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24549
24550         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24551
24552         * gnus.el (message-y-or-n-p): Autoload.
24553
24554         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24555         (pop3-password-required, pop3-authentication-scheme)
24556         (pop3-leave-mail-on-server): Make customizable.
24557         (pop3): New custom group.
24558         (pop3-retr): Remove `sleep-for' statements.
24559         Suggested by Dave Love <fx@gnu.org>.
24560
24561         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24562         Windows/DOS.
24563
24564         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24565         (imap-parse-body): Fix incorrect use of `assert'.
24566         Suggested by Dave Love <fx@gnu.org>.
24567
24568         * mml.el (mml-minibuffer-read-disposition): Require match.
24569         Suggested by Dave Love <fx@gnu.org>.
24570
24571 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24572
24573         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24574         doc string.
24575
24576 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24577
24578         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24579
24580 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24581
24582         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24583         instead of calling `mm-insert-inline', to decode text/* parts
24584         before displaying them.
24585
24586 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24587
24588         * mm-uu.el (mm-uu-text-plain-type): New variable.
24589         (mm-uu-pgp-signed-extract-1): Use it.
24590         (mm-uu-pgp-encrypted-extract-1): Use it.
24591         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24592         bind mm-uu-text-plain-type with that value.
24593         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24594         mm-uu-dissect.
24595
24596 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24597
24598         * gnus-group.el (gnus-update-group-mark-positions):
24599         * gnus-sum.el (gnus-update-summary-mark-positions):
24600         * message.el (message-check-news-body-syntax):
24601         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24602         of string-as-multibyte.
24603
24604 2004-10-05  Juri Linkov  <juri@jurta.org>
24605
24606         * gnus-group.el (gnus-update-group-mark-positions):
24607         * gnus-sum.el (gnus-update-summary-mark-positions):
24608         * message.el (message-check-news-body-syntax):
24609         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24610         8-bit unibyte values to a multibyte string for search functions.
24611
24612 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24613
24614         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24615         (mm-uu-dissect-text-parts): New function.
24616
24617         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24618         dissect text parts.
24619
24620         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24621         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24622
24623         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24624
24625         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24626         Use gnus-current-topics instead of gnus-current-topic.
24627
24628 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24629
24630         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24631
24632 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24633
24634         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24635         where appropriate.
24636
24637         * nnml.el (nnml-generate-active-info): do.
24638
24639         * nndiary.el (nndiary-generate-active-info): do.
24640
24641         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24642         (gnus-topic-move): do.
24643
24644         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24645         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24646
24647         * gnus-srvr.el (gnus-server-prepare)
24648         (gnus-server-open-all-servers): do.
24649
24650         * gnus-msg.el (gnus-summary-cancel-article)
24651         (gnus-summary-resend-message)
24652         (gnus-summary-mail-crosspost-complaint): do.
24653
24654         * gnus-move.el (gnus-change-server): do.
24655
24656         * gnus-group.el (gnus-group-unmark-all-groups)
24657         (gnus-group-set-current-level): do.
24658
24659 2004-10-04  Simon Josefsson  <jas@extundo.com>
24660
24661         * message.el (message-generate-hashcash): Doc fix.
24662
24663 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24664
24665         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24666         avoid infinite recursion via gnus-get-function.
24667
24668 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24669
24670         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24671
24672         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24673
24674         * nnmail.el (nnmail-split-history): do.
24675
24676         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24677         (nnml-request-delete-group): do.
24678
24679         * nnslashdot.el (nnslashdot-read-groups): do.
24680
24681         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24682         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24683
24684         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24685         (nnspool-sift-nov-with-sed): Use last.
24686         (nnspool-retrieve-headers-with-nov): Use mapc.
24687         (nnspool-request-newgroups): Use dolist.
24688         (nnspool-request-group): Use last.
24689
24690         * nntp.el (nntp-read-server-type): Use dolist.
24691
24692         * nnvirtual.el (nnvirtual-create-mapping)
24693         (nnvirtual-update-read-and-marked): Use dolist.
24694         (nnvirtual-convert-headers): Simplify.
24695
24696 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24697
24698         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24699         Add support for sync'ing tick marks.
24700
24701 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24702
24703         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24704         there's no visible header.
24705
24706 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24707
24708         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24709         When necessary, pass full group name to gnus-request-set-marks.
24710
24711 2004-10-01  Simon Josefsson  <jas@extundo.com>
24712
24713         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24714         acroread.
24715
24716 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24717
24718         * spam-report.el (spam-report-gmane): Fix interactive.
24719
24720         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24721
24722         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24723         when writing file.
24724         (gnus-agent-synchronize-flags): Don't default to being
24725         interactive.
24726
24727 2004-09-30  Simon Josefsson  <jas@extundo.com>
24728
24729         * message.el (message-generate-hashcash): Add.
24730         (message-send-mail): Use it, call mail-add-payment.
24731
24732 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24733
24734         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24735
24736 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24737
24738         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24739         gnus-requst-update-info with explicit code to sync the in-memory
24740         info read flags with the marks being sync'd to the backend.
24741
24742         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24743
24744 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24745
24746         * spam.el (spam-verify-bogofilter): Add new function.
24747         (spam-check-bogofilter)
24748         (spam-bogofilter-register-with-bogofilter): Use it.
24749         (spam-verify-bogofilter): Add small fixes.
24750
24751 2004-09-28  Simon Josefsson  <jas@extundo.com>
24752
24753         * hashcash.el (hashcash-generate-payment): Revert.
24754
24755 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24756
24757         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24758         Use gnus-extract-references instead of gnus-split-references.
24759
24760         * gnus-util.el (gnus-extract-references): Add new function, analogous
24761         to gnus-split-references but extracts only the message-ID without
24762         anything extra.
24763
24764         * hashcash.el (hashcash-generate-payment)
24765         (hashcash-check-payment): Do the right thing if hashcash-path is
24766         nil (because the hashcash program could not be found).
24767
24768         * spam.el (spam-use-hashcash): Remove comment.
24769
24770 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24771
24772         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24773         (gnus-cache-enter-article, gnus-cache-remove-article)
24774         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24775
24776         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24777
24778         * gnus-art.el (article-hide-boring-headers)
24779         (article-translate-strings, article-display-face)
24780         (gnus-article-mime-match-handle-first)
24781         (gnus-article-highlight-headers)
24782         (gnus-article-add-buttons-to-head): do.
24783
24784 2004-09-27  Simon Josefsson  <jas@extundo.com>
24785
24786         * hashcash.el: New version, from
24787         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24788         ../contrib/.
24789
24790 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24791
24792         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24793
24794 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24795
24796         * gnus-dup.el (gnus-dup-open): Use mapc.
24797         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24798
24799         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24800         Reported by Stefan Wiens <s.wi@gmx.net>.
24801
24802         * gnus.el (gnus-shutdown): Use dolist.
24803
24804         * gnus-undo.el (gnus-undo): Use mapc.
24805
24806         * nnrss.el (nnrss-generate-active): do.
24807
24808         * message.el (message-cite-original-without-signature)
24809         (message-cite-original): Use mapc.
24810         (message-do-actions, message-make-forward-subject): Use dolist.
24811
24812 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24813
24814         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24815         deletion to remove entire duplicate line.  Fixes merged article
24816         number bug.
24817
24818 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24819
24820         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24821         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24822         first ask if you want to open a server and then, even when you
24823         responded with no, asking if you want to synchronize the server's
24824         flags.
24825         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24826         multi-line expressions.
24827         (gnus-agent-synchronize-group-flags): New internal function.
24828         Updates marks in memory (in the info structure) AND in the
24829         backend.
24830
24831         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24832
24833         * nnagent.el (nnagent-request-set-mark):
24834         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24835         method, to ensure that synchronization updates marks in the
24836         backend and in the info (in memory) structure.
24837
24838 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24839
24840         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24841         convention fully; don't miss the root article of a thread; make
24842         the X-Draft-From header with correct article numbers.
24843
24844 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24845
24846         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24847         unless plugged.  Disable the agent so that an open failure causes
24848         an error.
24849
24850         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24851         Revert 2004-09-21 change.  The backend must be opened while
24852         synchronizing flags even when the backend stores the flags
24853         locally.
24854
24855 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24856
24857         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24858         in `header' match.  Reported by Svend Tollak Munkejord.
24859
24860         * message.el (message-cite-original): Fix use of
24861         `message-cite-articles-with-x-no-archive'.
24862
24863 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24864
24865         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24866         (gnus-window-to-buffer): Ditto.
24867
24868         * mml.el (mml-preview-buffer): New variable.
24869         (mml-preview): Manage window layout with gnus-buffer-configuration.
24870
24871         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24872         X-Draft-From header even if those articles aren't quoted.
24873
24874 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24875
24876         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24877         (gnus-request-set-mark, gnus-request-update-mark): Use new
24878         g-s-t-u-l-m to decide to use backend even when unplugged.
24879
24880 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24881
24882         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24883         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24884
24885 2004-09-20  Simon Josefsson  <jas@extundo.com>
24886
24887         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24888         "utf-16-le".
24889
24890 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24891
24892         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24893
24894 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24895
24896         * uudecode.el (uudecode-use-external): Add :version.
24897
24898         * smime.el (smime-CA-file, smime-encrypt-cipher)
24899         (smime-dns-server): Add :version.
24900
24901         * smiley.el (gnus-smiley-file-types): Add :version.
24902
24903         * sha1.el (sha1-use-external): Add :version.
24904
24905         * pgg-def.el (pgg-query-keyserver): Add :version.
24906
24907         * nnmail.el (nnmail-fancy-expiry-targets)
24908         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24909         Add :version.
24910
24911         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24912         (nnimap-retrieve-groups-asynchronous): Add :version.
24913         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24914
24915         * mml.el (mml-content-disposition-parameters)
24916         (mml-insert-mime-headers-always): Add :version.
24917
24918         * mm-util.el (mm-coding-system-priorities): Add :version.
24919
24920         * mm-decode.el (mm-inline-text-html-with-images)
24921         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24922         (mm-verify-option): Add :version.
24923         (mm-text-html-renderer): Change :version.
24924
24925         * message.el (message-fcc-externalize-attachments)
24926         (message-required-headers, message-draft-headers)
24927         (message-subject-trailing-was-query)
24928         (message-subject-trailing-was-ask-regexp)
24929         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24930         (message-mark-insert-end, message-archive-header)
24931         (message-archive-note, message-cross-post-default)
24932         (message-cross-post-note, message-followup-to-note)
24933         (message-cross-post-note-function, message-use-mail-followup-to)
24934         (message-subscribed-address-functions)
24935         (message-subscribed-address-file, message-subscribed-addresses)
24936         (message-subscribed-regexps, message-allow-no-recipients)
24937         (message-yank-cited-prefix, message-signature-insert-empty-line)
24938         (message-hidden-headers, message-hierarchical-addresses)
24939         (message-mail-user-agent, message-use-idna)
24940         (message-valid-fqdn-regexp)
24941         (message-strip-special-text-properties, message-header-synonyms)
24942         (message-beginning-of-line, message-tab-body-function): Add :version.
24943         (message-insert-canlock, message-wide-reply-confirm-recipients):
24944         Change :version.
24945
24946         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24947         and :version.
24948         (mail-source-delete-old-incoming-confirm)
24949         (mail-source-movemail-program): Add :version.
24950
24951         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24952         (gnus-agent-cache, gnus-agent): Change :version.
24953
24954         * gnus-util.el (gnus-use-byte-compile): Change :version.
24955
24956         * gnus-sum.el (gnus-summary-make-false-root-always)
24957         (gnus-summary-default-high-score)
24958         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24959         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24960         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24961         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24962         (gnus-sum-thread-tree-single-indent)
24963         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24964         (gnus-sum-thread-tree-leaf-with-other)
24965         (gnus-sum-thread-tree-single-leaf): Add :version.
24966         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24967         (gnus-article-loose-mime): Change :version.
24968
24969         * gnus-start.el (gnus-backup-startup-file)
24970         (gnus-save-startup-file-via-temp-buffer): Add :version.
24971
24972         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24973         (gnus-server-offline-face): Add :version.
24974
24975         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24976
24977         * gnus-msg.el (gnus-gcc-externalize-attachments)
24978         (gnus-debug-files, gnus-debug-exclude-variables)
24979         (gnus-discouraged-post-methods): Change :version.
24980         (gnus-confirm-mail-reply-to-news)
24981         (gnus-confirm-treat-mail-like-news): Add :version.
24982
24983         * gnus-int.el (gnus-server-unopen-status): Add :version.
24984
24985         * gnus-group.el (gnus-group-jump-to-group-prompt)
24986         (gnus-large-ephemeral-newsgroup)
24987         (gnus-fetch-old-ephemeral-headers): Add :version.
24988
24989         * gnus-fun.el (gnus-x-face-directory)
24990         (gnus-convert-pbm-to-x-face-command)
24991         (gnus-convert-image-to-x-face-command)
24992         (gnus-convert-image-to-face-command): Add :version.
24993
24994         * gnus-delay.el (gnus-delay-default-hour): Add :version.
24995
24996         * gnus-cite.el (gnus-cite-blank-line-after-header)
24997         (gnus-article-boring-faces): Add :version.
24998
24999         * gnus-art.el (gnus-buttonized-mime-types)
25000         (gnus-inhibit-mime-unbuttonizing)
25001         (gnus-treat-display-face)
25002         (gnus-treat-body-boundary): Change :version.
25003         (gnus-body-boundary-delimiter, gnus-picon-databases)
25004         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25005         (gnus-treat-date-english, gnus-treat-fold-headers)
25006         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25007         (gnus-treat-mail-picon, gnus-treat-wash-html)
25008         (gnus-article-encrypt-protocol)
25009         (gnus-use-idna, gnus-article-over-scroll)
25010         (gnus-mime-display-multipart-alternative-as-mixed)
25011         (gnus-mime-display-multipart-related-as-mixed)
25012         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25013         (gnus-ctan-url, gnus-button-ctan-handler)
25014         (gnus-button-handle-ctan-bogus-regexp)
25015         (gnus-button-ctan-directory-regexp)
25016         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25017         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25018         (gnus-button-man-level, gnus-button-emacs-level)
25019         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25020
25021         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25022         (gnus-agent-go-online): Change :version.
25023         (gnus-agent-expire-unagentized-dirs)
25024         (gnus-agent-auto-agentize-methods): Add :version.
25025
25026         * flow-fill.el (fill-flowed-display-column)
25027         (fill-flowed-encode-column): Add :version.
25028
25029         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25030         (gnus-outlook-deuglify-unwrap-max)
25031         (gnus-outlook-deuglify-cite-marks)
25032         (gnus-outlook-deuglify-unwrap-stop-chars)
25033         (gnus-outlook-deuglify-no-wrap-chars)
25034         (gnus-outlook-deuglify-attrib-cut-regexp)
25035         (gnus-outlook-deuglify-attrib-verb-regexp)
25036         (gnus-outlook-deuglify-attrib-end-regexp)
25037         (gnus-outlook-display-hook): Add :version.
25038
25039         * binhex.el (binhex-use-external): Add :version.
25040
25041 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25042
25043         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25044         and `invisible'.
25045
25046 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25047
25048         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25049         in gnus-registry-trim.
25050
25051 2004-09-13  Simon Josefsson  <jas@extundo.com>
25052
25053         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25054
25055         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25056
25057         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25058         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25059         <yamaoka@jpl.org>.
25060         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25061         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25062         <yamaoka@jpl.org>.
25063
25064         * sieve.el (sieve-manage-mode): Ditto.
25065
25066 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25067
25068         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25069
25070 2004-09-11  Simon Josefsson  <jas@extundo.com>
25071
25072         * dns-mode.el: Add.
25073
25074         * mm-view.el (mm-display-dns-inline): Add.
25075
25076         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25077         (mm-automatic-display): Ditto.
25078
25079         * mailcap.el (mailcap-mime-data): Add text/dns.
25080         (mailcap-mime-extensions): Map .soa to text/dns.
25081
25082 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25083
25084         * gnus-art.el (article-decode-mime-words, article-babel)
25085         (gnus-article-highlight-signature, gnus-article-add-buttons)
25086         (gnus-signature-toggle): Remove unnecessary bindings of
25087         `inhibit-read-only' inherited from v5.10 merge.
25088
25089 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25090
25091         * nntp.el (nntp): New customization group.
25092         (nntp-authinfo-file): Add customization group.
25093
25094         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25095
25096         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25097
25098         * gnus.el (to-address, to-list, subscribed)
25099         (large-newsgroup-initial): Ditto.
25100
25101         * flow-fill.el (fill-flowed-display-column)
25102         (fill-flowed-encode-column): Ditto.
25103
25104 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25105
25106         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25107         Use point-min rather than 1.
25108         (message-send-mail): Use buffer-size rather than point-max.
25109
25110         * gnus-sum.el (gnus-summary-search-article-forward):
25111         Signal a specific `search-failed' rather than a generic `error'.
25112
25113         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25114         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25115         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25116
25117 2004-09-10  Simon Josefsson  <jas@extundo.com>
25118
25119         * nndb.el (require): Remove tcp and duplicate cl.
25120
25121 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25122
25123         * gnus-agent.el (directory-files-and-attributes): Move forward.
25124
25125 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25126
25127         * gnus-agent.el (directory-files-and-attributes):
25128         Optionally defined to support XEmacs.
25129
25130 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25131
25132         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25133         to avoid run-time CL dependencies.
25134         (gnus-agent-unfetch-articles): New function.
25135         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25136         article numbers even when local .overview file is missing.
25137         (gnus-agent-read-article-number): New function.  Only accepts
25138         27-bit article numbers.
25139         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25140         Use gnus-agent-read-article-number.
25141         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25142         from backend while recognizing that article numbers in .overview
25143         must be valid.
25144         (gnus-agent-update-files-total-fetched-for):
25145         Use directory-files-and-attributes to improve performance.
25146         * gnus-int.el (gnus-request-move-article):
25147         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25148         improve performance.
25149
25150         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25151         some users confused by references to .newsrc when they only have a
25152         .newsrc.eld file.
25153         (gnus-convert-mark-converter-prompt)
25154         (gnus-convert-converter-needs-prompt): Fix use of property list.
25155         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25156         New function.  Used internally to only display 'gnus converting
25157         files' message when actually necessary.
25158
25159         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25160         methods now autoloaded.
25161
25162 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25163
25164         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25165         identifiers.
25166
25167 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25168
25169         * gnus-picon.el: Fix indentation and closing parenthesis.
25170
25171 2004-09-01  Simon Josefsson  <jas@extundo.com>
25172
25173         * message.el (message-canlock-generate): Require sha1, not
25174         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25175         to require within a function.  Sadly, if sha1.el isn't loaded, the
25176         let binding in m-c-g will hide the defcustom definition, which is
25177         bad.)
25178
25179         * canlock.el: Require sha1, not sha1-el.
25180
25181         * message.el: Don't autoload sha1 (there is a autoload cookie in
25182         sha1.el).
25183
25184         * sha1-el.el: Rename to sha1.el.
25185
25186 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25187
25188         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25189
25190 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25191
25192         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25193
25194 2004-08-30  Kim F. Storm  <storm@cua.dk>
25195
25196         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25197
25198         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25199         Add :group 'nnimap.
25200
25201 2004-08-30  Andreas Schwab  <schwab@suse.de>
25202
25203         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25204         ?* and ?\;.
25205
25206         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25207         and ?\' to symbol instead of whitespace.
25208
25209 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25210
25211         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25212
25213         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25214         instead of re-search-forward.
25215
25216         * gnus-uu.el (gnus-uu-save-article): Ditto.
25217         (gnus-uu-post-encode-uuencode): Ditto.
25218
25219         * html2text.el (html2text-clean-list-items): Ditto.
25220         (html2text-clean-dtdd): Ditto.
25221         (html2text-format-tags): Ditto.
25222
25223         * message.el (message-send-mail-with-sendmail): Fix regexp.
25224         (message-fill-field-general): Use search-forward instead of
25225         re-search-forward.
25226         (unbold-region): Ditto.
25227
25228         * nnrss.el (nnrss-request-article): Ditto.
25229
25230         * nnslashdot.el (nnslashdot-request-article): Ditto.
25231
25232         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25233
25234         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25235         "Unrecognized menu descriptor" error in XEmacs.
25236
25237 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25238
25239         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25240         parent article of a sparse article in the thread hashtb.
25241
25242 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25243
25244         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25245         (nnmail-expand-newtext): Lowercase expanded entries if
25246         nnmail-split-lowercase-expanded is non-nil.
25247
25248 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25249
25250         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25251
25252         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25253         of gnus-tmp-news-method into string under XEmacs.  It will be
25254         passed to gnus-correct-length which takes only a string argument.
25255
25256 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25257
25258         * gnus-util.el (gnus-bind-print-variables): New macro.
25259         (gnus-prin1): Use it.
25260         (gnus-prin1-to-string): Use it.
25261         (gnus-pp): New function.
25262         (gnus-pp-to-string): New function.
25263
25264         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25265         Replace pp-to-string with gnus-pp-to-string.
25266         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25267         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25268         * gnus-msg.el (gnus-debug): Ditto.
25269         * gnus-score.el (gnus-score-save): Ditto.
25270         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25271         gnus-pp-to-string.
25272         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25273         with gnus-pp.
25274         * score-mode.el (gnus-score-pretty-print): Ditto.
25275         * webmail.el (webmail-debug): Ditto.
25276
25277 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25278
25279         * gnus-art.el (article-display-face, article-display-x-face):
25280         Use buffer-read-only.
25281
25282 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25283
25284         * gnus-art.el (article-hide-list-identifiers):
25285         Bind inhibit-read-only as t.
25286
25287 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25288
25289         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25290
25291 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25292
25293         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25294         (gnus-narrow-to-page): Don't assume point-min == 1.
25295         (gnus-article-edit-mode): Derive from message-mode.
25296
25297         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25298         point-min == 1.
25299
25300         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25301         Disable incorrect use of `assert'.
25302
25303         * message.el (message-mode): Set comment-start-skip.
25304
25305
25306 2004-08-22  Sam Steingold  <sds@gnu.org>
25307
25308         * pop3.el (pop3-leave-mail-on-server): New user variable.
25309         (pop3-movemail): Delete mail only when it is nil.
25310
25311 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25312
25313         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25314
25315         * mml.el (mml-preview): Use `pop-to-buffer'.
25316
25317         * message.el (message-goto-mail-followup-to): Insert after "To".
25318         (message-carefully-insert-headers): Add comment.
25319
25320         * gnus.el: Remove unused variable `gnus-article-check-size'.
25321
25322         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25323
25324         * gnus-art.el (gnus-button-alist):
25325         Improve `gnus-button-handle-library' entry.
25326
25327 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25328
25329         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25330         Use downcase, since XEmacs capitalizes error messages differently.
25331
25332 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25333
25334         * nntp.el: Add (require 'gnus) due to reference to
25335         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25336
25337 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25338
25339         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25340         Bind `mm-fill-flowed'.
25341
25342         * mm-decode.el (mm-dissect-singlepart): Check it.
25343
25344 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25345
25346         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25347         'imap' for netrc parsing.
25348
25349 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25350
25351         * mailcap.el (mailcap-mime-data): Mark as risky.
25352
25353 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25354
25355         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25356         may be included in the encoded word.
25357         (rfc2047-encode): Don't append a space if the encoded word
25358         includes close parenthesis.
25359
25360 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25361
25362         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25363         of text within parentheses.
25364
25365 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25366
25367         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25368         (gnus-encrypt-write-file-contents): Make the password key the file
25369         name PLUS the cipher, not just the cipher.  Also remove failed
25370         passwords from the cache.
25371
25372 2004-08-06  Simon Josefsson  <jas@extundo.com>
25373
25374         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25375         Doc fix.
25376
25377 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25378
25379         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25380         LWSP.
25381
25382 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25383
25384         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25385         Try to append in-reply-to: data to the references: header.
25386
25387         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25388         (netrc-parse): Use gnus-encrypt.el functions.
25389
25390         * gnus-encrypt.el: Add new file for encryption support; currently
25391         does only a few GPG ciphers and an internal XOR cipher.
25392
25393         * password.el: Add comments on using password-read-and-add.
25394         (password-read-and-add): Add function to read and add the
25395         password to the cache at once.
25396
25397 2004-07-28  Simon Josefsson  <jas@extundo.com>
25398
25399         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25400         parameter (but don't use it, for now).
25401
25402         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25403         instead of hard coding to nil.
25404
25405 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25406
25407         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25408         as mm-inline-image-xemacs does.
25409
25410 2004-07-26  Simon Josefsson  <jas@extundo.com>
25411
25412         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25413         Revert part of 2004-07-17 change below.
25414
25415 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25416
25417         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25418         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25419
25420 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25421
25422         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25423         quotes that actually start with ">" at the beginning of the
25424         lines.
25425
25426 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25427
25428         * rfc2047.el (rfc2047-encode-region): Fix last change.
25429         (rfc2047-encode-parameter): Remove useless concat.
25430
25431 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25432
25433         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25434         encode special characters; fix some kind of misconfigured headers;
25435         signal a real error if debug-on-quit or debug-on-error is non-nil.
25436         (rfc2047-encode-max-chars): New variable.
25437         (rfc2047-encode-1): Use it.
25438         (rfc2047-encode-parameter): New function.
25439
25440         * mml.el (mml-insert-parameter): Remove an excessive space.
25441
25442 2004-07-17  Simon Josefsson  <jas@extundo.com>
25443
25444         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25445         Kai Grossjohann <kai@emptydomain.de>.
25446         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25447         (gnus-group-make-menu-bar): Ditto.
25448
25449         * gnus-util.el (gnus-group-server): Add.
25450
25451 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25452
25453         * message.el (message-clone-locals): Clone sendmail and smtp
25454         variables.
25455
25456 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25457
25458         * rfc2047.el (rfc2047-encode-region): Fix last change.
25459
25460 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25461
25462         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25463         characters as non-special.
25464
25465 2004-07-09  Simon Josefsson  <jas@extundo.com>
25466
25467         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25468         Users will lose all flag changes made while unplugged with
25469         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25470         good default.  See numerous reports on ding mailing list.
25471
25472 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25473
25474         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25475         add generate-head-function and generate-article-function to the
25476         rfc822-forward entry.
25477         (nndoc-rfc822-forward-generate-article): New function.
25478         (nndoc-rfc822-forward-generate-head): New function.
25479
25480         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25481
25482 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25483
25484         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25485         respect display group parameter and gnus-summary-expunge-below.
25486         (gnus-articles-to-read): Remove unused reference to display group
25487         parameter.
25488
25489 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25490
25491         * nnheader.el (nnheader-uniquify-message-id): New experimental
25492         variable.
25493         (nnheader-nov-read-message-id): Use it.
25494
25495         * spam-report.el (spam-report-gmane): Add interactive.
25496
25497 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25498
25499         * mm-encode.el (mm-content-transfer-encoding-defaults):
25500         Use qp-or-base64 for the application/* types.
25501
25502 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25503
25504         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25505
25506 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25507
25508         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25509         trim value.
25510
25511 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25512
25513         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25514         New macro and function.
25515         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25516
25517 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25518
25519         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25520         after-load-alist.
25521
25522 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25523
25524         * gnus-group.el (gnus-group-get-new-news-this-group):
25525         Don't update info that isn't there.
25526
25527 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25528
25529         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25530         entry.
25531
25532 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25533
25534         * mm-view.el (mm-inline-render-with-function): Use multibyte
25535         buffer; decode html source by charset.
25536
25537         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25538
25539         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25540         Mule-UCS is loaded under XEmacs.
25541         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25542
25543 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25544
25545         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25546
25547 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25548
25549         * mm-util.el (mm-coding-system-p): Return a coding-system.
25550         (mm-mime-mule-charset-alist): Use shift_jis instead of
25551         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25552         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25553         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25554         instead of japanese-shift-jis and iso-latin-1 respectively in
25555         order to share the default value with both Emacs and XEmacs-mule.
25556         (mm-mule-charset-to-mime-charset):
25557         Make mm-coding-system-priorities effective.
25558         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25559         while predicating of candidates upon the priorities.
25560
25561 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25562
25563         * gnus-sum.el (gnus-summary-make-menu-bar):
25564         Add gnus-uu-invert-processable.
25565
25566         * gnus.el: Autoload gnus-uu-invert-processable.
25567
25568 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25569
25570         * mm-util.el (mm-with-multibyte-buffer): New macro.
25571
25572         * rfc2047.el (rfc2047-encode-string): Use it.
25573         (rfc2047-encode-region): Move point to the end of the region after
25574         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25575
25576 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25577
25578         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25579         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25580
25581 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25582
25583         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25584         (gnus-cite-parse): Ignore quoted envelope From_.
25585         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25586
25587 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25588
25589         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25590         invalid addresses.
25591
25592 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25593
25594         * spam.el: Change section markers, revise TODO list.
25595         (spam-backends): Make new master list of all installed backends.
25596         (spam-summary-exit-behavior): Add new variable to determine how
25597         messages moves are done at summary exit.
25598         (spam-move-spam-nonspam-groups-only)
25599         (spam-process-ham-in-nonham-groups)
25600         (spam-process-ham-in-spam-groups): Remove variables, the
25601         spam-summary-exit-behavior variable should be used to manage this
25602         behavior.
25603         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25604         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25605         and spam-old-spam-articles.
25606         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25607         Add empty variables, placeholders for the backends they represent.
25608         (spam-set-difference): Move, unchanged.
25609         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25610         unless the user has a processor variable.
25611         (spam-classifications, spam-classification-valid-p)
25612         (spam-backend-properties, spam-backend-property-valid-p)
25613         (spam-backend-function-type-valid-p)
25614         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25615         (spam-report-articles-gmane, spam-report-articles-resend):
25616         Remove functions, they are not needed.
25617         (spam-install-backend-super, spam-backend-list)
25618         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25619         (spam-backend-function, spam-backend-ham-registration-function)
25620         (spam-backend-spam-registration-function)
25621         (spam-backend-ham-unregistration-function)
25622         (spam-backend-spam-unregistration-function)
25623         (spam-backend-statistical-p, spam-backend-mover-p)
25624         (spam-install-backend-alias, spam-install-checkonly-backend)
25625         (spam-install-mover-backend, spam-install-nocheck-backend)
25626         (spam-install-backend, spam-install-statistical-backend)
25627         (spam-install-statistical-checkonly-backend): Add backend installation
25628         support.
25629         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25630         (spam-group-processor-p): Use the new backend code and respect the
25631         summary exit behavior.
25632         (spam-mark-spam-as-expired-and-move-routine): Remove.
25633         (spam-summary-prepare): Change to use the new spam-old-articles
25634         variable.
25635         (spam-copy-or-move-routine, spam-copy-spam-routine)
25636         (spam-move-spam-routine, spam-copy-ham-routine)
25637         (spam-move-ham-routine): Add code to copy/move ham or spam.
25638         (spam-fetch-field-fast): Improve doc and code, plus allow the
25639         'number request.
25640         (spam-list-of-checks, spam-list-of-statistical-checks):
25641         Remove variables.
25642         (spam-split, spam-find-spam): Use the new backend code.
25643         (spam-registration-functions): Remove variable.
25644         (spam-unregister-routine): Add convenience wrapper.
25645         (spam-log-undo-registration, spam-register-routine)
25646         (spam-log-processing-to-registry)
25647         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25648         where possible.
25649         (spam-check-gmane-xref, spam-check-regex-headers)
25650         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25651         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25652         (spam-check-bogofilter-headers, spam-check-spamoracle)
25653         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25654         (spam-check-crm114-headers): Use the spam-split-group that
25655         spam-split prepares, no need to determine it every time.
25656
25657         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25658         to the nnheader-parse-naked-head call.
25659
25660         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25661
25662         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25663         the nnheader-nov-read-message-id call.
25664
25665 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25666
25667         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25668         gnus-activate-group twice.  Suggested by Markus Peter
25669         <warp@spin.de>.
25670
25671 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25672
25673         * gnus-art.el (gnus-article-time-format): Exchange the order of
25674         day and month in the default value; fix customization type.
25675         (article-date-ut): Use add-text-properties.
25676         (article-make-date-line): Use message-make-date instead of
25677         current-time-string.
25678
25679         * message.el (message-fetch-field): Don't use set-text-properties.
25680         (message-make-date): Simplify.
25681
25682         * messagexmas.el (message-xmas-make-date): New function.
25683         (message-xmas-redefine): Defalias message-make-date to it.
25684
25685 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25686
25687         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25688         (rfc2047-encode-region): Treat text within parentheses as special;
25689         show the original text when error has occurred.
25690
25691         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25692         already-computed method to gnus-activate-group.
25693
25694         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25695         same select-methods identical Lisp objects.
25696
25697         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25698         object when modifying the info.
25699
25700 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25701
25702         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25703         gnus-opened-servers since it has never been opened with the new
25704         configuration yet.
25705
25706 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25707
25708         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25709         arg to nnheader-generate-fake-message-id.
25710
25711 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25712
25713         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25714         number and build a fake message ID localized to a group and
25715         article number (so it's repeatable from that point on).
25716         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25717         ID format.
25718
25719         * gnus-sum.el (gnus-get-newsgroup-headers):
25720         Call nnheader-generate-fake-message-id with the article number.
25721
25722 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25723
25724         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25725         end-of-buffer.
25726
25727 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25728
25729         * message.el (message-ignored-supersedes-headers): Add Approved.
25730
25731 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25732
25733         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25734         goto-char.
25735         (rfc2047-encode): Fold the line before encoding.
25736
25737 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25738
25739         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25740         folding -- not all headers can be folded, and this should be done
25741         by the message composition mode.  Probably.  I think.
25742
25743 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25744
25745         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25746         fast.
25747
25748         * gnus-ems.el (gnus-remove-image): Don't use
25749         message-text-with-property; remove only the image found first.
25750
25751         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25752         found first.
25753
25754 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25755
25756         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25757
25758 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25759
25760         * message.el (message-text-with-property): Make it fast and accept
25761         optional arguments.
25762         (message-strip-forbidden-properties): Use it.
25763         (message-fix-before-sending): Follow the m-t-w-p change.
25764
25765         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25766
25767 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25768
25769         * gnus-art.el (article-hide-headers): Don't change the buffer
25770         mistakenly when performing mml-preview even if
25771         gnus-single-article-buffer is nil.
25772
25773 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25774
25775         * message.el (message-expand-name-databases): New user option.
25776         (message-expand-name): Use it.
25777
25778 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25779
25780         * spam.el (spam-report-articles-resend)
25781         (spam-report-resend-register-routine): Allow ham reporting.
25782         (spam-report-resend-register-ham-routine): Add wrapper.
25783         (spam-registration-functions): Add ham resending functions.
25784         (spam-list-of-processors): Add ham resend processor.
25785
25786         * gnus.el (ham-resend-to): Add new group parameter.
25787         (spam-process): Add ham resend option.
25788
25789         * spam-report.el (spam-report-resend): Allow reporting ham.
25790         (spam-report-resend-ham): Add wrapper.
25791
25792 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25793
25794         * message.el (message-cite-articles-with-x-no-archive):
25795         New variable.
25796         (message-cite-original): Use it.
25797
25798 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25799
25800         * message.el (message-cite-original): Respect X-No-Archive.
25801
25802 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25803
25804         * gnus-art.el (article-hide-headers): Refer to the values for
25805         gnus-ignored-headers and gnus-visible-headers in the summary
25806         buffer since a user may have set them as group parameters.
25807
25808 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25809
25810         * assistant.el (assistant-node-name): Add convenience function.
25811         (assistant-render-text, assistant-render-node): Add error handling,
25812         plus handle multiple next nodes.
25813         (assistant-find-next-node): Comment out for now.
25814         (assistant-find-next-nodes): Add function, returns list of next
25815         nodes.
25816
25817 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25818
25819         * mail-source.el (mail-source-directory): Fix doc-string.
25820
25821 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25822
25823         * assistant.el (assistant-render-text, assistant-eval): Add :set
25824         widget type, which is different because it takes and returns a
25825         list.  Much hilarity ensues.
25826
25827 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25828
25829         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25830
25831         * gnus-group.el (gnus-group-get-new-news-this-group):
25832         Add doc-string.
25833
25834         * gnus-start.el (gnus-activate-group): Add doc-string.
25835
25836 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25837
25838         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25839
25840 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25841
25842         * assistant.el (assistant-render-text): Try to add a :set
25843         widget, more to come.
25844
25845         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25846         strings.
25847         (spam-report-articles-resend)
25848         (spam-register-routine): Do registration iff any articles warrant
25849         it.
25850         (spam-summary-prepare-exit): Change log message for nil group
25851         destinations.
25852
25853 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25854
25855         * spam.el (spam-report-resend-register-routine):
25856         Allow spam-report-resend-to to be a group parameter or a global value.
25857
25858 2004-05-26  Simon Josefsson  <jas@extundo.com>
25859
25860         * starttls.el: Merge with my GNUTLS based starttls.el.
25861         (starttls-gnutls-program, starttls-use-gnutls)
25862         (starttls-extra-arguments, starttls-process-connection-type)
25863         (starttls-connect, starttls-failure, starttls-success):
25864         New variables.
25865         (starttls-program, starttls-extra-args): Doc fix.
25866         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25867         New functions.
25868         (starttls-negotiate, starttls-open-stream):
25869         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25870         function if it is set.
25871
25872 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25873
25874         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25875         structured fields.
25876
25877 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25878
25879         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25880
25881 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25882
25883         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25884         Add variable.
25885         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25886         assigning the spam-mark to new messages.
25887
25888 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25889
25890         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25891
25892 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25893
25894         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25895
25896         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25897         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25898         default.
25899
25900 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25901
25902         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25903         correct data.
25904
25905 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25906
25907         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25908         (spam-group-processor-p): Fix function.
25909         (spam-group-processor-multiple-p)
25910         (spam-group-spam-processor-report-gmane-p)
25911         (spam-group-spam-processor-report-resend-p)
25912         (spam-group-spam-processor-bogofilter-p)
25913         (spam-group-spam-processor-blacklist-p)
25914         (spam-group-spam-processor-ifile-p)
25915         (spam-group-ham-processor-ifile-p)
25916         (spam-group-spam-processor-spamoracle-p)
25917         (spam-group-spam-processor-crm114-p)
25918         (spam-group-ham-processor-bogofilter-p)
25919         (spam-group-spam-processor-stat-p)
25920         (spam-group-ham-processor-stat-p)
25921         (spam-group-ham-processor-whitelist-p)
25922         (spam-group-ham-processor-BBDB-p)
25923         (spam-group-ham-processor-spamoracle-p)
25924         (spam-group-ham-processor-copy-p): Remove functions with some
25925         prejudice against unneeded code.
25926         (spam-report-articles-resend)
25927         (spam-report-resend-register-routine): Allow the group/topic
25928         spam-resend-to value to override spam-report-resend-to.
25929         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25930         properly now.
25931
25932         * gnus.el (spam-resend-to): Add group/topic parameter.
25933         (spam-process): Move the OBSOLETE processors to the end of the
25934         choices.
25935
25936 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25937
25938         * spam-report.el (spam-report-resend-to, spam-report-resend):
25939         Start with resend-to set to nil, and then ask the user if necessary.
25940         (spam-report-resend): spam-report-resend takes a list of articles, not
25941         separate article numbers.
25942
25943 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25944
25945         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25946         addition to emacs-w3m.
25947
25948 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25949
25950         * assistant.el (assistant-authinfo-data): New function.
25951         (assistant-eval): Eval for entire assistant.
25952
25953         * netrc.el (netrc-services-file): New variable.
25954         (netrc-parse-services): New function.
25955         (netrc-find-service-name): New function.
25956         (netrc-find-service-number): New function.
25957         (netrc-port-equal): New function.
25958         (netrc-machine): Use it.
25959
25960         * nnimap.el (nnimap-open-connection): Use netrc.
25961
25962         * gnus-util.el (gnus-netrc-get): Remove aliases.
25963
25964         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25965
25966         * assistant.el (wid-edit): Fix compilation.
25967
25968         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25969
25970 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25971
25972         * gnus-util.el (gnus-set-file-modes): New function.  (small
25973         patch).
25974
25975 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25976
25977         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25978
25979         * assistant.el (assistant-render-node): Fix up rendering and
25980         read-only text.
25981         (assistant-render-node): Reset.
25982         (assistant-make-read-only): Not sticky.
25983
25984 2004-05-20  Danny Siu  <dsiu@adobe.com>
25985
25986         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
25987         centered even when gnus-auto-center-summary is t.
25988
25989 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25990
25991         * dns.el (dns-get-txt-answer): New function.
25992         (dns-read-txt): Ditto.
25993         (query-dns): Use it.
25994
25995 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25996
25997         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
25998         active for foreign groups even if the group level is higher than
25999         the specified value.
26000
26001 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26002
26003         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26004         non-active groups.
26005
26006         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26007
26008 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26009
26010         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26011
26012 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26013
26014         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26015         (spam-crm114-header, spam-crm114-spam-switch)
26016         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26017         (spam-crm114-positive-spam-header)
26018         (spam-crm114-database-directory, spam-list-of-processors)
26019         (spam-group-spam-processor-crm114-p)
26020         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26021         (spam-generic-score, spam-list-of-checks)
26022         (spam-list-of-statistical-checks, spam-registration-functions)
26023         (spam-check-crm114-headers, spam-crm114-score)
26024         (spam-check-crm114, spam-crm114-register-with-crm114)
26025         (spam-crm114-register-spam-routine)
26026         (spam-crm114-unregister-spam-routine)
26027         (spam-crm114-register-ham-routine)
26028         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26029
26030 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26031
26032         * gnus.el: Add spam-use-crm114.
26033
26034         * spam.el (spam-list-of-processors, spam-registration-functions):
26035         Add spam-use-resend.
26036         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26037         (spam-report-articles-gmane): Add doc fix.
26038         (spam-report-articles-resend, spam-report-resend-register-routine):
26039         Add wrappers around spam-report-resend-to.
26040
26041         * spam-report.el (spam-report-resend-to, spam-report-resend):
26042         Add support for resending spam.
26043         (spam-report-gmane): Fix line length >80.
26044
26045         * gnus.el (spam-process): Add spam-use-resend.
26046
26047 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26048
26049         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26050         number of processed spam messages.
26051         (spam-ham-copy-or-move-routine): Return the number of processed
26052         ham messages.
26053         (spam-summary-prepare-exit): Use the above values to decide
26054         whether status messages should be displayed.
26055
26056 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26057
26058         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26059         `rfc2047-encoding-function-alist' in order to avoid conflicting
26060         with the old version.
26061         (rfc2047-encode-region): Concatenate words containing non-ASCII
26062         characters in structured fields; don't encode space-delimited
26063         ASCII words even in unstructured fields; don't break words at
26064         char-category boundaries.
26065         (rfc2047-encode-1): New function.
26066         (rfc2047-encode): Use it; encode text so that it occupies the
26067         maximum width within 76-column; work correctly on Q encoding for
26068         iso-2022-* charsets.
26069         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26070         sure not to break a line just after the header name.
26071         (rfc2047-b-encode-region): Remove.
26072         (rfc2047-b-encode-string): New function.
26073         (rfc2047-q-encode-region): Remove.
26074         (rfc2047-q-encode-string): New function.
26075
26076         * mm-util.el (mm-replace-in-string): New function.
26077
26078 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26079
26080         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26081         Really get it right.
26082         (gnus-inews-make-draft): Really.
26083
26084 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26085
26086         * nnmh.el (nnmh-request-list-1): Don't check the link count
26087         before descending.  (small patch)
26088
26089 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26090
26091         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26092         stuff.
26093
26094         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26095         Match on real group name.
26096
26097         * gnus-art.el (gnus-signature-limit): Doc fix.
26098
26099         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26100
26101         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26102
26103 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26104
26105         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26106         isn't a string.
26107
26108 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26109
26110         * gnus-draft.el (gnus-draft-send):
26111         Bind rfc2047-encode-encoded-words.
26112
26113         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26114         (rfc2047-encodable-p): Say that =? needs encoding.
26115         (rfc2047-encode-encoded-words): New variable.
26116
26117         * gnus-group.el (gnus-group-select-group): Doc fix.
26118
26119         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26120
26121         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26122         to nil.
26123
26124         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26125
26126         * nnheader.el (nnheader-get-lines-and-char): New function.
26127
26128 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26129
26130         * gnus-msg.el (gnus-summary-followup-with-original):
26131         Document yanking of region when active.
26132
26133 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26134
26135         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26136         groups if the group level is higher than the specified value.
26137
26138 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26139
26140         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26141         (gnus-group-jump-to-group): Add prefix argument using
26142         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26143         non-active group.
26144
26145         * compface.el (uncompface): Be verbose when changing
26146         `uncompface-use-external'.
26147
26148         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26149         handle manual section.
26150
26151 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26152
26153         * gnus-art.el (gnus-button-alist): Revert previous change.
26154
26155 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26156
26157         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26158
26159 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26160
26161         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26162         whether backend can accept message.
26163
26164         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26165
26166 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26167
26168         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26169         Avoid creating directory when nntp-marks-is-evil is true.
26170         Reported by Reiner Steib.
26171
26172 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26173
26174         * gnus-picon.el (gnus-picon-insert-glyph):
26175         Add optional `nostring' argument.
26176
26177 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26178
26179         * gnus-picon.el (gnus-picon-style): New variable.
26180         (gnus-picon-transform-address): Support `gnus-picon-style'.
26181
26182 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26183
26184         * message.el (message-fill-field): Return point.
26185         (message-generate-headers): Go to end of field.
26186
26187         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26188         stuff for non-living groups.
26189
26190 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26191
26192         * gnus-art.el (gnus-article-followup-with-original)
26193         (gnus-article-reply-with-original): gnus-mark-active-p ->
26194         gnus-region-active-p.
26195
26196 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26197
26198         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26199         only when there is spam or ham to be processed.
26200
26201 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26202
26203         * mail-source.el (mail-source-delete-crash-box): Refactor.
26204         (mail-source-fetch): Use it.
26205         (mail-source-fetch-file): Ditto.
26206         (mail-source-fetch-directory): Run postscript in loop.
26207         (mail-source-fetch-pop): Delete.
26208         (mail-source-fetch-maildir): Ditto.
26209         (mail-source-fetch-imap): Ditto.
26210
26211         * imap.el (imap-authenticators): Comment out sasl.
26212
26213         * message.el (message-skip-to-next-address): New function.
26214         (message-fill-header-address): Refactor.
26215         (message-fill-address): Use it.
26216         (message-delete-address): Use it.
26217         (message-fill-header-general): Refactor.
26218         (message-fill-field-address): Rename.
26219         (message-narrow-to-field): Find the start of the header.
26220         (message-header-format-alist): Don't pre-fill.
26221         (message-fill-header): Remove.
26222         (message-insert-header): New function.
26223         (message-shorten-references): Use it.
26224
26225         * rfc2047.el (rfc2047-field-value): Strip props.
26226
26227         * mail-parse.el (mail-header-make-address): New alias.
26228
26229         * ietf-drums.el (ietf-drums-make-address): New function.
26230
26231         * imap.el: Add compiler directives.
26232
26233         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26234
26235         * gnus-art.el (article-decode-idna-rhs): Don't use
26236         message-idna-inside-rhs-p.
26237
26238 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26239
26240         * message.el (message-idna-inside-rhs-p): Remove.
26241         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26242
26243         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26244         false positives.
26245
26246 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26247
26248         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26249
26250 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26251
26252         * nneething.el (nneething-file-name): Don't create spurious
26253         files.
26254
26255         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26256         (gnus-inews-do-gcc): Remove sleep.
26257
26258         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26259         part under point.
26260
26261         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26262         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26263
26264 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26265
26266         * spam.el (spam-summary-prepare-exit): Fix (length).
26267
26268 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26269
26270         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26271         as expired without moving it" message when there are spam
26272         messages left.
26273
26274 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26275
26276         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26277         header is not nil.
26278
26279 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26280
26281         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26282         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26283         (nntp-marks-changed-p): New arg SERVER.
26284         (nntp-request-update-info): Adjust caller.
26285
26286 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26287
26288         * nntp.el (nntp-save-marks): Pass missing arg.
26289
26290 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26291
26292         * nntp.el: Support marks.
26293         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26294         (nntp-marks-modtime, nntp-marks-directory): New variables.
26295         (nntp-request-set-mark, nntp-request-update-info)
26296         (nntp-possibly-create-directory, nntp-marks-changed-p)
26297         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26298         New functions.
26299
26300 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26301
26302         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26303         (gnus-xmas-redefine): Rename.
26304
26305         * gnus-score.el (gnus-score-insert-help):
26306         Use gnus-select-lowest-window.
26307
26308         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26309         appt-select-lowest-window and rename to gnus-select-lowest-window.
26310
26311         * gnus.el: do.
26312
26313 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26314
26315         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26316         encodings of MIME-encoded words, in order to improve
26317         interoperability with several broken MUAs.
26318
26319 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26320
26321         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26322         tags, only when charsets are not specified in headers.
26323         (mm-inline-text-html-render-with-w3m): Ditto.
26324
26325         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26326         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26327
26328 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26329
26330         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26331         instead of MIME-decoded from fields when checking
26332         `gnus-article-address-banner-alist'.
26333
26334 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26335
26336         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26337         description rather than subject.
26338
26339 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26340
26341         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26342
26343 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26344
26345         * gnus.el (gnus-version-number): Bump.
26346
26347 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26348
26349         * gnus.el: No Gnus v0.2 is released.
26350
26351 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26352
26353         * gnus-agent.el (gnus-agent-read-agentview):
26354         Inline gnus-uncompress-range.
26355
26356 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26357
26358         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26359         `exec-installed-p'.
26360
26361 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26362
26363         * gnus.el (spam-process, spam-autodetect-methods):
26364         Add bsfilter and bsfilter-headers.
26365
26366         * spam.el (spam-bsfilter): New customize group.
26367         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26368         (spam-bsfilter-header, spam-bsfilter-probability-header)
26369         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26370         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26371         (spam-bsfilter-database-directory): New options.
26372         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26373         (spam-list-of-statistical-checks, spam-registration-functions):
26374         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26375         (spam-bsfilter-score): New command.
26376         (spam-check-bsfilter-headers, spam-check-bsfilter)
26377         (spam-bsfilter-register-with-bsfilter)
26378         (spam-bsfilter-register-spam-routine)
26379         (spam-bsfilter-unregister-spam-routine)
26380         (spam-bsfilter-register-ham-routine)
26381         (spam-bsfilter-unregister-ham-routine): New functions.
26382         (spam-generic-score): Support bsfilter; Accept an optional argument
26383         to recalcurate spam score even if scoring header has already been
26384         added.
26385         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26386         optional argument to recalcurate spam score even if scoring header
26387         has already been added.
26388
26389 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26390
26391         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26392         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26393         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26394         link is missing.
26395
26396 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26397
26398         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26399         (html2text-get-attr): Rewrite.
26400
26401         * message.el (message-setup-1): Remove redundant put-text-property
26402         on mail-header-separator.
26403
26404 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26405
26406         * gnus-registry.el (gnus-registry-cache-whitespace)
26407         (gnus-registry-action, gnus-registry-spool-action)
26408         (gnus-registry-split-fancy-with-parent): Change message levels
26409         from 5 to 3 or 7, as needed.
26410
26411         * spam.el (spam-summary-prepare-exit)
26412         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26413         (spam-split, spam-find-spam, spam-log-undo-registration)
26414         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26415         level from 5 to 6.
26416
26417 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26418
26419         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26420         2004-03-04 change).
26421
26422 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26423
26424         * sieve-manage.el (sieve-manage-open):
26425         * nnweb.el (nnweb-insert-html):
26426         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26427         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26428         * nnspool.el (nnspool-request-group):
26429         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26430         * nnml.el (nnml-request-update-info):
26431         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26432         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26433         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26434         (nnimap-request-set-mark):
26435         * nnfolder.el (nnfolder-request-update-info):
26436         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26437         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26438         * gnus-uu.el (gnus-uu-find-articles-matching):
26439         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26440         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26441         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26442         * gnus-nocem.el (gnus-nocem-scan-groups):
26443         * gnus-int.el (gnus-start-news-server):
26444         * gnus-group.el (gnus-group-make-kiboze-group)
26445         (gnus-group-browse-foreign-server):
26446         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26447         Use mapc when appropriate.
26448
26449 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26450             Adam Sjøgren  <asjo@koldfront.dk>
26451             Wes Hardaker  <wes@hardakers.net>
26452             Michael Shields  <shields@msrl.com>
26453
26454         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26455         may need for spam sorting and scoring.
26456         (spam-user-format-function-S): Add user format function suitable for
26457         general use.
26458         (spam-article-sort-by-spam-status): Add sorting function for summary
26459         sorting.
26460         (spam-extra-header-to-number): Add function to get a score from a
26461         header.
26462         (spam-summary-score): Add function to get a numeric score from the
26463         headers.
26464         (spam-generic-score): Fix function doc, was in wrong place.
26465         (spam-initialize): Take symbols when it's run, and install the
26466         extra headers that spam-necessary-extra-headers thinks we need.
26467
26468 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26469
26470         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26471         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26472
26473 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26474
26475         * gnus-sum.el (gnus-set-global-variables)
26476         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26477         (gnus-article-get-xrefs, gnus-summary-best-group)
26478         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26479         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26480         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26481         Use with-current-buffer.
26482
26483 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26484
26485         * spam.el (spam-summary-prepare-exit): Simplify logic.
26486         (spam-fetch-article-header): Read the article header if it's not
26487         available.
26488         (spam-list-articles): Simplify logic.
26489         (spam-filelist-register-routine): Fix bug with unregister-list.
26490
26491         * gnus-registry.el: Fix comments at beginning.
26492
26493 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26494
26495         * message.el (message-cater-to-broken-inn): Remove.
26496         (message-shorten-references): Make sure the total folded length of
26497         References is shorter than 998 characters to cater to a bug in INN
26498         2.3.  Also, don't pretend that references aren't folded -- this
26499         hasn't worked for a while.
26500
26501 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26502
26503         * gnus-agent.el (gnus-agentize):
26504         gnus-agent-send-mail-real-function no longer set to current value
26505         of message-send-mail-function but rather a lambda that calls
26506         message-send-mail-function.  The change makes the agent real-time
26507         responsive to user changes to message-send-mail-function.
26508
26509 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26510
26511         * legacy-gnus-agent.el
26512         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26513         help from Florian Weimer <fw@deneb.enyo.de>
26514
26515 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26516
26517         * nnmail.el (nnmail-cache-insert): Revert last change.
26518
26519 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26520
26521         * nnmail.el (nnmail-cache-insert): Always check whether
26522         nnmail-cache-ignore-groups matches a group name.
26523
26524 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26525
26526         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26527         (spam-find-spam, spam-log-processing-to-registry)
26528         (spam-log-registered-p, spam-log-unregistration-needed-p)
26529         (spam-log-undo-registration): Use gnus-message instead of
26530         gnus-error, none of these errors are fatal.
26531
26532         * gnus-registry.el (gnus-registry-clean-empty-function)
26533         (gnus-registry-clean-empty): Remove only empty entries without
26534         extra data.
26535
26536 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26537
26538         * spam-stat.el (spam-stat-buffer-change-to-spam)
26539         (spam-stat-buffer-change-to-non-spam): Change (error) to
26540         (gnus-message 8) invocation.
26541
26542 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26543
26544         * nntp.el (nntp-via-netcat-command): New variable.
26545         (nntp-via-netcat-switches): New variable.
26546         (nntp-open-via-rlogin-and-netcat): New function.
26547         (nntp-open-connection-function): Doc fix.
26548         (nntp-telnet-command): Doc fix.
26549         (nntp-end-of-line): Doc fix.
26550         (nntp-via-rlogin-command): Doc fix.
26551         (nntp-via-user-name): Doc fix.
26552         (nntp-via-address): Doc fix.
26553
26554 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26555
26556         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26557         error in Emacs 21.1.
26558
26559 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26560
26561         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26562
26563 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26564
26565         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26566         (gnus-agent-with-refreshed-group): New macro.
26567         (gnus-agent-rename-group): New function.
26568         (gnus-agent-delete-group): New function.
26569         (gnus-agent-save-group-info): Use gnus-command-method when
26570         `method' parameter is nil.  Don't write nil entries into the
26571         active file.
26572         (gnus-agent-get-group-info): New function.
26573         (gnus-agent-fetch-articles):
26574         Use gnus-agent-update-files-total-fetched-for to increment disk space
26575         used.
26576         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26577         Use gnus-agent-update-view-total-fetched-for to increment disk space
26578         used.
26579         (gnus-agent-get-local): Add optional parameters to avoid calling
26580         gnus-group-real-name and gnus-find-method-for-group.
26581         (gnus-agent-set-local): Delete stored entry if either min, or max,
26582         are nil.
26583         (gnus-agent-fetch-session): Reworded error/quit messages.
26584         On quit, use gnus-agent-regenerate-group to record existance of any
26585         articles fetched to disk before the quit occurred.
26586         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26587         gnus-agent-update-view-total-fetched-for, and
26588         gnus-agent-update-files-total-fetched-for to decrement disk space
26589         used.
26590         (gnus-agent-retrieve-headers):
26591         Use gnus-agent-update-view-total-fetched-for to increment disk space
26592         used.
26593         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26594         with gnus-agent-update-files-total-fetched-for to decrement disk
26595         space and fresh group buffer.
26596         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26597         (gnus-agent-need-update-total-fetched-for): New variable.
26598         (gnus-agent-update-files-total-fetched-for): New function.
26599         (gnus-agent-update-view-total-fetched-for): New function.
26600         (gnus-agent-total-fetched-for): New function.
26601
26602         * gnus-cache.el (gnus-cache-save-buffers):
26603         Use gnus-cache-update-overview-total-fetched-for to change disk space
26604         used by this group.
26605         (gnus-cache-possibly-enter-article):
26606         Use gnus-cache-update-file-total-fetched-for to increment disk space
26607         used by this group.
26608         (gnus-cache-possibly-remove-article):
26609         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26610         used by this group.
26611         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26612         (gnus-cache-rename-group): New function.
26613         (gnus-cache-delete-group): New function.
26614         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26615         (gnus-cache-need-update-total-fetched-for): New variable.
26616         (gnus-cache-with-refreshed-group): New macro.
26617         (gnus-cache-update-file-total-fetched-for): New function.
26618         (gnus-cache-update-overview-total-fetched-for): New function.
26619         (gnus-cache-rename-group-total-fetched-for): New function.
26620         (gnus-cache-delete-group-total-fetched-for): New function.
26621         (gnus-cache-total-fetched-for): New function.
26622
26623         * gnus-group.el: Require gnus-sum and autoload functions to
26624         resolve warnings when gnus-group.el compiled alone.
26625         (gnus-group-line-format): Document new %F.
26626         (size of Fetched data) group line format; identifies disk space
26627         used by agent and cache.
26628         (gnus-group-line-format-alist): Define new F format.
26629         (gnus-total-fetched-for): New function.
26630         (gnus-group-delete-group): No longer update
26631         gnus-cache-active-altered as gnus-request-delete-group now keeps
26632         the cache in sync.
26633         (gnus-group-list-active): Let the agent store a server's active
26634         list if currently plugged.
26635
26636         * gnus-int.el (gnus-request-delete-group):
26637         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26638         local disk in sync with the server.
26639         (gnus-request-rename-group):
26640         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26641         local disk in sync with the server.
26642
26643         * gnus-start.el (gnus-get-unread-articles):
26644         Cosmetic simplification to logic.
26645
26646         * gnus-util.el (gnus-rename-file): New function.
26647
26648 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26649
26650         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26651
26652 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26653
26654         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26655         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26656
26657 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26658
26659         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26660         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26661
26662 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26663
26664         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26665
26666 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26667
26668         * spam.el (spam-set-difference): Add function to replace
26669         gnus-set-difference in spam.el.
26670         (spam-summary-prepare-exit): Use spam-set-difference.
26671
26672 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26673
26674         * gnus-registry.el (gnus-registry-cache-file): Update to use
26675         gnus-dribble-directory OR gnus-home-directory OR ~.
26676         (gnus-registry-split-fancy-with-parent): Fix doc.
26677
26678 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26679
26680         * message.el (message-exchange-point-and-mark):
26681         Use message-mark-active-p.  Suggested by Jesper Harder
26682         <harder@ifa.au.dk>.
26683
26684 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26685
26686         * message.el (message-exchange-point-and-mark): Don't activate
26687         region if it was inactive.  Suggested by Hiroshi Fujishima
26688         <pooh@nature.tsukuba.ac.jp>.
26689
26690 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26691
26692         * gnus-art.el (article-display-face): Display Faces in the same
26693         order as X-Faces.
26694
26695 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26696
26697         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26698
26699 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26700
26701         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26702         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26703         (gnus-article-mime-hierarchy): Remove.
26704         (gnus-article-mime-hierarchy-next): Remove.
26705         (gnus-article-mode): Revert 2004-03-19 change.
26706         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26707         (gnus-insert-mime-button): Revert 2004-03-19 change.
26708         (gnus-mime-accumulate-hierarchy): Remove.
26709         (gnus-mime-enter-multipart): Remove.
26710         (gnus-mime-leave-multipart): Remove.
26711         (gnus-mime-display-part): Revert 2004-03-19 change.
26712         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26713
26714         * mml.el (mml-preview): Revert 2004-03-19 change.
26715
26716 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26717
26718         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26719
26720 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26721
26722         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26723         t while entering a file name using the mm-with-multibyte macro.
26724         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26725
26726         * mm-util.el (mm-with-multibyte): New macro.
26727
26728 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26729
26730         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26731         New user option.
26732         (gnus-mime-multipart-functions): Doc and customization fix.
26733         (gnus-article-mime-hierarchy): New variable.
26734         (gnus-article-mime-hierarchy-next): New variable.
26735         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26736         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26737         gnus-article-mime-hierarchy-next to nil.
26738         (gnus-insert-mime-button): Show hierarchy numbers.
26739         (gnus-mime-accumulate-hierarchy): New function.
26740         (gnus-mime-enter-multipart): New function.
26741         (gnus-mime-leave-multipart): New function.
26742         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26743         (gnus-mime-display-alternative): Show hierarchy numbers.
26744
26745         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26746         gnus-article-mime-hierarchy-next to nil.
26747
26748 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26749
26750         * dns.el: Don't require gnus-xmas.
26751
26752 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26753
26754         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26755         inline PGP.
26756         (mml-menu): Disable mml-quote-region if mark is inactive.
26757
26758 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26759
26760         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26761         when the group's active is not available.
26762
26763 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26764
26765         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26766         error.
26767
26768 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26769
26770         * imap.el (imap-store-password): New variable.
26771         (imap-interactive-login): Use it.
26772         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26773
26774 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26775
26776         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26777         window-start and hscroll to summary window.
26778
26779 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26780
26781         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26782         conversion message to newsrc-dribble when an actual conversion is
26783         performed.
26784
26785 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26786
26787         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26788
26789 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26790
26791         * mm-decode.el (mm-complicated-handles): New function reviving
26792         former definition of mm-multiple-handles.
26793
26794         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26795         (gnus-mime-delete-part): Use it.
26796
26797 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26798
26799         * gnus-agent.el (gnus-agent-read-local):
26800         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26801         avoid the implicit assumption that they will always be equal.
26802         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26803         coding-system-for-write, as the with-temp-file macro first prints
26804         to a buffer then saves the buffer.
26805
26806 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26807
26808         * gnus-art.el (gnus-article-edit-part): New function.
26809         (gnus-mime-save-part-and-strip): Use it; do query instead of
26810         signaling an error; don't use mm-multiple-handles.
26811         (gnus-mime-delete-part): Ditto.
26812
26813 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26814
26815         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26816         old file versions.
26817         (gnus-group-prepare-hook): Remove function that converted list
26818         form of gnus-agent-expire-days to group properties.
26819
26820         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26821         (gnus-request-accept-article): Re-indented.
26822
26823         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26824         converters to handle old agent file formats.  Add logic for a
26825         "backup before upgrading warning".
26826         (gnus-convert-mark-converter-prompt): Developers can mark
26827         functions as needing (default), or not needing,
26828         gnus-convert-old-newsrc's "backup before upgrading warning".
26829         (gnus-convert-converter-needs-prompt): Tests whether the user
26830         should be protected from potentially irreversable changes by the
26831         function.
26832
26833         * legacy-gnus-agent.el: New.  Provides converters that are only
26834         loaded when gnus-convert-old-newsrc needs to call them.
26835
26836 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26837
26838         * mail-source.el (mail-source-touch-pop): Doc fix.
26839
26840         * message.el (message-smtpmail-send-it): Doc fix.
26841
26842 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26843
26844         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26845
26846         * nnmail.el (nnmail-split-fancy): do.
26847
26848         * gnus-kill.el (gnus-kill, gnus-execute): do.
26849
26850 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26851
26852         * gnus-sum.el (gnus-widget-reversible-match)
26853         (gnus-widget-reversible-to-internal)
26854         (gnus-widget-reversible-to-external): New functions.
26855         (gnus-widget-reversible): New widget.
26856         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26857
26858 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26859
26860         * gnus-sum.el (gnus-thread-sort-functions)
26861         (gnus-article-sort-functions): Document `(not F)' items.
26862
26863 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26864
26865         * spam.el (spam-use-gmane-xref): Add new backend.
26866         (spam-gmane-xref-spam-group): Add variable to control the name of the
26867         Gmane spam group.
26868         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26869         (spam-regex-headers-spam, spam-regex-headers-ham)
26870         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26871         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26872         backends and checks.
26873         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26874
26875         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26876         an autodetect method.
26877
26878 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26879
26880         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26881         articles are being added to a group.
26882         (gnus-request-replace-article): Inform the agent that articles
26883         need to be uncached as the cached contents are no longer valid.
26884
26885 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26886
26887         * binhex.el: Don't autoload executable-find.
26888
26889         * canlock.el: Don't autoload mail-fetch-field.
26890
26891         * dgnushack.el: Autoload c-mode for XEmacs.
26892
26893         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26894
26895         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26896         rmail-dont-reply-to and rmail-output.
26897
26898         * gnus-score.el: Don't autoload ffap-string-at-point.
26899
26900         * gnus-setup.el: Don't autoload sc-cite-original.
26901
26902         * imap.el: Don't autoload base64-decode-string,
26903         base64-encode-string and md5.
26904
26905         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26906         and rmail-msg-restore-non-pruned-header.
26907
26908         * mm-decode.el: Don't autoload executable-find.
26909
26910         * mm-url.el: Don't autoload executable-find.
26911
26912         * mm-view.el: Don't autoload diff-mode.
26913
26914         * nndb.el: Don't autoload news-reply-mode, news-setup,
26915         cancel-timer and telnet.
26916
26917         * password.el: Don't autoload run-at-time for Emacs.
26918
26919         * sha1-el.el: Don't autoload executable-find.
26920
26921         * sieve-mode.el: Don't autoload c-mode.
26922
26923         * uudecode.el: Don't autoload executable-find.
26924
26925 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26926
26927         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26928         (gnus-agent-possibly-alter-active): Avoid null in numeric
26929         comparison.
26930         (gnus-agent-set-local): Refuse to save null in local object table.
26931         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26932         list of articles that will be marked as unread.
26933
26934 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26935
26936         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26937
26938 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26939
26940         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26941         language tags.
26942
26943 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26944
26945         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26946         Don't bind "obarray".
26947
26948         * gnus-sum.el (gnus-thread-sort-functions):
26949         Add `gnus-thread-sort-by-most-recent-number' and
26950         `gnus-thread-sort-by-most-recent-date'.
26951         Reported by Kai Grossjohann <kai@emptydomain.de>.
26952
26953 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26954
26955         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26956
26957 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26958
26959         * gnus-cus.el (gnus-agent-customize-category):
26960         Remove ignore-errors macro reference that required cl to be loaded at
26961         run-time.
26962
26963         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26964         single-interval range of the form (min . max).  Previously the
26965         range had to look like ((min . max)).  Likewise, return
26966         (min . max) rather than ((min . max)).
26967         (gnus-range-map): Use gnus-range-normalize to accept
26968         single-interval range.
26969
26970         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26971         the cache, but not the agent, now appear with their usual face.
26972
26973         * dgnushack.el (loaddir): New variable that is bound to the
26974         directory containing the dgnushack.el file.  Use loaddir, rather
26975         than srcdir, to update load-path.  Change lets dgnushack compile
26976         code in directories other than GNUS/lisp.
26977
26978 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26979
26980         * lpath.el: Don't bind w3m-safe-url-regexp.
26981
26982         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
26983         w3m-safe-url-regexp variable buffer-local.
26984
26985         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
26986
26987 2004-02-27  Simon Josefsson  <jas@extundo.com>
26988
26989         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
26990         gnus-group-real-prefix.
26991         (gnus-summary-move-article): Use it, instead of
26992         gnus-group-real-prefix.
26993
26994 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26995
26996         * lpath.el: Bind w3m-safe-url-regexp.
26997
26998         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
26999         w3m-safe-url-regexp variable buffer-local and set it as the value
27000         of mm-w3m-safe-url-regexp.
27001
27002         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27003
27004         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27005         parsing gnus-posting-styles when the message is not for replying.
27006
27007         * dgnushack.el: Autoload sgml-mode for XEmacs.
27008
27009         * nnrss.el (nnrss-opml-export):
27010         Use mm-set-buffer-file-coding-system instead of
27011         set-buffer-file-coding-system.
27012
27013 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27014
27015         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27016         of checkdoc.el).
27017         * nnrss.el: do.
27018         * gnus-mlspl.el: do.
27019         * gnus-ml.el: do.
27020         * gnus-srvr.el: do.
27021
27022         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27023
27024 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27025
27026         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27027         Corrections to custom-manual links.
27028
27029         * gnus-art.el (gnus-article): Ditto.
27030
27031         * mm-decode.el (mime-display, mime-security): Ditto.
27032
27033 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27034
27035         * flow-fill.el: Typo.
27036
27037 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27038
27039         * spam-wash.el: New file.
27040
27041 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27042
27043         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27044
27045 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27046
27047         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27048         to be run with new-articles as LIST1, not LIST2.
27049         (spam-registration-functions): Add spam-use-ham-copy as a nil
27050         registration backend.
27051
27052 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27053
27054         * spam-stat.el (spam-stat-washing-hook): New option.
27055         (spam-stat-buffer-words): Use it.
27056         (spam-stat-process-directory, spam-stat-test-directory):
27057         Use insert-file-contents-literally.
27058         (spam-stat-coding-system): New variable.
27059         (spam-stat-load, spam-stat-save): Use it.
27060
27061 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27062
27063         * spam-report.el (spam-report-plug-agent):
27064         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27065
27066 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27067
27068         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27069         Allow / in mailto URLs.
27070
27071 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27072
27073         * spam-report.el (spam-report-process-queue): Fix interactive use.
27074         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27075         (spam-report-unplug-agent): Doc fixes.
27076         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27077         (spam-report-agentize, spam-report-deagentize): Autoload.
27078
27079 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27080
27081         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27082
27083         * message.el (message-setup-fill-variables): Add mml tags to
27084         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27085         <ajk@iu.edu>.
27086         (message-mode): Don't modify paragraph-separate there.
27087
27088 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27089
27090         * compface.el (uncompface-use-external): Default to undecided.
27091         (uncompface-use-external-threshold): New variable.
27092         (uncompface-float-time): New macro.
27093         (uncompface): Determine whether to use the external decoder if
27094         uncompface-use-external is undecided.
27095
27096 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27097
27098         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27099         after images.
27100
27101         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27102
27103 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27104
27105         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27106
27107         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27108
27109         * gnus-sum.el (gnus-summary-limit-to-age)
27110         (gnus-summary-limit-children): do.
27111
27112         * gnus-int.el (gnus-request-scan): do.
27113
27114         * gnus-group.el (gnus-group-suspend): do.
27115
27116         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27117
27118         * gnus-cite.el (gnus-cite-parse-attributions): do.
27119
27120         * gnus-agent.el (gnus-summary-set-agent-mark)
27121         (gnus-agent-regenerate-group): do.
27122
27123         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27124
27125         * binhex.el (binhex-decode-region-internal): do.
27126
27127 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27128
27129         * gnus-fun.el (gnus-face-properties-alist): New user option.
27130         (gnus-display-x-face-in-from): Use it.
27131
27132         * gnus-art.el (article-display-face): Ditto.
27133
27134         * compface.el (uncompface-use-external): Default to nil.
27135
27136 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27137
27138         * nntp.el (nntp-erase-buffer): New function.
27139         (nntp-retrieve-data, nntp-send-command)
27140         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27141         (nntp-possibly-change-group): Use it.
27142
27143         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27144         Use with-current-buffer.
27145
27146 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27147
27148         * compface.el: Merge the ELisp-based uncompface program.
27149         (compface): New customization group.
27150         (uncompface-use-external): New user option.
27151         (uncompface): Call uncompface-internal if uncompface-use-external
27152         is nil.
27153         (uncompface-internal): New function.  Note that there are also
27154         some other functions and variables added for this function.
27155
27156 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27157
27158         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27159         if necessary.
27160
27161 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27162
27163         * spam-report.el (spam-report-unplug-agent)
27164         (spam-report-plug-agent, spam-report-deagentize)
27165         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27166         Add support for the Agent in spam-report: when unplugged, report to a
27167         file; when plugged, submit all the requests.
27168
27169         * spam.el (spam-register-routine): Fix message about
27170         registration.
27171
27172 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27173
27174         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27175         dependencies.
27176         (rfc2047-encode): Use it.
27177
27178         * gnus-art.el (gnus-button-marker-list): Move before first
27179         reference.
27180
27181         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27182         (imap-parse-body): Fix format string mismatch.
27183
27184         * gnus-score.el (gnus-summary-increase-score): do.
27185
27186         * nnrss.el (nnrss-close): New function.
27187
27188 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27189
27190         * nnrss.el (nnrss-make-filename): New function.
27191         (nnrss-request-delete-group, nnrss-read-server-data)
27192         (nnrss-save-server-data, nnrss-read-group-data)
27193         (nnrss-save-group-data): Use it.
27194         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27195         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27196         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27197
27198 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27199
27200         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27201
27202 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27203
27204         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27205         files.
27206
27207         * message.el (message-generate-headers-first): Don't quote nil
27208         and t in docstrings.
27209
27210         * imap.el (imap-id): do.
27211
27212         * gnus-agent.el (gnus-agent-consider-all-articles)
27213         (gnus-agent-queue-mail): do.
27214
27215 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27216
27217         * spam-report.el (spam-report-process-queue): New function.
27218         Process requests from `spam-report-requests-file'.
27219         (spam-report-process-queue): Doc fix.
27220
27221 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27222
27223         * spam.el (spam-register-routine)
27224         (spam-log-processing-to-registry, spam-log-registered-p)
27225         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27226         Change "check" to "spam-check" for semi-clarity.
27227
27228 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27229
27230         * pop3.el: Require nnheader.
27231
27232         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27233
27234         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27235
27236         * gnus-picon.el: Require cl.
27237
27238         * gnus-fun.el: Require gnus-ems and gnus-util.
27239
27240         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27241
27242         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27243
27244         * gnus-art.el (gnus-article-edit-mode): Define before first
27245         reference.
27246
27247 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27248
27249         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27250         (gnus-uu-post-encoded): Use point-at-bol.
27251
27252         * gnus-topic.el (gnus-group-active-topic-p): do.
27253
27254         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27255
27256         * gnus-group.el (gnus-group-kill-region): do.
27257
27258         * gnus-art.el (article-date-ut): do.
27259
27260         * message.el (message-fetch-field): Remove redundant
27261         case-fold-search binding.
27262         (message-narrow-to-field): Simplify.
27263
27264 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27265
27266         * spam.el (spam-directory): Derive from `gnus-directory'.
27267
27268         * spam-report.el (spam-report-url-to-file)
27269         (spam-report-requests-file): New function and variable for offline
27270         reporting.
27271         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27272         and user defined function.
27273         (spam-report-url-ping-mm-url): Remove doubled slash.
27274
27275 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27276
27277         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27278
27279 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27280
27281         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27282         Fix format string mismatch.
27283
27284         * sieve.el (sieve-deactivate-all): do.
27285
27286         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27287
27288         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27289
27290         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27291
27292         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27293
27294 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27295
27296         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27297         the list of checks.
27298
27299 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27300
27301         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27302         padding.
27303
27304 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27305
27306         * mm-view.el (mm-fill-flowed): New variable.
27307         (mm-inline-text): Use it.
27308
27309 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27310
27311         * spam.el (spam-spamassassin-register-ham-routine)
27312         (spam-spamassassin-register-spam-routine): Fix function names.
27313
27314 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27315
27316         * gnus.el (gnus-tmp-grouplens): Remove.
27317         (gnus-summary-line-format): Remove grouplens.
27318
27319         * gnus-group.el (gnus-group-line-format): Ditto.
27320
27321         * gnus-spec.el (gnus-format-specs): Ditto.
27322         (gnus-update-format-specifications): Flush the group format spec
27323         cache if there's the grouplens stuff.
27324         (gnus-parse-simple-format): Replace %l with the empty string.
27325
27326 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27327
27328         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27329         omission.
27330
27331 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27332
27333         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27334         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27335
27336 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27337
27338         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27339         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27340         New macros and functions.
27341         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27342         Handle > NLINK_MAX messages.
27343         * nnmaildir.el (nnmaildir-request-set-mark):
27344         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27345
27346 2004-01-25  Alex Schroeder  <alex@gnu.org>
27347
27348         * spam-stat.el (spam-stat-process-directory-age): New option.
27349         (spam-stat-process-directory): Use it.
27350
27351 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27352
27353         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27354         (spam-stat-save): Accept prefix argument.
27355
27356 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27357
27358         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27359         links" error.
27360
27361 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27362
27363         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27364         the rest of the and/or forms.
27365
27366 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27367
27368         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27369         compatibility with old .newsrc.eld files.
27370
27371         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27372
27373         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27374
27375         * gnus-start.el (gnus-1): do.
27376
27377         * gnus-group.el (gnus-group-line-format-alist): do.
27378
27379         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27380
27381         * gnus-gl.el: Remove.
27382
27383 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27384
27385         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27386         marks consisting of a single range {for example, (3 . 5)} rather
27387         than a list of a single range { ((3 . 5)) }.
27388
27389 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27390
27391         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27392         Use with-current-buffer.
27393         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27394         avoid consing a string.
27395
27396         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27397         Remove obsolete entries for big5 and gb2312.
27398
27399 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27400
27401         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27402         uncompressed list.
27403
27404 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27405
27406         * spam-stat.el (spam-stat-strip-xref): New function.
27407         (spam-stat-process-directory): Use it.
27408
27409         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27410         here -- it's done in message-fetch-field.
27411
27412 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27413
27414         * gnus-agent.el (gnus-agent-queue-mail)
27415         (gnus-agent-prompt-send-queue): New variables.
27416         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27417         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27418         "nndraft:queue" along to gnus-draft-send.
27419         Use gnus-agent-prompt-send-queue.
27420         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27421         is "nndraft:queue".  Suggested by Gaute Strokkenes
27422         <gs234@srcf.ucam.org>
27423
27424         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27425         (agent-enable-undownloaded-faces): Add.
27426         (gnus-agent-cat-groups): Use eval-and-compile, not
27427         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27428         method of gnus-agent-cat-groups even when the buffer has been
27429         evaled.
27430         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27431         delete gnus-agent-save-active-1.
27432         (gnus-agent-save-groups): Delete.  Identical to
27433         gnus-agent-save-active.
27434         (gnus-agent-write-active): No longer adjust agent's copy of active
27435         file as agent's adjustments are now stored in their own
27436         file.  Remove optional parameter.
27437         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27438         servers.  Add use of min/max range limits from server's local
27439         file.
27440         (gnus-agent-save-alist): Remove unused optional argument.
27441         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27442         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27443         (gnus-agent-set-local): A per-server file that keeps min/max range
27444         limits for articles known to the agent.  Provides a fast mechanism
27445         for altering many active ranges.
27446         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27447         active file (local makes it unnecessary).
27448         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27449
27450         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27451         (agent-enable-undownloaded-faces): Add.
27452
27453         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27454         disable it when sending to "nndraft:queue".
27455         (gnus-group-send-queue): Add safety check to avoid sending queue
27456         when unplugged.
27457
27458         * gnus-group.el (gnus-group-catchup): Use new
27459         gnus-sequence-of-unread-articles, not
27460         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27461         numbers of articles.  Use gnus-range-map to avoid having to
27462         uncompress the unread list.
27463         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27464         Fix invalid ange-ftp reference.
27465
27466         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27467         (gnus-sorted-range-intersection): Intersection of two ranges
27468         without requiring that they first be uncompressed.
27469
27470         * gnus-start.el (gnus-activate-group): Unless blocked by the
27471         caller, possibly expand the active range to include both cached
27472         and agentized articles.
27473         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27474         multiple version-dependent converters.
27475         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27476         gnus-agent-save-active.
27477         (gnus-save-newsrc-file): Save dirty agent range limits.
27478
27479         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27480         gnus-agent-possibly-alter-active.
27481         (gnus-adjust-marked-articles): Faster handling of simple lists.
27482
27483 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27484
27485         * spam-stat.el (spam-stat-test-directory): New optional argument
27486         displays a list of files detected.  Suggested by Andrew Cohen
27487         <cohen@andy.bu.edu>.
27488         (spam-stat-buffer-words-with-scores): Don't narrow and change
27489         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27490
27491 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27492
27493         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27494         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27495         (spam-spamassassin-arguments)
27496         (spam-spamassassin-spam-flag-header)
27497         (spam-spamassassin-positive-spam-flag-header)
27498         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27499         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27500         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27501         (spam-list-of-processors, spam-list-of-checks)
27502         (spam-list-of-statistical-checks, spam-registration-functions)
27503         (spam-check-spamassassin-headers, spam-check-spamassassin)
27504         (spam-spamassassin-score)
27505         (spam-spamassassin-register-with-sa-learn)
27506         (spam-spamassassin-register-spam-routine)
27507         (spam-spamassassin-register-ham-routine)
27508         (spam-assassin-register-spam-routine)
27509         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27510         (spam-bogofilter-score): Fix to show article before scoring.
27511
27512 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27513
27514         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27515         default scoring function.
27516         (spam-generic-score): Call spam-spamassassin-score if
27517         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27518         spam-bogofilter-score otherwise.
27519
27520         * gnus.el (spam-process, spam-autodetect-methods):
27521         Add spamassassin and spamassassin-headers.
27522
27523 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27524
27525         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27526         Suppress unnecessary messages.
27527
27528 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27529
27530         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27531         make-hash-table.
27532
27533 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27534
27535         * canlock.el (base64-encode-string): Don't autoload it.
27536
27537 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27538
27539         * run-at-time.el: Remove useless (require 'itimer),
27540         eval-and-compile and (featurep 'xemacs).
27541
27542 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27543
27544         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27545         GROUP is a virtual group.
27546
27547 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27548
27549         * gnus.el: Autoload `message-y-or-n-p'.
27550
27551 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27552
27553         * pgg-parse.el: Remove unnecessary (require 'custom).
27554
27555         * pgg-def.el: do.
27556
27557         * nnmail.el: do.
27558
27559         * gnus-undo.el: do.
27560
27561         * gnus-picon.el: do.
27562
27563         * gnus-util.el: do.
27564
27565 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27566
27567         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27568
27569 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27570
27571         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27572         handle, as well as a list.
27573
27574         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27575         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27576         (mm-w3m-cid-retrieve): Simplify.
27577
27578 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27579
27580         * message.el (message-kill-to-signature): Allow prefix arg to
27581         specify number of lines to keep before signature.
27582
27583 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27584
27585         * message.el (message-kill-to-signature): Change docstring.
27586
27587 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27588
27589         * canlock.el: Always require sha1-el.
27590         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27591
27592         * message.el: Autoload sha1 only when compiling.
27593
27594         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27595         eudc-expand-inline for XEmacs.
27596
27597 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27598
27599         * message.el (message-canlock-generate): Require sha1-el.
27600
27601 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27602
27603         * message.el (message-expand-name): Silence the byte compiler.
27604
27605         * lpath.el: Add detect-coding-system.
27606
27607         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27608         cus-edit.
27609
27610 2004-01-13  Simon Josefsson  <jas@extundo.com>
27611
27612         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27613         Invoke gnus-score-mode.
27614         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27615
27616         * gnus-range.el (gnus-compress-sequence): Doc fix.
27617         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27618
27619 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27620
27621         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27622
27623 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27624
27625         * spam.el (spam-get-article-as-string): Update to use
27626         gnus-request-article-this-buffer, much simpler.
27627         (spam-get-article-as-buffer): Remove.
27628
27629 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27630
27631         * message.el (message-expand-name): Use EUDC if the user uses that.
27632
27633 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27634
27635         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27636         character for the encoding to avoid consing a string.
27637
27638         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27639         unnecessarily.
27640
27641         * mm-util.el (mm-replace-chars-in-string): Remove.
27642
27643         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27644         of mm-replace-chars-in-string.
27645
27646 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27647
27648         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27649
27650         * mm-util.el (mm-subst-char-in-string): Support inplace.
27651
27652         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27653         a new string in every iteration.  Use shy groups.
27654
27655 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27656
27657         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27658         * gnus-soup.el (gnus-soup-group-brew):
27659         * gnus-msg.el (gnus-put-message):
27660         * gnus-move.el (gnus-group-move-group-to-server):
27661         * gnus-kill.el (gnus-batch-score):
27662         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27663         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27664         (gnus-group-update-group, gnus-group-read-group)
27665         (gnus-group-make-group, gnus-group-make-help-group)
27666         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27667         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27668         (gnus-group-sort-by-unread, gnus-group-catchup)
27669         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27670         (gnus-group-yank-group, gnus-group-set-info)
27671         (gnus-group-list-groups):
27672         * gnus.el (gnus-generate-new-group-name):
27673         * gnus-delay.el (gnus-delay-send-queue):
27674         * nnvirtual.el (nnvirtual-catchup-group):
27675         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27676         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27677         (gnus-group-prepare-topics, gnus-topic-check-topology):
27678         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27679         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27680         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27681         (gnus-group-make-articles-read):
27682         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27683         (gnus-group-change-level, gnus-kill-newsgroup)
27684         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27685         (gnus-get-unread-articles, gnus-make-articles-unread)
27686         (gnus-make-ascending-articles-unread): Use accessor
27687         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27688         to get group information for improved readability.
27689
27690
27691 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27692
27693         * gnus-art.el (article-decode-mime-words, article-babel)
27694         (gnus-article-highlight-signature, gnus-article-add-buttons)
27695         (gnus-signature-toggle): Use gnus-with-article-buffer.
27696
27697         * gnus-art.el (gnus-article-highlight-headers)
27698         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27699
27700         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27701         (gnus-article-set-globals, gnus-request-article-this-buffer)
27702         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27703         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27704         (gnus-mime-display-alternative): Use with-current-buffer.
27705
27706 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27707
27708         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27709         also under 80 char limit, and call gnus-error if needed.
27710         (spam-fetch-article-header): Fix - it was a
27711         buffer-local variable (gnus-newsgroup-data).
27712         (spam-find-spam): Use spam-generate-fake-headers, forget about
27713         spam-insert-fake-headers.
27714         (spam-insert-fake-headers): Remove.
27715
27716 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27717
27718         * deuglify.el (gnus-article-outlook-unwrap-lines)
27719         (gnus-outlook-rearrange-article)
27720         (gnus-outlook-repair-attribution-outlook)
27721         (gnus-outlook-repair-attribution-block)
27722         (gnus-outlook-repair-attribution-other): Remove redundant
27723         save-excursion.
27724
27725 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27726
27727         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27728         (spam-fetch-field-subject-fast)
27729         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27730         (spam-fetch-article-header): Add functions to deal with Gnus
27731         internals for fast retrieval of article header data.
27732         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27733
27734 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27735
27736         * pop3.el (pop3-md5): Remove.
27737         (pop3-apop): Replace pop3-md5 with md5.
27738
27739         * mm-bodies.el: base64 is always built-in.
27740
27741         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27742         Use with-current-buffer.
27743
27744 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27745
27746         * canlock.el (canlock-insert-header): Remove excessive grouping in
27747         regexp.
27748
27749         * gnus-sum.el (gnus-summary-read-document): Ditto.
27750
27751         * gnus-uu.el (gnus-uu-part-number): Ditto.
27752
27753         * html2text.el (html2text-remove-tags): Ditto.
27754         (html2text-format-tags): Ditto.
27755         (html2text-format-single-elements): Ditto.
27756
27757         * mml.el (mml-parse-1): Ditto.
27758
27759 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27760
27761         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27762
27763         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27764
27765         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27766
27767         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27768
27769 2003-11-15  Simon Josefsson  <jas@extundo.com>
27770
27771         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27772         (pgg-gpg-lookup-key): Use regexp match instead of
27773         split-string (split-string is different between emacs 21.2 and
27774         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27775
27776 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27777
27778         * gnus-art.el (gnus-mime-view-all-parts)
27779         (gnus-article-part-wrapper, gnus-article-view-part):
27780         Use with-current-buffer.
27781
27782 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27783
27784         * spam.el (spam-disable-spam-split-during-ham-respool)
27785         (spam-spamoracle-database, spam-cache-lookups)
27786         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27787         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27788         (spam-group-ham-marks, spam-group-spam-marks)
27789         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27790         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27791         also add spam-use-blackholes to the statistical checks.
27792         (spam-fetch-field-fast): Add interface to fetching fields, may
27793         become a macro.
27794         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27795         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27796         (spam-insert-fake-headers): Fake an article when needed.
27797         (spam-find-spam): Fake article when possible.
27798         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27799         (spam-check-bogofilter-headers): Use message-fetch-field instead
27800         of nnmail-fetch-field.
27801
27802 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27803
27804         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27805
27806 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27807
27808         * spam.el (spam-split): Do not require spam-use-CHECK to be
27809         enabled if that check is passed to spam-split explicitly; also
27810         fix so 'spam doesn't get converted to spam-split-group when
27811         spam-split-symbolic-return is t.
27812         (spam-find-spam): Find registrations of the article and use those
27813         instead of re-running spam-split to find the spam/ham
27814         classification of the article.
27815         (spam-log-processing-to-registry, spam-log-registered-p)
27816         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27817         Use gnus-error instead of gnus-message.
27818         (spam-log-registration-type): Add function to determine the
27819         classification of a message based on registry entries; will
27820         return nil if both 'spam and 'ham are found.
27821         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27822         a reasonably fast local cache without the loading errors.
27823         (spam-cache-lookups): Set to t by default.
27824         (spam-find-spam): Don't try to guess spam-cache-lookups.
27825         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27826         spam-caches entry.
27827         (spam-filelist-build-cache, spam-filelist-check-cache):
27828         Fix caching of whitelist/blacklist entries.
27829         (spam-check-whitelist, spam-check-blacklist):
27830         Invoke spam-from-listed-p with a type, not a cache variable.
27831         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27832
27833 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27834
27835         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27836
27837         * nnmail.el (nnmail-split-fancy): do.
27838
27839         * mml.el (mml-parse): do.
27840
27841         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27842         (gnus-score-adaptive): do.
27843
27844 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27845
27846         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27847         (gnus-mime-button-map): Don't set keymap parent.
27848         (gnus-button-ctan-directory-regexp): Use shy grouping.
27849         (gnus-prev-page-map): Don't set keymap parent.
27850         (gnus-prev-page-map): Remove duplicated one.
27851         (gnus-next-page-map): Don't set keymap parent.
27852         (gnus-mime-security-button-map): Ditto.
27853
27854         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27855         version number.
27856
27857         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27858
27859 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27860
27861         * canlock.el (canlock-sha1-function): Remove.
27862         (canlock-sha1-function-for-verify): Remove.
27863         (canlock-openssl-program): Remove.
27864         (canlock-openssl-args): Remove.
27865         (canlock-ignore-errors): Remove.
27866         (canlock-sha1-with-openssl): Remove.
27867         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27868         (canlock-verify): Don't use canlock-ignore-errors.
27869
27870         * sha1-el.el (sha1-string-external): Make it can return a string
27871         in binary form.
27872         (sha1-region-external): Ditto.
27873         (sha1-string-internal): Ditto.
27874         (sha1-region-internal): Ditto.
27875         (sha1-region): Ditto.
27876         (sha1-string): Ditto.
27877         (sha1): Ditto.
27878
27879 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27880
27881         * spam.el (spam-report-articles-gmane): New command.
27882
27883 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27884
27885         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27886
27887         * run-at-time.el (run-at-time-saved): Remove.
27888         (run-at-time): Doc fix.
27889
27890 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27891
27892         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27893         (gnus-summary-limit-map): Add it.
27894         (gnus-summary-make-menu-bar): do.
27895
27896 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27897
27898         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27899         Make attempt at some caching support (done for BBDB only now).
27900         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27901         addresses to be checked.
27902         (spam-clear-cache-BBDB): Add function, to be invoked by
27903         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27904         (spam-check-BBDB): Check and use the caches, if
27905         spam-cache-lookups is on, remove superfluous (provide).
27906
27907 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27908
27909         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27910
27911 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27912
27913         * run-at-time.el (run-at-time-saved): Move to after the definition
27914         of `run-at-time'.
27915
27916         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27917
27918 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27919
27920         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27921         mm-w3m-local-map-property.
27922
27923         * mm-view.el (mm-w3m-mode-map): Remove.
27924         (mm-w3m-local-map-property): Remove.
27925         (mm-inline-text-html-render-with-w3m): Don't use
27926         mm-w3m-local-map-property.
27927
27928 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27929
27930         * run-at-time.el: New file.
27931
27932         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27933         under Emacs.
27934
27935         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27936         of gnus-set-text-properties.
27937
27938         * gnus-uu.el (gnus-uu-save-article): Ditto.
27939
27940         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27941
27942         * gnus-cite.el (gnus-cite-parse): Ditto.
27943
27944         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27945         of gnus-.
27946
27947         * gnus-xmas.el (run-at-time): Require run-at-time.
27948
27949         * gnus.el: Change calls to nnheader-run-at-time and
27950         password-run-at-time throughout to use run-at-time directly.
27951
27952         * password.el: Remove definition of run-at-time.
27953
27954         * nnheaderxm.el: Remove definition of run-at-time.
27955
27956 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27957
27958         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27959         in prompt.
27960
27961 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27962
27963         * messagexmas.el (message-xmas-redefine): Alias
27964         `message-make-caesar-translation-table' to
27965         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27966         version.
27967
27968         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27969         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27970         `gnus-xmas-set-text-properties'.
27971         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27972         `gnus-xmas-completing-read'.
27973         (gnus-xmas-completing-read): Removed.
27974         (gnus-xmas-open-network-stream): Removed.
27975
27976         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27977         XEmacs version.
27978
27979         * dns.el (dns-make-network-process): Use `open-network-stream'
27980         instead of `gnus-xmas-open-network-stream'.
27981
27982         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
27983
27984         * .cvsignore: Add auto-autoloads.el, custom-load.el.
27985
27986 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
27987
27988         * gnus-art.el (gnus-mime-display-alternative)
27989         (gnus-insert-mime-button, gnus-insert-mime-security-button)
27990         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
27991         Don't use gnus-local-map-property.
27992
27993         * gnus-util.el (gnus-local-map-property): Remove.
27994
27995         * mm-view.el (mm-view-pkcs7-decrypt):
27996         Replace gnus-completing-read-maybe-default with completing-read.
27997
27998         * gnus-util.el (gnus-completing-read): do.
27999         (gnus-completing-read-maybe-default): Remove.
28000
28001 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28002
28003         * password.el: Only autoload `run-at-time' if not XEmacs.
28004         Only autoload the itimer functions if XEmacs.
28005
28006 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28007
28008         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28009         XEmacsen.
28010
28011         * dgnushack.el: Autoload executable-find for XEmacs.
28012
28013 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28014
28015         * gnus-art.el (gnus-read-string): Remove.
28016         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28017         read-string.
28018
28019 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28020
28021         * netrc.el: Autoload password-read.
28022         (netrc): Add configuration group.
28023         (netrc-encoding-method, netrc-openssl-path):
28024         Add variables for encoding and decoding of files with symmetric
28025         ciphers.
28026         (netrc-encode): Add assistant function to encode a file with
28027         netrc-encoding-method.
28028         (netrc-parse): Add interactive parameter, added optional
28029         decoding if netrc-encoding-method is non-nil but otherwise
28030         behavior is standard.
28031         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28032         Do s/encode/encrypt/ everywhere.
28033
28034         * spam.el: Remove executable-find autoload.
28035
28036 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28037
28038         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28039
28040         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28041
28042 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28043
28044         * gnus-art.el (gnus-treat-ansi-sequences)
28045         (article-treat-ansi-sequences): New variable and function.
28046         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28047
28048         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28049         Use it.
28050
28051 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28052
28053         * mm-util.el (mm-quote-arg): Remove.
28054
28055         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28056         shell-quote-argument.
28057
28058         * gnus-uu.el (gnus-uu-command): do.
28059
28060         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28061
28062         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28063         with make-char.
28064
28065         * mm-util.el (mm-make-char): Remove.
28066
28067         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28068         add-minor-mode.
28069
28070         * gnus-undo.el (gnus-undo-mode): do.
28071
28072         * gnus-topic.el (gnus-topic-mode): do.
28073
28074         * gnus-sum.el (gnus-dead-summary-mode): do.
28075
28076         * gnus-start.el (gnus-slave-mode): do.
28077
28078         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28079
28080         * gnus-ml.el (gnus-mailing-list-mode): do.
28081
28082         * gnus-gl.el (gnus-grouplens-mode): do.
28083
28084         * gnus-draft.el (gnus-draft-mode): do.
28085
28086         * gnus-dired.el (gnus-dired-mode): do.
28087
28088         * gnus-ems.el (gnus-add-minor-mode): Remove.
28089
28090         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28091         Replace gnus-char-width with char-width.
28092
28093         * gnus-ems.el (gnus-char-width): Remove.
28094
28095         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28096         Replace gnus-char-width with char-width.
28097
28098         * gnus-ems.el (gnus-char-width): Remove.
28099
28100         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28101         definition.
28102         Remove Emacs 20 hash table compatibility code.
28103
28104         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28105         20 compatibility code.
28106
28107         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28108
28109         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28110
28111         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28112         Replace with point-at-{eol,bol}.
28113
28114         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28115
28116         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28117
28118         * flow-fill.el (fill-flowed-point-at-bol)
28119         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28120
28121         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28122         Replace with point-at-{eol,bol} throughout all files.
28123
28124 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28125
28126         * ntlm.el (ntlm-string-as-unibyte): New macro.
28127         (ntlm-build-auth-response): Use it.
28128
28129         Remove Emacs 20 stuff:
28130         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28131         (butlast, mapc, remove): Remove the compiler macros.
28132         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28133         of delq and copy-sequence.
28134         * gnus-art.el (popup-menu): Remove the compiler macro.
28135         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28136         Emacs 20.
28137
28138 2004-01-05  Simon Josefsson  <jas@extundo.com>
28139
28140         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28141         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28142         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28143         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28144         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28145         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28146         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28147         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28148         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28149         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28150         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28151         string-xor into ntlm-string-xor.
28152         Suggested by Jesper Harder <harder@myrealbox.com>.
28153
28154         * ntlm.el: Don't include poem.
28155
28156         * md4.el (print-int32, print-string-hexa): Remove.
28157         Suggested by Jesper Harder <harder@myrealbox.com>.
28158
28159         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28160
28161         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28162         probably breaks emacs with DL patch, but do we care? Is anyone
28163         still using the DL stuff?)
28164
28165         * sieve-manage.el: Use the password package.
28166         (sieve-manage-read-passwd): Remove.
28167         (sieve-manage-interactive-login): Use password.  Re-add
28168         condition-case around loop.
28169
28170         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28171         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28172         Use the password package.
28173
28174 2003-02-19  Simon Josefsson  <jas@extundo.com>
28175
28176         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28177         token.
28178
28179 2002-08-07  Simon Josefsson  <jas@extundo.com>
28180
28181         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28182         (sieve-manage-authenticators)
28183         (sieve-manage-authenticator-alist): Add some SASL mechs.
28184         (sieve-sasl-auth): New function.
28185         (sieve-manage-cram-md5-auth)
28186         (sieve-manage-plain-auth): Rewrite using SASL library.
28187         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28188         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28189         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28190         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28191
28192 2004-01-05  Simon Josefsson  <jas@extundo.com>
28193
28194         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28195         New files.
28196
28197 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28198
28199         * gnus-group.el (gnus-no-groups-message): Update.
28200
28201         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28202
28203 2003-11-09  Simon Josefsson  <jas@extundo.com>
28204
28205         * imap.el: Support for ID IMAP extension (RFC 2971).
28206         (imap-local-variables): Add imap-id.
28207         (imap-id): New variable.
28208         (imap-id): New function.
28209         (imap-parse-response): Parse untagged ID response.
28210         * nnimap.el (nnimap-id): New variable.
28211         (nnimap-open-connection): Use it.
28212
28213 2003-12-28  Simon Josefsson  <jas@extundo.com>
28214
28215         * gnus-score.el (gnus-score-edit-all-score): New.
28216         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28217
28218 2004-01-04  Simon Josefsson  <jas@extundo.com>
28219
28220         * password.el: Add.
28221
28222 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28223
28224         * dns.el (dns-query-types): Fix typo.
28225         (dns-query-types): New function.
28226         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28227         PTR and SOA replies, see RFC 1035.
28228
28229 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28230
28231         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28232
28233         * Move to Changelog.2.
28234
28235 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28236
28237         * gnus.el (gnus-version-number): Bump version.
28238
28239 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28240
28241         * gnus.el: No Gnus v0.1 is released.
28242
28243 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28244
28245         * gnus.el: No Gnus v0.0 is released.
28246
28247 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28248
28249         * gnus.el (gnus-version-number): Bump.
28250         (gnus-version): No.
28251
28252 See ChangeLog.2 for earlier changes.
28253
28254   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28255
28256   This file is part of GNU Emacs.
28257
28258   GNU Emacs is free software: you can redistribute it and/or modify
28259   it under the terms of the GNU General Public License as published by
28260   the Free Software Foundation, either version 3 of the License, or
28261   (at your option) any later version.
28262
28263   GNU Emacs is distributed in the hope that it will be useful,
28264   but WITHOUT ANY WARRANTY; without even the implied warranty of
28265   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28266   GNU General Public License for more details.
28267
28268   You should have received a copy of the GNU General Public License
28269   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28270
28271 ;; Local Variables:
28272 ;; coding: utf-8
28273 ;; fill-column: 79
28274 ;; add-log-time-zone-rule: t
28275 ;; End: