d582dcae1e81caa06b047d4ee80bb86e875d0693
[gnus] / lisp / ChangeLog
1 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-uu.el (gnus-uu-save-article):
4         Make the save-restriction/widen calls make more sense.
5
6 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-art.el (gnus-use-idna):
9         * gnus-sum.el (gnus-summary-idna-message):
10         * message.el (message-use-idna):
11         Catch the invalid-operation error that idna.el will issue.
12
13 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14
15         * gnus-group.el (gnus-group--setup-tool-bar-update):
16         cursor-sensor-functions should be a list of functions.
17
18 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19
20         * gnus-group.el (gnus-tmp-*): Declare.
21         (gnus-update-group-mark-positions): Remove unused `topic' var.
22         (gnus-group-insert-group-line): Remove unused var `header'.
23         (gnus-group--setup-tool-bar-update): New function.
24         (gnus-group-insert-group-line): Use it.
25         (gnus-group-update-eval-form): Declare local
26         dynamically-bound variables.
27         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
28
29         * gnus-topic.el (gnus-topic-jump-to-topic)
30         (gnus-group-prepare-topics, gnus-topic-update-topic)
31         (gnus-topic-change-level, gnus-topic-catchup-articles)
32         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
33         Use inhibit-read-only.
34         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
35         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
36
37 2015-04-12  João Távora  <joaotavora@gmail.com>
38
39         * message.el (message-mode):
40         Use `set' and `make-local-variable' instead of `setq-local'.
41
42 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
43
44         * gnus-sum.el (gnus-summary-refer-thread):
45         Make sure gnus-newsgroup-unreads remains sorted.
46
47 2015-04-12  João Távora  <joaotavora@gmail.com>
48
49         Improve sexp-based movement in message-mode
50         * message.el (message--syntax-propertize): New function.
51         (message-mode): Set syntax-related vars.d
52         (message-smileys): New variable.
53
54 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
55
56         * gnus-art.el (gnus-hidden-properties): Simplify.
57         (gnus-article-hide-text, gnus-article-unhide-text)
58         (gnus-article-unhide-text-type): Remove special handling of
59         `intangible' since that property is not used any more.
60         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
61
62 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
65         and a runtime function for it, of which the XEmacs version takes only
66         two arguments.
67
68 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
69
70         Use American spelling for 'normalize'
71         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
72         All uses changed.  Add an alias for obsolete usages.
73
74 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * gnus-art.el (gnus-article-browse-html-save-cid-content):
77         Always return relative file name.
78         (gnus-article-browse-html-parts):
79         Make external links absolute and cid file names relative.
80
81 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
82
83         * registry.el (registry-prune): Re-use `registry-full' in
84         `registry-prune'.  It's a bit of redundant work, but safer.
85         Also ensure that target-size is an integer.
86
87 2015-03-31  Daiki Ueno  <ueno@gnu.org>
88
89         * plstore.el (plstore--decrypt): Clear entry in
90         `plstore-passphrase-alist' if decryption failed (bug#20030).
91
92 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
93
94         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
95         to "Display" menu.
96
97 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
98
99         * nnimap.el (nnimap-split-incoming-mail): If a message is already
100         in the group it should be split to, don't re-copy it into the group.
101
102 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
103
104         * nnmh.el (nnmh-request-expire-articles):
105         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
106
107 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
108
109         * registry.el (registry-lookup-secondary, registry-full)
110         (registry-prune, registry-collect-prune-candidates):
111         * gnus-registry.el (gnus-registry-load): Use slot names rather than
112         initarg names in `oref' and `oset'.
113
114 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
115
116         * registry.el (registry-prune): Allow registry to reach full size
117         before pruning.
118
119 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
120
121         * registry.el (registry-collect-prune-candidates): Fix call to
122         cl-subseq.
123
124 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * registry.el (registry-db): Temporary fix old Emacsen compilation.
127
128 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
129
130         * gnus-registry.el (gnus-registry-handle-action)
131         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
132         (gnus-registry-keywords): Make it do something.
133         (gnus-registry-import-eld): Remove unused var `new-entry'.
134         (gnus-registry-action): Remove unused var `to-name'.
135         (gnus-registry-make-db): Prefer `make-instance' to avoid
136         compiler warnings.
137         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
138
139         * registry.el (registry-db): Don't oset-default an instance-allocated
140         slot.
141
142 2015-03-10  Glenn Morris  <rgm@gnu.org>
143
144         * message.el (message-valid-fqdn-regexp): Bump :version for
145         2014-11-17 change.
146
147 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
148
149         * gnus-notifications.el (gnus-notifications-action): Raise window
150         frame.
151         (gnus-notifications-action): Allow mark as read.
152         (gnus-notifications-notify): Show uption to mark as read.
153
154 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
155
156         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
157         (registry-search, registry-delete, registry-size, registry-insert)
158         (registry-reindex, registry-collect-prune-candidates):
159         * gnus-registry.el (gnus-registry-fixup-registry)
160         (gnus-registry-remove-extra-data): Use slot names rather than initarg
161         names in `oref' and `oset'.
162
163 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
164         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
165         in the group it should be split to, don't re-copy it into the group.
166
167 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
168
169         * message.el (message-insert-formatted-citation-line): Change %F to
170         fall back to email address if no first name could be determined.
171
172 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
175         Fix point motion when removing displayed MIME part.
176         (gnus-article-edit-part): Make jumping to the next part really work
177         when deleting or stripping.
178         (gnus-mime-buttonize-attachments-in-header): Make header attachment
179         buttons identical to the ones in the article body so as to work deleting
180         and stripping.
181
182 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * mm-decode.el (mm-shr)
185         * mm-view.el (mm-inline-text-html-render-with-w3m):
186         Revert my bogus change that made the start marker of a part
187         the "moves after insertion" type.
188
189 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
190
191         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
192         Tools: https://github.com/politza/pdf-tools) for viewing PDF
193         attachments in emacs.
194
195 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
196
197         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
198         instead of sasl-scram-sha-1, as the former is the name that can be
199         required.
200
201         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
202         (sasl-scram-sha-1-client-final-message)
203         (sasl-scram-sha-1-authenticate-server): Move to end of file.
204
205 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
208
209 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
212         (sasl-string-prefix-p): New compatibility functions.
213
214 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-compat.el (process-live-p): Added new compat function for Emacs
217         23.
218
219 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
220
221         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
222         from the server LIST response.
223
224 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
225
226         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
227         during header retrieval, error out instead of interpreting the data in
228         the buffer as the only messages there.  This way, we don't mark
229         articles as read on a server hangup (bug#19035).
230
231         * mm-decode.el (mm-head-p): New function.
232         (mm-display-part): Go to a blank line when inserting parts internally.
233
234 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
235
236         * sasl-scram-rfc.el: New file.
237
238         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
239         Add SCRAM-SHA-1 first.
240         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
241         entry (bug#17636).
242
243 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
244
245         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
246         that we don't get a warning when setting the buffer-local variable
247         (bug#19573).
248
249         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
250         `gnus-request-group'.
251
252 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * gnus-art.el (gnus-article-browse-html-save-cid-content)
255         (gnus-article-browse-html-parts): Make cid file names relative if and
256         only if html doesn't specify <base> directory.
257
258 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
259
260         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
261         parts, because that breaks filling (since buttons are in a bold face).
262
263 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
266         use gnus-overlays-at and gnus-overlay-put.
267
268 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
269
270         * mm-decode.el (mm-shr): Only pass the fill column when not using
271         fonts, because limiting the width to what's appropriate for followups
272         doesn't really help when not using proportional fonts.
273
274 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
275
276         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
277         shr, beacause that breaks folding.
278         (mm-shr): Don't shorten the width when using fonts.
279
280 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
281
282         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
283         variable; always check the newrc timestamp.
284         (gnus-save-newsrc-file): Always check timestamp.
285
286 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
287
288         * mail-source.el (mail-source-call-script): If scripts exit with an
289         error, pop up an error buffer.
290
291 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
294         as a default.
295
296         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
297         correct server.
298
299 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
300
301         * nnimap.el (nnimap-request-group-scan): Fix the function name.
302
303         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
304
305 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
308         that nnimap works for non-activated backends.
309
310 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
311
312         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
313         message, since we already get an obsolescence message.  Use `declare'.
314
315 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
316
317         * nnir.el: Revert "Enable non-ASCII IMAP searches".
318
319 2015-01-30  Glenn Morris  <rgm@gnu.org>
320
321         * gnus-registry.el (gnus-registry-max-pruned-entries)
322         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
323         Fix :version.
324         (gnus-registry-default-sort-function): Improve :type.
325
326 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
327
328         * nnimap.el (nnimap-request-group): Allow running this function on
329         groups that don't exist in Gnus yet.
330         (nnimap-request-group): Revert previous patch since that made it
331         impossible to enter nnimap groups.
332
333         * message.el (message-smtpmail-send-it): Remove the mail header
334         separator before sending.
335
336 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
337
338         * nnimap.el (nnimap-find-expired-articles): Fix handling of
339         (expiry-wait . never).
340
341 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
342
343         * nnimap.el (nnimap-request-group): Clear the buffer before returning
344         the data.
345
346 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * gnus-compat.el (string-bytes): Work for XEmacs.
349
350 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
353
354         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
355         IMAP.
356
357 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
358
359         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
360
361         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
362
363         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
364         be added to the backlog.
365
366 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
367
368         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
369         target with a recursive make call.
370
371 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
372
373         * nnimap.el (nnimap-header-parameters): Refactor and request
374         X-GM-LABELS if it's been announced.
375         (nnimap-transform-headers): Gather and output GM-LABELS.
376
377 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
378
379         * mm-decode.el (mm-display-part): Make non-string methods work.
380         Non-string methods are funcalled and work just fine, the test was
381         bogus.
382         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
383         whole frame.
384
385 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
386
387         * nnimap.el (nnimap-request-accept-article): Allow respooling using
388         nnimap.
389
390         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
391         request rescans when being run interactively.
392
393         * nnimap.el (nnimap-request-group): Don't rescan the group here,
394         because that can be very slow in large groups.
395
396         * gnus-int.el (gnus-request-group-scan): New backend function.
397
398         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
399
400 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
401
402         * gnus-group.el (gnus-group-suspend): Close all backends.
403
404 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
405
406         * dgnushack.el (dgnushack-compile-file): New function.
407         (dgnushack-compile): Use it (bug#19514).
408
409 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
412
413 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
414
415         * registry.el: Don't use <class> as a variable.
416
417 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
418
419         system-name's returned value can vary
420         Also, the system-name variable is now obsolete.
421         Fixes Bug#19438.
422         * message.el (message-make-fqdn):
423         * nnvirtual.el (nnvirtual-retrieve-headers)
424         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
425         and avoid naming locals 'system-name'.
426
427 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
428
429         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
430         lines don't get overlong when responding.
431
432 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * registry.el (cl-remf, cl-loop, cl-subseq):
435         Alias to remf, loop, and subseq respectively for old Emacsen.
436
437 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
438
439         * gnus-group.el (gnus-read-ephemeral-bug-group):
440         Bind coding-system-for-read and coding-system-for-write only around
441         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
442
443 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
444
445         * registry.el (registry-db): Set default slot later.
446         This is because its value is not a literal integer.
447
448 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
449
450         * registry.el (registry-db): Fix default registry-db max-size.
451
452 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
453
454         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
455         add warning.
456
457         * gnus-art.el: Fix up compiler warnings.
458         (article-display-face, article-display-x-face): Remove unused `face'.
459         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
460         (article-date-ut): Remove unused var `first'.
461         (gnus-article-prepare): Remove unused var `gnus-article'.
462         (gnus-mime-save-part-and-strip): Remove unused var `param'.
463         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
464         `coding-system' along with corresponding dead code.
465         (gnus-mime-view-part-externally): Remove unused var
466         `mm-user-display-methods'.
467         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
468         (gnus-display-mime): Remove unused var `handle'.
469         (gnus-mime-display-alternative): Remove unused var `props'.
470         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
471         (gnus-article-edit-done): Remove unused var `p'.
472         (gnus-url-mailto): Remove unused var `to'.
473         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
474         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
475
476 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
477
478         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
479         slots into a :max-size slot.
480         (registry-db-version): Add new variable for database version number.
481         (registry-prune): Use :max-size slot. Accept and use a sort-function
482         argument.
483         (registry-collect-prune-candidates): Add new function for finding
484         non-precious pruning candidates.
485         (registry-prune-hard-candidates, registry-prune-soft-candidates):
486         Remove obsolete functions.
487         (initialize-instance): Upgrade registry version when starting.
488
489         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
490         (gnus-registry-max-pruned-entries): Remove obsolete variable.
491         (gnus-registry-cache-file): Change default
492         filename extension to "eieio".
493         (gnus-registry-read): Add new function, split out from
494         `gnus-registry-load', that does the actual object reading.
495         (gnus-registry-load): Use it. Add condition case handler to check for
496         old filename extension and rename to the new one.
497         (gnus-registry-default-sort-function): New variable to specify a sort
498         function to use when pruning.
499         (gnus-registry-save, gnus-registry-insert): Use it.
500         (gnus-registry-sort-by-creation-time): Define a default sort function.
501
502         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
503         Adjust test for new object signature.
504         (gnustest-registry-pruning-test): Add new pruning test.
505         (gnustest-registry-sort-function): Default sort function for testing.
506         (gnustest-registry-pruning-sort-test): New test for sorting.
507
508 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
511         function for reuse.
512         (gnus-mime-buttonize-attachments-in-header): Adjust.
513
514 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * message.el (message-change-subject): Really check whether the subject
517         changed.
518
519 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
522         PDFs.
523         (mailcap-view-mime): New function.
524
525 2014-12-01  Glenn Morris  <rgm@gnu.org>
526
527         * gnus-cloud.el (gnus-cloud): Add :version tag.
528
529 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * gnus-art.el (gnus-use-idna):
532         * gnus-sum.el (gnus-summary-idna-message):
533         * message.el (message-use-idna):
534         Protect against nil value for idna-program.
535
536         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
537
538 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
539
540         * auth-source.el (auth-source-macos-keychain-search-items): Return
541         result of `auth-source-macos-keychain-result-append' (bug#19074).
542
543 2014-11-25  Glenn Morris  <rgm@gnu.org>
544
545         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
546         Add :version tag.
547
548 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * pop3.el (pop3-open-server): Warn unless encrypted.
551
552         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
553
554 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
555
556         Port new time stamp handling to Emacs 23.2.
557         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
558         * time-date.el (time-add, time-subtract, time-less-p):
559         Use eval-and-compile, not eval-when-compile.
560
561 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
562
563         * message.el (message-valid-fqdn-regexp): Add non-internaional new
564         TLDs.
565
566 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
567
568         Port new time stamp handling to old Emacs and to XEmacs.
569         This is needed for Gnus, which copies time-date.el and which
570         runs on older Emacs implementations.
571         * time-date.el (with-decoded-time-value):
572         Handle 'nil' and floating-point arg more compatibly with new Emacs.
573         (encode-time-value, with-decoded-time-value):
574         Obsolete only if new Emacs.
575         (time-add, time-subtract, time-less-p): Define if not new Emacs.
576
577         Improve time stamp handling, and be more consistent about it.
578         This implements a suggestion made in:
579         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
580         Among other things, this means timer.el no longer needs to
581         autoload the time-date module.
582         * time-date.el (seconds-to-time, days-to-time, time-since)
583         (with-decoded-time-value):
584         Treat 'nil' as current time.  This is mostly for XEmacs.
585         (encode-time-value, with-decoded-time-value): Obsolete.
586         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
587         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
588
589 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
590
591         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
592         discarding changes in ephemeral groups.
593
594         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
595         things the user isn't interested in.
596
597 2014-11-13  Julien Danjou  <jd@abydos>
598
599         * gnus-notifications.el (gnus-notifications-notify): Provide both
600         app-icon and image-path.
601
602 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
603
604         * mm-url.el (mm-url-encode-multipart-form-data):
605         Restore to handle "multipart/form-data" by eww.
606
607 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
608
609         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
610         Landscheidt.
611
612 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
613
614         Simplify use of current-time and friends.
615         * gnus-delay.el (gnus-delay-article):
616         * gnus-sum.el (gnus-summary-read-document):
617         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
618         * message.el (message-make-expires-date):
619         Omit unnecessary call to current-time.
620         * gnus-util.el (gnus-float-time): Simplify to an alias because
621         time-to-seconds now behaves like float-time with respect to nil arg.
622         (gnus-seconds-year): Don't call current-time twice to get the current
623         time stamp, as this can lead to inconsistent results.
624         * time-date.el (time-to-seconds) [!float-time]:
625         Use current time if arg is nil, to be compatible with float-time.
626         (time-date--day-in-year): New function, with most of the guts of
627         the old time-to-day-in-year.
628         (time-to-day-in-year): Use it.
629         (time-to-days): Use it, to avoid decoding the same time stamp twice.
630
631 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
632
633         * gnus.el (gnus-mode-line-buffer-identification):
634         Don't add image data for a non-graphic display (bug#18813).
635
636 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
639         load-path, it blocks autoloading of find-image (bug#18813).
640
641 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
642
643         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
644         to keep connection open (bug#18728).
645
646 2014-10-20  Glenn Morris  <rgm@gnu.org>
647
648         * Merge in all changes up to 24.4 release.
649
650 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
651
652         * message.el (message-insert-signature): Use `newline' instead of
653         inserting explicit "\n".
654
655 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
656
657         * gnus-icalendar.el: Support vcal format timezones.
658         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
659         compute dates with associated timezone.
660         (gnus-icalendar-event-from-ical): Compute all timezones.
661
662 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
663
664         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
665         check the newsrc.eld file's timestamp before saving it.
666         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
667         timestamp has changed to be newer.
668
669 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
670
671         * gnus-icalendar.el (gnus-icalendar-identities):
672         Include message-alternative-emails.
673
674 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
677         New compatibility functions.
678         (ntlm-build-auth-response): Use them.
679
680 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
681
682         * ntlm.el (ntlm-build-auth-request):
683         Add NTLM2 Session support.  (Bug#15603)
684
685 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
686
687         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
688         expired messages only when it was built in reverse order.
689
690 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
691
692         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
693         last so it can be used in `message-send-hook'.
694
695 2014-09-29  Daiki Ueno  <ueno@gnu.org>
696
697         * mml.el (mml-parse-1): Error out if unknown mode is specified in
698         <#secure> tag (bug#18513).
699
700 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * parse-time.el: Require cl when compiling.
703
704 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
705
706         Use cl-lib as much as possible following the 2014-09-26 change
707         in the Emacs trunk.
708         * parse-time.el: Try requiring cl-lib.
709         (parse-time-incf): Alias to cl-incf or incf.
710         (digit-char-p): Remove.
711         (parse-time-integer): Alias to cl-parse-integer or the one defined.
712         (parse-integer): Rename to parse-time-integer.
713         (parse-time-tokenize, parse-time-rules, parse-time-string)
714         Use parse-time-incf and parse-time-integer.
715
716 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
717
718         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
719         of ":delete".
720
721 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * gnus-art.el (gnus-article-browse-html-save-cid-content)
724         (gnus-article-browse-html-parts):
725         Revert last change that breaks links other than cid contents.
726
727 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * gnus-art.el (gnus-article-browse-html-save-cid-content)
730         (gnus-article-browse-html-parts): Make cid file names relative.
731
732 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * mm-view.el (mm-display-inline-fontify): Make the working buffer
735         temporarily displayed when running a mode function (at least org-mode
736         requires it).
737
738 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
739
740         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
741         the gnus-summary-article-expire-hook should be told where the function
742         is going. In particular, the Gnus registry might want to know.
743
744 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
745
746         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
747
748 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * gnus-sum.el (gnus-summary-expire-articles): Revert.
751
752 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
753
754         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
755         the gnus-summary-article-expire-hook should be told where the function
756         is going. In particular, the Gnus registry might want to know.
757
758 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
759
760         Don't mishandle year-9999 dates (Bug#18176).
761         * parse-time.el (parse-time-rules):
762         Allow years up to most-positive-fixnum.
763         * time-date.el (date-to-time):
764         Pass "Specified time is not representable" errors through.
765
766 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
767
768         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
769         groups and t.
770
771 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * gnus-utils.el (gnus-recursive-directory-files):
774         Unify hard or symbolic links (bug#18063).
775
776 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
777
778         * gnus-msg.el (gnus-configure-posting-style):
779         Allow string replacements in values when matching against a header.
780
781 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
784         the dribble buffer even when it is shrunk a lot.
785         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
786
787 2014-06-26  Glenn Morris  <rgm@gnu.org>
788
789         * mm-util.el (help-function-arglist): Remove outdated declaration.
790
791 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
792
793         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
794         attribute values.  (Bug#17834)
795
796 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
797
798         * gnus-sum.el (gnus-summary-edit-article-done):
799         Prefer point-marker to copy-marker of point.
800
801 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * Makefile.in (install-el, install-el-elc): Compress .el files.
804         (uninstall): Remove compressed .el files.
805
806 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
809         (gnus-article-read-summary-keys):
810         Don't bug out when there is no article in the summary buffer.
811         (gnus-mime-buttonize-attachments-in-header):
812         Improve criterion that finds parts to display.
813
814         * gnus-art.el (gnus-mm-display-part):
815         * mm-decode.el (mm-shr):
816         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
817         (mm-insert-inline): Revert last changes.
818
819 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * gnus-art.el (gnus-mm-display-part):
822         * mm-decode.el (mm-shr):
823         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
824         (mm-insert-inline): Set insertion type of end-marker, not only
825         start-marker, of undisplayer so as to stay after inserted text.
826
827 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
828
829         * html2text.el (html2text-get-attr): Fix typo when splitting value from
830         attribute. (Bug#17613)
831
832 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
833
834         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
835         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
836
837 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
840         Don't delete next part button; keep spacing between buttons.
841
842 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
845         Work for the last MIME part in an article.
846         (gnus-mime-display-single): Suppress excessive newlines between parts.
847
848         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
849         by leading or trailing newline.
850
851 2014-05-12  Sam Steingold  <sds@gnu.org>
852
853         * time-date.el (seconds-to-string): New function to pretty print time
854         delay in seconds.
855
856 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
859         while prompting a user for a file name, etc.
860         (gnus-mime-display-single): Display part with a common appearance no
861         matter whether MIME button is omitted or not; don't add duplicate entry
862         to gnus-article-mime-handle-alist.
863         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
864
865 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
866
867         * mml2015.el (mml2015-display-key-image): New variable.
868
869 2014-05-08  Glenn Morris  <rgm@gnu.org>
870
871         * gnus-fun.el (gnus-grab-cam-face):
872         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
873         This is CVE-2014-3421.
874
875 2014-05-04  Glenn Morris  <rgm@gnu.org>
876
877         * gnus-registry.el (gnus-registry-install-p): Doc fix.
878
879 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
880
881         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
882         the displaying state of a part.
883         (gnus-mm-display-part): Don't insert a newline in the beginning of
884         a part like gnus-mime-inline-part doesn't; work for XEmacs.
885
886         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
887         (mm-shr): Make undisplayer unbreakable.
888
889         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
890         Don't insert excessive newline.
891         (mm-inline-text-html-render-with-w3m, mm-inline-text)
892         (mm-insert-inline): Make undisplayer unbreakable.
893
894 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
895
896         * gnus.el: Ma Gnus v0.11 is released.
897
898 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * gnus-art.el (gnus-mm-display-part):
901         Highlight header attachment buttons.
902
903 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
906         a part; redisplay a button (enbugged in 2014-02-05).
907
908 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
909
910         * auth-source.el (auth-source-search, auth-source-search-backends):
911         Treat :max 0 as an indicator that a boolean return is wanted, as
912         documented. Reported by Joe Bloggs.
913
914 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gnus-icalendar.el: Require gnus-art.
917
918 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
919
920         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
921         (gnus-icalendar--update-org-event): put event timestamp in
922         the org entry body instead of the drawer.
923         (gnus-icalendar-event--get-attendee-names): list of participants should
924         contain even attendees without common name attribute.
925         (gnus-icalendar--update-org-event): don't generate duplicates of empty
926         property tags in org drawers.
927
928 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * gmm-utils.el (gmm-format-time-string): New function.
931
932         * message.el (message-insert-formatted-citation-line): Use the original
933         author's time zone to express a date string.
934
935 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
936
937         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
938         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
939         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
940         Silence compiler warnings.
941         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
942
943 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * mml.el: Require url when compiling.
946
947         * gnus-cloud.el (gnus-cloud-parse-version-1):
948         Use plist-get rather than CL's getf.
949         (gnus-activate-group, gnus-subscribe-group): Declare.
950
951         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
952
953 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
956         buttons when toggling the header off.
957
958 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
959
960         * tls.el (tls-program): Reflow docstring.
961
962 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
963
964         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
965         groups work again.
966
967 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
968
969         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
970         999 correctly (i.e. "1,342").
971
972 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
973
974         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
975         out if the directory doesn't exist.
976
977 2014-03-07  Daiki Ueno  <ueno@gnu.org>
978
979         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
980         commands here; instead, only check if epg-config.el is available.
981
982 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
983
984         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
985         messages with embedded images.
986         (mml-generate-mime): Don't bug out if you don't have libxml.
987
988 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
989
990         * message.el (message-make-html-message-with-image-files): New command.
991
992 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-group.el (gnus-group-make-group): Clarify prompt.
995
996         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
997
998 2014-02-23  David Engster  <deng@randomsample.de>
999
1000         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1001         to stay compatible with older Emacsen, so replace `cl-loop' with
1002         `loop'.
1003
1004 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1005
1006         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1007         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1008         instead, build list of patterns.
1009
1010 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1013         Display header attachment buttons by gnus-article-prepare-display
1014         rather than gnus-article-prepare so as to view in mml-preview as well.
1015
1016 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1017
1018         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1019         in `auth-sources' means and link to EPA docs.
1020
1021 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1022
1023         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1024         (bug#12375).
1025
1026 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1029         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1030
1031 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1032
1033         * message.el (message-tab): Mention what happens on normal tabs
1034         (bug#11297).
1035
1036 2014-02-08  Glenn Morris  <rgm@gnu.org>
1037
1038         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1039
1040 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1043         buttons that are hidden in unselected alternative part as well.
1044         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1045
1046         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1047
1048 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1051         keystroke.
1052         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1053         types.
1054
1055         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1056         with an empty string.
1057
1058 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1059
1060         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1061         buffer-local in some buffers, so bind it explicitly in the buffer we're
1062         trying to cancel the article in (bug#10808).
1063
1064 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1067         New functions.
1068
1069         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1070         New user option.
1071         (gnus-mime-buttonize-attachments-in-header): New function.
1072         (gnus-article-prepare): Use it.
1073         (gnus-mime-inline-part): Suppress extra newline.
1074         (gnus-mm-display-part): Save excursion;
1075         remove useless deleting and adding of buttons.
1076         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1077
1078         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1079         Add gnus-mime-buttonize-attachments-in-header.
1080
1081 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1082
1083         * nnimap.el (nnimap-request-articles): New command to download several
1084         articles at once.
1085
1086         * gnus.el (gnus-variable-list): Save Cloud variables.
1087
1088         * gnus-int.el (gnus-request-accept-article): Doc fix.
1089
1090 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1091
1092         * parse-time.el (parse-time-iso8601-regexp)
1093         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1094         it more generally.
1095
1096 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1097
1098         * gnus-cloud.el: New file to provide the Emacs Cloud.
1099
1100         * dgnushack.el: Silence XEmacs w3 warning.
1101
1102         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1103         `url-retrieve-synchronously', apparently.
1104
1105         * dgnushack.el: Silence XEmacs dns.el warning.
1106
1107         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1108         instead of in all files.
1109
1110         * dns.el (network-interface-list): Define for XEmacs.
1111
1112         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1113         XEmacs.
1114
1115         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1116
1117 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1118
1119         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1120         `gnus-group-split-fancy'.
1121
1122 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1123
1124         * message.el (message-remove-header): Doc fix.
1125         (message-forward-included-headers): New variable.
1126         (message-remove-ignored-headers): Use it.
1127
1128 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1129
1130         * nnir.el (nnir-request-update-mark): Don't try to update the source
1131         group if we can't find it (bug#16611).
1132
1133 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1134
1135         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1136
1137 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1138
1139         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1140         network interfaces changed.
1141         (dns-query): Use it to flush the data.
1142
1143 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1144
1145         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1146         from random face commands.
1147         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1148         Face.
1149         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1150         (gnus--random-face-with-type): Generic function returning a face-type
1151         as a string.
1152         (gnus--insert-random-face-with-type): Generic function inserting a face
1153         in a message buffer header.
1154         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1155         (gnus-insert-random-x-face-header): Rewritten to use
1156         `gnus--insert-random-face-with-type`.
1157         (gnus-random-face): Return random (png) Face as string.
1158         (nus-insert-random-face-header): Insert random (png) Face in a message
1159         buffer.
1160
1161 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1162
1163         * mm-url.el: Remove all usage of w3.
1164
1165         * nnrss.el: Ditto.
1166
1167         * mm-decode.el: Ditto.
1168
1169         * mm-view.el: Ditto.
1170
1171         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1172         outdated and all Emacsen have url.el built-in.
1173
1174         * gnus-setup.el: Remove outdated file.
1175
1176 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1177
1178         * gnus.el: Ma Gnus v0.9 is released.
1179
1180 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1181
1182         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1183
1184 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1185
1186         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1187         in the summary buffer (bug#13769).
1188
1189 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1190
1191         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1192         name if we're using a single article buffer.  Otherwise, it may point
1193         to a killed buffer (bug#13756).
1194
1195 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1196
1197         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1198         the match data, just save and restore it explicitly (bug#12375).
1199
1200         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1201         that's needed.
1202
1203         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1204         the code once (bug#9069).
1205
1206 2014-01-18  Steinar Bang  <sb@dod.no>
1207
1208         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1209         reading.
1210
1211 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1212
1213         * message.el (message-bury): Call bury-buffer with no argument
1214         in the message-return-action case too.
1215
1216 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1219         (nnimap-split-fancy, nnimap-split-methods): Declare.
1220
1221         * mm-util.el (help-function-arglist): Declare.
1222
1223 2013-12-28  Glenn Morris  <rgm@gnu.org>
1224
1225         * gnus-sieve.el (gnus-sieve-select-method):
1226         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1227         (gravatar-rating, gravatar-size):
1228         * message.el (message-minibuffer-local-map):
1229         * sieve-manage.el (sieve-manage-authenticators)
1230         (sieve-manage-authenticator-alist): Specify custom types.
1231
1232         * hashcash.el (hashcash-program): Rename from hashcash-path.
1233         Update callers.
1234
1235         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1236         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1237         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1238
1239         * auth-source.el (auth-sources):
1240         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1241         Fix custom types.
1242
1243         * tls.el (tls-certtool-program): Fix default value.
1244
1245 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1246
1247         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1248         we get proper traces there, too.
1249
1250 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1251
1252         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1253         value of the parameters if the current article has a Reply-To or From
1254         field.
1255
1256 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1257
1258         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1259
1260 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1261
1262         * gnus-sum.el (gnus-summary-exit): Stop animations.
1263
1264 2013-12-19  Juri Linkov  <juri@jurta.org>
1265
1266         * gnus.el (gnus-suppress-keymap):
1267         * gnus-art.el (gnus-article-mode-map):
1268         * gnus-group.el (gnus-group-mode-map):
1269         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1270         Remove [backspace] key binding because it shadows DEL (bug#16035).
1271
1272         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1273
1274 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1277         Make sure work directory exists.
1278         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1279         rather than tmp directory.
1280         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1281         not necessarily always run, with it.
1282
1283 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1284
1285         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1286         value of gnus-icalendar-additional-identities work without restart.
1287
1288 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * mm-util.el (mm-make-temp-file):
1291         Alias to make-temp-file for modern Emacsen.
1292
1293 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1296         nnir-article-number and nnir-article-group.
1297
1298 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1299
1300         * message.el (message-send-mail-with-sendmail):
1301         Don't kill error buffer if sending fails.
1302
1303 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1304
1305         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1306         (gnus-icalendar-event->org-entry)
1307         (gnus-icalendar--update-org-event)
1308         (gnus-icalendar-event->gnus-calendar): Distinguish between
1309         required/optional/non-participant attendee status.  Fix bug causing
1310         the first required event participant to be omitted.
1311
1312 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * gnus-art.el (article-de-quoted-unreadable)
1315         (article-de-base64-unreadable, gnus-mime-copy-part)
1316         * gnus-html.el (gnus-article-html)
1317         * mm-view.el (mm-inline-text-html-render-with-w3)
1318         (mm-inline-text-html-render-with-w3m-standalone)
1319         * rfc2231.el (rfc2231-decode-encoded-string):
1320         Allow overriding charset by mm-charset-override-alist.
1321
1322         * gnus-art.el (gnus-article-browse-html-parts):
1323         Replace LWSPs with `&nbsp;'s in header.
1324
1325         Work for broken Chinese articles.
1326
1327         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1328         Exclude broken handles that gnus-summary-enter-digest-group may create.
1329         (gnus-article-browse-html-parts):
1330         Allow overriding charset by mm-charset-override-alist.
1331
1332 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1333
1334         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1335         (gnus-icalendar-identities): Support additional-identities.
1336
1337 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1338
1339         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1340         org-timestamp for events ending at midnight.
1341
1342 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1343
1344         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1345         .log files.
1346
1347 2013-11-20  David Engster  <deng@randomsample.de>
1348
1349         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1350
1351 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1352
1353         * message.el (message-beginning-of-line):
1354         Use beginning-of-visual-line when visual-line-mode is turned on.
1355
1356 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1357
1358         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1359         (gnus-icalendar-event-from-ical)
1360         (gnus-icalendar-event->org-entry)
1361         (gnus-icalendar--update-org-event): Required/optional participation,
1362         list of attendees synced to org.
1363
1364 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1365
1366         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1367         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1368         cancellations to be synced to org if the original appt has an org
1369         outline.
1370
1371 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1372
1373         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1374         (gnus-icalendar-event->org-entry)
1375         (gnus-icalendar--update-org-event)
1376         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1377
1378 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1379
1380         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1381         Fix timezone handling in gnus-icalendar export to org.
1382
1383 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1386
1387 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1390
1391 2013-10-30  Glenn Morris  <rgm@gnu.org>
1392
1393         * gnus-group.el (gnus-group-browse-foreign-server):
1394         * gnus-int.el (gnus-start-news-server):
1395         Silence compiler obsolescence warning.
1396
1397 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1398
1399         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1400         `nnoo-current-server' first, then for the actual `nnimap-address' to
1401         allow netrc entries for the nnoo server to coexist with netrc entries
1402         for the `nnimap-address'.
1403
1404 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1405
1406         * mm-decode.el (mm-dissect-buffer): Revert last change.
1407         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1408         The problem that motivated those changes was attributed to a broken
1409         mail sender, and has been fixed.
1410
1411 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1414         token is missing in the Content-Type header.
1415
1416         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1417
1418 2013-09-18  Glenn Morris  <rgm@gnu.org>
1419
1420         * gnus-util.el (image-size): Declare.
1421
1422 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1425         (gnus-icalendar-event-from-ical)
1426         (gnus-icalendar-event--build-reply-event-body)
1427         (gnus-icalendar-event-reply-from-buffer)
1428         (gnus-icalendar-find-org-event-file)
1429         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1430         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1431
1432         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1433
1434 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1435
1436         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1437         Use save-current-buffer.
1438         (gnus-tree-mode-map): Initialize in the declaration.
1439         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1440         (scroll-in-place): Defvar it.
1441         (gnus-tmp-*): Defvar them.
1442         (gnus-get-tree-buffer): Use derived-mode-p.
1443         (gnus--let-eval): New macro.
1444         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1445         non-prefixed variables.
1446         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1447
1448         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1449         vars since it doesn't seem to be available.
1450         (gnus-set-global-variables, gnus-summary-read-group-1)
1451         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1452         (gnus-summary-display-article, gnus-summary-select-article)
1453         (gnus-summary-next-article, gnus-offer-save-summaries)
1454         (gnus-summary-generic-mark): Use derived-mode-p.
1455         (gnus-summary-read-group-1, gnus-summary-exit)
1456         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1457         Adjust calls to gnus-tree-close and gnus-tree-open.
1458
1459         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1460
1461         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1462         (gnus-agent-mode): Use derived-mode-p.
1463         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1464         gnus-command-method and *-command-method to nil, but bind
1465         gnus-command-method to *-command-method instead!
1466         (gnus-agent-fetch-articles): Remove unused var `id'.
1467         (gnus-agent-fetch-headers): Remove unused arg `force'.
1468         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1469         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1470         (gnus-agent-short-article, gnus-agent-long-article)
1471         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1472         first use.
1473         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1474         `score-param'.
1475         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1476         (gnus-get-predicate): Push in front of the cache, rather than end.
1477         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1478         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1479         (gnus-agent-expire-unagentized-dirs): Don't rebind
1480         gnus-agent-expire-current-dirs since the defvar silences the warning.
1481         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1482         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1483         (gnus-agent-regenerate): Simplify interactive spec and doc.
1484
1485 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * gnus-int.el (gnus-open-server): Silence compiler.
1488
1489         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1490
1491         * message.el (message-display-completion-list): Abolish.
1492         (message-completion-in-region): Use display-completion-list.
1493
1494 2013-09-17  Glenn Morris  <rgm@gnu.org>
1495
1496         * gnus-util.el (gnus-message-with-timestamp-1):
1497         Use `messages-buffer' function if available.  Ignore read-only.
1498
1499 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * message.el (message-expand-group, message-completion-in-region):
1502         Correct the order of start and end of a region.
1503
1504 2013-09-13  Glenn Morris  <rgm@gnu.org>
1505
1506         * mml2015.el (gnus-create-image): Autoload it.
1507
1508         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1509
1510         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1511         (image-size): Declare.
1512
1513 2013-09-12  Glenn Morris  <rgm@gnu.org>
1514
1515         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1516         Avoid using `find', which i) might not be defined at runtime;
1517         ii) does not work, since its default test is eql, not equal.
1518         (gnus-mime-action-alist): Declare.
1519
1520 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1521
1522         * score-mode.el (gnus-score-mode-map): Move initialization
1523         into declaration.
1524         (gnus-score-mode): Use define-derived-mode.
1525         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1526         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1527         into declaration.
1528         (gnus-kill-file-mode): Use define-derived-mode.
1529         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1530         Use derived-mode-p.
1531         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1532         (gnus-group-setup-buffer, gnus-group-name-at-point)
1533         (gnus-group-make-web-group, gnus-group-enter-directory)
1534         (gnus-group-suspend): Use derived-mode-p.
1535         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1536         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1537         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1538         (gnus-article-setup-buffer, gnus-article-prepare)
1539         (gnus-article-prepare-display, gnus-sticky-article)
1540         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1541         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1542         (gnus-article-read-summary-keys): Use derived-mode-p.
1543
1544 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1547
1548 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1551         shift_jis from the default value set for Japanese users.
1552
1553 2013-08-13  Glenn Morris  <rgm@gnu.org>
1554
1555         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1556
1557         * gnus.el (gnus-valid-select-methods): Fix type.
1558
1559         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1560
1561 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * mm-decode.el (mm-display-external): Run a timer for the temp files
1564         deletion after a viewer exits; add a deletion timer for the needsterm
1565         case, too.
1566
1567         * mm-decode.el (mm-display-external): Try to delete temporary files by
1568         using a 1-min. timer.
1569
1570 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1573         New internal variables.
1574         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1575         (mm-display-external): Use it to delete temporary files instead of
1576         using timers.
1577
1578 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1579
1580         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1581
1582 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1583
1584         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1585         with cond for backwards compatability.
1586
1587 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * mm-decode.el (mm-display-external): Bind process-connection-type to
1590         nil; don't delete a temp file immediately even if a viewer finishes,
1591         since it may be a shell script, like xdg-open, that launches a real
1592         viewer program belatedly.
1593
1594 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1595
1596         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1597         that we can create nndoc groups that excerpt other groups.
1598
1599 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * gnus-delay.el (gnus-delay-article): Fix typo.
1602
1603         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1604         articles.
1605
1606         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1607         we can get spell-checking etc.
1608
1609 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1612         a single one used for encoding the whole text in a header.
1613
1614 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1617         doesn't work properly on XEmacs.
1618
1619 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1622         before sending.
1623
1624         * dgnushack.el (dgnushack-compile): Add a temporary check for
1625         gnus-icalendar.
1626
1627         * mm-decode.el (mm-command-output): New face.
1628         (mm-display-external): Use it.
1629
1630 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1631
1632         * nnmbox.el (nnmbox-request-article): Don't change point.
1633
1634 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1637         Include `handle' parameter.
1638
1639 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1640
1641         * gnus-icalendar.el: New file.
1642
1643 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1646
1647         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1648         dummy roots, too.
1649
1650 2013-08-01  David Edmondson  <dme@dme.org>
1651
1652         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1653         out on ttys.
1654
1655 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1658         not empty.
1659
1660         * nnrss.el (nnrss-discover-feed): Indent.
1661
1662 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1665
1666 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1669         dirty to ensure nnimap data being saved.
1670
1671 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1672
1673         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1674         menu entry.
1675
1676         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1677         the current thread's total score instead of the current article's
1678         score.
1679
1680         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1681         (gnus-sort-threads-recursively): Delete defcustom.
1682         (gnus-sort-threads-recursive): Adapt accordingly.
1683
1684 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1685
1686         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1687         (gnus-sort-threads-recursive): Use it.
1688         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1689         again.  Now that determines how to sort subthreads.
1690
1691 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1692
1693         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1694         (gnus-sort-threads): Use it.
1695
1696 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1697
1698         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1699         punctuation characters follow parentheses (bug#14950).
1700
1701 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * gnus.el (gnus-continuum-version):
1704         * gnus-msg.el (gnus-extended-version): Simplify.
1705
1706         * gnus.el (gnus-continuum-version-1): Remove.
1707         * gnus-msg.el (gnus-bug): Revert.
1708
1709         Calculate gnus-version correctly on Cygwin.
1710
1711         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1712         (gnus-continuum-version-1): New function, return a string.
1713
1714         * gnus-msg.el (gnus-extended-version, gnus-bug):
1715         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1716
1717 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1718
1719         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1720         (bug#13384).
1721
1722 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1723
1724         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1725         that were only relevant in a development version a long time ago.
1726
1727 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1730         that the old Emacs 24s bundle.
1731
1732 2013-07-10  David Engster  <deng@randomsample.de>
1733
1734         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1735         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1736         fixes a bug in Emacs trunk where the 'unexist' marks were always
1737         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1738         Gnus v0.03".
1739
1740 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1741
1742         * gnus.el (gnus-summary-line-format): Reference
1743         `gnus-user-date-format-alist' for the &user-date; format, not
1744         `gnus-summary-user-date-format-alist'.
1745
1746 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1749         delete files (bug#13481).
1750
1751 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1752
1753         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1754
1755 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1756
1757         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1758         display images.
1759
1760         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1761
1762         * message.el (message-cancel-news): According to
1763         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1764         preferred over "cmsg cancel" in the Subject.
1765
1766         * nnir.el (nnir-engines): Note that the group specs are regexps
1767         (bug#13238).
1768
1769         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1770         gotten read-only text properties, ensure that those aren't heeded when
1771         copying stuff over (bug#13434).
1772
1773         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1774         (bug#13762).
1775
1776 2013-07-05  David Kastrup  <dak@gnu.org>
1777
1778         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1779         authinfo file again (important for blank passwords).  This had been
1780         broken with 2013-06-15 change.
1781
1782 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1785         Revert 2013-01-14 change.
1786
1787 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1788
1789         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1790         of 'create-image' for XEmacs compatibility; check errors when decoding
1791         image.  Reported by Uwe Brauer.
1792
1793 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1796         gnus-button-push revised at 2011-01-19.
1797
1798 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1801         now live in the lisp/net Emacs 24 repository.
1802
1803 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804
1805         * eww.el (eww-update-header-line-format): Quote % characters.
1806
1807 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * eww.el (eww-process-text-input): Display passwords as asterisks.
1810
1811         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1812
1813 2013-06-19  Tom Tromey  <tromey@redhat.com>
1814
1815         * eww.el (eww-top-url): Remove.
1816         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1817         (eww-render): Set new variables.  Don't set eww-top-url.
1818         (eww-handle-link): Handle "prev", "home", and "contents".
1819         Downcase the rel text.
1820         (eww-top-url): Choose best top URL.
1821
1822 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * eww.el: Rewrite to implement form elements "by hand" instead of
1825         relying in widget.el.  Using widget.el leads to too many
1826         user interface inconsistencies.
1827         (eww-self-insert): Implement entering commands in text fields.
1828         (eww-process-text-input): New function to make text input field editing
1829         work.
1830         (eww-submit): Rewrite to use the new-style form methods.
1831         (eww-select-display): Display the correct selected item.
1832         (eww-change-select): Implement changing the select value.
1833         (eww-toggle-checkbox): Implement radio/checkboxes.
1834         (eww-update-field): Fix compilation error.
1835         (eww-tag-textarea): Implement <textarea>.
1836
1837         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1838         don't shadow mode-specific bindings.
1839
1840         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1841         nothing to push.
1842
1843         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1844
1845 2013-06-19  Glenn Morris  <rgm@gnu.org>
1846
1847         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1848
1849 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1850
1851         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1852
1853 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * shr.el (shr-make-table-1): Implement <td rowspan>.
1856         (shr-table-horizontal-line): Allow nil as a value, and change the
1857         default.
1858         (shr-insert-table-ruler): Respect the nil value.
1859
1860 2013-06-18  Tom Tromey  <tromey@barimba>
1861
1862         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1863         New defvars.
1864         (eww-open-file): New defun.
1865         (eww-render): Initialize new variables.
1866         (eww-display-html): Handle "link" and "a".
1867         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1868         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1869         (eww-back-url): Rename from eww-previous-url.
1870         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1871         defuns.
1872
1873 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1874
1875         * shr.el (shr-tag-table): Insert the images after the table, so that
1876         they're not covered by the table colourisation, which often looked
1877         awkward.
1878         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1879         <dd>.
1880         (shr-make-table-1): Implement <td colspan=> support.
1881         (shr-insert-document): Use one less than window width if `shr-width' is
1882         nil, since otherwise things may get one character too wide.
1883
1884 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * eww.el (eww-detect-charset): Improve regexp; move backward.
1887
1888 2013-06-18  Glenn Morris  <rgm@gnu.org>
1889
1890         * mm-decode.el (widget-convert-button): Autoload.
1891
1892         * sieve-manage.el (mm-enable-multibyte): Autoload.
1893
1894         * shr.el (libxml-parse-html-region): Declare.
1895         (shr-render-buffer): Explicit error if no libxml2 support.
1896
1897 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1898
1899         * auth-source.el (auth-source-current-line): New function.
1900         (auth-source-netrc-parse-entries): When a data token is "machine",
1901         assume we're in the wrong place and abort parsing the current line.
1902
1903 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1906         (eww-convert-widgets): Don't bug out if the first widget starts at the
1907         beginning of the buffer.
1908         (eww-convert-widgets): Fix last patch.
1909         (eww-tag-input): Support <input type=image>.
1910
1911         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1912         (shr-tag-base): Protect against base specs that are degenerate.
1913         (shr-ensure-paragraph): Don't delete empty lines that have text
1914         properties, because these may be input fields.
1915
1916         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1917         we can navigate to them.
1918
1919         * shr.el (shr-colorize-region): Put the colours over the entire region.
1920         (shr-inhibit-decoration): New variable.
1921         (shr-add-font): Use it to inhibit text property decorations while doing
1922         preliminary table renderings.  This speeds up typical Wikipedia page
1923         renderings by 15%.
1924         (shr-tag-span): Don't respect the <title>, because that overwrites the
1925         help-echo from links inside the spans.
1926         (shr-next-link): Use `help-echo' for navigation, so that we can
1927         navigate to form elements, too.
1928
1929         * eww.el (eww-button): New face.
1930         (eww-convert-widgets): Use it to make submit buttons more button-like.
1931
1932         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1933         that Gnus commands work.
1934
1935         * shr.el (shr-render-td): Support horizontal alignment.
1936
1937         * eww.el (eww-put-color): Removed.
1938         (eww-colorize-region): Use `add-face-text-property'.
1939
1940         * shr.el (shr-add-font): Append face data, so that we get the correct
1941         precedence: The innermost value (which is applied first) wins.
1942         (shr-make-overlay): Obsolete function.
1943
1944         * mm-decode.el (mm-convert-shr-links): New function to convert
1945         new-style shr URL links into widgets.
1946         (mm-shr): Use it.
1947
1948         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1949         widget commands, since we're no longer using widgets for links.
1950
1951         * shr.el (shr-next-link): New command.
1952         (shr-previous-link): New command.
1953         (shr-urlify): Don't use `widget-convert', because that's slow.
1954         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1955         because collecting the overlays and reapplying them when generating
1956         tables is slow.
1957         (shr-insert-table): Ditto.
1958
1959 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1960
1961         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1962         * shr.el (browse-url): Require `url'.
1963         * eww.el (url): Require format-spec.
1964
1965 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * eww.el (eww-display-html): Default to using the entire window width.
1968         (eww-browse-url): Don't add a User-Agent header (twice), because that
1969         makes Bing refuse connection.
1970
1971         * shr.el (shr-make-table): Cache the table rendering at the table
1972         level, and not the <td> level.  This is a bit faster.
1973
1974         * eww.el (eww-render): Go to the correct ID when given URLs ending with
1975         #id.
1976
1977         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1978         browsers don't.
1979         (shr-expand-url): Respect #anchor links.
1980         (shr-parse-base): Chop off the anchor before using.
1981         (shr-descend): Respect display: none.
1982         (shr-descend): Allow marking elements that have certain IDs.
1983
1984         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1985
1986         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1987
1988         * eww.el (eww-tag-textarea): Support <textarea>.
1989
1990 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1991
1992         * shr.el (shr-dom-to-xml): Fixed function call.
1993
1994         * eww.el (eww): New group.
1995         (eww-header-line-format): New custom variable.
1996         (eww-current-title): New variable.
1997         (eww-display-html): Update header and handle title tag.
1998         (eww-update-header-line-format): New function.
1999         (eww-tag-title): New function.
2000
2001         * shr.el (shr-dom-to-xml): New function.
2002         (shr-tag-svg): Add support for the SVG tag.
2003         (shr-bullet): New custom variable.
2004         (shr-tag-li): Support custom bullet in unordered lists.
2005
2006 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * shr.el (shr-expand-url): Respect // URLs.
2009
2010         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2011         put a background colour onto the entire buffer.
2012         (eww-render): When being redirected, use the redirect URL as the new
2013         base URL.
2014
2015         * shr.el (shr-parse-base): Fix parsing error.
2016
2017         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2018
2019         * shr.el (shr-parse-base): New function.
2020         (shr-expand-url): Use it to expand relative URLs reliably.
2021
2022 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2023
2024         * auth-source.el (auth-source-search-collection): Fix docstring.
2025         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2026         single-quoted strings and multiline entries.
2027         (auth-source-netrc-parse-next-interesting)
2028         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2029         functions to support parser.
2030
2031 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * eww.el (eww-submit): Get submit button logic right when hitting RET
2034         on non-submit buttons.
2035
2036         * shr.el: Remove shr-preliminary-table-render, since that can't really
2037         be used for anything in practice.
2038
2039 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2040
2041         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2042         (sieve-manage-quit).
2043
2044 2013-06-14  Glenn Morris  <rgm@gnu.org>
2045
2046         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2047
2048 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2049
2050         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2051         control the maximum size of photo ID image.
2052         (mml2015-epg-key-image-to-string): Respect it.
2053
2054 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2057         instead of the final one so that we can more easily distinguish them.
2058
2059         * eww.el (eww-submit): Compute the submission URL correctly.
2060
2061 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2062
2063         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2064         Use plist-get rather than CL's getf.
2065         (sieve-manage-parse-capability): Avoid CL's remove-if.
2066
2067 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2068
2069         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2070         (sieve-manage-quit).
2071
2072 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2075         last slash.
2076
2077         * eww.el (eww-tag-select): Use the first value as the default value.
2078
2079 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2080
2081         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2082         (eww-mode): Use `define-derived-mode'.
2083         (eww-parse-headers): Parse headers from beginning of buffer so that
2084         file:// links work.
2085
2086 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2089
2090 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2091
2092         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2093         to handle them at all.
2094
2095 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2098         work, too.
2099         (eww-tag-select): Implement <select>.
2100
2101 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2102
2103         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2104         stream managing functions by using open-protocol-stream to do most of
2105         the work.  Has the nice benefit of enabling STARTTLS.
2106         Wait for capabilities after STARTTLS: following RFC5804, the server
2107         sends new capabilities after successfully establishing a TLS connection
2108         with the client.  The client should update the cached list of
2109         capabilities, but we just ignore the answer for now.
2110         (sieve-manage-network-p, sieve-manage-network-open)
2111         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2112         (sieve-manage-forward, sieve-manage-streams)
2113         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2114         API, nor called by any other function.
2115         Enable Multibyte for SieveManage buffers: The parser won't properly
2116         handle umlauts and line endings unless multibyte is turned on in the
2117         process buffer.
2118
2119 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * eww.el (eww-tag-input): Support password fields.
2122         (eww-submit): Support POST.
2123
2124 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125
2126         * eww.el (eww-tag-form): Protect against degenerate forms.
2127
2128         * shr.el (shr-expand-url): Expand URLs that start with a slash
2129         correctly.
2130
2131         * eww.el (eww-submit): Get submit button logic right.
2132
2133         * shr.el (shr-final-table-render): New variable to signal when we're
2134         doing the final table rendering so that we can collect more data at
2135         that point.
2136
2137         * eww.el (eww-submit): Make form submission work.
2138         (eww-tag-input): Implement submit buttons.
2139         (eww-click-radio): Implement radio and checkboxes.
2140         (eww-submit): Handle hidden elements.
2141
2142         * shr.el (shr-descend): Allow other packages to override (or provide)
2143         rendering of elements.
2144         (shr-expand-url): Strip query strings from URLs before expanding them.
2145
2146         * eww.el: Don't require cl-lib.
2147         (eww-tag-form): Start form support.
2148
2149         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2150
2151         * eww.el: Start writing a new, tiny web browser.
2152         (eww-previous-url): New command.
2153         (eww-quit): New command.
2154
2155 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2156
2157         * sieve.el: Put point at beginning of buffer when viewing a script.
2158         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2159         number in sieve-buffer's header.  Fixed code to also work with a string
2160         as port specifier.  Properly close the connection on pressing 'q'.  Make
2161         sieve-manage-quit close the connection and process buffer.  Also, remove
2162         duplicate keybinding for 'q'.
2163
2164 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2165
2166         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2167         make it easier to read.
2168         (mm-pkcs7-enveloped-magic): Ditto.
2169
2170 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2171
2172         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2173         before `image-type-available-p' to avoid loading the image libraries
2174         needlessly.
2175
2176 2013-06-05  David Engster  <deng@randomsample.de>
2177
2178         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2179         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2180         to see whether the group was synced before.
2181
2182 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2183
2184         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2185         when opening the connection.
2186         Suggested by João Távora <joaotavora@gmail.com> in
2187         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2188
2189 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2192         assume Date header begins with "Date", that may be customized into
2193         something like "X-Sent" using gnus-article-time-format.
2194         (article-transform-date): Allow multi-line Date header.
2195
2196 2013-06-02  David Engster  <deng@randomsample.de>
2197
2198         * registry.el (initialize-instance, registry-lookup)
2199         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2200         (registry-lookup-secondary-value, registry-search, registry-delete)
2201         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2202         not wrap methods in `eval-and-compile'.  This breaks due to latest
2203         changes in EIEIO (introduction of eieio-core.el).
2204
2205 2013-05-30  Glenn Morris  <rgm@gnu.org>
2206
2207         * nnmail.el (nnmail-fancy-expiry-target):
2208         Also bind mail-dont-reply-to-names.
2209
2210         * spam-stat.el (spam-stat-save):
2211         No need to tweak font-lock in temp buffers.
2212
2213         * shr.el (shr-put-image): Silence compiler.
2214
2215 2013-05-29  Glenn Morris  <rgm@gnu.org>
2216
2217         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2218
2219         * gnus-group.el (gnus-sequence-of-unread-articles)
2220         (gnus-summary-add-mark, gnus-mark-article-as-read)
2221         (gnus-group-make-articles-read): Declare.
2222
2223         * gnus-sum.el (gnus-parameter-list-identifier)
2224         (gnus-article-stop-animations, gnus-stop-downloads)
2225         (gnus-article-only-boring-p, article-goto-body)
2226         (gnus-flush-original-article-buffer, article-narrow-to-head)
2227         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2228         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2229
2230         * gnus.el: No need to eval-and-compile autoloads.
2231
2232         * gravatar.el (help-function-arglist): Autoload.
2233
2234         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2235
2236         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2237
2238         * spam.el: No need to load spam-report when compiling.
2239         No need to eval-and-compile autoloads.
2240         (spam-report-resend-to): Declare.
2241         (spam-report-resend-register-routine): Require 'spam-report.
2242
2243 2013-05-24  Julien Danjou  <julien@danjou.info>
2244
2245         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2246         setup.
2247
2248 2013-05-23  Glenn Morris  <rgm@gnu.org>
2249
2250         * gnus-util.el (rmail-swap-buffers-maybe)
2251         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2252         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2253         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2254
2255         * mm-decode.el: No need to load term when compiling.
2256         (term-mode, term-char-mode): Declare.
2257
2258         * mm-util.el: No need to load jka-compr when compiling.
2259         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2260
2261         * nnmaildir.el: Require is automatically eval-and-compile.
2262         (nnmail): Require at run-time too.
2263
2264         * registry.el (registry-size): Move definition before use.
2265
2266 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2267
2268         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2269         signed data to conform the standard.  (Bug#14232)
2270
2271 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2272
2273         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2274         double angle quotation mark.
2275
2276 2013-05-20  Glenn Morris  <rgm@gnu.org>
2277
2278         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2279
2280 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2281
2282         * message.el (message-insert-formatted-citation-line): handle finding
2283         first/lastname when more than 2 names appear.
2284
2285 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2286
2287         * shr.el (shr-tag-span): New function.
2288
2289 2013-05-18  Glenn Morris  <rgm@gnu.org>
2290
2291         * message.el (message-mode): Use message-mode-abbrev-table,
2292         with text-mode-abbrev-table as parent.  (Bug#14413)
2293
2294 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * message.el (message-expand-group): Decode group names.
2297
2298 2013-05-16  Julien Danjou  <julien@danjou.info>
2299
2300         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2301         app-icon.
2302
2303 2013-05-15  Glenn Morris  <rgm@gnu.org>
2304
2305         * shr-color.el (shr-color-visible-luminance-min)
2306         (shr-color-visible-distance-min): Use shr-color group.
2307
2308 2013-05-11  Glenn Morris  <rgm@gnu.org>
2309
2310         * gnus-vm.el: Make it loadable without VM.
2311         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2312         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2313
2314 2013-05-09  Glenn Morris  <rgm@gnu.org>
2315
2316         * mml1991.el: Make it loadable.  (Bug#13456)
2317
2318         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2319         * gnus-async.el (gnus-async-post-fetch-function):
2320         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2321         * gnus-html.el (gnus-html-image-cache-ttl):
2322         * gnus-notifications.el (gnus-notifications-timeout):
2323         * gnus-picon.el (gnus-picon-properties):
2324         * gnus-util.el (gnus-completion-styles):
2325         * gnus.el (gnus-other-frame-resume-function):
2326         * message.el (message-user-organization-file)
2327         (message-cite-reply-position):
2328         * nnir.el (nnir-summary-line-format)
2329         (nnir-retrieve-headers-override-function):
2330         * shr-color.el (shr-color-visible-luminance-min):
2331         * shr.el (shr-blocked-images):
2332         * spam-report.el (spam-report-resend-to):
2333         * spam.el (spam-summary-exit-behavior): Fix custom types.
2334
2335         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2336
2337 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2340         because of let-binding help-xref-following.  (Bug#14356)
2341
2342 2013-05-06  Glenn Morris  <rgm@gnu.org>
2343
2344         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2345
2346 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2347
2348         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2349         entering into the registry.
2350
2351 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2352
2353         * gnus.el: Ma Gnus v0.7 is released.
2354
2355 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2358         (Bug#14304)
2359
2360 2013-04-27  Glenn Morris  <rgm@gnu.org>
2361
2362         * gnus.el (gnus-list-debbugs):
2363         Use require rather than autoload.  (Bug#14262)
2364
2365 2013-04-27  Julien Danjou  <julien@danjou.info>
2366
2367         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2368         port to "sieve" now that it has an official IANA port assigned.
2369
2370 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2373         Don't set the MAILHOST environment variable permanently (Bug#14271).
2374
2375 2013-04-26  Glenn Morris  <rgm@gnu.org>
2376
2377         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2378
2379 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2380
2381         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2382         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2383
2384 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2385
2386         * nnir.el (nnir-close-group): Make sure we are in the right group.
2387
2388         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2389         dependency table from all newly retrieved headers.
2390
2391 2013-04-16  David Edmondson  <dme@dme.org>
2392
2393         Support <img src="data:...">.
2394
2395         * shr.el (shr-image-from-data): New function.
2396         (shr-tag-img): Use it.
2397
2398 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2399
2400         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2401         group.
2402
2403 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2406         corresponding to any existing group (Bug#14166).
2407
2408 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2409
2410         * nnir.el (number-sequence): No longer used.
2411         (nnir-request-set-mark): New function.
2412         (nnir-request-update-info): Improve marks updating.
2413         (nnir-request-scan): Don't duplicate marks updating.
2414         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2415         Use 'assq rather than 'assoc.  Quote anonymous function.
2416         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2417         Use 'gnus-group-prefixed-p.
2418         (gnus-summary-create-nnir-group): Make sure server for method is open.
2419
2420 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2421
2422         * nnir.el (gnus-nnir-group-p): New function.
2423         (nnir-possibly-change-group): Use it.
2424
2425         * gnus-msg.el (gnus-setup-message): Use it.
2426
2427 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2430         `initial-input' for the argument name.
2431         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2432
2433 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2434
2435         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2436         (used by MH-E).
2437
2438 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2439
2440         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2441         group.
2442
2443         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2444         fix compilation.
2445
2446 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2447
2448         * nnir.el (nnir-method-default-engines): And another typo.
2449
2450 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2451
2452         * nnir.el (nnir-method-default-engines): Fix typo.
2453
2454 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2455
2456         * nnir.el: Define 'number-sequence for xemacs.
2457         (gnus-summary-create-nnir-group): New function to create an nnir group
2458         from an nnir summary buffer based on the current query.
2459         (nnir-request-create-group): Update to allow nnir group creation based
2460         on the current query.
2461
2462 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * nndraft.el (nndraft-request-expire-articles):
2465         Make expiry target always `delete'.
2466
2467 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2468
2469         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2470         buffer use the posting-style and gcc of the original article group.
2471         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2472
2473         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2474         after other deffoos.
2475
2476 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2477
2478         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2479         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2480         support for real (i.e. not ephemeral) nnir groups.
2481         (gnus-summary-make-nnir-group): New function for initiating searches
2482         from a summary buffer.
2483
2484 2013-03-18  Sam Steingold  <sds@gnu.org>
2485
2486         * message.el (message-bury): Minor cleanup.
2487
2488 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2489
2490         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2491
2492 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2495         nnml-request-list.  (Bug#13873)
2496         (nndir-request-newsgroups): Remove, unused.
2497
2498         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2499
2500 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2501
2502         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2503         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2504         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2505
2506 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2507
2508         * shr.el: Make all the overlays set the `evaporate' property so that
2509         they're removed properly.
2510
2511 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2512
2513         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2514         shell-quote-argument.
2515
2516 2013-02-22  David Engster  <deng@randomsample.de>
2517
2518         * gnus-registry.el (gnus-registry-save): Provide class name when
2519         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2520         `condition-case' to stay compatible with older EIEIO versions which
2521         only accept one argument.
2522
2523 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2524
2525         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2526         (epg-user-id-validity): Autoload.
2527         (mml2015-epg-check-user-id): New function.
2528         (mml2015-epg-check-sub-key): New function split from
2529         mml2015-epg-find-usable-key.
2530         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2531         optional name-is-key-id, to handle the case when user-id is unusable.
2532         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2533
2534 2013-02-17  Glenn Morris  <rgm@gnu.org>
2535
2536         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2537
2538 2013-02-16  Glenn Morris  <rgm@gnu.org>
2539
2540         * shr.el (shr-put-image): Only animate images that specify a delay.
2541         This is consistent with the old image-animated-p behavior.
2542
2543 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2546         for XEmacs.
2547
2548 2013-02-13  Juri Linkov  <juri@jurta.org>
2549
2550         * gnus-art.el (gnus-article-mode-map):
2551         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2552         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2553
2554 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2555
2556         * auth-source.el (auth-source-format-prompt): Don't get confused by
2557         any "\" in replacement text.  (Bug#13637)
2558
2559 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2560
2561         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2562         (gnus-backend-trace): Honour gnus-backend-trace.
2563
2564         * mml.el (mml-insert-part): Insert closing tag.
2565
2566         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2567
2568 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2571         able to find the article, which can happen in debbugs groups,
2572         apparently.
2573
2574 2013-01-16  Glenn Morris  <rgm@gnu.org>
2575
2576         * smiley.el (smiley-style): Make the file loadable in batch mode.
2577
2578 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2579
2580         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2581         imap process running.
2582
2583 2013-01-14  Julien Danjou  <julien@danjou.info>
2584
2585         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2586         Compare addresses against addresses, not against the full From field.
2587
2588 2013-01-13  Richard Stallman  <rms@gnu.org>
2589
2590         * message.el (message-forward-make-body-mime): New args BEG, END
2591         specify what part of FORWARD-BUFFER to use.  Do the work directly
2592         instead of calling `mml-insert-buffer'.
2593
2594 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2595
2596         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2597         cross-reference(s).
2598
2599         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2600         cross-reference(s).
2601
2602 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2603
2604         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2605         and point-max-marker.
2606         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2607
2608 2013-01-11  Julien Danjou  <julien@danjou.info>
2609
2610         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2611         max are almost equal.  Also return the correct value for V which is
2612         already between 0 and 1.
2613
2614 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2615
2616         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2617         to mml2015-encrypt-to-self.
2618         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2619
2620 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2621
2622         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2623         mml-smime-epg-find-usable-secret-key.
2624
2625 2013-01-08  Glenn Morris  <rgm@gnu.org>
2626
2627         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2628
2629 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2630
2631         * mml-smime.el: Support signing by sender.
2632         Requested by Uwe Brauer.
2633         (mml-smime-sign-with-sender): New user option analogous
2634         to mml2015-sign-with-sender.
2635         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2636         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2637         mml2015.el.
2638
2639 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2642         isn't running, because Gnus will probably not know how to handle the
2643         Gcc header (bug#11941).
2644
2645         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2646         articles.
2647
2648 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2651         (nnfolder-generate-active-file): Make this function work with recursive
2652         folder names.
2653
2654 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2655
2656         * nntp.el (nntp-open-connection): Use HELP as the capability command
2657         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2658         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2659
2660 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2661
2662         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2663         place holder since this gives `Invalid face reference: nil' messages.
2664         Use the `default' face instead.  It has the same effect here, even
2665         though it is not no-op.
2666
2667         * gnus-util.el
2668         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2669
2670 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2671
2672         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2673         non-string posting styles (bug#13285).
2674
2675 2012-12-27  Glenn Morris  <rgm@gnu.org>
2676
2677         * plstore.el (plstore-passphrase-callback-function):
2678         Use plstore-get-file.
2679
2680 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2681
2682         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2683         stderr.
2684
2685 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2688
2689         * gnus-compat.el (set-buffer-multibyte): Remove.
2690
2691 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2692
2693         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2694         temporary file to get PGP key image.  Pass no-show-photos when
2695         extracting image to avoid having it pop up twice.
2696
2697 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2698
2699         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2700         eligible for treatment.
2701
2702         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2703         lines.  This makes summary commands with hidden threads work more
2704         reliably.
2705
2706         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2707         button to mark the hidden citations (bug#9395).
2708
2709 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2710
2711         * mml2015.el (mml2015-epg-signature-to-string): New function.
2712         (mml2015-epg-verify-result-to-string): New function.
2713         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2714         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2715         instead of epg-verify-result-to-string.
2716         (epg-signature-key-id, epg-signature-to-string): Autoload.
2717         (epg-verify-result-to-string): Remove autoload.
2718
2719 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2720
2721         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2722         ID image from GPG public key.
2723         (mml2015-epg-key-image-to-string): New function.
2724
2725 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2726
2727         * plstore.el (plstore-passphrase-callback-function): Fix error when
2728         error when plstore-cache-passphrase-for-symmetric-encryption is set
2729         (bug#13264).
2730
2731 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2732
2733         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2734         buffer to the article buffer here, because that clobbers multiple
2735         article buffers.
2736
2737         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2738         buffer always points to the right summary buffer.
2739
2740 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2741
2742         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2743         the password (bug#12097).
2744
2745 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2746
2747         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2748         (bug#13263).
2749
2750         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2751         buffer exists before using it (bug#12475).
2752
2753         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2754         offline groups (bug#11937).
2755
2756         * message.el (message-yank-original): When using customize to set the
2757         value of `message-cite-style', the variable it set to a symbol that's
2758         the name of the variable, which must then be dereferenced (bug#12616).
2759
2760 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2761
2762         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2763         the `face' property with a list whose car is the face specified in the
2764         format string and whose cdr is (nil).
2765         * lisp/gnus-util.el
2766         (gnus-put-text-property-excluding-characters-with-faces):
2767         Change accordingly.
2768         (gnus-get-text-property-excluding-characters-with-faces): New function.
2769         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2770         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2771         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2772
2773 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2774
2775         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2776         login methods.
2777         (nnimap-login): Respect the `nnimap-authenticator' variable.
2778
2779         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2780         mark state when moving articles.  Otherwise unticked articles will get
2781         their ticks back after moving.
2782
2783 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2784
2785         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2786
2787         * message.el (message-ignored-news-headers): Always remove
2788         X-Message-SMTP-Method to avoid information leakage if the user
2789         mistakenly inserts the header into news messages.
2790
2791         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2792
2793         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2794         right than four characters, this command would move point to
2795         `point-max'.  Don't do that.
2796
2797         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2798         to nil to allow re-selecting groups that gain articles.
2799         (gnus-bug-group-download-format-alist): Update the URL.
2800
2801 2012-12-23  Andreas Schwab  <schwab@suse.de>
2802
2803         * shr.el (shr-tag-em): Render em as italic, not bold.
2804
2805 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2806
2807         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2808         for reuse.
2809         (gnus-open-server): Use it to add more tracing.
2810         (gnus-finish-retrieve-group-infos): Add backend tracing.
2811         (gnus-backend-trace): Also note the elapsed seconds.
2812
2813 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2814
2815         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2816         Set epa-file-encrypt-to from variable to avoid querying.
2817
2818 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2819
2820         * sieve-mode.el (sieve-font-lock-keywords):
2821         Keywords should be word delimited.  (Bug#13173)
2822
2823 2012-12-13  Andreas Schwab  <schwab@suse.de>
2824
2825         * tls.el (tls-program): Update customize type.
2826
2827 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2830         instead of <pre> to align message header.
2831
2832 2012-12-12  Sam Steingold  <sds@gnu.org>
2833
2834         * gnus.el (gnus-other-frame-resume-function): Add user option.
2835         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2836
2837 2012-12-06  Sam Steingold  <sds@gnu.org>
2838
2839         * gnus-start.el (gnus-before-resume-hook): Add.
2840         (gnus-1): Run it when Gnus is alive.
2841
2842 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2845         * gnus-art.el (article-unsplit-urls)
2846         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2847         * gnus-registry.el (gnus-registry-get-article-marks)
2848         * message.el (message-goto-body): Use it.
2849         (message-called-interactively-p): Remove.
2850
2851         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2852         (spam-stat-score-buffer): Use it.
2853
2854         * spam.el: Silence the warnings against BBDB functions when compiling.
2855
2856         * gnus-score.el (gnus-score-decode-text-parts):
2857         Use append+mapcar instead of the cl function mapcan.
2858
2859 2012-12-05  Sam Steingold  <sds@gnu.org>
2860
2861         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2862         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2863         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2864
2865 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * gmm-utils.el (gmm-called-interactively-p): Revert.
2868         This seems to cause Emacs to get stuck!
2869         * gnus-art.el (article-unsplit-urls)
2870         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2871         * gnus-registry.el (gnus-registry-get-article-marks)
2872         * message.el (message-goto-body)
2873         (message-called-interactively-p): Revert.
2874
2875         * gmm-utils.el (gmm-called-interactively-p): New function.
2876         * gnus-art.el (article-unsplit-urls)
2877         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2878         * gnus-registry.el (gnus-registry-get-article-marks)
2879         * message.el (message-goto-body): Use it.
2880         (message-called-interactively-p): Remove.
2881
2882         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2883         * gnus-sync.el (gnus-sync-lesync-call)
2884         * message.el (message-read-from-minibuffer): Use it.
2885
2886 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * gmm-utils.el (gmm-flet): Remove.
2889         * gnus-sync.el (gnus-sync-lesync-call)
2890         * message.el (message-read-from-minibuffer): Don't use it.
2891
2892 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2895
2896 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2899
2900         * gnus-sync.el (gnus-sync-lesync-call)
2901         * message.el (message-read-from-minibuffer): Use gmm-flet.
2902
2903         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2904
2905         * gnus-util.el (gnus-macroexpand-all): Remove.
2906
2907 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2908
2909         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2910         to TAB, not [tab].
2911         (gnus-summary-article-map): Likewise.
2912
2913         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2914         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2915
2916 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2917
2918         * time-date.el: Commentary fix.
2919
2920 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2921
2922         * color.el: Don't require cl.
2923         (color-complement): `caddr' -> `nth 2'.
2924
2925         * time-date.el (time-to-seconds): De-obsolete.
2926
2927 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2928
2929         * message.el (message-get-reply-headers):
2930         Make sure the reply goes to the author if it is a wide reply.
2931
2932 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
2933
2934         * gnus-score.el (gnus-score-body):
2935         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2936         scoring by body.
2937
2938 2012-11-16  Glenn Morris  <rgm@gnu.org>
2939
2940         * gnus-diary.el (nndiary-request-create-group-functions)
2941         (nndiary-request-update-info-functions)
2942         (gnus-subscribe-newsgroup-functions)
2943         (nndiary-request-accept-article-functions):
2944         Use new names for hooks rather than obsolete aliases.
2945
2946 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * dgnushack.el (define-obsolete-variable-alias): Simplify.
2949
2950 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2953         in meta tag with the one the part specifies in its header.
2954
2955 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2956
2957         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2958         by default.
2959
2960 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
2963         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
2964
2965 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
2968         and a runtime function for it, of which the XEmacs version takes only
2969         two arguments.
2970
2971 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2972
2973         * nndiary.el (nndiary-request-create-group-functions)
2974         (nndiary-request-update-info-functions)
2975         (nndiary-request-accept-article-functions):
2976         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2977         "-hooks" suffix.
2978
2979 2012-10-19  Julien Danjou  <julien@danjou.info>
2980
2981         * gnus-art.el: Require gnus-util because it uses
2982         `gnus-timer--function'.
2983
2984 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2985
2986         * starttls.el (starttls-extra-arguments): Doc fix.
2987
2988 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989
2990         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2991         it.
2992
2993 2012-10-06  Glenn Morris  <rgm@gnu.org>
2994
2995         * gnus-notifications.el (gnus-notifications):
2996         Add missing group :version tag.
2997         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2998         (gnus-gcc-post-body-encode-hook):
2999         * gnus-sync.el (gnus-sync-lesync-name)
3000         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3001
3002 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3003
3004         * color.el (color-hsl-to-rgb): Fix incorrect results for
3005         small and large hue values.  (Bug#12559)
3006
3007 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         New UIDL implementation.
3010
3011         * mail-source.el (mail-sources, mail-source-keyword-map):
3012         Add :leave as a pop3 keyword.
3013         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3014
3015         * pop3.el (pop3-leave-mail-on-server): Allow number.
3016         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3017         (pop3-movemail): Add UIDL support.
3018         (pop3-send-streaming-command): Take a list of mail numbers instead of
3019         the number of mails.
3020         (pop3-write-to-file): Add X-UIDL header.
3021         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3022         (pop3-uidl-add-xheader): New functions.
3023
3024         * message.el (message-ignored-resent-headers):
3025         Add X-Content-Length and X-UIDL headers.
3026
3027 2012-10-05  Glenn Morris  <rgm@gnu.org>
3028
3029         * color.el (color-name-to-rgb, color-rgb-to-hex)
3030         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3031         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3032         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3033         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3034
3035 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3038         a user about whether to delete temp files if once a user answered as n.
3039
3040 2012-09-25  Chong Yidong  <cyd@gnu.org>
3041
3042         * password-cache.el (password-read-and-add): Use a declare form to mark
3043         this function obsolete.
3044
3045 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * lpath.el: Bind mail-encode-mml for old Emacsen.
3048
3049 2012-09-17  Richard Stallman  <rms@gnu.org>
3050
3051         * message.el (message-in-body-p): Don't set mark or modify buffer.
3052
3053         * mml.el (mml-attach-file): Doc fix.
3054         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3055         Set mail-encode-mml when in Mail mode.
3056         Simplify code to set HEAD and move back to HEAD.
3057         (mml-insert-multipart, mml-insert-part):
3058         Set mail-encode-mml when in Mail mode.
3059
3060 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * gnus-util.el (gnus-timer--function): New function.
3063
3064         * gnus-art.el (gnus-article-stop-animations): Use it.
3065
3066 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3067
3068         Fix glitches caused by addition of psec to timers.
3069         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3070         rather than raw access to timer vector.
3071
3072 2012-09-11  Julien Danjou  <julien@danjou.info>
3073
3074         * gnus-notifications.el (gnus-notifications): Check for nil values in
3075         ignored addresses check.
3076
3077 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3078
3079         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3080
3081 2012-09-07  Chong Yidong  <cyd@gnu.org>
3082
3083         * gnus-util.el
3084         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3085
3086         * gnus-salt.el (gnus-tree-highlight-node):
3087         * gnus-sum.el (gnus-summary-highlight-line):
3088         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3089
3090 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3091
3092         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3093
3094 2012-09-06  Juri Linkov  <juri@jurta.org>
3095
3096         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3097         scheme for buffer names to be more consistent with other group and
3098         article buffer names in Gnus.
3099
3100 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3101
3102         * gnus-util.el
3103         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3104
3105         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3106         Jenkner.
3107
3108         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3109
3110         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3111
3112         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3113
3114 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3117         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3118
3119         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3120         string-prefix-p in Emacs >=23.2.
3121
3122         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3123         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3124         instead of string-match-p.
3125         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3126
3127 2012-09-06  Kenichi Handa  <handa@gnu.org>
3128
3129         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3130         lowercase a..f.
3131
3132 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3133
3134         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3135
3136 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3137
3138         * nnimap.el (nnimap-request-move-article): Decode the group name when
3139         doing internal moves to avoid charset issues.
3140
3141         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3142         TIME is set.
3143
3144 2012-09-05  Juri Linkov  <juri@jurta.org>
3145
3146         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3147         than one group at a time (bug#11961).
3148
3149 2012-09-05  Julien Danjou  <julien@danjou.info>
3150
3151         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3152         this hide the real reason with a message giving absolutely no hint.
3153
3154 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3155
3156         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3157         to the backend (bug#11804).
3158
3159         * message.el (message-insert-newsgroups): Don't insert newsgroup
3160         duplicates (bug#12275).
3161
3162 2012-09-05  John Wiegley  <johnw@newartisans.com>
3163
3164         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3165         sieve rules.
3166
3167 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3168
3169         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3170         function.
3171
3172         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3173
3174         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3175
3176 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3177
3178         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3179         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3180         This should make nnmaildir more usable with offlineimap.
3181
3182 2012-09-05  Julien Danjou  <julien@danjou.info>
3183
3184         * nnimap.el (nnimap-request-list): Revert change that made listing
3185         synchronous.
3186         (nnimap-get-responses): Restore.
3187
3188 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3189
3190         * dgnushack.el: XEmacs 21.5 compilation fix.
3191
3192         * gnus-notifications.el (gnus-notifications-notify): Use it.
3193
3194         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3195         warnings on XEmacs.
3196
3197 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3198
3199         Better seeds for (random).
3200         * gnus-sync.el (gnus-sync-lesync-setup):
3201         * message.el (message-canlock-generate, message-unique-id):
3202         Change (random t) to (random), now that the latter is more random.
3203
3204 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3205
3206         * nnimap.el (nnimap-change-group): Document result value
3207
3208         * auth-source.el (auth-sources): Fix macos keychain access.
3209
3210         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3211         allow the backend `request-head' function to determine the group
3212         name on its own.
3213         (gnus-request-expire-articles): Filter out negative article numbers
3214         during expiry (Bug#11980).
3215
3216         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3217         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3218
3219         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3220         you've found the article when you haven't.
3221
3222         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3223         that nnimap-change-group can return t.
3224
3225 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3226
3227         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3228
3229 2012-08-30  Julien Danjou  <julien@danjou.info>
3230
3231         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3232         `gnus-notifications-timeout'.
3233         (gnus-notifications-timeout): Add.
3234         (gnus-notifications-action): New function.
3235         (gnus-notifications-notify): Add :action using
3236         `gnus-notifications-action'.
3237         (gnus-notifications-id-to-msg): New variable.
3238         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3239         notifications id to messages.
3240
3241 2012-08-30  Kenichi Handa  <handa@gnu.org>
3242
3243         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3244         once.
3245
3246 2012-08-29  Julien Danjou  <julien@danjou.info>
3247
3248         * gnus-notifications.el: New file.
3249         (gnus-notifications-notify): New function.
3250         (gnus-notifications): Use `gnus-notifications-notify'.
3251
3252 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3253
3254         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3255         transfer encoding first; bind gnus-newsgroup-charset to the charset
3256         that the article specifies (Bug#12209).
3257
3258 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3261         (gnus-group-customize-done): Encode values posting-style holds.
3262
3263         * gnus-msg.el (gnus-summary-resend-message)
3264         (gnus-configure-posting-styles): Decode values posting-style group
3265         parameter holds.
3266
3267 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3270         `name' and `address' in Resent-From header.
3271
3272 2012-08-14  Chong Yidong  <cyd@gnu.org>
3273
3274         * gnus-art.el (article-display-face): Handle failure in
3275         gnus-create-image (Bug#11802).
3276
3277 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3278
3279         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3280         Use defsetf.
3281
3282 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3283
3284         * auth-source.el (auth-source-plstore-search)
3285         (auth-source-secrets-search): Ignore :require and :type in search spec.
3286
3287 2012-08-06  Julien Danjou  <julien@danjou.info>
3288
3289         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3290         `nnimap-request-move-article'.
3291
3292         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3293         Remove autoload, already handled by gnus.el.
3294
3295         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3296
3297         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3298         supported by nnimap actually.  Reverts previous change.
3299
3300         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3301         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3302         to-buffer argument that is already supported.
3303
3304 2012-08-05  Julien Danjou  <julien@danjou.info>
3305
3306         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3307         Add autoload.
3308
3309 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gnus.el (gnus-valid-select-methods): Fix custom type.
3312
3313 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3314
3315         * auth-source.el (auth-sources, auth-source-backend-parse)
3316         (auth-source-macos-keychain-search)
3317         (auth-source-macos-keychain-search-items)
3318         (auth-source-macos-keychain-result-append)
3319         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3320         auth-source.el through the /usr/bin/security utility.
3321         (auth-sources): Fix syntax error.
3322         (auth-source-macos-keychain-result-append): Fix variable name.
3323         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3324
3325 2012-07-27  Julien Danjou  <julien@danjou.info>
3326
3327         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3328         Emacs < 24.1
3329
3330 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * message.el (message-kill-address): Don't kill last newline.
3333         (message-skip-to-next-address): Don't move to the next header.
3334         (message-fill-field-address): Work properly.
3335
3336 2012-07-25  Julien Danjou  <julien@danjou.info>
3337
3338         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3339
3340 2012-07-24  Julien Danjou  <julien@danjou.info>
3341
3342         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3343
3344         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3345         (nntp-async-timer-handler): Remove, unused.
3346
3347         * nnimap.el (nnimap-get-responses): Remove, unused.
3348
3349         * nnheader.el (mail-header-set-extra): Remove, unused.
3350
3351         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3352         unused.
3353
3354         * mm-view.el (mm-view-sound-file): Remove, unused.
3355
3356         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3357         (mm-url-encode-multipart-form-data): Remove, unused.
3358
3359         * message.el (message-remove-signature, message-make-host-name)
3360         (message-fill-address): Remove, unused.
3361
3362         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3363         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3364         unused.
3365
3366         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3367         (gnus-xmas-call-region): Remove, unused.
3368
3369         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3370
3371         * gnus-util.el (gnus-extract-address-component-name)
3372         (gnus-extract-address-component-email, gnus-sortable-date)
3373         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3374         (gnus-process-live-p): Remove, unused.
3375
3376         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3377
3378         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3379         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3380         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3381         function.
3382
3383         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3384
3385         * gnus-score.el (gnus-summary-score-crossposting)
3386         (gnus-score-regexp-bad-p): Remove, unused.
3387
3388         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3389
3390         * gnus-range.el (gnus-sublist-p): Remove, unused.
3391
3392         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3393         unused.
3394
3395         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3396
3397         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3398         (gnus-request-associate-buffer): Remove, unused.
3399
3400         * gnus-group.el (gnus-group-set-method-info)
3401         (gnus-group-set-params-info): Remove, unused.
3402
3403         * gnus-fun.el (gnus-shell-command-to-string)
3404         (gnus-shell-command-on-region): Remove, unused.
3405
3406         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3407
3408         * gnus-art.el (gnus-article-text-type-exists-p)
3409         (article-translate-characters, gnus-article-hide-text-of-type)
3410         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3411         Remove, unused.
3412
3413 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3414
3415         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3416
3417 2012-07-21  Julien Danjou  <julien@danjou.info>
3418
3419         * message.el (message-dont-reply-to-names): Replace deprecated
3420         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3421         (message-get-reply-headers): Ditto.
3422
3423 2012-07-18  Julien Danjou  <julien@danjou.info>
3424
3425         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3426         `sieve-upload-and-kill'.
3427
3428         * sieve.el (sieve-bury-buffer): Remove function.
3429         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3430         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3431
3432 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3433
3434         * shr.el (shr-expand-url): Handle URL starting with `//'.
3435
3436 2012-07-13  Chong Yidong  <cyd@gnu.org>
3437
3438         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3439         instead of calling toggle-read-only with a (bogus) argument.
3440
3441 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3442
3443         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3444         of initial input when reading the author to restrict the summary to.
3445
3446 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * mm-decode.el (mm-shr):
3449         Allow overriding charset by mm-charset-override-alist.
3450
3451 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * gnus-art.el (gnus-article-view-part):
3454         Toggle subparts of multipart/alternative part.
3455
3456 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3457
3458         * shr.el (shr-render-buffer): New command.
3459         (shr-visit-file): Use it.
3460
3461 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3464         Set no-byte-compile and no-update-autoloads.
3465
3466 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3469
3470 2012-06-25  Julien Danjou  <julien@danjou.info>
3471
3472         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3473         `nnimap-request-move-articles-find-limit' since we do not use it only
3474         for move operations.
3475         (nnimap-request-accept-article): Use
3476         `nnimap-request-articles-find-limit' to limit search by message-id.
3477
3478 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3479
3480         Support higher-resolution time stamps (Bug#9000).
3481
3482         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3483         VARLIST.  It's optional, for backward compatibility.
3484         (encode-time-value): New optional arg PICO.  New type 3.
3485         (time-to-seconds) [!float-time]: Support the new picoseconds
3486         component if it's used.
3487         (seconds-to-time, time-subtract, time-add):
3488         Support ps-resolution time stamps as well.
3489
3490 2012-06-19  Julien Danjou  <julien@danjou.info>
3491
3492         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3493
3494         * nnimap.el (nnimap-log-buffer): Check that
3495         `window-point-insertion-type' is boundp, since it's not available in
3496         XEmacs.
3497
3498 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3499
3500         * nnimap.el (nnimap-log-buffer): Add this, setting
3501         `window-point-insertion-type' in the buffer to t.
3502         (nnimap-log-command): Use nnimap-log-buffer.
3503
3504 2012-06-19  Julien Danjou  <julien@danjou.info>
3505
3506         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3507         argument to be able to limit the search.
3508         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3509         (nnimap-request-move-articles-find-limit): Add this to limit the search
3510         by Message-Id after a message move.
3511         (nnimap): Add defgroup.
3512
3513 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3514
3515         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3516
3517 2012-06-15  Julien Danjou  <julien@danjou.info>
3518
3519         * nnimap.el (nnimap-find-article-by-message-id): Use
3520         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3521         (nnimap-possibly-change-group): Add read-only argument.
3522         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3523         issuing EXAMINE manually.
3524         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3525         with read-only argument.
3526         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3527         cannot possibly change because we need to be sure that it's either
3528         read-write or read-only.
3529
3530 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531
3532         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3533         being bound to a lambda form.
3534
3535 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3536
3537         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3538         articles when fetch-old is non-nil (bug#11370).
3539
3540 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3541
3542         * gnus-picon.el (gnus-picon-properties): New defcustom.
3543         (gnus-picon-create-glyph): Use it.
3544
3545 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * gnus-group.el (gnus-group-get-new-news): Respect
3548         `gnus-group-use-permanent-levels', as documented (bug#11638).
3549
3550 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3551
3552         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3553         groups (bug#11641).
3554
3555 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3556
3557         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3558         is an integer to avoid later problems.
3559
3560 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3563         locales.
3564
3565         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3566         on a handle.
3567
3568         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3569         address as the default.
3570         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3571
3572         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3573         makes no sense to query the user about internal files.
3574
3575         * gnus-spec.el: Remove all the byte-compilation stuff, since
3576         benchmarking shows that it doesn't help when entering large summary
3577         buffers.
3578
3579         * gnus-xmas.el (gnus-xmas-define): Remove.
3580
3581         * gnus-util.el (gnus-byte-code): Remove.
3582
3583         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3584         grouplens stuff.
3585
3586 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3589         (bug#11514).
3590
3591 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3592
3593         * message.el (message-buffers): Return all buffers derived from Message
3594         to make `gnus-dired-attach' work with mu4e.
3595
3596 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3597
3598         * nntp.el: Stop the `letf' madness.
3599         (nntp--report-1): New var.
3600         (nntp-report): Merge nntp-report-1 into it.
3601         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3602         the nntp-report function.
3603
3604         * auth-source.el: Fix comment-style to follow the convention.
3605
3606 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3607
3608         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3609         (mm-dissect-singlepart): Don't guess the MIME type of
3610         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3611         set.
3612         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3613         toplevel MIME type is multipart/encrypted.
3614
3615 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3618         a string so that Gcc works (bug#11514).
3619
3620 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3621
3622         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3623         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3624
3625 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3626
3627         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3628         jumping to *Server* from a dedicated *Group* window.
3629         (gnus-configure-frame): CSE.
3630
3631         * gnus-registry.el: Minor style cleanup.
3632         (gnus-registry--set/remove-mark): New function, extracted from
3633         gnus-registry-install-shortcuts.
3634         (gnus-registry-install-shortcuts): Use it.
3635
3636 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * nnspool.el (news-path): Use eval-and-compile.
3639
3640 2012-05-24  Glenn Morris  <rgm@gnu.org>
3641
3642         * nnspool.el (news-directory, news-path, news-inews-program):
3643         Move here from paths.el.  Don't see a need for these to be autoloaded.
3644
3645         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3646         Merge in doc from paths.el version.  Don't see any need for this to be
3647         autoloaded, or for the warning about users not setting it.
3648
3649 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3650
3651         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3652         format.  In particular, add an optional argument and a docstring.
3653
3654         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3655
3656         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3657         current before calling `gnus-groups-to-gnus-format'.
3658         Note that this was already the case for `gnus-active-to-gnus-format'.
3659
3660 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3661
3662         Fix minor Y10k bug.
3663         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3664
3665 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3666
3667         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3668         message once it's actually open.
3669
3670 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3671
3672         * gnus.el: Ma Gnus v0.5 is released.
3673
3674 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3675
3676         * auth-source.el (auth-source--aput-1, auth-source--aput)
3677         (auth-source--aget): New functions and macros.
3678         Use them instead of aput/aget.
3679
3680 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3681
3682         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3683
3684 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3685
3686         * plstore.el (plstore-called-interactively-p): New compat macro copied
3687         from message.el.
3688         (plstore-mode): Use it.
3689
3690 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3691
3692         * plstore.el: Revive the editing feature.
3693         (plstore-mode): New mode to edit plstore file.
3694         (plstore-mode-toggle-display, plstore-mode-original)
3695         (plstore-mode-decoded): New command.
3696         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3697         (plstore--insert-buffer, plstore--make): New function.
3698         (plstore-open, plstore-save): Simplify by using them.
3699
3700 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3703
3704 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3705
3706         * tls.el (open-tls-stream): Remove unused binding.
3707
3708 2012-04-16  Glenn Morris  <rgm@gnu.org>
3709
3710         * nndraft.el (nndraft-request-list): Fix declaration.
3711
3712 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * mm-decode.el (mm-dissect-buffer): Doc fix.
3715
3716         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3717         don't have a current group.
3718
3719         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3720         buffer if it doesn't exist.
3721
3722         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3723         given, mark the group as ephemeral with the current window conf.
3724
3725         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3726         buffer exists, which it doesn't if we haven't started Gnus.
3727         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3728
3729 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3732         type is.
3733
3734         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3735         `unexists' entries.
3736         (gnus-clean-old-newsrc): Fix last checkin.
3737
3738         * nnimap.el (nnimap-update-info): None of the articles below the active
3739         low-water mark exist.
3740
3741         * dgnushack.el: Get rid of XEmacs compilation warning.
3742
3743         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3744         would have gotten if we posted to the group, and use that to compare
3745         against the message we want to cancel (bug#10808).
3746
3747         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3748         on XEmacs.
3749
3750 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3751
3752         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3753         `scroll-margin'.
3754
3755 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3756
3757         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3758         citation prefix within a block of cited text should be considered part
3759         of that block *only* if it is a blank line.
3760
3761 2012-04-09  Chong Yidong  <cyd@gnu.org>
3762
3763         * binhex.el, hashcash.el, uudecode.el:
3764         Remove * characters from the front of variable docstrings.
3765
3766 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3769         before kinsoku-bol characters nor within kinsoku-eol characters.
3770
3771 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3774         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3775         (gnus-sync-read): Use mapc instead of mapcar.
3776
3777         * mm-archive.el: Require mm-decode for some macros.
3778         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3779         the byte compiler.
3780         (mm-archive-decoders): New function that returns the value of
3781         the mm-archive-decoders variable.
3782
3783         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3784         instead.
3785         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3786
3787         * nnimap.el (gnus-refer-thread-use-nnir):
3788         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3789
3790 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3793
3794 2012-03-12  Peter Münster  <pmrb@free.fr>
3795
3796         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3797         (gnus-demon-cancel): Ditto.
3798         (gnus-demon-run-callback): When function cannot be called due to low
3799         idleness, call it when idleness reaches the expected value, instead of
3800         waiting another timer period.
3801         (gnus-demon-init): Add `time' to arguments of call-back.
3802
3803 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3806
3807         * gnus.el: Register gnus-registry functions.
3808
3809         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3810         indent.
3811
3812         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3813         enabled before warping.
3814
3815 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3816
3817         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3818         registry about each article retrieved.
3819
3820         * gnus-int.el (gnus-select-group-with-message-id): New function.
3821         (gnus-try-warping-via-registry): Ditto.
3822         (gnus-warp-to-article): Fall back on the registry.
3823
3824 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3825
3826         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3827         inboxes.
3828
3829 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3830
3831         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3832
3833 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3836         gnus-gcc-self-resent-messages may be a group parameter.
3837         (gnus-summary-resend-message): Don't encode encoded words in header
3838         when Gcc'ing resent message.
3839
3840 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841
3842         * shr.el (shr-insert): Treat non-breaking space just like normal
3843         space.  This seems to produce more pleasing results.
3844         (shr-insert): Only insert a blank line if we're starting from an image.
3845         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3846         (shr-ensure-paragraph): Consider lines with white space to be blank.
3847
3848 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3849
3850         * Makefile.in: Respect DESTDIR.
3851
3852 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3853
3854         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3855         and gnus-gcc-post-body-encode-hook.
3856
3857 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858
3859         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3860         messages that don't exist.
3861
3862         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3863
3864 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3867         Remove.
3868
3869         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3870
3871         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3872
3873 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3876         have a group name.
3877
3878         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3879         a multibyte buffer (bug#7410).
3880         (article-wash-html): Parse the original article buffer to get the
3881         unencoded data (bug#7410).
3882
3883         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3884         .newsrc.el files.
3885
3886 2012-04-05  Bastien Guerry  <bzg@altern.org>
3887
3888         * color.el (color-lighten-name): Fix typo.
3889
3890 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3891
3892         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3893         "#" to avoid having them interpreted as comments.
3894
3895 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3896
3897         * shr.el (shr-insert): Update the text state properly to avoid
3898         inserting spurious paragraph starts.
3899
3900 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * shr.el (shr-table-widths): Divide the extra width more fairly over
3903         the TDs (bug#10973).
3904         (shr-render-td): Don't delete too much padding.
3905         (shr-natural-width): Compute the natural width more correctly.
3906         (shr-insert): Allow the natural width to be computed for tables again.
3907         (shr-tag-table-1): Rework how the natural widths are computed by
3908         rendering the table a third time.
3909         (shr-natural-width): Removed.
3910         (shr-buffer-width): New function.
3911         (shr-expand-newlines): Use it.
3912
3913         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3914         using a `gnus-use-full-window' setup (bug#11013).
3915
3916 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3919         24.1 release.
3920
3921 2012-03-10  David Edmondson  <dme@dme.org>
3922
3923         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3924         'Forwarded Message' header and the start of the message.
3925
3926 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3927
3928         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3929         isn't running (bug#10897).
3930
3931 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3934         This is inconsistent with all the other stream functions, which leave
3935         the setting up to the higher levels (if so wanted) (bug#10931).
3936
3937 2012-02-28  Glenn Morris  <rgm@gnu.org>
3938
3939         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
3940         mm-decode.el: Standardize possessive apostrophe usage.
3941
3942 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3945
3946 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
3947
3948         * parse-time.el (parse-time-string): Allow extractor to return nil.
3949
3950 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3953
3954 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3955
3956         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
3957
3958 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3959
3960         * mm-decode.el (mm-shr): Remove "soft hyphens".
3961
3962         * nnimap.el (nnimap-request-list): Return the group names encoded as
3963         utf8.  Otherwise non-European group names don't work.
3964         (nnimap-request-newgroups): Ditto.
3965
3966         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3967         the default in `read-string' (bug#10757).
3968
3969         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3970         topics (bug#10843).
3971
3972         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3973         buffer.  Suggested by Herbert Valerio Riedel.
3974         (nnimap-request-move-article): Delete the message from the correct IMAP
3975         server.
3976
3977 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3978
3979         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3980         Reported by Peter Münster.
3981
3982 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3983
3984         * shr.el (shr-image-fetched): Make sure we really kill the right
3985         buffer.
3986
3987 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3988
3989         * gnus-start.el (gnus-1): Avoid duplicate entries.
3990
3991 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3992
3993         * imap.el: Remove.
3994
3995         * nntp.el (nntp-coding-system-for-read): Remove.
3996         (nntp-coding-system-for-write): Ditto.
3997         (nntp-open-connection): Just use `binary' directly.
3998
3999         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4000         Gnus 0.3.
4001
4002 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4003
4004         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4005         application/octet-stream parts really is.
4006
4007         * gnus-sum.el (gnus-propagate-marks): Remove.
4008
4009 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4010
4011         * shr.el (shr-rescale-image): Undo previous change; see
4012         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4013
4014 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4015
4016         * gnus.el: Ma Gnus v0.3 is released.
4017
4018 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4019
4020         * gnus-sum.el (gnus-summary-local-variables): Make
4021         `gnus-newsgroup-unexist' into a local variable.
4022
4023 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4024
4025         * registry.el (registry-usage-test, registry-persistence-test): Move to
4026         tests/gnustest-registry.el.
4027         (registry-make-testable-db, registry-match-test)
4028         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4029
4030         * gnus-registry.el (gnus-registry-misc-test)
4031         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4032
4033         * tests/gnustest-registry.el: New file with the registry and
4034         gnus-registry ERT tests.
4035
4036 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * gnus-msg.el (gnus-summary-resend-message): Make
4039         gnus-summary-resend-message-insert-gcc be last item in
4040         message-header-setup-hook.
4041
4042 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4043
4044         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4045         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4046         Remove.
4047         (nnfolder-open-server): Don't use marks.
4048         (nnfolder-request-delete-group): Ditto.
4049         (nnfolder-request-rename-group): Ditto.
4050         (nnfolder-request-set-mark, nnfolder-request-marks)
4051         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4052         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4053
4054         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4055         (nnml-marks-modtime): Remove.
4056         (nnml-request-delete-group): Don't use marks.
4057         (nnml-request-rename-group): Ditto.
4058         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4059         (nnml-save-marks, nnml-open-marks): Remove.
4060
4061         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4062         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4063         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4064         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4065         (nntp-server-to-method-cache): Remove.
4066
4067         * shr.el (shr-rescale-image): Fix wrong merge.
4068
4069 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4070
4071         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4072         too-wide lines.
4073
4074 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4075
4076         * nnimap.el (nnimap-record-commands): New variable.
4077         (nnimap-log-command): Use it.
4078         (nnimap-make-process-buffer): Add a space to the process buffer.
4079         (nnimap-transform-headers): Don't bug out on header lines containing
4080         stuff that look like IMAP length encodings.
4081
4082         * shr.el (shr-rescale-image): Allow viewing large images.
4083
4084 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4085
4086         * nnml.el (nnml-request-compact-group): Delete the marks file after
4087         compaction (bug#10800).
4088
4089         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4090         group exit.
4091
4092         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4093         QRESYNC/FETCH output.
4094
4095 2012-02-11  Glenn Morris  <rgm@gnu.org>
4096
4097         * sieve-manage.el (sieve-manage-default-stream):
4098         * shr.el (shr):
4099         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4100         (nnir-retrieve-headers-override-function)
4101         (nnir-imap-default-search-key, nnir-notmuch-program)
4102         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4103         (nnir-method-default-engines):
4104         * message.el (message-cite-reply-position):
4105         * gssapi.el (gssapi-program):
4106         * gravatar.el (gravatar):
4107         * gnus-sum.el (gnus-refer-thread-use-nnir):
4108         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4109         (gnus-registry-max-pruned-entries):
4110         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4111         * gnus-int.el (gnus-after-set-mark-hook)
4112         (gnus-before-update-mark-hook):
4113         * gnus-async.el (gnus-async-post-fetch-function):
4114         * auth-source.el (auth-source-cache-expiry):
4115         Add missing :version tags to new defcustoms and defgroups.
4116
4117 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4118
4119         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4120         `gnus-newsgroup-unexist'.
4121
4122         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4123         marks.
4124         (gnus-article-special-mark-lists): Put the `unexist' in the special
4125         marks list instead.
4126
4127         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4128         articles in the list of articles to be selected.
4129
4130         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4131         articles.
4132         (nnimap-update-info): Keep track of unexisting articles.
4133         (nnimap-update-qresync-info): Ditto.
4134
4135 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4136
4137         * message.el (message-default-send-mail-function): Made into own
4138         function for reuse by emacsbug.el.
4139
4140 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4141
4142         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4143         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4144
4145 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4146
4147         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4148         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4149
4150         * gnus-compat.el: Define `timer-set-function'.
4151
4152         * mm-decode.el (mm-display-external): Output the text from the command
4153         in the buffer after the command finished.  This makes text-based
4154         commands behave better.
4155
4156 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4157
4158         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4159
4160 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4161
4162         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4163         23.1.
4164
4165 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4168
4169 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4170
4171         * message.el (smtpmail-smtp-user): Silence compiler warning.
4172
4173 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4174
4175         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4176         SMTP user name.
4177
4178 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * gnus-sum.el (gnus-summary-show-thread):
4181         next-single-char-property-change may return nil in XEmacs.
4182         (gnus-summary-article-map): Fix typo.
4183
4184 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4185
4186         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4187         running.
4188
4189         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4190
4191         * gnus.el (gnus-server-extend-method): Don't add an -address component
4192         if the method already has one (bug#9676).
4193
4194 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4195
4196         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4197         of an initial-input for consistency (bug#10757).
4198
4199         * dgnushack.el: Fix XEmacs compilation warning.
4200
4201         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4202
4203         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4204
4205 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4206
4207         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4208         lines that are narrower than the window width.  Otherwise background
4209         "blocks" will look less readable.
4210
4211 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4212
4213         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4214         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4215         have newlines within the strings, and where the UID comes after the
4216         BODYSTRUCTURE element (bug#10537).
4217
4218         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4219         (bug#10732).
4220
4221         * shr.el (shr-insert-document): Add doc string.
4222         (shr-visit-file): Ditto.
4223         (shr-remove-trailing-whitespace): New function.
4224         (shr-insert-document): Use it to clean up trailing whitespace as the
4225         final step (bug#10714).
4226
4227 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4228
4229         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4230         buffer if `gnus-kill-summary-on-exit' is nil.
4231
4232 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4233
4234         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4235         when just reading a single group from "without" Gnus.
4236
4237 2012-02-06  Chong Yidong  <cyd@gnu.org>
4238
4239         * gnus-sum.el (gnus-summary-show-thread):
4240         next-single-char-property-change never returns nil (Bug#8657).
4241
4242 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4243
4244         * message.el (message-multi-smtp-send-mail): New function.
4245         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4246         header to implement multi-SMTP functionality.
4247
4248         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4249         (gnus-agentize): Don't set it.
4250         (gnus-agent-send-mail): Don't use it.
4251
4252         * gnus-sum.el (gnus-summary-widget-backward): New function and
4253         keystroke.
4254
4255         * gnus-compat.el: More the compat functions more compatible.
4256
4257         * shr.el (shr-put-image): Remove underlines from sliced images.
4258         (shr-zoom-image): Compute the region to be replaced more correctly.
4259
4260 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4263         (gnus-summary-resend-message-insert-gcc): New function.
4264         (gnus-summary-resend-message): Modify message-header-setup-hook and
4265         message-sent-hook to make it work for Gcc.
4266         (gnus-inews-do-gcc): Update the number of unread articles of groups
4267         that messages are Gcc'd to.
4268
4269         * message.el (message-resend): Run message-sent-hook to do Gcc.
4270
4271 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4272
4273         * lpath.el: Fix an XEmacs compilation warning.
4274
4275         * gnus-compat.el: Require `help-fns' to fix compilation error.
4276
4277         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4278         a higher level to silence compilation.
4279
4280         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4281         parameter to allow controlling the scaling.
4282
4283         * shr.el (shr-zoom-image): New command and keystroke.
4284         (shr-put-image): Take a `size' flag to say how to scale the image.
4285
4286         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4287         deletion unless already defined.
4288
4289         * gnus.el (gnus-compat): Require it.
4290
4291         * gnus-compat.el: New file.
4292
4293         * gnus-start.el (gnus-clean-old-newsrc): New function.
4294         (gnus-read-newsrc-file): Use it.
4295
4296         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4297         Use recursive deletion.
4298         (mm-dissect-archive): Add support for zip files.
4299
4300         * gnus-util.el (gnus-recursive-directory-files): New function.
4301
4302         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4303         (mm-archive-decoders): Add tgz support.
4304
4305         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4306         Otherwise inserting text into the Gnus buffer can look odd.
4307
4308         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4309
4310         * mm-archive.el (mm-archive-decoders): Add support for tar.
4311
4312         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4313
4314         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4315
4316 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4317
4318         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4319
4320         * mm-archive.el: New file.
4321
4322         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4323
4324         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4325
4326         * message.el (message-goto-*): Make all the `message-goto-*' commands
4327         push the mark before moving point.  This makes it easier to go back to
4328         where you came from after editing whatever you jumped to.
4329
4330 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4331
4332         * gnus.el: Ma Gnus v0.1 is released.
4333
4334 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4335
4336         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4337         without reconnecting.
4338         (nnimap-possibly-change-group): Ditto.
4339         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4340         connection has died before being called.
4341
4342 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4343
4344         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4345         an initial sync unless we're really doing one.
4346
4347         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4348         address parameter if one already exists (bug#9676).
4349
4350         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4351         not the prefix, as documented (bug#10689).
4352
4353 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4356         the "server".
4357
4358         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4359         the real error message with the useless "previously known to be down".
4360         Which isn't even correct.
4361
4362         * nntp.el (nntp-open-connection): Report the error message if the nntp
4363         server can't be reached.
4364
4365         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4366         groups we do a total scan for.
4367         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4368         doing that.
4369
4370 2012-01-31  Jim Meyering  <jim@meyering.net>
4371
4372         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4373         Correct a comment (insert "not") and hide nominally-doubled "to".
4374
4375 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4376
4377         * gnus.el (gnus-version): Change name to "Ma Gnus".
4378
4379 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4380
4381         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4382         section in the manual.
4383
4384 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4385
4386         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4387         words.
4388         (rfc2047-encode-string): Ditto.
4389         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4390         understand folded filename="..." parameters, for instance.
4391
4392         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4393         the message for greater debuggability.
4394
4395 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4396
4397         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4398         instead of setting it locally, since the latter doesn't seem to have
4399         any effect (most of the time).
4400
4401 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4402
4403         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4404         function call.
4405
4406 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4407
4408         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4409         seconds, and make the repeat clause with HH:MM specs work as
4410         documented.
4411
4412 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4413
4414         * proto-stream.el (proto-stream-capability-open): Fall back on
4415         :end-of-command if :end-of-capability doesn't exist.
4416
4417 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4420         bound globally in old Emacsen and XEmacsen.
4421
4422 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4423
4424         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4425         so that previous errors don't prohibit getting new news.
4426
4427         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4428
4429         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4430
4431 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4432
4433         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4434         buffer, not of the string which is its name.
4435
4436 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4437
4438         * proto-stream.el (proto-stream-capability-open): Wait for
4439         :end-of-capability, not :end-of-command.
4440
4441         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4442         non-server-marks groups.
4443         (gnus-group-make-articles-read): Ditto.
4444
4445         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4446         methods (bug#9676).
4447
4448         * gnus.el (gnus-method-ephemeral-p): New function.
4449
4450 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4453         left-to-right.
4454
4455 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4456
4457         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4458         warning.
4459
4460 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4461
4462         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4463         macroexpand the nnir things, since they haven't been defined yet, and
4464         nnir requires gnus-sum.
4465
4466 2012-01-24  Julien Danjou  <julien@danjou.info>
4467
4468         * color.el (color-rgb-to-hsl): Fix value computing.
4469         (color-hue-to-rgb): New function.
4470         (color-hsl-to-rgb): New function.
4471         (color-clamp, color-saturate-hsl, color-saturate-name)
4472         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4473         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4474
4475 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4476
4477         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4478
4479 2012-01-19  Julien Danjou  <julien@danjou.info>
4480
4481         * color.el (color-name-to-rgb): Use the white color to find the max
4482         color component value and return correctly computed values.
4483         (color-name-to-rgb): Add missing float conversion for max value.
4484
4485 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4488         logical server name in addition to the actual machine address.
4489
4490         * auth-source.el (auth-source-user-and-password): Add convenience
4491         wrapper to search by just host and optionally user.
4492
4493 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494
4495         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4496         after rendering.
4497
4498 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4499
4500         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4501         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4502         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4503
4504 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4507         (bug#9693).
4508         (gnus-summary-setup-buffer): Document return value (bug#9697).
4509
4510         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4511         since ido doesn't work on symbols (bug#9632).
4512
4513         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4514         when getting a single value as when getting all the values.  This means
4515         that atoms like `gcc-self' work cumulatively, like variable settings,
4516         instead of getting the value from the last matching clause.
4517         (gnus-group-find-parameter): Protect against the group buffer not
4518         existing (bug#9585).
4519
4520 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * gnus-start.el (gnus-activate-group): Document more parameters
4523         (bug#9694).
4524
4525         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4526         (bug#9692).
4527
4528         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4529         article was fetched, so that it can be expired later (bug#9958).
4530         (gnus-agent-summary-fetch-series): Add doc string.
4531         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4532         (bug#9517).
4533
4534         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4535         retrieval is happening.
4536
4537         * gnus.el (gnus-parameters): Doc fix.
4538
4539 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4540
4541         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4542         show the thread after expansion.
4543
4544 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * gnus-art.el (article-narrow-to-head): If the head is completely
4547         empty, narrow to the empty region (bug#9764).
4548
4549         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4550         read, and then mark them as unread only when the unread mark is used.
4551         This makes `C-- T k' actually work, even though it's confusing.
4552
4553         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4554         alive before we try to find its window.
4555
4556 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4557
4558         * mm-decode.el (mm-display-external): Use a longer timeout for the
4559         deletion to allow slow programs to display the file.
4560
4561 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562
4563         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4564         prompt to be less confusing.
4565
4566         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4567         argument to `message-reply'.  This broke `special-display-*' frame
4568         pop-uping (bug#10238).
4569
4570 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571
4572         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4573         systems, since these allegedly don't work there.
4574
4575 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4576
4577         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4578         live buffer.
4579
4580 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * nnir.el (nnir-retrieve-headers): Protect against the article not
4583         existing on the server (bug#10335).
4584
4585 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4586
4587         * gnus-agent.el (gnus-agent-load-local): Recompute
4588         gnus-agent-article-local on changing method.
4589
4590 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4591
4592         * gnus.el (gnus-parameters): Note precedence.
4593
4594 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4595
4596         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4597         in the group buffer.
4598
4599 2012-01-04  Julien Danjou  <julien@danjou.info>
4600
4601         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4602         change.
4603
4604 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605
4606         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4607         too.
4608
4609         * nntp.el (nntp-retrieve-group-data-early): Use it.
4610
4611 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * nntp.el (nntp-retrieval-in-progress): New variable.
4614         (nntp-make-process-buffer): Make it buffer-local.
4615
4616         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4617         2010.
4618         (gnus-demon-init): Use it to compute the time if time is on the form
4619         "04:23".
4620
4621         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4622
4623         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4624         status in the correct buffer.
4625
4626 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4627
4628         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4629         when opening topics (bug#10407).
4630
4631 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4632
4633         * gnus-cus.el (gnus-score-customize):
4634         * gnus-sum.el (gnus-sort-gathered-threads):
4635         * message.el (message-shorten-references):
4636         * nnmairix.el (nnmairix-request-group):
4637         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4638
4639 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4640
4641         * gnus-agent.el (gnus-agent-regenerate-group):
4642         * gnus-int.el (gnus-retrieve-group-data-early):
4643         * mm-util.el (mm-codepage-ibm-list):
4644         * nndiary.el (Commentary, nndiary-get-new-mail):
4645         * nnir.el (nnir):
4646         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4647
4648 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * mm-view.el (mm-display-inline-fontify): Add comment.
4651
4652 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4653
4654         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4655         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4656
4657 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4658
4659         * gnus-art.el (gnus-split-methods):
4660         * gnus-msg.el (gnus-configure-posting-styles):
4661         * gnus-spec.el (gnus-parse-simple-format):
4662         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4663         * message.el (message-do-actions): Spelling fix.
4664
4665 2011-12-15  Juri Linkov  <juri@jurta.org>
4666
4667         * mm-decode.el (mm-inline-media-tests): Add missing
4668         `mm-handle-media-subtype'.
4669
4670 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4671
4672         * gnus-group.el (gnus-group-tool-bar):
4673         * gnus-sum.el (gnus-summary-tool-bar):
4674         * message.el (message-tool-bar):
4675         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4676
4677 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4678
4679         * plstore.el (plstore--insert-buffer): Spelling fix.
4680
4681 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4682
4683         * message.el (message-valid-fqdn-regexp): Update with newly approved
4684         top-level domain names ".tel" and ".asia".
4685
4686 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4689         unconditionally.
4690
4691 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4694         pop-to-buffer-same-window for old Emacsen.
4695
4696 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4697
4698         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4699
4700 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4701
4702         * netrc.el (netrc-credentials): Spelling fix.
4703
4704 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4705
4706         * gnus-fun.el (gnus-fun-ppm-change-string):
4707         * gnus-msg.el (gnus-inews-do-gcc):
4708         * gnus-sum.el (gnus-summary-find-for-reselect):
4709         * gnus.el (gnus-summary-cancelled):
4710         * message.el (message-cancel-hook, message-send-news):
4711         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4712         * nnir.el (nnir-run-hyrex):
4713         * nntp.el (nntp-with-open-group-function):
4714         * pgg.el (pgg-pending-timers): Spelling fix.
4715
4716 2011-12-04  Chong Yidong  <cyd@gnu.org>
4717
4718         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4719         change (Bug#10200).
4720
4721 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * compface.el (uncompface):
4724         * gnus-art.el (gnus-article-x-face-command): Update the header format
4725         of icon data for the most recent icontopbm program.
4726
4727 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * gnus-msg.el (gnus-inews-do-gcc):
4730         * message.el (message-send-mail):
4731         * mml.el (mml-generate-mime): Share the value of the buffer-local
4732         `message-options' variable between a draft buffer and temprary working
4733         buffers.
4734
4735 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4736
4737         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4738
4739 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4742         for Cygwin.
4743
4744 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4745
4746         * gnus-group.el (gnus-group-prepare-flat):
4747         * mm-bodies.el (mm-encode-body):
4748         * mml.el (mml-preview):
4749         * nnml.el (nnml-request-compact-group):
4750         * pop3.el (pop3-stream-type): Spelling fix.
4751
4752 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4753
4754         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4755
4756 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4757
4758         * color.el (color-rgb-to-hsl):
4759         * gmm-utils.el (gmm-tool-bar-style):
4760         * gnus-group.el (gnus-group-prepare-flat):
4761         * gnus-topic.el (gnus-topic-prepare-topic):
4762         * mm-decode.el (mm-discouraged-alternatives):
4763         * rfc2047.el (rfc2047-encode-1):
4764         * starttls.el: Spelling fix.
4765
4766 2011-11-24  Glenn Morris  <rgm@gnu.org>
4767
4768         * binhex.el (binhex-begin-line): Give it basic doc-string.
4769
4770         * starttls.el, tls.el: Fix case of "GnuTLS".
4771
4772 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4773
4774         * gnus-group.el (gnus-group-highlight): Fix typo.
4775
4776 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4777
4778         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4779         value of `delete-file', that returns nil for a local file but returns t
4780         for a remote file using ssh.
4781
4782 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4783
4784         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4785
4786 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4787
4788         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4789         avoid later breakage.
4790
4791 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4794         article buffers' name.
4795
4796 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4799         by Paul Eggert's spellfixes two days ago.
4800
4801 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4804         doesn't have it.
4805
4806         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4807         buffer-local instead of binding them to avoid warnings.  Also demote
4808         errors (bug#10063).
4809         (font-lock-mode-hook): Shut up byte compiler.
4810
4811 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4812
4813         * mm-util.el (mm-charset-after):
4814         * nnir.el (nnir-run-hyrex):
4815         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4816         (ntlm-get-password-hashes, ntlm-md4hash):
4817         * smime.el: Fix typo.
4818
4819 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4820
4821         * gnus-agent.el (gnus-agent-expire-group-1):
4822         * nndiary.el (nndiary-last-occurence):
4823         * nnimap.el (nnimap-request-set-mark):
4824         * nnmairix.el (nnmairix-only-use-registry):
4825         * gnus-group.el (gnus-group-prepare-flat):
4826         * gnus-sum.el (gnus-decode-encoded-word-methods):
4827         * message.el (message-wash-subject):
4828         * nntp.el (nntp-retrieve-headers-with-xover):
4829         * smime.el (smime-certificate-directory): Spelling fix.
4830
4831 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4832
4833         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4834
4835         * color.el:
4836         * gnus-agent.el (gnus-agent-possibly-alter-active):
4837         * gnus-dired.el (gnus-dired-print):
4838         * mail-parse.el:
4839         * nnmairix.el (nnmairix-request-group):
4840         * shr.el (shr-image-displayer):
4841         * sieve-manage.el:
4842         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4843
4844 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4845
4846         * gnus-sum.el (gnus-auto-select-subject):
4847         * spam-report.el (spam-report-resend): Spelling fix.
4848
4849 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4850
4851         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4852         * gnus-art.el (gnus-default-article-saver):
4853         * gnus-srvr.el (gnus-server-copy-server):
4854         * gnus.el (gnus-sloppily-equal-method-parameters):
4855         * html2text.el (html2text-format-tag-list):
4856         * message.el (message-narrow-to-head):
4857         * nndiary.el:
4858         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4859         * sieve.el: Spelling fix.
4860
4861 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4862
4863         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4864         * gnus-sum.el (gnus-summary-make-menu-bar):
4865         * gnus-uu.el (gnus-uu-decode-postscript)
4866         (gnus-uu-decode-postscript-and-save):
4867         * mailcap.el (mailcap-print-command):
4868         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4869         Fix typos.
4870
4871 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4872
4873         * gnus-art.el (gnus-article-part-wrapper):
4874         * html2text.el (html2text-fix-paragraphs):
4875         * mm-decode.el (mm-image-fit-p):
4876         * rfc2047.el (rfc2047-encode-message-header):
4877         * shr-color.el (shr-color-visible-distance-min)
4878         (shr-color-relative-to-absolute, set-minimum-interval)
4879         (shr-color-visible): Fix typos.
4880
4881 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4882
4883         * gmm-utils.el (gmm-tool-bar-item):
4884         * gnus-art.el (gnus-treat-body-boundary):
4885         * gnus-diary.el (gnus-user-format-function-d):
4886         * gnus-start.el (gnus-get-unread-articles):
4887         * pgg-gpg.el (pgg-gpg-update-agent):
4888         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4889
4890 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4891
4892         * gnus-topic.el (gnus-group-prepare-topics):
4893         * gnus-uu.el (gnus-extract-view):
4894         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4895
4896 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4897
4898         * spam.el: Move BBDB autoloads.
4899         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4900         BBDB 2 and 3.
4901         (spam-check-BBDB): Use it.
4902         (spam-enter-ham-BBDB): Use it.
4903
4904 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4905
4906         * smime.el (smime-draw-buffer): Spelling fix.
4907
4908 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4909
4910         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4911         for scanning exactly one level.
4912         * gnus-start.el (gnus-get-unread-articles): Ditto.
4913
4914 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915
4916         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4917         slightly clearer.
4918
4919 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4920
4921         * gnus-sync.el: More commentary about setup.
4922
4923 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4924
4925         * message.el (message-send-and-exit): Document `arg'.
4926
4927 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4928
4929         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4930
4931 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
4932
4933         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
4934
4935         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4936         we don't use `bound-and-true-p'.
4937
4938 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4939
4940         * gnus-util.el (gnus-bound-and-true-p): Remove.
4941         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4942         * nnir.el: Use it.
4943         * nnmairix.el: Use it.
4944
4945 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * gnus-sync.el: Improve docs about CouchDB admins.
4948
4949         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4950         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4951         for reasons unknown.
4952         * nnir.el: Use it.
4953         * nnmairix.el: Use it.
4954
4955         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4956         * nnir.el: Ditto.
4957         * nnmairix.el: Ditto.
4958
4959         * gnus-registry.el (gnus-registry-enabled): Default to nil.
4960
4961 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4962
4963         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
4964         not needed.  Provide xmlplistread list function to produce XML plist
4965         output for non-Gnus LeSync clients.
4966
4967 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4968
4969         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
4970
4971         * gnus-sync.el: Add LeSync synchronization backend and logic to read
4972         and save against it.  Group subscriptions, read marks, other marks,
4973         subscription levels, topic names, and topic offsets (the group's
4974         position within the topic) are saved.  This is an experimental backend
4975         and may change significantly.  Load json.el from the gnus-fallback-lib
4976         if it's not available otherwise.
4977         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
4978
4979 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4980
4981         * message.el (message-completion-function): Make sure
4982         message-tab-body-function is not attempted if one of
4983         message-completion-alist fails to find a completion (bug#9158).
4984
4985 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
4986
4987         * mml.el (mml-quote-region): Quote <#secure> tag.
4988         (mml-generate-mime-1): Unquote <#secure> tag.
4989
4990 2011-10-20  Chong Yidong  <cyd@gnu.org>
4991
4992         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4993         calling a minor mode from Lisp with nil arg enables it, so we have to
4994         make the wording a bit ambiguous here).
4995
4996 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4997
4998         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4999         * nnir.el (nnir-mode): Use it.
5000         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5001         Use it.
5002
5003         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5004         * nnmairix.el (gnus-registry-enabled): Ditto.
5005
5006 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5007
5008         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5009         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5010         only while we need to find out if it should be t or nil.
5011         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5012         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5013         the registry is installed.  Set it to nil when it's unloaded.
5014         (gnus-registry-install-p): Provide user guidance for the initial value
5015         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5016         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5017         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5018         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5019         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5020         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5021         `gnus-registry-install'.
5022
5023 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5024
5025         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5026         previous change.
5027         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5028         primary key is marked as disabled.
5029
5030 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5031
5032         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5033         primary key is marked as disabled.
5034
5035 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5036
5037         * html2text.el (html2text-clean-anchor): Check for quotes around
5038         `href' value.
5039
5040 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5041
5042         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5043         searching.  Drop `bbdb-cache'.
5044
5045 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5046
5047         * message.el (message-signed-or-encrypted-p): Exclude header when
5048         checking if there is signed or encrypted body in text/plain message.
5049
5050 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5051
5052         * html2text.el (html2text-get-attr): Correctly handle attribute values
5053         containing "=".
5054
5055 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5056
5057         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5058         handle bindings.
5059
5060 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * gnus-win.el (gnus-configure-windows): Protect against reading
5063         ephemeral groups outside of Gnus.
5064
5065 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * shr.el (shr-tag-img): Don't get images displayed in tables.
5068
5069 2011-10-03  Glenn Morris  <rgm@gnu.org>
5070
5071         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5072         the "maintainer" version of debbugs.gnu.org reports.
5073
5074 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5077         make asynchronous adjacent image insertion work better.
5078
5079 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5080
5081         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5082         documentation.
5083
5084 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5085
5086         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5087         `gnus-asynchronous' isn't shadowed.
5088
5089 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5092
5093         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5094         (nnimap-insert-partial-structure): The charset parameter isn't
5095         case-sensitive.
5096
5097         * nnheader.el (nnheader-message-maybe): New function.
5098
5099         * shr.el (shr-tag-table): Render totally broken tables better.
5100
5101         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5102         computing the boundary.
5103
5104 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5105
5106         * pop3.el (pop3-number-of-responses): Remove.
5107         (pop3-wait-for-messages): Rewrite to take linear time instead of
5108         exponential time.
5109
5110 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5111
5112         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5113         re-fetch images.
5114
5115         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5116         re-fetch images when hitting `g' in Gnus.
5117
5118 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5121         (mml-compute-boundary): Don't check collision if it is non-nil.
5122         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5123         before checking collision.
5124
5125 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5126
5127         * message.el (message-indent-citation): Really make sure there's a
5128         newline at the end.
5129
5130         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5131         Fix suggested by John Wiegley.
5132
5133         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5134
5135         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5136
5137         * message.el (message-default-send-rename-function): Break out into its
5138         own function.
5139
5140         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5141         doesn't work under XEmacs.
5142
5143         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5144         of "imaps" to word around Windows problems.
5145         (nnimap-open-connection-1): Use it.
5146
5147         * message.el (message-indent-citation): Revert last change which made
5148         `F' not work.
5149
5150 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5151
5152         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5153         terminal as well.
5154
5155 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5158         because it displays images using overlays that aren't easy to copy to
5159         the article buffer.
5160
5161 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5162
5163         * message.el (message-indent-citation): Fix empty line removal at the
5164         end of the citation.
5165
5166 2011-09-20  Julien Danjou  <julien@danjou.info>
5167
5168         * auth-source.el (auth-source-netrc-create): Use default value for
5169         password if specified.  Evaluate default.
5170         (auth-source-plstore-create): Ditto.
5171         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5172         value evaluation.
5173         (auth-source-netrc-create): Typo fix.
5174         (auth-source-plstore-create): Ditto.
5175
5176         * password-cache.el (password-cache-remove): Remove entries even if the
5177         value is nil, so that password with a nil value (negative caching) is
5178         possible to invalidate.
5179
5180         * auth-source.el (auth-source-format-cache-entry): New function.
5181
5182 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5185
5186 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5187
5188         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5189
5190 2011-09-19  Julien Danjou  <julien@danjou.info>
5191
5192         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5193         which work with things that are not ASCII.
5194
5195 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5196
5197         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5198
5199 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200
5201         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5202         message level.
5203
5204 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5207
5208 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5209
5210         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5211
5212 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5213
5214         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5215         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5216
5217 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5218
5219         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5220         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5221         articles.
5222
5223 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5224
5225         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5226         (message-mail-other-window, message-mail-other-frame)
5227         (message-news-other-window, message-news-other-frame):
5228         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5229         instead of setting buffer display varibles.
5230
5231 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5232
5233         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5234
5235         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5236
5237 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5240         duplicates" to a higher level.
5241
5242         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5243         most egregious messages.
5244
5245 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5246
5247         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5248
5249 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5250
5251         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5252         up the file (bug#9351).
5253
5254 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5257         it does with all other backends, but decode the names immediately after
5258         getting them.
5259
5260         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5261         decoding nnimap groups.
5262
5263         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5264         newsrc file.  It doesn't seem like an important optimization any more.
5265
5266 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5267
5268         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5269         overflows.
5270
5271 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5274         (gnus-interactive-exit): Extend to `quiet'.
5275
5276         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5277
5278         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5279         string.
5280
5281         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5282         renaming function arguments from `this'.
5283
5284         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5285
5286         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5287         has been renamed.
5288         (gnus-lrm-string-p): Include RLM and PDF, too.
5289
5290         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5291         (bug#9225).
5292
5293 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5294
5295         Add autoload cookies for functions used by sendmail.el.
5296         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5297
5298         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5299
5300 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * gnus-art.el (article-date-ut): Work properly even when there are
5303         things like Date header in the body; work for forwarded parts.
5304
5305 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5306
5307         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5308         original-article-buffer.
5309
5310 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5311
5312         * nnir.el (nnir-compose-result): Fix matching of server type.
5313         (nnir-run-swish++): Ditto.
5314         (nnir-run-namazu): Ditto.
5315         (nnir-run-notmuch): Ditto.
5316
5317 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5318
5319         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5320         (bug#9405).
5321
5322         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5323         (bug#9421).
5324
5325         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5326         (bug#9425).
5327
5328         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5329         thing (bug#9426).
5330
5331 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5334         the error message.
5335
5336 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5337
5338         * message.el (message-setup-1): Return t (Bug#9392).
5339
5340 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5341
5342         * gnus-sum.el: When adding article headers to a summary buffer also
5343         update gnus-newsgroup-articles (bug#9386).
5344
5345 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * auth-source.el: Autoload help-mode.
5348
5349 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5352         names.
5353
5354 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5355
5356         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5357         mm-replace-in-string for compatibility issues.
5358         * mml2015.el (mml2015-epg-verify): Ditto.
5359
5360 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5361
5362         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5363
5364         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5365
5366 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5369         continue on and do the clean-up phase (bug#9188).
5370
5371         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5372         just ignore groups that can't be opened instead of erroring out
5373         (bug#9225).
5374
5375         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5376         nil since some many people are fuddy-duddies.
5377
5378         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5379         images.
5380
5381         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5382         instead.
5383
5384         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5385
5386         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5387
5388         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5389         processing.
5390
5391         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5392         buffer to avoid warnings.
5393
5394 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5395
5396         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5397         specified to reduce precision.
5398
5399 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5402         bodystructures (bug#9314).
5403
5404 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5407         Make button keymap non-sticky after buttons.
5408
5409 2011-08-18  David Engster  <dengste@eml.cc>
5410
5411         * nnmairix.el (nnmairix-request-set-mark)
5412         (nnmairix-goto-original-article): Remove adding of article to registry,
5413         since `gnus-registry-add-group' isn't available anymore.
5414         (nnmairix-determine-original-group-from-registry):
5415         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5416         available anymore.
5417
5418 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5419
5420         * starttls.el (starttls-any-program-available): Define as obsolete
5421         function.
5422
5423 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5426         versions which Gnus use when appropriate.
5427
5428         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5429         a pretty destructive command.
5430
5431         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5432
5433 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434
5435         * message.el (message-fix-before-sending): Make a different warning
5436         about NUL characters (bug#9270).
5437
5438         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5439         from custom (bug#9260).
5440
5441         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5442         things work in Emacs 22 and XEmacs, too.
5443
5444         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5445         default From.
5446
5447         * gnus-spec.el (gnus-lrm-string-p): New macro.
5448         (gnus-lrm-string): New constant.
5449         (gnus-summary-line-format-spec): LRM-ify the from.
5450         (gnus-tilde-max-form): LRM-ify string chopping.
5451
5452         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5453
5454         * message.el (message-is-yours-p): Allow disabling canlock checking
5455         (bug#9295).
5456         (message-shoot-gnksa-feet): Add `canlock-verify'.
5457         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5458         message directory isn't writable (bug#9304).
5459
5460         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5461         non-world-readable.
5462
5463 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5466         articles.
5467
5468 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5469
5470         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5471         copy-list.
5472
5473 2011-08-12  Sam Steingold  <sds@gnu.org>
5474
5475         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5476         in the reverse order to avoid modifying the cache with `nreverse'.
5477         (gnus-all-score-files): Do not modify the value returned by
5478         `gnus-score-find-alist' because it lives in a cache variable.
5479         (gnus-current-home-score-file): No need to `nreverse' the return value
5480         of `gnus-score-find-alist', it is already in the correct order.
5481
5482 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5483
5484         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5485         type MESSAGE and subtype RFC822 is slightly different from those of
5486         type TEXT.
5487
5488 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5489
5490         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5491         This allows article-referral to work from an nnir group.
5492
5493 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5494
5495         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5496
5497 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5498
5499         * mml1991.el (mml1991-epg-find-usable-key)
5500         (mml1991-epg-find-usable-secret-key): New function.
5501         (mml1991-epg-sign): Check if signing key is usable.
5502         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5503
5504 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5505
5506         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5507         server-variables only.  This should fix a bug introduced with commit
5508         e1889675b7f4adf057833c5513c9374134c4e053.
5509         (nnir-run-query): 'nnir-search-engine should not be set from the global
5510         environment.
5511
5512 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5513
5514         * nnir.el (nnir-search-thread): Position point on referring article
5515         line.
5516         (nnir-warp-to-article): Clean up summary buffers.
5517
5518         * nnimap.el (nnimap-request-thread): Whitespace fix.
5519
5520 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5521
5522         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5523
5524 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * starttls.el (starttls-available-p): Rename from
5527         `starttls-any-program-available' and changed return convention.
5528
5529 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5530
5531         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5532         `unix-sync' unless it's defined.
5533
5534 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5535
5536         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5537         `aref' for XEmacs compatibiltiy.
5538
5539 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5540
5541         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5542
5543 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5544
5545         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5546         closures, quote the form properly (bug#9194).
5547
5548 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5551         (gnus-summary-insert-new-articles): Protect against servers that are
5552         down.
5553
5554 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5555
5556         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5557         in mm handle if none is specified.
5558
5559 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5560
5561         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5562
5563 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5564
5565         * nnir.el (nnir-search-thread): New function to make an nnir group
5566         based on a thread query.
5567
5568         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5569         of nnir in thread referral.
5570         (gnus-summary-refer-thread): Use it.
5571
5572         * nnimap.el (nnimap-request-thread): Use it.
5573
5574 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5575
5576         * shr.el (shr-tag-comment): Ignore HTML comments.
5577
5578 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5579
5580         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5581         argument.
5582         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5583         Use `nnir-address' to handle server info rather than passing an arg.
5584
5585         * nnimap.el (nnimap-make-thread-query): New utility function to format
5586         an imap thread search query.
5587         (nnimap-request-thread): Use it.
5588
5589         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5590         right select-method if we are not going back to the group buffer.
5591
5592 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5593
5594         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5595         enter invalid buffer configurations into the quit form (bug#9107).
5596         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5597         unplugged/plugged.
5598
5599         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5600         keep track of which ones are unread (bug#9061).
5601
5602         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5603         (bug#9055).
5604
5605         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5606         (bug#9041).
5607
5608         * gnus-html.el (mm-util): Require (bug#9073).
5609
5610         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5611         (gnus-summary-refer-thread): Use it to remove duplicates in the
5612         un-threaded view (bug#9053).
5613         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5614
5615 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5616
5617         * nnir.el (nnir-read-server-parm): Use default value from global
5618         variable.  Without this the default search engine parameters aren't
5619         used at all.
5620
5621 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * message.el (message-unique-id): Don't use the undocumented return
5624         value from (random t) (bug#9118).
5625
5626 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5627
5628         * message.el (message-auto-save-directory): If the ~/Mail directory
5629         doesn't exist, use ~ as the auto-save directory (bug#4432).
5630
5631         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5632         hasn't already been started.
5633
5634 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5635
5636         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5637
5638         * message.el (message-reply): Work around mysterious bug where
5639         `message-mode' seems to overwrite the locally bound `subject' variable.
5640
5641 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5642
5643         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5644         correct group.
5645
5646         * gnus-int.el (gnus-request-thread): Add group argument.
5647
5648         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5649
5650 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5651
5652         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5653
5654         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5655         renamed to `debbugs-gnu-*'.
5656
5657 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5658
5659         * plstore.el: Revert the editing feature since it is not urgent.
5660         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5661         (plstore-mode-decoded): Remove.
5662
5663 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5664
5665         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5666         isn't very interesting any more, and it leaks potentially secret data.
5667         (gnus-debug): Remove.
5668
5669         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5670         use of :custom-show.
5671
5672 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5673
5674         * plstore.el: Add documentation.
5675         (plstore-mode): New mode to edit plstore file.
5676         (plstore-mode-toggle-display, plstore-mode-original)
5677         (plstore-mode-decoded): New command.
5678         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5679         (plstore--insert-buffer, plstore--make): New function.
5680         (plstore-open, plstore-save): Simplify by using them.
5681
5682 2011-07-06  Glenn Morris  <rgm@gnu.org>
5683
5684         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5685
5686 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5689         no longer is much used.
5690         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5691         Articles".
5692
5693 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5694
5695         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5696         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5697         `notmuch' backend.
5698
5699 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700
5701         * mm-decode.el (mm-text-html-renderer): Doc fix.
5702
5703         * gnus-msg.el (gnus-bug): Fix the MML tag.
5704
5705         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5706
5707 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5708
5709         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5710         secondary methods if started with `gnus-no-server'.
5711
5712 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5713
5714         * message.el (message-return-action): Fix typo in docstring.
5715
5716 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5719         bug reports at once.
5720
5721         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5722
5723 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * nndraft.el: Require gnus-group.
5726         (nndraft-request-list): Declare.
5727
5728         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5729         no unread article unless it matches gnus-permanently-visible-groups.
5730
5731         * nndraft.el (nndraft-update-unread-articles): New function.
5732         (nndraft-request-associate-buffer): Use it to update the number of
5733         unread articles for the nndraft groups in the group buffer when saving
5734         or killing a draft message.
5735
5736 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5737
5738         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5739         systems to binary before writing and reading the mbox files.
5740
5741         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5742         instead of trying to list them all (bug#8978).
5743
5744 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5745
5746         * pop3.el (pop3-open-server): Use :end-of-capability.
5747
5748 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5751         the id is always a number.
5752
5753         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5754
5755         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5756         debbugs mode, if possible.
5757
5758 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5759
5760         * auth-source.el (auth-source-token-passphrase-callback-function):
5761         Reindent.
5762         (epg-context-operation): Remove unnecessary autoload.
5763
5764 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * gnus.el (gnus-list-debbugs): New command.
5767
5768         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5769         mboxstat instead of the maintbox, since the stat seems to be fuller.
5770
5771         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5772         summary buffers.
5773
5774         * message.el (message-get-reply-headers): Delete all duplicates,
5775         instead of the first.
5776         (message-get-reply-headers): Ensure that we have progress while
5777         deleting duplicates.
5778
5779         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5780         gnus-posting-style value from the summary buffer to make it easier to
5781         make that a per-buffer conf.
5782
5783 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5784
5785         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5786         found by setting `shortcut' in 'query.
5787         (nnir-request-article): Use `shortcut' setting when requesting article
5788         by Message-ID.
5789
5790 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5791
5792         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5793         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5794         Bring the pseudo-headers back too.
5795
5796 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5797
5798         * auth-source.el (auth-source-token-passphrase-callback-function):
5799         Simplify and remove EPA dependency.
5800
5801 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5802
5803         * nnir.el (nnir-request-article): Fix error message text.
5804
5805 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5806
5807         * auth-source.el (plstore-delete): Autoload.
5808         (auth-source-plstore-search): Support delete operation.
5809         * plstore.el (plstore-delete): New function.
5810
5811 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5814         mark actually existing articles as unread rather than the ones that
5815         active asserts.
5816
5817 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5818
5819         * nntp.el (nntp-record-command):
5820         * gnus-util.el (gnus-message-with-timestamp-1):
5821         Use format-time-string rather than decoding time stamps by hand.
5822         This is simpler and insulates the code from potential changes to
5823         current-time format.
5824
5825 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5828
5829 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5830
5831         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5832         (plstore-save): Support public key encryption.
5833         (plstore--init-from-buffer): New function.
5834         (plstore-open): Use it; fix error when opening a non-existent file.
5835         (plstore-revert): Use plstore--init-from-buffer.
5836
5837 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5838
5839         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5840
5841 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5844         for old Emacsen.
5845
5846 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5847
5848         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5849         is not fully working.
5850
5851 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5852
5853         * dgnushack.el: Autoload sha1 on XEmacs.
5854
5855         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5856         quit window configuration.
5857
5858         * auth-source.el (epg-context-set-passphrase-callback):
5859         Remove duplicate autoload.
5860
5861 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5862
5863         * nnir.el (nnir-request-article): Allow requesting articles by
5864         Message-ID with nnimap.
5865
5866         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5867         current server.
5868
5869 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5870
5871         * auth-source.el: Autoload EPA/EPG functions.
5872         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5873         changed when EPA/EPG is not available.
5874         (auth-source-backend): Rename "arg" member to "data".
5875         (auth-source-backend-parse, auth-source-plstore-search)
5876         (auth-source-plstore-create): Use it.
5877
5878 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5879
5880         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5881         `gnus-refer-article-methods'.
5882
5883 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5884
5885         * auth-source.el: Require EPA and EPG.
5886         (auth-source-passphrase-alist): New variable.
5887         (auth-source-passphrase-callback-function)
5888         (auth-source-token-passphrase-callback-function): Callbacks for the
5889         netrc field encryption (GPG tokens).
5890         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5891         Symmetric encryption and decryption of the netrc GPG tokens.
5892         (auth-source-netrc-normalize): Use them, simplifying the closure.
5893
5894 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5897         is available.
5898
5899 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900
5901         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5902         non-nil, and `nnimap-split-methods' is nil, use the former.
5903
5904 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5905
5906         * plstore.el (plstore-revert): New function.
5907         (plstore-open): Use it; hide the buffer from user.
5908
5909 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5910
5911         * auth-source.el (auth-source-backend): New member "arg".
5912         (auth-source-backend-parse): Handle new backend 'plstore.
5913         * plstore.el: New file.
5914
5915 2011-06-30  Glenn Morris  <rgm@gnu.org>
5916
5917         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5918
5919 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5920
5921         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5922         expiring articles to.
5923
5924         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5925         variations as ASCII (bug#5458).
5926
5927 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5930
5931 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5932
5933         * message.el (message-point-in-header-p): Tweak the function to default
5934         to saying that we're not in the headers if there is no separator at
5935         all.  This makes it possible to use the Message version of `M-q' in
5936         buffers with no headers (bug#7987).
5937         (message-point-in-header-p): Fix last checkin to work with an empty
5938         mail-header-separator, too.
5939
5940         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5941         again, save the choice via customize.
5942
5943 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5944
5945         * message.el (message-send-mail-function): Add `sendmail-query-once'.
5946
5947         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5948         ended the connection, bail out before waiting infinitely on a new
5949         connection.
5950
5951 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
5952
5953         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5954         reports.
5955
5956         * gnus.el (gnus-bug-package): Use "gnus."
5957         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5958
5959 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5960
5961         * dgnushack.el: Make the timer warning go away on XEmacs.
5962
5963         * gnus-art.el (gnus-article-stop-animations): New function to stop any
5964         animations going on at article exit time.
5965
5966         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5967         since removing it breaks people upgrading.
5968
5969         * shr.el (shr-put-image): Use the new interface for animating images.
5970         (shr-put-image): Animate for 60 seconds.
5971
5972         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
5973         avoid compiler warnings.
5974
5975         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5976         error with `find-file-hooks' on Emacs 22.
5977         (with-auth-source-epa-overrides): Ugly hack to Wrap the
5978         `find-file-hook' things in `symbol-value' to avoid compilation warnings
5979         on all architectures.
5980
5981         * spam.el (spam-stat): Require in a normal fashion without binding
5982         `spam-stat-install-hooks' to avoid compilation warnings.
5983
5984         * spam-stat.el (spam-stat-install-hooks): Remove.
5985         (spam-stat-install-hooks): Don't run automatically.
5986
5987 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
5988
5989         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5990         and keystroke.
5991
5992 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * auth-source.el (auth-source-netrc-cache): Move forward.
5995
5996 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * proto-stream.el (proto-stream-open-starttls): Use
5999         `gnutls-available-p' to see whether we have built-in support.
6000
6001         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6002         we already know.
6003         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6004         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6005
6006 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6007
6008         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6009         %S format, since that looks odd.
6010         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6011         file, especially when saving.
6012
6013 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6014
6015         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6016         article found.
6017
6018 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6019
6020         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6021         `auth-source-save-secrets' with a more sensitive alist that can be
6022         configured per file.  Experimental, so defaults to 'never.
6023         (auth-source-netrc-create): Use it.  Still experimental code.
6024         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6025         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6026
6027 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6028
6029         * auth-source.el (auth-source-save-secrets): New variable to control if
6030         secret tokens should be saved encrypted.
6031         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6032         to `auth-source-netrc-normalize'.
6033         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6034         on the EPA variables being defined.
6035         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6036         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6037         the lexical-let closure.
6038         (auth-source-netrc-create): Create "gpg:" tokens according to
6039         `auth-source-save-secrets'.
6040
6041 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * gnus-group.el (gnus-group-update-group): Add new argument
6044         `info-unchanged' that stops updating dribble buffer.
6045
6046         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6047         deletes lines matching to it in dribble buffer.
6048
6049         * gnus-agent.el (gnus-agent-fetch-group-1):
6050         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6051         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6052         * gnus-start.el (gnus-group-change-level):
6053         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6054
6055         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6056         if newsgroup info is not changed.
6057
6058         * gnus-group.el (gnus-group-get-new-news-this-group):
6059         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6060         Don't update dribble buffer.
6061
6062 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6063
6064         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6065         remove entries with groups we ignore.
6066
6067 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068
6069         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6070         the underline comes at the bottom.
6071
6072 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6073
6074         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6075         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6076         (gnus-registry-article-marks-to-names): Rename from
6077         `gnus-registry-user-format-function-M2'.
6078
6079 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6082         ephemeral group.
6083
6084 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085
6086         * shr.el (shr-browse-image): Copy the URL if called interactively.
6087
6088 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6089
6090         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6091         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6092         done, then unselected articles may be marked as read.
6093
6094         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6095         since not doing this seems to lead to a race condition in pop3-logon.
6096
6097         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6098         so that the call chain it correct when we call "upwards".
6099
6100         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6101         in read-only groups.
6102
6103         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6104
6105         * message.el (message-cite-reply-position): Doc string fix.
6106
6107         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6108         avoid regexp overflow.
6109         (nnimap-transform-split-mail): Ditto.
6110
6111         * pop3.el (pop3-retr): Error out if the server closes the connection.
6112
6113 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6114
6115         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6116         mm-with-unibyte-current-buffer.  The buffer should not contain any
6117         multibyte chars anyway at this stage.
6118
6119 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6122         at the end of lines.
6123
6124 2011-05-29  Julien Danjou  <julien@danjou.info>
6125
6126         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6127
6128 2011-05-27  Glenn Morris  <rgm@gnu.org>
6129
6130         * gnus-group.el (gnus-bug-group-download-format-alist):
6131         Use the "maintainer" version of debian reports as well.
6132
6133 2011-05-26  Glenn Morris  <rgm@gnu.org>
6134
6135         * gnus-group.el (gnus-bug-group-download-format-alist):
6136         Use the "maintainer" version of debbugs.gnu.org reports.
6137
6138 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6141
6142 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6143
6144         * gnus-cus.el (gnus-agent-customize-category):
6145         * gnus-delay.el (gnus-delay-send-queue):
6146         * gnus.el (gnus-other-frame):
6147         Don't quote lambda expressions with `quote'.
6148
6149 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6150
6151         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6152         the thread moves us backwards and so we loop forever.
6153
6154 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6157         whitespace in base64 data lines.
6158
6159 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6160
6161         * gnus-registry.el (gnus-registry-user-format-function-M):
6162         Use `mapconcat'.
6163         (gnus-registry-user-format-function-M2): Use to see the full text of
6164         the marks.  Make "," the mark text separator.
6165
6166         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6167         authentication with auth-source.
6168
6169 2011-05-17  Glenn Morris  <rgm@gnu.org>
6170
6171         * gnus-group.el (gnus-import-other-newsrc-file):
6172         Use insert-file-contents.
6173
6174 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6175
6176         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6177         1000 iterations.
6178
6179 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * nntp.el (nntp-open-connection): Check if process-type is available.
6182
6183 2011-05-16  Julien Danjou  <julien@danjou.info>
6184
6185         * shr.el (shr-tag-del): Add support for del tag.
6186
6187 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-html.el (gnus-html-put-image): Register a displayer.
6190
6191         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6192
6193 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6194
6195         * registry.el (prune-factor): New initialization parameter defaulting
6196         to 0.1.
6197         (registry-prune-hard): Use it.
6198
6199         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6200         0.1 expicitly.
6201
6202 2011-05-13  Glenn Morris  <rgm@gnu.org>
6203
6204         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6205         is bound, since this function requires sendmail.
6206
6207 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6208
6209         * registry.el (registry-usage-test): Disable pruning test.
6210
6211 2011-05-11  David Engster  <dengste@eml.cc>
6212
6213         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6214         Bind set-network-process-option for XEmacs.
6215
6216 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6217
6218         * registry.el (registry-prune-hard-candidates)
6219         (registry-prune-soft-candidates): Helper methods for registry pruning.
6220         (registry-prune): Use them.  Make the sort function optional.
6221
6222 2011-05-10  Jim Meyering  <meyering@redhat.com>
6223
6224         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6225
6226 2011-05-10  Julien Danjou  <julien@danjou.info>
6227
6228         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6229         symbol and not a list.
6230
6231 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-art.el (gnus-article-mode): Move binding of
6234         shr-put-image-function here from gnus-article-prepare-display.
6235
6236         * shr.el (shr-put-image-function): New variable.
6237         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6238         (shr-put-image): Return scaled image.
6239
6240         * gnus-art.el (gnus-shr-put-image): New function.
6241         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6242
6243         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6244         original ones, as deletable.
6245
6246 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6247
6248         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6249
6250 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6251
6252         * registry.el (registry-full): Add convenience method.  Fix logic.
6253         (registry-insert): Use it.  Fix logic here too.
6254
6255         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6256         `registry-prune' if `registry-full' returns t.
6257         (gnus-registry-handle-action)
6258         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6259         (gnus-registry-usage-test): Use it.
6260
6261 2011-05-07  Julien Danjou  <julien@danjou.info>
6262
6263         * shr.el (shr-link): Make shr-link inherit from link by default.
6264
6265 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6266
6267         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6268
6269 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6270
6271         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6272         error out because the face is not a list.
6273
6274 2011-05-05  Glenn Morris  <rgm@gnu.org>
6275
6276         * proto-stream.el (gnutls-negotiate): Fix declarations.
6277
6278         * gnus-start.el (gnus-propagate-marks): Declare.
6279
6280 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6281
6282         * registry.el (registry-reindex): Fix percentage message.
6283
6284         * proto-stream.el (network-stream-open-starttls): Adjust to call
6285         `gnutls-negotiate' with :process and :hostname arguments.
6286
6287 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6288
6289         * shr.el: Add shr-link face for links.
6290         (shr-urlify): Use it.
6291
6292         * registry.el (registry-insert): Make error message more helpful.
6293
6294 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6295
6296         * gnus-html.el (gnus-html-schedule-image-fetching):
6297         Use url-queue-retrieve, if it exists.
6298
6299         * shr.el (shr-tag-img): Ditto.
6300
6301         * gnus.el: Autoload more gnus-agent functions.
6302
6303         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6304         agent if we haven't already (bug#8502).
6305
6306         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6307         into the Agent, too.
6308
6309         * gnus-agent.el (gnus-agent-store-article): New function.
6310
6311         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6312         and moved from that file for reuse.
6313
6314         * pop3.el (pop3-open-server): Error messages are "-ERR".
6315
6316 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6317
6318         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6319         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6320
6321 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6322
6323         * gnus.el: No Gnus v0.17 is released.
6324
6325 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6326
6327         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6328         buffer has moved to a different frame.
6329
6330 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6331
6332         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6333         to get the conversion from unibyte to multibyte buffers to work on
6334         Emacs 22.
6335
6336         * nntp.el (nntp-request-article): Slight clean-up.
6337
6338 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6339
6340         * shr.el (shr-strike-through): New face.
6341         (shr-tag-s): Use it to provide <s> support.
6342         (shr-tag-s): Remove duplicate definition.
6343
6344 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6345
6346         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6347         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6348
6349 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6350
6351         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6352         `gnutls-negotiate'.
6353         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6354
6355 2011-04-23  Glenn Morris  <rgm@gnu.org>
6356
6357         * gnus-sum.el (gnus-extra-headers): Bump :version.
6358
6359 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6360
6361         * shr.el (shr-tag-sup): New function.
6362         (shr-tag-sub): Ditto.
6363
6364 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6365
6366         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6367         for the case where `gnus-registry-ignored-groups' is a list of lists,
6368         and don't call `gnus-parameter-registry-ignore' otherwise.
6369
6370 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6371
6372         * nnimap.el (nnimap-user): New backend variable.
6373         (nnimap-open-connection-1): Use it.
6374         (nnimap-credentials): Accept user parameter so it's explicit what user
6375         name is desired.
6376
6377         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6378         default.
6379
6380         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6381         not gnus-registry.el.
6382
6383         * gnus-registry.el: Mention in comments how to modify
6384         `gnus-extra-headers' for proper recipient tracking and that it may
6385         already have To and Cc recently, which it does as of this commit.
6386         (gnus-registry-ignored-groups): Remove defcustom.
6387         Explain why in comments.
6388         (gnus-registry-action): Fix data-header reference to use the extra
6389         headers.  Explain in package commentary how to add To and Cc headers to
6390         the gnus-extra-headers.
6391         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6392         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6393         parameter list or a string list in `gnus-registry-ignored-groups'.
6394         Fix logic error.
6395
6396 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397
6398         * shr.el (shr-expand-url): Protect against null urls.
6399
6400 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6401
6402         * shr.el (shr-base): New binding.
6403         (shr-tag-base): Keep track of <base>.
6404         (shr-expand-url): New function used throughout.
6405
6406 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6407
6408         * gnus-registry.el
6409         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6410         (gnus-registry-ignored-groups): New variable.
6411         (gnus-registry-ignore-group-p): Use it.
6412         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6413         set the destination group to nil (same as delete) if it's ignored.
6414
6415 2011-04-20  David Engster  <dengste@eml.cc>
6416
6417         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6418
6419         * Makefile.in (test-nntp): New rule.
6420         (check): Add it.
6421         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6422
6423 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * gnus-registry.el (gnus-registry-action)
6426         (gnus-registry-fetch-header-fast):
6427         Don't use mail-header that looks an internal function of mailheader.el.
6428
6429 2011-04-19  Glenn Morris  <rgm@gnu.org>
6430
6431         * time-date.el (time-to-days): Remove unused local variables.
6432
6433 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * gnus-registry.el: Eliminate cl functions.
6436         (gnus-registry-sort-addresses): New function that replaces mapcan.
6437         (gnus-registry-action, gnus-registry-spool-action)
6438         (gnus-registry-split-fancy-with-parent)
6439         (gnus-registry-fetch-recipients-fast): Use it.
6440         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6441
6442         * registry.el (initialize-instance, registry-lookup)
6443         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6444         (registry-lookup-secondary-value, registry-search, registry-delete)
6445         (registry-insert, registry-reindex, registry-size, registry-prune):
6446         Use eval-and-compile.
6447
6448 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6449
6450         * registry.el (registry-reindex): New method to recreate the secondary
6451         registry indices.
6452
6453         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6454         tracked field changes.
6455         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6456         (gnus-registry-action, gnus-registry-spool-action)
6457         (gnus-registry-handle-action)
6458         (gnus-registry--split-fancy-with-parent-internal)
6459         (gnus-registry-split-fancy-with-parent)
6460         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6461         move, and delete actions, and for fancy splitting with parent.
6462         (gnus-registry-extract-addresses)
6463         (gnus-registry-fetch-recipients-fast)
6464         (gnus-registry-fetch-header-fast): Convenience functions.
6465         (gnus-registry-misc-test): ERT test of
6466         `gnus-registry-extract-addresses'.
6467
6468 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6469
6470         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6471         Track by subject first, then sender.
6472
6473 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6474
6475         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6476
6477         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6478         Lisp.
6479
6480         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6481         (gnus-draft-send): Use it to avoid popping
6482         up frames from gnus-group-send-queue.
6483
6484 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6485
6486         * gnus-registry.el: Updated gnus-registry docs.
6487
6488 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6489
6490         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6491         Fix logic bug.
6492         (gnus-registry-post-process-groups): Fix logging of no results and
6493         quote sender and subject.
6494
6495 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496
6497         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6498         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6499         gnutls-cli are too slow to be done opportunistically.
6500
6501         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6502         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6503         we had no early-data returned.
6504         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6505         two async commands to the same server at the same time.
6506
6507 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6508
6509         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6510
6511 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512
6513         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6514         "warning" level.
6515
6516         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6517         (mm-url-insert-file-contents): Don't set the package names.
6518
6519 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6520
6521         * gnus-registry.el (gnus-registry-action): Remove properties and
6522         simplify subject in `gnus-registry-handle-action'.
6523         (gnus-registry-spool-action): Get subject and sender from message if
6524         they are not passed in.
6525         (gnus-registry-handle-action): Remove properties and simplify subject
6526         consistently.
6527
6528 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6529
6530         * registry.el: Require CL before using defmacro*.
6531
6532 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-art.el (article-treat-date): Assume that
6535         gnus-article-date-headers may be a group parameter.
6536
6537 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6538
6539         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6540
6541         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6542         interactively so the newsrc file can contain foreign groups too.
6543         Useful for debugging but not much for users.
6544
6545 2011-04-07  David Engster  <dengste@eml.cc>
6546
6547         * registry.el (registry-usage-test): Only do
6548         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6549         lexical binding.
6550
6551 2011-04-07  David Engster  <dengste@eml.cc>
6552
6553         * Makefile.in (check, test-registry): New rules for test-suite.
6554
6555 2011-04-06  David Engster  <dengste@eml.cc>
6556
6557         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6558         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6559
6560 2011-04-06  David Engster  <dengste@eml.cc>
6561
6562         * registry.el (initialize-instance): Change :after to :AFTER to be
6563         compatible with old EIEIO version in XEmacs.
6564
6565 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * gnus-registry.el (gnus-registry-post-process-groups)
6568         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6569         and provide better messaging.
6570
6571 2011-04-06  David Engster  <dengste@eml.cc>
6572
6573         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6574         errors.
6575
6576         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6577         dgnushack-compile with error-on-warn enabled, and to signal an error if
6578         clean compilation failed.
6579         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6580         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6581
6582 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6583
6584         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6585         unconditionally anyway, discarding errors.
6586         (gnus-registry-delete-entries): New convenience function.
6587         (gnus-registry-import-eld): Import from old .eld registry.
6588
6589         * registry.el: Don't use ERT if it's not available.  Load it
6590         unconditionally anyway, discarding errors.
6591
6592         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6593         version from the Claudio Bley GnuTLS patch (extra optional parameters
6594         and host name).
6595
6596 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6597
6598         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6599         fixup the parameters that can be customized by the user between
6600         save/read cycles.
6601         (gnus-registry-read): Use it.
6602         (gnus-registry-make-db): Use it.
6603         (gnus-registry-spool-action, gnus-registry-handle-action):
6604         Fix messaging.
6605         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6606         Map references to actual group names with sender and subject tracking.
6607         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6608         (gnus-registry-usage-test): Add subject lookup test.
6609
6610         * registry.el (registry-db, initialize-instance): Set up constructor
6611         instead of :initform arguments for the sake of older Emacsen.
6612         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6613         pre-lexbind merge bug.
6614         (registry-usage-test): Use it.
6615         (initialize-instance, registry-db): Move the non-function initforms
6616         back to the class definition.
6617
6618 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6619
6620         * registry.el: New library to manage gnus-registry-style data.
6621
6622         * gnus-registry.el: Use it (major rewrite).
6623
6624         * nnregistry.el: Use it.
6625
6626         * spam.el: Use it.
6627
6628 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629
6630         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6631         marks on non-selected articles.
6632
6633 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6634
6635         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6636         parameter to open-protocol-stream.
6637
6638 2011-04-01  Julien Danjou  <julien@danjou.info>
6639
6640         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6641         fundamental-mode.
6642
6643 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6644
6645         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6646         servers.
6647
6648 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6649
6650         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6651         made marks not propagate, again.
6652
6653 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6654
6655         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6656         Make this the default type.
6657         (proto-stream-open-plain): Rename from proto-stream-open-default.
6658         (open-protocol-stream, proto-stream-open-starttls)
6659         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6660         with `plain'.
6661
6662         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6663         value.
6664
6665         * nntp.el (nntp-open-connection-function): Document the fact that some
6666         values are not functions but are instead handled specially.
6667         Recognize nntp-open-plain-stream value.
6668         (nntp-open-connection): Recognize that value.
6669
6670 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6671
6672         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6673         where it seems to be needed.
6674
6675 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6676
6677         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6678         stuff.
6679
6680         * gnus-score.el (gnus-score-string): Fix calling convention of
6681         `gnus-simplify-buffer-fuzzy' after last patches.
6682
6683         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6684         server for articles we didn't get any headers for.  This is a sanity
6685         check.
6686
6687 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6688
6689         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6690         new CAPABILITY, use it.
6691
6692 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6693
6694         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6695         downloading anything.
6696
6697         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6698
6699 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6700
6701         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6702         colors.
6703         (gnus-splash-svg-color-symbols): New function.
6704
6705 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6706
6707         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6708         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6709         (gnus-simplify-subject-fuzzy): Use the local
6710         gnus-simplify-subject-fuzzy-regex instead of the global one.
6711         This makes using this variable in group parameters work.
6712
6713 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6714
6715         * gnus-registry.el (gnus-registry-unfollowed-groups):
6716         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6717         archive:sent-YYYY-MM-DD groups).
6718         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6719         tracking if there are more than `gnus-registry-max-track-groups'
6720         matches.
6721
6722 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6723
6724         * message.el (message--yank-original-internal): New function to do the
6725         insertion cleanly inside eval in `message-yank-original'.
6726         (message-yank-original): Use it.
6727
6728 2011-03-29  Julien Danjou  <julien@danjou.info>
6729
6730         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6731         local variables disabled rather than `normal-mode'.
6732
6733 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6734
6735         * imap.el (imap-shell-open, imap-process-connection-type):
6736         Use imap-process-connection-type for 'shell' streams as well as
6737         Kerberos, SSL, other subprocesses.
6738
6739 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6740
6741         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6742         with open-network-stream.
6743         (proto-stream-always-use-starttls): Option removed.
6744         (open-protocol-stream): Return a process object by default.  Provide a
6745         new parameter :return-list specifying a list-type return value, which
6746         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6747         :type `network' to `try-starttls', and `network-only' to `default'.
6748         Make `default' the default, for compatibility with open-network-stream.
6749         Handle the no-parameter case exactly as open-network-stream, with no
6750         additional stream processing.  Search plists using plist-get.
6751         Explicitly add :end-of-commend parameter if it is missing.
6752         (proto-stream-open-default): Rename from
6753         proto-stream-open-network-only.  Return 'default as the type.
6754         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6755         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6756         failed.  Always return a list with a (possibly dead) process as the
6757         first element, for compatibility with open-network-stream.
6758         (proto-stream-open-tls): Use plist-get.  Always return a list.
6759         (proto-stream-open-shell): Return `default' as connection type.
6760         (proto-stream-capability-open): Use plist-get.
6761         (proto-stream-eoc): Function deleted.
6762
6763         * nnimap.el (nnimap-stream, nnimap-open-connection)
6764         (nnimap-open-connection-1): Handle renaming of :type parameter for
6765         open-protocol-stream.
6766         (nnimap-open-connection-1): Pass a :return-list parameter
6767         open-protocol-stream to obtain a list return value.  Parse this list
6768         using plist-get.
6769
6770         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6771         for open-protocol-stream.  Accept open-protocol-stream return value
6772         that is a subprocess object instead of a list.  Handle the case of a
6773         dead returned process.
6774
6775 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6776
6777         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6778
6779         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6780
6781 2011-03-21  Julien Danjou  <julien@danjou.info>
6782
6783         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6784         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6785         query.
6786         (mm-inline-text): Render normal text with fontification whenever
6787         possible.
6788
6789         * gnus-sum.el (gnus-summary-save-parts-1):
6790         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6791         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6792         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6793         Use `mm-handle-filename'.
6794
6795         * mm-util.el (mm-handle-filename): New function, return the filename of
6796         an handle.
6797
6798 2011-03-18  Julien Danjou  <julien@danjou.info>
6799
6800         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6801         (gnus-buffer-live-p): Check that buffer is not nil.
6802
6803 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6804
6805         * gnus.el: No Gnus v0.15 is released.
6806
6807 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6810         avoid warning on XEmacs.
6811
6812         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6813         on XEmacs.
6814
6815         * gnus-art.el: Require mouse, which the build bot seems to say is
6816         needed.
6817
6818         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6819
6820         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6821         XEmacs, since it doesn't have url-retrieve-synchronously.
6822
6823         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6824         since assoc-string doesn't exist in XEmacs.
6825
6826 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6827
6828         * gnus-group.el (gnus-group-list-ticked): New function.
6829         (gnus-group-make-menu-bar): Provide a menu entry for it.
6830         (gnus-group-list-map): Provide a binding for it.
6831
6832 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6833
6834         * shr.el (shr-visit-file): New command.
6835
6836         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6837
6838 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6839
6840         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6841         servers.
6842
6843 2011-03-16  Julien Danjou  <julien@danjou.info>
6844
6845         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6846         inline.
6847
6848         * gnus-art.el (article-hide-list-identifiers):
6849         Use gnus-group-get-list-identifiers.
6850
6851         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6852         (gnus-summary-remove-list-identifiers):
6853         Use gnus-group-get-list-identifiers to get regexp.
6854         (gnus-select-newsgroup, gnus-summary-insert-subject)
6855         (gnus-summary-insert-articles):
6856         Call gnus-summary-remove-list-identifiers unconditionally.
6857
6858 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6859
6860         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6861         we're selecting a group with unread articles.
6862
6863         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6864
6865         * gssapi.el: New file separated out from imap.el to provide a general
6866         Kerberos 5 connection facility for Emacs.
6867
6868         * message.el (message-elide-ellipsis): Document the format spec
6869         ellipsis.
6870
6871 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6872
6873         * message.el (message-elide-region): Allow the ellipsis to say how many
6874         lines were removed.
6875
6876 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6877
6878         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6879         window configurations containing buffers that are now dead.
6880
6881         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6882         parsing to avoid integer overflows.
6883         (nnimap-parse-flags): Simplify the last change.
6884         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6885         too large for 32-bit Emacsen.
6886
6887 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6888
6889         * auth-source.el (auth-source-netrc-create):
6890         * message.el (message-yank-original): Fix use of `case'.
6891
6892 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6893
6894         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6895         XEmacs, which was one character too wide.
6896
6897 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6898
6899         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6900         default number of articles to display.
6901         (gnus-articles-to-read): Use pretty names for prompt.
6902
6903 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * gnus-int.el (gnus-open-server): Ditto.
6906
6907         * gnus-start.el (gnus-activate-group): Give a backtrace if
6908         debug-on-quit is set and the user hits `C-g'.
6909         (gnus-read-active-file): Ditto.
6910
6911         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6912
6913 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6914
6915         * message.el (message-yank-original): Use cond instead of CL case.
6916
6917 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6918
6919         * auth-source.el (auth-source-netrc-create): Use usual format for the
6920         default in prompts.
6921
6922 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * lpath.el: Fbind read-char-choice for XEmacs.
6925
6926 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6927
6928         * auth-source.el (auth-source-netrc-create): Show the default in the
6929         prompt when prompting for token creation.
6930
6931 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6932
6933         * auth-source.el (auth-source-format-prompt): Always convert the value
6934         to a string to avoid evaluating non-string arguments.
6935         (auth-source-netrc-create): Offer default properly, not as initial
6936         content in `read-string'.
6937         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6938         of line to determine if we've been run before.  If so, don't run again,
6939         but print a trivial message to indicate the cache was hit instead.
6940
6941 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6944         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
6945         The user will have to run `gnus-sync-read' manually and wait for Cloudy
6946         Gnus.
6947
6948 2011-03-11  Julien Danjou  <julien@danjou.info>
6949
6950         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6951         modified file".
6952
6953 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * auth-source.el (auth-source-read-char-choice): New function to read a
6956         character choice using `dropdown-list', `read-char-choice', or
6957         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
6958         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
6959         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
6960         (auth-source-netrc-saver): Use it.
6961         (auth-source-pick-first-password): New convenience function.
6962
6963 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
6964
6965         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6966         parameter in the credentials.
6967         (nnimap-open-connection-1): Use it after a successful login.
6968         (nnimap-credentials): Add IMAP-specific user and password prompt.
6969
6970         * auth-source.el (auth-source-search): Add :require parameter, taking a
6971         list.  Document it and the :save-function return token.  Pass :require
6972         down.  Change the CREATED message from a warning to a debug statement.
6973         (auth-source-search-backends): Pass :require down.
6974         (auth-source-netrc-search): Pass :require down.
6975         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6976         Change save prompt to indicate all modifications saved here are
6977         deletions.
6978         (auth-source-netrc-create): Take user login name as default in user
6979         prompt.  Move all the save functionality to a lexically bound function
6980         under the :save-function token in the returned list.  Set up clearer
6981         default prompts for user, host, port, and secret.
6982         (auth-source-netrc-saver): New function, intended to be wrapped for
6983         :save-function.
6984
6985 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6986
6987         * shr.el (shr-table-horizontal-line): Change the defaults for the table
6988         lines to be spaces instead.
6989
6990 2011-03-07  Julien Danjou  <julien@danjou.info>
6991
6992         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6993         (sieve-sasl-auth): Check that auth-source-search did return something,
6994         or just return an empty string.
6995
6996 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
6997
6998         * gnus.el (gnus-interactive): Use read-directory-name.
6999
7000         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7001         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7002         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7003         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7004         Likewise.
7005
7006         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7007
7008 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7009
7010         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7011         onto the list of killed groups, too.  This makes killed nnimap groups,
7012         for instance, more reliably not reappear.
7013
7014         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7015         the parent.
7016
7017         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7018
7019         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7020         really have server-side marks.
7021
7022         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7023         since most backends do not usefully have server-side marks.
7024         (gnus-update-read-articles): Propagate marks to all backends that
7025         really have server-side marks.
7026
7027 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7028
7029         * message.el (message-cite-reply-position, message-cite-style):
7030         New variables.
7031         (message-yank-original): Use the new citation styles.
7032
7033 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7034
7035         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7036         buffer-local issue); don't mark it buffer-local when running under
7037         XEmacs.
7038
7039 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7040
7041         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7042         numbers too big to be `read'.
7043
7044 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7045
7046         * password-cache.el (password-in-cache-p): Add autoload.
7047
7048         * message.el (message-options): Make buffer-local two ways to attempt
7049         to fix a XEmacs bug.
7050
7051 2011-03-02  Julien Danjou  <julien@danjou.info>
7052
7053         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7054
7055 2011-03-01  Julien Danjou  <julien@danjou.info>
7056
7057         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7058         group.
7059         (article-hide-list-identifiers): Use list-identifier group parameter.
7060
7061 2011-02-28  Julien Danjou  <julien@danjou.info>
7062
7063         * sieve.el (sieve-buffer-script-name): New local variable to store
7064         sieve script name.
7065         (sieve-edit-script): Store sieve script name.
7066         (sieve-upload): Use sieve script name when uploading.
7067         (sieve-upload): Use substitute-command-keys.
7068         (sieve-edit-script): Use substitute-command-keys.
7069         (sieve-refresh-scriptlist): Use substitute-command-keys.
7070         (sieve-manage-mode-map): Define keymap properly.
7071         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7072         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7073         Remove commented code about cvs.
7074         (sieve-manage-quit): New function.
7075         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7076
7077 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078
7079         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7080
7081 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7082
7083         * auth-source.el (auth-source-search): Cache empty result sets.
7084
7085         * password-cache.el (password-in-cache-p): Convenience function to
7086         check if a key is in the cache, even if the value is nil.
7087
7088         * auth-source.el (auth-source-save-behavior): New variable to replace
7089         `auth-source-never-create'.
7090         (auth-source-netrc-create): Use it.
7091         (auth-source-never-save): Remove.
7092
7093 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7094
7095         * nnimap.el (nnimap-stream): Doc fix.
7096         (nnimap-open-connection-1): Reverse the order of the ports to that the
7097         prompted-for port is first.
7098
7099         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7100         retrieval by the no-group selection.
7101
7102         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7103         numerical parameters.
7104
7105 2011-02-25  Julien Danjou  <julien@danjou.info>
7106
7107         * gnus-gravatar.el: Use gnus-with-article-buffer.
7108
7109         * gnus-art.el (gnus-with-article-buffer): Check that the
7110         gnus-article-buffer is alive.
7111
7112 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7113
7114         * auth-source.el (auth-source-creation-prompts): New variable to manage
7115         creation-time prompts.
7116         (auth-source-search): Document it.
7117         (auth-source-format-prompt): Add utility function.
7118         (auth-source-netrc-create): Don't default the user name to
7119         user-login-name.  Use `auth-source-creation-prompts' and some default
7120         prompts for user, host, port, and password (the default generic prompt
7121         remains ugly).
7122         (auth-source-never-save): Add customizable option to never save info.
7123         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7124         mode excursion.
7125
7126 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7129         argument that XEmacs doesn't support.
7130
7131         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7132         compiled for Emacsen having no `libxml-parse-html-region' support.
7133
7134         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7135
7136         * lpath.el: Bind buffer-save-without-query for XEmacs.
7137
7138 2011-02-23  Julien Danjou  <julien@danjou.info>
7139
7140         * gnus-art.el (article-make-date-line): Ignore errors if time is
7141         invalid and not convertible.
7142         (article-make-date-line): Only add lapsed time if time is not nil.
7143
7144 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7145
7146         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7147         `read-char-choice' for backwards compatibility.
7148         (auth-source-netrc-element-or-first): New function to DTRT for
7149         parameter extraction.
7150         (auth-source-netrc-create): Use it and fix multiple parameter print
7151         bug.  Use the default passed from above (given-default) or the
7152         built-in (user-login-name for :user).
7153
7154 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7155
7156         * gnus-start.el (gnus-dribble-read-file):
7157         Set buffer-save-without-query, since we always want to save the dribble
7158         file, probably.
7159
7160         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7161         nnimap.
7162
7163         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7164         -summary- since it's a user-visible variable.
7165
7166         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7167         first time you use the new Gnus.
7168
7169 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7170
7171         * auth-source.el: Don't load netrc.el.
7172         (auth-sources): Search ~/.netrc as well by default.
7173         (auth-source-debug): Add 'trivia option for extra output.
7174         (auth-source-do-trivia): Use it.
7175         (auth-source-search): Simplify logic to use
7176         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7177         appropriate.  Don't keep a running count at this level.  Layer :create
7178         and :delete options appropriately on the first and second passes.
7179         Don't track the backend with the search results.
7180         (auth-source-search-backends): New function to search a list of
7181         backends for a processed spec.
7182         (auth-source-netrc-parse): Cache all netrc files, making
7183         auth-source-netrc-cache an alist keyed by the file name and using the
7184         file mtime as the caching criterion.  Keep the obfuscated data secret
7185         with a lexical bind.
7186         (auth-source-netrc-search): Don't calculate the length of the results
7187         unnecessarily.
7188         (auth-source-search-backends): Fix bug.
7189         (auth-source-netrc-create): Rework prompts.
7190
7191 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7192
7193         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7194         Lower case names of search constraints.
7195         (nnir-run-query): Cache and reuse search constraints for all imap
7196         servers.
7197
7198 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7199
7200         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7201         after exit.
7202         (gnus-setup-message): Define missing variable from last checkin.
7203
7204         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7205         value, show the raw article.
7206
7207 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7208
7209         * gnus.el: No Gnus v0.13 is released.
7210
7211 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7212
7213         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7214         auth-source now accepts numbers.
7215
7216         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7217         spec, too.
7218         (auth-source-ensure-strings): New function.
7219
7220         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7221         (gnus-article-setup-buffer): Always restart the date timer so that user
7222         changes to the frequency is respected.
7223
7224         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7225         port numbers, so make sure it gets that if nnimap-server-port is
7226         explicit.
7227
7228 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7229
7230         * nnimap.el (nnimap-inbox): Doc fix.
7231
7232 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7233
7234         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7235         Autoload.  Add optional arg FRAME, and pass it to color-values.
7236         (color-complement): Caller changed.  Doc fix.
7237         (color-gradient): Rewrite for better clarity and efficiency.
7238
7239 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7240
7241         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7242         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7243         color-lab-to-srgb.
7244
7245 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7246
7247         * color.el: First part of merge from hexrgb.el.
7248         (color-rgb-to-hex): Rename from color-rgb->hex.
7249         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7250         saturation to zero if the value is too small.
7251         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7252         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7253         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7254         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7255         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7256         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7257         (color-cie-de2000): Doc fix.
7258
7259 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7260
7261         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7262         given method as in the group name if we're using an extended method.
7263         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7264         command, if we're using that, instead of waiting for the beginning.
7265
7266         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7267         we're sure to get unique server names, and we don't output two async
7268         commands in the same buffer.  This fixes an NNTP hang for some users.
7269
7270 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7271
7272         * gnus.el: No Gnus v0.11 is released.
7273
7274 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7275
7276         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7277         summary buffer before reading going to the next buffer.  This avoids
7278         putting the point in the group buffer if you `C-g' the command.
7279
7280         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7281         cache (for now) to make ~/.authinfo.gpg files usable.
7282
7283         * nnfolder.el (copyright-update): Define for the compiler.
7284
7285         * auth-source.el (auth-source-search): Fix unbound variable.
7286
7287 2011-02-19  Glenn Morris  <rgm@gnu.org>
7288
7289         * gnus.el (gnus-meta): Doc fix.
7290
7291 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7292
7293         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7294         in case it's not yet loaded.
7295
7296 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7297
7298         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7299         line we're waiting for.
7300
7301 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7302
7303         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7304         face with line-width greater than zero will cause RET in gnus summary
7305         buffer to scroll down article page-wise because auto vscroll happens,
7306         it should be temporally disabled when doing a scroll-up.
7307
7308 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7309
7310         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7311         outputs from the server.
7312
7313 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7314
7315         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7316         later so that bbdb can hook in easier.
7317
7318 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7319
7320         * auth-source.el (auth-source-search): Don't try to create credentials
7321         if the caller doesn't want that.
7322         (auth-source-search): If we don't find a match, don't bug out on
7323         non-bound variables.
7324         (auth-source-search): Only ask a single backend to create the
7325         credentials.
7326
7327         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7328         logging.
7329         (nnimap-credentials): Protect against auth-source-search returning nil.
7330         (nnimap-request-list): Protect against not being able to open the
7331         server.
7332
7333 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7334
7335         * auth-source.el (auth-source-search): Do a two-phase search, one with
7336         no :create to get the responses from all backends.
7337
7338         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7339         when getting credentials.
7340
7341         * gnus-util.el (gnus-delete-duplicates): New function.
7342
7343 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7344
7345         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7346         a creation default, pass the whole port list down.  It will be
7347         completed.
7348
7349         * auth-source.el (auth-source-search): Updated docs to talk about
7350         multiple creation choices.
7351         (auth-source-netrc-create): Accept a list as a value (from the search
7352         parameters) and do completion on that list.  Keep a separate netrc line
7353         with the password obscured for showing the user.
7354
7355         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7356         first choice to `auth-source-search' so it will be used for entry
7357         creation instead of the server's Gnus-specific name.
7358         (nnimap-credentials): Rely on the auth-source library to select which
7359         port is actually wanted in the new netrc entry, so don't override
7360         `auth-source-creation-defaults'.
7361
7362         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7363         :protocol and accept a missing user, host, or port as a wildcard match.
7364         (auth-source-debug): Default to off.
7365
7366         (auth-source-netrc-search, auth-source-netrc-create)
7367         (auth-source-secrets-search, auth-source-secrets-create)
7368         (auth-source-user-or-password, auth-source-backend, auth-sources)
7369         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7370         instead of :protocol.
7371
7372         * nnimap.el (nnimap-credentials): Pass a port default to
7373         `auth-source-search' in case an entry needs to be created.
7374         (nnimap-open-connection-1): Use :port instead of :protocol.
7375
7376 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * auth-source.el: Bind load-path when loading EIEIO from
7379         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7380         21.4 doesn't support, to `require'.
7381         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7382         delete-dups that is not available in XEmacs 21.4.
7383
7384 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7385
7386         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7387         as EIEIO must also be loaded when auth-source.el is being
7388         byte-compiled.
7389
7390 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7391
7392         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7393
7394         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7395
7396         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7397
7398         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7399
7400         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7401
7402         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7403
7404         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7405
7406         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7407         necessary.
7408
7409 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7410
7411         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7412         nil means that nnimap doesn't get updated.
7413
7414 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7415
7416         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7417         result when the user doesn't want to write to the file.
7418         (auth-source-netrc-search): Expect a synthetic result and proceed
7419         accordingly.
7420         (auth-source-cache-expiry): New variable to override
7421         `password-cache-expiry'.
7422         (auth-source-remember): Use it.
7423
7424         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7425         parameter.  Create entry if necessary by using :create t.
7426         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7427
7428 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7429
7430         * auth-source.el (auth-source-debug): Enable by default and don't
7431         mention the obsolete `auth-source-hide-passwords'.
7432         (auth-source-do-warn): New function to debug unconditionally.
7433         (auth-source-do-debug): Use it.
7434         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7435         and for Secrets API entries when the secrets.el library is not
7436         available.
7437
7438 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7439
7440         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7441         (gnus-summary-exit): Kill the correct article buffer on exit from a
7442         `C-d' group.
7443
7444         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7445         gnus-propagate-marks.
7446
7447         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7448         before killing the buffers so that a non-full window conf gets handled
7449         correctly.
7450         (gnus-summary-exit): Ditto.
7451         (gnus-summary-read-group-1): Ditto.
7452
7453         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7454         async code again so that we can debug it properly.
7455
7456         * message.el (message-reply): Take an optional switch-buffer parameter
7457         so that Gnus window confs are respected better.
7458
7459 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7460
7461         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7462         `plist-get' to accept non-list parameters (XEmacs issue).
7463         Fix docstring.
7464         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7465         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7466         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7467         Login collection is "Login" and not "login".
7468
7469 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7470
7471         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7472         multiple headers.
7473
7474         * nnimap.el (nnimap-inhibit-logging): New variable.
7475         (nnimap-log-command): Don't log login commands.
7476
7477         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7478         to have more parameters.
7479
7480         * nnimap.el (nnimap-send-command): Mark the command time for each
7481         command, so that we don't get NOOPs stepping on our toes.
7482
7483         * gnus-art.el (article-date-ut): Get the date from the Date header on
7484         `t'.
7485
7486 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * auth-source.el (auth-source-search): Use copy-sequence instead of
7489         the cl.el copy-list.
7490
7491 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7492
7493         * imap.el: Bring it back (revert
7494         84d800cd31de3064f0ed39617d725709a2f8f42f).
7495
7496 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7497
7498         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7499         Improve prompt.
7500
7501 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7502
7503         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7504         washing status from the default format.  It isn't very informative.
7505
7506 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7507
7508         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7509         Fix Gcc processing on imap.
7510
7511 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7512
7513         * imap.el: Remove file.  All the functionality is in nnimap.el.
7514
7515 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7516
7517         * message.el (message-bury): Don't pop up a new window when selected
7518         window is dedicated.
7519
7520 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7521
7522         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7523
7524 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7525
7526         * sieve-manage.el: Autoload `auth-source-search'.
7527         (sieve-sasl-auth): Use it.
7528
7529 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7530
7531         * nnimap.el: Autoload `auth-source-forget+'.
7532         (nnimap-open-connection-1): Use it if the connection fails.
7533
7534         * auth-source.el: Require `password-cache'.
7535         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7536         obsolete.
7537         (auth-source-magic): Marker for `password-cache' keys.
7538         (auth-source-do-cache): Update docstring.
7539         (auth-source-search): Use and check cache.
7540         (auth-source-forget-all-cached, auth-source-remember)
7541         (auth-source-recall, auth-source-forget, auth-source-forget+)
7542         (auth-source-specmatchp): Caching support functions.
7543         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7544         Remove and obsolete.
7545         (auth-source-user-or-password): Remove caching to further discourage
7546         using it.  Always hide passwords.
7547
7548         * password-cache.el (password-cache-remove): Accept secrets that are
7549         not strings.
7550
7551 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7552
7553         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7554         code for now, since it doesn't work for all users.
7555
7556 2011-02-09  Julien Danjou  <julien@danjou.info>
7557
7558         * message.el (message-options): Make message-options really buffer
7559         local.
7560
7561 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7562
7563         * mail-source.el: Autoload `auth-source-search'.
7564         (mail-source-keyword-map): Note order matters.
7565         (mail-source-set-1): Get all the mail-source source values and
7566         defaults and search auth-source on those if needed.  This can all
7567         probably be simplified.
7568
7569         * nnimap.el: Autoload `auth-source-search'.
7570         (nnimap-credentials): Use it.
7571         (nnimap-open-connection-1): Ask for the virtual server and physical
7572         address in one shot.
7573
7574         * nntp.el: Autoload `auth-source-search'.
7575         (nntp-send-authinfo): Use it.  Note TODO.
7576
7577 2011-02-08  Julien Danjou  <julien@danjou.info>
7578
7579         * shr.el (shr-tag-body): Add support for text attribute in body
7580         markups.
7581
7582         * message.el (message-options): Make message-options a local variable.
7583
7584 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7585
7586         * auth-source.el (auth-source-secrets-search)
7587         (auth-source-user-or-password): Use `append' instead of `nconc'.
7588         (auth-source-user-or-password): Build return list better and protect
7589         against nil :secret.
7590
7591 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7592
7593         * nnimap.el (nnimap-update-info): Refactor slightly.
7594         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7595         (nnimap-update-info): Clean up slightly.
7596         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7597         characters.
7598         (nnimap-process-quirk): Rename function to avoid collision.
7599         (nnimap-update-info): Fix macrology bug-out.
7600         (nnimap-update-info): Simplify split history test.
7601
7602 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7603
7604         * auth-source.el (top): Require 'eieio unconditionally.
7605         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7606         (auth-source-secrets-search): Limit search when `max' is greater than
7607         number of results.
7608
7609 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7610
7611         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7612         part not returning any data.
7613
7614         * proto-stream.el (open-protocol-stream): Document the return value.
7615
7616 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7617
7618         * auth-source.el (auth-source-secrets-search): Add examples.
7619
7620 2011-02-06  Julien Danjou  <julien@danjou.info>
7621
7622         * message.el (message-setup-1): Handle message-generate-headers-first
7623         set to t.
7624
7625 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7626
7627         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7628         API with a string "secrets:collection-name" and with 'default.
7629         (auth-source-backend-parse): Parse "secrets:collection-name" and
7630         'default.  Recurse on parses instead of repeating code.  Use the
7631         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7632         message when ignoring a source.
7633         (auth-source-search): List ignored search keys at the top level.
7634         (auth-source-netrc-create): Use `case' instead of `cond'.
7635         (auth-source-secrets-search): Created with TODOs.
7636         (auth-source-secrets-create): Created with TODOs.
7637         (auth-source-retrieve, auth-source-create, auth-source-delete)
7638         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7639         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7640         (auth-source-user-or-password-sftp)
7641         (auth-source-user-or-password-smtp): Remove.
7642         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7643         around `auth-source-search'.  Not tested thoroughly.
7644
7645 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7646
7647         * auth-source.el: Bring in assoc and eioeio libraries.
7648         (secrets-enabled): New variable to track the status of the Secrets API.
7649         (auth-source-backend): New EIOEIO class to represent a backend.
7650         (auth-source-creation-defaults): New variable to set prompt defaults
7651         during token creation (see the `auth-source-search' docstring for
7652         details).
7653         (auth-sources): Simplify to allow a simple string as a netrc backend
7654         spec.
7655         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7656         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7657         (auth-source-search): Main auth-source API entry point.
7658         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7659         (auth-source-search-collection): Helper function for searching.
7660         (auth-source-netrc-parse, auth-source-netrc-normalize)
7661         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7662         Supports search, create, and delete.
7663         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7664         backend stubs.
7665         (auth-source-user-or-password): Call `auth-source-search' but it's not
7666         ready yet.
7667
7668 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7669
7670         * message.el (message-setup-1): Remove the read-only stuff, since it
7671         doesn't work under XEmacs, for some reason.
7672
7673         * gnus-sum.el (gnus-user-date): Rename back from
7674         gnus-summary-user-date since user code refers to it.
7675
7676         * shr.el (shr-render-td): Store the actual background color used.
7677
7678         * message.el (message-setup-1): Don't bind the constant
7679         -forbidden-properties.
7680         (message-setup-1): Revert previous change, since it needs to bind the
7681         props to insert them.
7682         (message-resend): Allow removing the read-only separator line.
7683
7684 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7685
7686         * nnimap.el (nnimap-request-accept-article): Give an error message if
7687         the APPEND wasn't successful.
7688
7689 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7690
7691         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7692         that have no groups.
7693
7694 2011-02-03  Julien Danjou  <julien@danjou.info>
7695
7696         * gnus-draft.el: Remove progn around gnus-draft-setup.
7697
7698 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7699
7700         * gnus-start.el (gnus-read-active-for-groups): This function is never
7701         called with a nil `infos', so clean that up.
7702         (gnus-get-unread-articles): Request active files from primary/secondary
7703         methods that have no groups (yet).
7704
7705 2011-02-03  Julien Danjou  <julien@danjou.info>
7706
7707         * message.el (message-setup-1): Always generate References first.
7708         (message-mail): Return the return value of message-setup, not always t.
7709         (message-setup-1): Insert mail-header-separator with read-only and
7710         intangible properties set.
7711
7712         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7713         user-date in docstring.
7714
7715         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7716
7717         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7718         docstring.
7719
7720         * gnus.el (gnus-user-date-format-alist): Change default value.
7721         Use defcustom, with type and group.  Move from gnus-util.el.
7722         Rename to gnus-summary-user-date-format-alist.
7723
7724 2011-02-03  Glenn Morris  <rgm@gnu.org>
7725
7726         * nnimap.el (gnus-fetch-headers): Declare.
7727
7728         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7729
7730 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7731
7732         * message.el (message-forward-make-body-digest-plain)
7733         (message-followup, message-reply): Clean up things noted by Stefan.
7734
7735         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7736         gnus-article-update-date-headers is nil.
7737         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7738         it didn't really work with defcustom.
7739         (article-update-date-lapsed): Make sure the window start doesn't move,
7740         either.
7741
7742 2011-02-01  Julien Danjou  <julien@danjou.info>
7743
7744         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7745         format.
7746
7747         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7748         standard in Emacs nowadays.
7749
7750         * color.el (color-gradient): Add a color-gradient function.
7751
7752 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7753
7754         * message.el (message-expand-name): Don't trust the return value of
7755         bbdb-complete-name.
7756         (message-check-news-header-syntax): Remove unused var `start'.
7757         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7758         (message-inhibit-body-encoding): Move to before first use.
7759         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7760         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7761         (Organization, Message-ID, Date, mh-previous-window-config):
7762         Defvar the vars using dynamic scoping.
7763
7764 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7765
7766         * shr.el (shr-render-td): Only do colors at the final rendering.
7767         Should be slightly faster.
7768         (shr-insert-table): Fix up TD background colors when doing the
7769         vertical padding.
7770
7771         * gnus-art.el (article-date-ut): Protect against articles with no Date
7772         header.
7773         (article-update-date-lapsed): Don't use current-column to find the
7774         horizontal position.  It's fragile in the presence of \003 characters.
7775
7776         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7777
7778 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7779
7780         * gnus-art.el (article-transform-date): Rewrite to still work when
7781         there are several rfc2822 parts.
7782         (article-transform-date): Fix infinite recursion.
7783         (article-date-ut): Replace infinitely many Date headers with a single
7784         one when called interactively.
7785
7786         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7787         secure manner.
7788
7789         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7790         move around by not using save-window-excursion.  It seems to work...
7791
7792 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * gnus-art.el (article-make-date-line): Work for user-defined format.
7795
7796 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7797
7798         * nntp.el (nntp-retrieve-group-data-early)
7799         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7800         fetching functions.
7801
7802         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7803         thoroughly for all backends that have no known groups.  This should
7804         allow new nnml methods to retrieve mail.
7805
7806         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7807         that Gnus doesn't know exists again.
7808
7809         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7810         (gnus-treat-date-ut): Ditto.
7811         (gnus-article-update-date-header): Rename.
7812         (gnus-treat-date-local): Remove.
7813         (gnus-treat-date-english): Remove.
7814         (gnus-treat-date-lapsed): Remove.
7815         (gnus-treat-date-combined-lapsed): Remove.
7816         (gnus-treat-date-original): Remove.
7817         (gnus-treat-date-iso8601): Remove.
7818         (gnus-treat-date-user-defined): Remove.
7819         (gnus-article-date-headers): New variable to control all the date
7820         header options.
7821         (article-date-ut): Rewrite to allow using the new way to format date
7822         headers(s).
7823
7824 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7825
7826         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7827         method.
7828         (nnmail-article-group): A better test for fanciness.
7829
7830         * nnimap.el (nnimap-request-head): Protect against not finding the
7831         article by Message-ID.
7832
7833 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7834
7835         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7836         keep point at the "same place".
7837
7838 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7839
7840         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7841         data if the group is inactive.
7842
7843 2011-01-28  Julien Danjou  <julien@danjou.info>
7844
7845         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7846         (gnus-all-windows-visible-p): Remove old compatibility code.
7847         (gnus-window-top-edge): Add docstring.
7848
7849         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7850
7851 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7852
7853         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7854         older request-update-info.
7855
7856         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7857
7858 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7859
7860         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7861         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7862
7863 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7864
7865         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7866         groups.  This makes the nndraft:queue group pop up if it's not already
7867         there.
7868
7869         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7870         messages" logic, which was reversed.
7871
7872         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7873         the "same place" even if point is on the line being replaced.
7874         (article-update-date-lapsed): Allow updating both the combined lapsed
7875         and the lapsed headers.
7876         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7877         (article-make-date-line): Limit the number of segments dynamically to
7878         avoid too-long lines.
7879
7880 2011-01-27  Julien Danjou  <julien@danjou.info>
7881
7882         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7883         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7884
7885 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7888         Use plist-get instead of the cl function getf.
7889
7890 2011-01-27  Glenn Morris  <rgm@gnu.org>
7891
7892         * gnus-util.el (float-time): Get rid of compiler warning, again.
7893
7894 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7895
7896         * shr.el (shr-put-color): Special-case background colors: Do put them
7897         at the blank parts at the front of the lines.
7898
7899         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7900         exit hook to nix out all data on readedness on group exit.
7901
7902         * gnus-util.el (float-time): If float-time is bound, always use it on
7903         all Emacsen.  It's unclear why the subrp check was there.
7904         (time-date): Require to make some autoload issues on XEmacs go away.
7905
7906         * shr.el (shr-put-color): Don't do the box padding in tables, since
7907         they're already padded.
7908
7909 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7910
7911         * gnus-art.el (gnus-article-next-page): When the last line of the
7912         article is displayed, scroll down once more instead of going to the
7913         next article at once.
7914         (article-lapsed-string): Refactor out and allow specifying how many
7915         segments you want.
7916         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7917         (gnus-article-update-lapsed-header): New variable.
7918
7919         * shr.el: Revert change that made headings use different-sized faces.
7920         The Emacs display engine isn't advanced enough that, for instance,
7921         tables can comfortably use differently-sized faces.
7922
7923 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7924
7925         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7926         used.
7927         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7928         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7929         we're using an encrypted connection.
7930
7931         * proto-stream.el: Alter the interface functions to also return the
7932         actual stream type used: network or tls.
7933
7934 2011-01-25  Julien Danjou  <julien@danjou.info>
7935
7936         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7937         (mm-display-javascript-inline): New function.
7938
7939         * mm-decode.el (mm-inline-media-tests): Add application/javascript
7940         viewing function.
7941
7942 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * shr.el (shr-expand-newlines): Fix variable name.
7945
7946 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
7947
7948         * shr.el (shr-expand-newlines): Make nested boxes work.
7949
7950 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7951
7952         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7953         backgrounds.
7954         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7955         in a more sensible manner.
7956
7957 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
7958
7959         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7960         if EPG is loaded.
7961
7962 2011-01-24  Julien Danjou  <julien@danjou.info>
7963
7964         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7965         tags.
7966
7967 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7968
7969         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7970         commands.
7971
7972         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7973         in the article buffer.
7974         (gnus-gravatar-insert): Use blank space from the current buffer to
7975         avoid breaking text properties.  This makes X-Sent updating work again.
7976
7977         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7978
7979 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
7980
7981         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7982         fix the bug in url-http.el instead.
7983
7984         * shr.el (shr-image-fetched): Ditto.
7985
7986         * shr.el (shr-image-fetched): Avoid having point move in the article
7987         buffer.
7988
7989         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7990         buffer after being called.  It's apparently being killed by url.el, and
7991         killing it made point move to end-of-buffer in a random buffer.
7992
7993         * shr.el (shr-image-fetched): Ditto.
7994
7995 2011-01-23  Julien Danjou  <julien@danjou.info>
7996
7997         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7998
7999         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8000         text/x-org.
8001
8002 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8003
8004         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8005         (i.e., nnimap) returning nil as the article number.
8006
8007 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8008
8009         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8010         "DelSp" parameter in RFC3676.
8011
8012 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8013
8014         * message.el (message-check-recipients): Display the encoded version of
8015         the bogus address if they differ.
8016
8017         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8018         after sending.
8019
8020         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8021
8022         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8023
8024         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8025         group buffer after sending the queue.
8026
8027         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8028
8029 2011-01-22  Julien Danjou  <julien@danjou.info>
8030
8031         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8032
8033 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8034
8035         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8036         nested related parts.
8037
8038         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8039         unexpired articles.  This fixes the regression that led expiry marks to
8040         disappear from nnfolder groups.
8041
8042 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8043
8044         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8045         Don't confuse the "ret" of "retrograde" with RET.
8046
8047 2011-01-21  Julien Danjou  <julien@danjou.info>
8048
8049         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8050         than mm-insert-inline.
8051
8052 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8055         Widen article buffer.
8056
8057 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8058
8059         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8060         the temp buffer.
8061         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8062
8063 2011-01-20  Julien Danjou  <julien@danjou.info>
8064
8065         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8066
8067         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8068         than mm-insert-inline to insert inline part: this respect
8069         mm-inline-media-tests displayers.
8070
8071         * mm-view.el (mm-display-shell-script-inline): New function.
8072
8073         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8074
8075         * mm-uu.el (mm-uu-type-alist): Add org block.
8076         (mm-uu-org-src-code-block-extract): New function.
8077
8078         * mm-view.el (mm-display-org-inline): New function.
8079
8080         * mm-decode.el (mm-automatic-display): Add text/org.
8081
8082         * mailcap.el (mailcap-mime-extensions): Add .org.
8083
8084 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8087         gnus-article-add-buttons.
8088
8089 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8090
8091         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8092         From header with a date and "nobody" as the sender.
8093
8094 2011-01-19  Julien Danjou  <julien@danjou.info>
8095
8096         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8097         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8098         if you have the same regexp several times.
8099         (gnus-button-push): Fix matching when regexp is symbol.
8100
8101 2011-01-15  Glenn Morris  <rgm@gnu.org>
8102
8103         * message.el (message-mail): A compose-mail function should
8104         accept headers as strings.
8105
8106 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8107
8108         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8109         Add :vert-only tags.
8110         (message-mail): New arg RETURN-ACTION.
8111         (message-return-action): New var.
8112         (message-bury): Use it.
8113         (message-mode): Make it buffer-local.
8114         (message-send-and-exit): Always call message-bury.
8115
8116         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8117         message-mail.
8118
8119 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * nnimap.el (nnimap-convert-partial-article): Protect against
8122         zero-length body parts.
8123
8124         * mm-decode.el (mm-preferred-alternative-precedence):
8125         Discourage showing empty parts.
8126
8127         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8128         and stuff if the backend didn't return the article number.  This fixes
8129         an Exchange-related nnimap bug.
8130
8131         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8132         group window, because it does the wrong thing when a separate frame
8133         displays the group buffer.
8134
8135         * proto-stream.el (open-protocol-stream): Protect against the low-level
8136         transport functions returning nil.
8137
8138 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8139
8140         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8141         (mml2015-epg-find-usable-secret-key): New function.
8142         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8143         mml2015-epg-find-usable-key (Bug#7797).
8144         (mml2015-epg-encrypt): Ditto.
8145
8146 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * dgnushack.el (rot13-string): Fix the way to get the argument.
8149
8150 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8151
8152         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8153
8154 2011-01-03  Glenn Morris  <rgm@gnu.org>
8155
8156         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8157
8158         * sieve.el (sieve-open-server): Give a more explicit error if
8159         sieve-manage-open returns nil.  (Bug#7720)
8160
8161 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8162
8163         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8164
8165 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166
8167         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8168         This avoids sending passwords in plain text over non-encrypted
8169         channels.
8170
8171         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8172
8173         * nnimap.el (nnimap-login): Refactored out into own function, and
8174         implement CRAM-MD5.
8175         (nnimap-wait-for-line): Refactored out.
8176
8177         * mm-view.el (mml-smime): Require.
8178
8179 2010-12-20  David Engster  <deng@eml.cc>
8180
8181         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8182         use EPG to decrypt S/MIME messages instead of openssl.
8183
8184 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8185
8186         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8187
8188         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8189         status is the group clearly is unreachable.
8190
8191         * auth-source.el (auth-source-create): Add the optional second
8192         parameter to `local-variable-p' to be compatible with XEmacs.
8193
8194 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8195
8196         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8197         work when using a compressed nnml folder.
8198
8199 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8200
8201         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8202         backends after sanitising on entry, because this never makes sense:
8203         If the articles have gone missing, then the data no longer exists on
8204         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8205         overwrite anything anyway.
8206
8207         * shr.el (shr-insert-document): Bind shr-width dynamically to
8208         window-width if it's nil.
8209
8210 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8211
8212         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8213         with the meaning of using the full emacs window width for rendering.
8214
8215 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8216
8217         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8218         case when sender is not given.
8219
8220 2010-12-23  Julien Danjou  <julien@danjou.info>
8221
8222         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8223         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8224         the addresses, otherwise we might misplaced the gravatar.
8225
8226 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8227
8228         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8229         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8230         obsolete in Emacs.
8231
8232 2010-12-20  Julien Danjou  <julien@danjou.info>
8233
8234         * gnus-util.el (gnus-rescale-image): Revert last change.
8235
8236 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8237
8238         * binhex.el: Improve commentary (Bug#7482).
8239
8240 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8241
8242         * gnus-group.el (gnus-group-delete-articles): New command.
8243
8244 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8245
8246         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8247
8248 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8249
8250         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8251         here, since it's up to the backends to do CRLF removal if their
8252         protocol has it.
8253
8254         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8255
8256 2010-12-17  Julien Danjou  <julien@danjou.info>
8257
8258         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8259         they are from file.  Can also scale up.
8260
8261 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8262
8263         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8264         Restore gnus-use-agent.
8265         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8266
8267         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8268
8269 2010-12-17  Julien Danjou  <julien@danjou.info>
8270
8271         * gravatar.el (gravatar-retrieve-synchronously): New function.
8272         (gravatar-get-data): Make more robust.
8273
8274 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8277
8278 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8279
8280         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8281         to really consider the last line.
8282
8283 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8284
8285         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8286         list of recipient keys, or use symmetric encryption if not a list.
8287         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8288         EPA override, replacing the call to `netrc-store-data'.
8289
8290 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8291
8292         * gnus-srvr.el: Avoid passing nil regexp argument to
8293         delete-matching-lines.
8294
8295 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8296
8297         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8298         fetching stops when Gnus exits.
8299
8300         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8301         function.
8302         (nnfolder-request-expire-articles): Save all the buffers after doing
8303         expiry.
8304
8305         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8306         the last article", since that led to serious performance regressions
8307         when expiring nnml groups.
8308
8309 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8310
8311         * nnir.el: Improve customizations.
8312
8313 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8314
8315         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8316
8317         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8318         group has been killed.
8319         (gnus-group-yank-group): Ditto.
8320
8321         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8322
8323         * nnimap.el (nnimap-request-update-group-status): New function.
8324
8325         * gnus-int.el (gnus-request-update-group-status): New interface
8326         function.
8327
8328         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8329         copying read-ness to the backends.
8330
8331         * nnimap.el (nnimap-quirk): New function.
8332         (nnimap-retrieve-group-data-early): Use it.
8333         (nnimap-quirks): New alist.
8334
8335 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8338         don't delete it within indentation.
8339
8340 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8341
8342         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8343         previous line.
8344
8345 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8348         QRESYNC command by deleting a superfluous space which broke Cyrus
8349         servers.  This change will break other servers that are buggy the other
8350         way around.
8351
8352 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8353
8354         * spam.el: Reindent and fix long lines.
8355         (spam-copy-or-move-routine): Exclude invalid move destinations.
8356
8357 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8358
8359         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8360         installed the registry.
8361
8362 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8365
8366 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8367
8368         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8369         groupname doesn't contain "gmane".
8370
8371 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372
8373         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8374         and netrc-bound-and-true-p bindings.
8375         (netrc-parse): Cache the netrc contents.
8376
8377         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8378         (gnus-1): Don't create the nndrafts group twice.
8379         (gnus-setup-news): There's no need to read the active file here, since
8380         that's done again later on a per-backend basis.
8381         (gnus-start-draft-setup): Make sure that the new group is started out
8382         empty.
8383
8384         * gnus-agent.el (gnus-agentize): Don't create the queue group
8385         automatically on startup.  It'll be created later, if needed.
8386
8387         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8388         of automatically subscribed groups.
8389         (gnus-auto-subscribed-categories): New variable.
8390         (gnus-matches-options-n): Use it.
8391         (gnus-default-subscribed-newsgroups): Remove unused variable.
8392         (gnus-start-draft-setup): Message a bit less.
8393
8394 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8395
8396         * nnir.el (nnir-run-imap): Return article list in order of increasing
8397         UID.
8398
8399 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8400
8401         * gnus-sum.el (gnus-summary-enter-digest-group):
8402         Mention gnus-auto-select-on-ephemeral-exit.
8403
8404         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8405         convention of the network-only option.
8406
8407 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8408
8409         * proto-stream.el (proto-stream-open-network-only): New function to
8410         have a way to specify non-STARTTLS upgrade connections.
8411
8412 2010-12-10  Julien Danjou  <julien@danjou.info>
8413
8414         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8415         email address is nil.
8416
8417         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8418
8419 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8420
8421         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8422         deletion.
8423         (nnir-run-imap): Only need to parse list once.
8424
8425 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8426
8427         * shr.el (shr-tag-script): Ignore <script>.
8428         (shr-tag-label): Add <label> support.
8429
8430 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8433
8434         * shr.el (shr-image-displayer): Work for images lined side by side.
8435
8436 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8437
8438         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8439         parameter, since XEmacs doesn't accept t as a parameter.
8440
8441 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8442
8443         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8444         ids.
8445         (nnir-run-gmane): Simplify groupspec formatting.
8446         (nnir-request-expire-articles): New function.
8447
8448 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8451         overflow, possibly.
8452
8453         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8454         (shr-render-td): Handle td style="" better.
8455         (shr-tag-table): Use the color from the style sheet.
8456         (shr-render-td): Make sure we copy over all the overlays, too.
8457
8458 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8459
8460         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8461         (nnir-request-article): Improve article retrieval.
8462
8463 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * mm-util.el (mm-extra-numeric-entities): New variable.
8466
8467         * mm-url.el (mm-url-decode-entities):
8468         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8469
8470         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8471
8472 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8473
8474         * message.el: Use completion-at-point.
8475         (message-completion-function): New fun, extracted from message-tab.
8476         (message-mode): Use it for completion-at-point-functions.
8477         (message-tab): Use it and completion-at-point.
8478
8479 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8482         character if a non-breakable character follows.
8483
8484 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8485
8486         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8487         any stream.
8488
8489         * shr.el (shr-tag-font): Colorize the region.
8490         (shr-tag-body): Ditto.
8491         (shr-tag-font): Actually let the styles be inherited instead of
8492         overwriting them.
8493         (shr-tag-font): Get the background color right.
8494         (shr-tag-style): Ignore all <style> tags for the moment.
8495
8496         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8497         a Message-ID to avoid having nnimap depend on gnus-sum.
8498
8499         * shr.el (shr-descend): Only colorize something if we have a node that
8500         sets colors.
8501
8502 2010-12-06  Julien Danjou  <julien@danjou.info>
8503
8504         * shr.el (shr-render-td): Render td content with shr-descend, so style
8505         will be applied to <td> too.
8506         (shr-colorize-region): Colorize region even if we only have a background.
8507         (shr-tag-body): Fix color and background color inheritance.
8508         Do not recolorize after shr-generic.
8509         (shr-tag-font): Let shr-generic colorize via inheritance.
8510
8511 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8514
8515 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8516
8517         * nnir.el (nnir-request-move-article): Remove obsolete code.
8518
8519 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8522
8523 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * gnus-sum.el (gnus-summary-respool-article): The completion function
8526         expects a list instead of an alist.
8527
8528         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8529         string as the parameter.
8530
8531         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8532
8533         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8534         styles.
8535         (shr-colorize-region): New function.
8536         (shr-insert-background-overlay): Remove.
8537         (shr-render-td): Background setting should be taken care of on a higher
8538         level.
8539         (shr-tag-body): Use post-hoc colorizations.
8540         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8541         (shr-put-color-1): Don't overwrite old colors.
8542         (shr-colorize-region): When the background color isn't explicit, use
8543         a fixed background.
8544
8545         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8546         nnmail variables.
8547
8548 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8549
8550         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8551         unless necessary.
8552
8553 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8554
8555         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8556         server.
8557
8558 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8559
8560         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8561         so that TAB works.
8562
8563         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8564         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8565
8566         * shr.el (shr-urlify): Show the URL before the title to avoid
8567         misleading URLs.
8568
8569 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8570
8571         * shr.el (shr-urlify): Display the title in <a> tags.
8572
8573 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8574
8575         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8576
8577 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8578
8579         * nnir.el: Rearrange code to allow macros to be autoloaded by
8580         gnus-sum.el.
8581         (nnir-retrieve-headers-override-function): Make this variable
8582         customizable.
8583         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8584
8585         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8586         from nnir.el.
8587
8588 2010-12-03  Julien Danjou  <julien@danjou.info>
8589
8590         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8591
8592 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8595         allow optional argument `environment'.
8596
8597 2010-12-03  Glenn Morris  <rgm@gnu.org>
8598
8599         * mm-extern.el (message-goto-body): Update declaration.
8600
8601 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8602
8603         * gnus-util.el (gnus-macroexpand-all): New function.
8604
8605         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8606         instead of macroexpand-all that is unavailable in XEmacs.
8607
8608 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8609
8610         * nnir.el (nnir-summary-line-format): New variable.
8611         (nnir-mode): Use it.
8612         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8613         (nnir-article-ids): Reimplement as defsubst.
8614         (nnir-retrieve-headers): Don't mangle the subject header.
8615         (nnir-run-imap): Use 100 as RSV score.
8616         (nnir-run-find-grep): Fix for full server searching.
8617         (nnir-run-gmane): Better restriction to gmane groups.
8618
8619         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8620         summary buffers.
8621
8622 2010-12-02  Julien Danjou  <julien@danjou.info>
8623
8624         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8625
8626         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8627
8628         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8629         support.
8630
8631 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8632
8633         * nnir.el: Update to handle the registry better.
8634         (autoload): Silence byte-compiler.
8635         (nnir-open-server): Add a hook for nnir groups.
8636         (nnir-request-move-article): Don't mangle the header.  Better to use
8637         formatting variables (which will be added in the future).
8638         (nnir-registry-action): Update the registry using the original article
8639         group name.
8640         (nnir-mode): Install nnir-specific hooks for updating the registry.
8641
8642         * gnus-sum.el
8643         (gnus-article-original-subject, gnus-newsgroup-original-name):
8644         Remove obsolete variables.
8645         (gnus-summary-move-article): Remove use of obsolete variables.
8646         (gnus-summary-local-variables): Make move and delete hooks local to
8647         summary buffers.
8648
8649 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8650
8651         * rtree.el: New file.
8652
8653 2010-12-01  Julien Danjou  <julien@danjou.info>
8654
8655         * message.el (message-user-organization): Do not use
8656         gnus-local-organization.
8657
8658         * gnus.el: Remove gnus-local-organization.
8659
8660         * gnus-msg.el: Remove nastygram thing.
8661
8662 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8663
8664         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8665         funcall.
8666
8667 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8670         names.
8671
8672         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8673         characters.
8674
8675         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8676         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8677         Suggested by Štěpán Němec <stepnem@gmail.com>.
8678         (gnus-gravatar-transform-address): Use mail-extract-address-components
8679         that supports non-ASCII names rather than mail-header-parse-addresses.
8680
8681 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8682
8683         * proto-stream.el (open-protocol-stream): All starttls connections are
8684         handled by the network handler.
8685
8686 2010-11-30  Julien Danjou  <julien@danjou.info>
8687
8688         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8689         (nnimap-open-connection-1): Fix PREAUTH.
8690
8691         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8692
8693 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8696         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8697         (shr-insert): Use them.
8698         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8699
8700 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8701
8702         * nnir.el (nnir-request-move-article): Bail out if original group
8703         doesn't support article moves.
8704         (nnir-get-active): Improve active list retrieval.
8705
8706 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8707
8708         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8709
8710 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8711
8712         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8713         seem to accept strings-with-numbers as port numbers.
8714
8715 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8716
8717         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8718         change the registry.
8719
8720 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8723         delete-dups that is not available in XEmacs 21.4.
8724
8725         * mm-util.el (mm-delete-duplicates): Add comment.
8726
8727 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8728
8729         * nnir.el (nnir-ignored-newsgroups): New variable.
8730         (nnir-get-active): Use it.
8731
8732 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8733
8734         * proto-stream.el (proto-stream-open-network): Add some comments.
8735
8736         * nntp.el (nntp-open-connection): Provide a :success condition.
8737
8738         * nnimap.el (nnimap-open-connection-1): Ditto.
8739
8740         * proto-stream.el (proto-stream-open-network): See what the response to
8741         the STARTTLS command is.
8742
8743         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8744         backwards compatibility).
8745         (nnimap-open-connection-1): Really respect nnimap-server-port.
8746
8747         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8748         TLS upgrades we don't really care about the identity of the peer.
8749         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8750         that what we've checked for.
8751         (proto-stream-always-use-starttls): Only default to t if
8752         open-gnutls-stream exists.
8753         (proto-stream-open-network): If STARTTLS failed, then just open a
8754         normal connection.
8755         (proto-stream-open-network): Wait until the greeting before doing
8756         STARTTLS.
8757
8758         * nntp.el (nntp-open-connection): Report what the connection error is.
8759
8760         * proto-stream.el (open-protocol-stream): Rename from
8761         open-proto-stream.
8762
8763 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8764
8765         * nnimap.el (nnimap-stream): Change default to `undecided'.
8766         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8767         first, and then network.
8768         (nnimap-open-connection-1): Respect nnimap-server-port.
8769         (nnimap-open-connection): Be more backwards-compatible.
8770
8771         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8772         (proto-stream-open-starttls): De-duplicate the starttls code.
8773         (proto-stream-open-starttls): Folded back into the main function.
8774         (proto-stream-open-network): Fix typo in the gnutls path.
8775         (proto-stream-command): Refactor out.
8776
8777         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8778
8779         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8780         starttls.el STARTTLS.
8781
8782         * color.el (color-lab->srgb): Fix function call name.
8783
8784         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8785         if we're using tls.el.
8786         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8787         built in, then don't try to establish a STARTTLS connection.
8788
8789         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8790         servers.
8791
8792         * proto-stream.el (open-proto-stream): Use network, not stream.
8793         (open-proto-stream): Add a way to specify what the end of a command is.
8794
8795         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8796         connections types.
8797         (nntp-open-network-stream): Remove.
8798         (nntp-open-ssl-stream): Remove.
8799         (nntp-open-tls-stream): Remove.
8800         (nntp-ssl-program): Remove.
8801
8802         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8803
8804 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8805
8806         * nnir.el: Fix typos.
8807         (nnir-retrieve-headers-override-function): Rename variable to reflect
8808         new semantics.
8809         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8810         macros.
8811         (nnir-request-article, nnir-request-move-article): Use them.
8812         (nnir-categorize): New function.
8813         (nnir-run-query): Use it.
8814         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8815         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8816         sorted.
8817         (nnir-group-full-name): Use gnus-group-full-name instead.
8818         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8819         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8820
8821 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8824
8825         * proto-stream.el: New library to provide protocol-specific
8826         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8827         protocols.
8828         (open-proto-stream): Complete the documentation.
8829         (proto-stream-open-network): Fix some typos.
8830
8831         * nnimap.el (nnimap-open-connection): Use it.
8832
8833 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8834
8835         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8836         negotiation.
8837
8838 2010-11-26  Julien Danjou  <julien@danjou.info>
8839
8840         * color.el: Rename various rgb functions to srgb.
8841
8842 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843
8844         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8845         names.
8846
8847 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * shr.el (shr-insert): Revert last change.
8850         (shr-find-fill-point): Never leave point being at bol;
8851         relax the kinsoku limitation when rendering tables.
8852
8853 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854
8855         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8856         results from -accept-article.
8857
8858         * shr-color.el: Require cl when compiling.
8859
8860         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8861         checkin.
8862
8863         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8864
8865         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8866
8867         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8868         'add and 'delete to set backend marks.
8869
8870         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8871
8872         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8873
8874         * nntp.el (nntp-request-set-mark): Use it.
8875
8876         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8877
8878         * nnml.el (nnml-request-set-mark): Ditto.
8879
8880         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8881         introduces regressions in article selection.
8882         (nnimap-find-uid-response): New function.
8883         (nnimap-request-accept-article): Use the UID returned, if any.
8884         (nnimap-request-move-article): Use the UID returned, if any.
8885         (nnimap-get-groups): Reimplement to work with folded lines.
8886         (nnimap-find-uid-response): The UID is the last element in the list.
8887         (nnimap-request-set-mark): Extend syntax with 'set.
8888
8889         * nnml.el (nnml-request-set-mark): Ditto.
8890
8891         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8892
8893         * nntp.el (nntp-request-set-mark): Ditto.
8894
8895 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * message.el (message-called-interactively-p): A temporary macro.
8898         (message-goto-body): Use it temporarily.
8899
8900 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901
8902         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8903         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8904         (nnimap-last-response-string): Fix last unfolding fix.
8905
8906 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * shr.el (shr-insert): Fix the way to fold lines.
8909
8910 2010-11-25  Julien Danjou  <julien@danjou.info>
8911
8912         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8913
8914         * color.el: Rename from color-lab.el
8915         (color-rgb->hex): Add.
8916         (color-complement): Add.
8917         (color-complement-hex): Add.
8918
8919         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8920
8921 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8922
8923         * shr-color.el (shr-color-visible): Don't bug out if the color names
8924         don't exist.
8925
8926 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8929         assuming that article displaying or another mml-preview may be
8930         interrupted for an error or for the like.
8931
8932         * shr.el (shr-get-background): Fix argument name.
8933
8934 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8937
8938         * gnus-sum.el (gnus-summary-include-articles): New function.
8939
8940         * message.el (message-goto-body): called-interactively-p needs a
8941         parameter, so use `any'.
8942
8943         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8944         clear marks before moving, since they're synced from the Gnus side
8945         first.
8946
8947         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8948         (gnus-summary-move-article): Copy over all marks before moving, so that
8949         IMAP doesn't think a new article has arrived.
8950
8951 2010-11-24  Julien Danjou  <julien@danjou.info>
8952
8953         * shr.el (shr-insert-background-overlay): Fix typo.
8954         (shr-render-td): Copy the background before rendering.
8955
8956         * shr-color.el (shr-color-visible): Fix docstring.
8957
8958         * shr.el (shr-tag-table): Add bgcolor support.
8959         (shr-render-td): Add bgcolor support.
8960         (shr-get-background): Add.
8961         (shr-insert-foreground-overlay): Use shr-get-background.
8962
8963         * message.el (message-goto-body): Use called-interactively-p.
8964         (message-in-body-p): message-goto-body returns point.
8965
8966 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8967
8968         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
8969         Fixes something or other in Emacs 23, and is backwards compatible.
8970
8971         * message.el (message-goto-body): Remove the <#secure special-casing,
8972         which is too special.
8973
8974         * shr.el (shr-parse-style): Drop !important from styles.
8975
8976 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
8977
8978         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8979         this function to return incorrect results when calling it with an
8980         explicit article argument different from
8981         (gnus-summary-article-number).
8982
8983 2010-11-24  Julien Danjou  <julien@danjou.info>
8984
8985         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8986         (shr-tag-body): Add background support.
8987         (shr-descend): Add background support.
8988         (shr-tag-title): Add.
8989
8990         * shr-color.el (shr-color-visible): Really return original background
8991         if fixed.
8992
8993 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * shr.el (shr-color-check): Protect against non-existent color names.
8996
8997 2010-11-24  Julien Danjou  <julien@danjou.info>
8998
8999         * color-lab.el: Require 'cl when compiling.
9000
9001         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9002
9003         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9004         matched part.
9005
9006         * color-lab.el: Fix all expt calls to use float type.
9007
9008 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9011         expression to shr-color-check as is.
9012
9013         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9014
9015         * color-lab.el: Add coding cookie.
9016         (float-pi): Use eval-and-compile.
9017
9018         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9019         compiled for Emacsen having no `libxml-parse-html-region' support.
9020
9021 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9022
9023         * shr.el (shr-insert-color-overlay): Split stuff like
9024         "#444444 !important" to find the real color.
9025         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9026         parse <font color="red"> entries.
9027
9028 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9029
9030         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9031         point when parsing headers.
9032
9033         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9034         is positioned properly when parsing headers.
9035
9036 2010-11-23  Julien Danjou  <julien@danjou.info>
9037
9038         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9039
9040         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9041
9042         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9043
9044         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9045         Use shr-color-hue-to-rgb.
9046         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9047
9048 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9049
9050         * shr.el (shr-color->hexadecimal): Autoload.
9051         (shr-descend): Add color to all tags.
9052
9053 2010-11-22  Julien Danjou  <julien@danjou.info>
9054
9055         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9056         shr-color->hexadecimal.
9057
9058         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9059         RGB() or HSL() color representation.
9060
9061         * shr.el (shr-tag-font): Add.
9062         (shr-tag-color-check): New function to get better colors.
9063         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9064         tag-span.
9065
9066         * shr-color.el: New file.
9067
9068         * color-lab.el: New file.
9069
9070         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9071
9072 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9073
9074         * nnir.el: Fix typo in comments.
9075         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9076         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9077
9078 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9079
9080         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9081
9082         * nnimap.el (nnimap-get-capabilities): Refactor out.
9083         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9084
9085 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9086
9087         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9088         appearing when `mm-uu-hide-markers' is nil.
9089
9090 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9091
9092         * nnimap.el (nnimap-unselect-group): Make into its own function.
9093         (nnimap-request-rename-group): Unselect group before renaming.
9094         This had gotten lost somewhere.
9095         (nnimap-request-accept-article): Keep track of examined groups, and
9096         unselect the group before APPENDing to read-only groups.
9097         (nnimap-request-move-article): Clear flags before moving so that they
9098         can be re-set later.
9099
9100 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9103         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9104
9105 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-art.el (gnus-mime-display-single):
9108         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9109         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9110         parameter.
9111
9112 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113
9114         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9115         (shr-table-vertical-line): New variable.
9116         (shr-insert-table): Use it.
9117
9118 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-html.el (gnus-html-wash-images): Don't display images if
9121         gnus-inhibit-images is non-nil; register displayer for cid images.
9122         (gnus-html-display-image): Work for cid image.
9123         (gnus-html-insert-image): Allow arguments.
9124         (gnus-html-put-image): Inhibit read-only.
9125         (gnus-html-prefetch-images): Don't prefetch images if
9126         gnus-inhibit-images is non-nil.
9127
9128 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9129
9130         * shr.el (shr-put-image): Break lines when inserting big pictures.
9131
9132 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9133
9134         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9135         sender, thanks Katsumi Yamaoka.
9136
9137 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9138
9139         * nnir.el (nnir-run-imap): Reverse the article list for each group
9140         rather than the whole list.
9141
9142 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * shr.el (shr-image-displayer): Protect function against non-existent
9145         image source.
9146
9147         * gnus-art.el (gnus-inhibit-images): New user option.
9148         (gnus-mime-display-single): Don't display image if it is non-nil.
9149
9150         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9151         gnus-inhibit-images.
9152
9153         * shr.el (shr-image-displayer): New function.
9154         (shr-tag-img): Use it.
9155
9156 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9157
9158         * mml2015.el (mml2015-epg-sign): Use From header.
9159
9160 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9161
9162         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9163
9164         * gnus-util.el (gnus-find-text-property-region): Return markers.
9165
9166         * shr.el (shr-tag-img): Put a displayer in the text property.
9167
9168         * gnus-util.el (gnus-find-text-property-region): New utility function.
9169
9170         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9171         (gnus-html-show-images): Remove.
9172
9173         * gnus-art.el (gnus-article-show-images): New, more general function.
9174
9175         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9176         image url text properties.
9177
9178         * shr.el: Ditto.
9179
9180         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9181         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9182
9183 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9186         work for two or more articles.
9187
9188 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9191         divide an image that's in an html article to two or more when washing
9192         non-ASCII characters in alt text of it.
9193
9194 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9197         smime-decrypt-region using function argument.
9198         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9199
9200         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9201
9202         * smime.el (smime-decrypt-region): Catch it.
9203
9204 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9205
9206         * smime.el (smime-mode-map): Move initialization into declaration.
9207         (gnus-run-mode-hooks): Don't autoload.
9208         (smime-mode): Use define-derived-mode.
9209
9210 2010-11-11  Glenn Morris  <rgm@gnu.org>
9211
9212         * smime.el (from): Restrict declaration to XEmacs.
9213
9214         * nnir.el (gnus-group-topic-name): Autoload.
9215
9216 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * shr.el (shr-insert): Don't break long line if it is because of
9219         kinsoku-bol characters in the line end.
9220
9221 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9222
9223         * nnir.el (nnir-request-move-article): Fix to provide original group
9224         and subject.
9225         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9226         been retrieved.
9227
9228         * gnus-sum.el (gnus-summary-move-article): Use original group and
9229         subject for virtual articles such as those in an nnir summary buffer.
9230
9231 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9232
9233         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9234         least 21.5).
9235
9236         * smime.el (from): Declare it again for XEmacs.
9237
9238 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239
9240         * message.el (message-resend): Don't disable encoding unless it's
9241         already encoded.
9242
9243         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9244         low-numbered articles.
9245
9246 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * rfc2047.el (rfc2047-syntax-table): Simplify.
9249
9250         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9251
9252         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9253         set-char-table-range for XEmacs.
9254
9255 2010-11-10  Glenn Morris  <rgm@gnu.org>
9256
9257         * time-date.el (time-to-seconds): Always an alias on Emacs,
9258         never a real function.
9259         (with-no-warnings): Remove compat stub, now unused.
9260         (time-less-p): Doc fix.
9261         (time-to-number-of-days): Simplify.
9262
9263         * smime.el (from): Remove unused declaration.
9264
9265         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9266         (gnus-float-time): On Emacs, always an alias.
9267
9268         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9269         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9270
9271 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * dgnushack.el: Don't use ignore-errors in the top level form since it
9274         is unavailable in XEmacs even if cl is loaded.
9275
9276         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9277
9278 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9279
9280         * shr.el (browse-url-mailto): Autoload.
9281
9282         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9283
9284         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9285         regexp doesn't need quoting.
9286
9287 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9288
9289         * message.el (message-subject-trailing-was-ask-regexp)
9290         (message-subject-trailing-was-regexp): Match was: in addition to was.
9291
9292 2010-11-09  Glenn Morris  <rgm@gnu.org>
9293
9294         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9295         (nnbabyl-check-mbox): Use point-at-bol.
9296
9297 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9298
9299         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9300
9301         * message.el (message-mailto): New function.
9302         (message-mailto): Should accept other parameters.
9303         (message-mailto): Remove since it duplicates browse-url-mailto
9304         functionality.
9305
9306 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9307
9308         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9309         methods.
9310         (gnus-read-active-file): Ditto.
9311
9312         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9313         ": " from the prompt.
9314         (gnus-group-make-group): Ditto.
9315
9316 2010-11-07  Glenn Morris  <rgm@gnu.org>
9317
9318         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9319         (gnus-bookmark-kill-line): Use point-at-eol.
9320
9321 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9324         asterisks in From header.
9325
9326 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9329         string to avoid making the From headers syntactically invalid.
9330
9331         * message.el (message-send-mail): Don't insert courtesy messages if the
9332         message already has List-Post and List-ID messages.
9333
9334 2010-11-06  Glenn Morris  <rgm@gnu.org>
9335
9336         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9337         `condition', `type', `length' a prefix.
9338         (gnus-treat-predicate): Update for above name changes.
9339
9340 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9341
9342         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9343         binding.  Handled by `gnus-summary-refer-thread' instead.
9344         (nnir-warp-to-article): New backend function.
9345
9346         * nnimap.el (nnimap-request-thread): Force dependency updating.
9347
9348         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9349         (gnus-summary-refer-thread): Rework to improve thread-referral.
9350
9351         * gnus-int.el (gnus-warp-to-article): New function.
9352
9353         * gnus-sum.el (gnus-summary-article-map): Bind it.
9354
9355 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9356
9357         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9358         gnus-summary-refer-thread.
9359
9360         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9361         headers.
9362         (gnus-summary-limit-include-thread): Prevent articles in thread from
9363         being cut in gnus-cut-threads.
9364         (gnus-summary-refer-thread): Limit retrieved headers to those in
9365         thread.
9366
9367 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * message.el (message-send-mail): Use the value of
9370         message-courtesy-message from the message buffer.
9371
9372         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9373
9374         * shr.el (shr-browse-url): Implement mailto: URLs.
9375
9376         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9377         "raw".
9378
9379         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9380         if it's already selected.
9381
9382         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9383
9384 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9387         to measure the length and truncate alt text.
9388
9389 2010-11-03  Glenn Morris  <rgm@gnu.org>
9390
9391         * nndiary.el (nndiary-generate-nov-databases-1)
9392         (nndiary-generate-active-info): Rename dynamic variable `files' to
9393         something less generic.
9394
9395 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9396
9397         * nnir.el (nnir-request-move-article): Call the underlying backend to
9398         move articles from nnir.
9399
9400 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9401
9402         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9403
9404 2010-11-02  Julien Danjou  <julien@danjou.info>
9405
9406         * nnir.el: Remove wais support.
9407
9408 2010-11-02  Glenn Morris  <rgm@gnu.org>
9409
9410         * gnus-html.el: Reorder requirements to quieten compiler.
9411
9412 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9415         properly for XEmacs as well.
9416         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9417         (gnus-article-natural-long-line-p): Use window-width rather than
9418         frame-width.
9419
9420 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9421
9422         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9423         (nnir-read-parms): Don't modify query.
9424         (nnir-run-query): Add ability to search topic on current line.
9425         (nnir-get-active): Clean up.
9426
9427 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9428
9429         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9430         degenerate articles.
9431
9432         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9433         (gnus-print-buffer): Just print the buffer as is, without any copying
9434         to a buffer and then re-highlighting.
9435
9436         * nnimap.el (nnimap-request-group): Store the new updated info.
9437         (nnimap-request-group): Select the group when we don't know whether it
9438         exists or not.
9439
9440         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9441         groups.
9442
9443         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9444         groups.
9445
9446         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9447         groups.
9448
9449         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9450         long-lines case by only filling the long lines.
9451
9452         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9453         (bug#7311).
9454
9455 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * shr.el: No need to declare `declare-function' since shr.el is for
9458         only Emacsen that provide `libxml-parse-html-region'.
9459
9460         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9461         effective only in a file it is referred to.
9462
9463 2010-11-01  Glenn Morris  <rgm@gnu.org>
9464
9465         * mm-util.el (gnus-completing-read): Autoload.
9466         (mm-read-coding-system): Simplify Emacs definition.
9467
9468         * nnmail.el (gnus-activate-group):
9469         * nnimap.el (gnutls-negotiate):
9470         * nntp.el (netrc-parse): Fix declarations.
9471
9472 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9475         string-match-p in Emacs >=23.
9476
9477         * gnus-msg.el (gnus-configure-posting-styles):
9478         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9479
9480 2010-11-01  Glenn Morris  <rgm@gnu.org>
9481
9482         * nnir.el (declare-function): Add compat stub.
9483         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9484         (nnir-run-gmane): Require 'mm-url.
9485
9486         * mm-util.el (mm-string-to-multibyte): Simplify.
9487
9488         * shr.el (declare-function): Add compat stub.
9489         (url-cache-create-filename): Declare.
9490         (mm-disable-multibyte, widget-convert-button): Autoload.
9491
9492         * smime.el (ldap-search): Declare.
9493         (smime-cert-by-ldap-1): Require ldap on Emacs.
9494
9495         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9496         (nnimap-keepalive): Use gnus-float-time.
9497
9498         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9499         (mail-source-delete-crash-box): Use gnus-float-time.
9500
9501         * gnus-dired.el (gnus-completing-read): Autoload.
9502
9503         * mm-view.el (gnus-rescale-image): Autoload.
9504
9505         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9506
9507         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9508
9509         * sieve-manage.el: Require 'cl when compiling.
9510
9511         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9512         (gnus-iswitchb-completing-read): Require iswitchb.
9513         (gnus-select-frame-set-input-focus): Silence compiler.
9514
9515 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * message.el (message-subject-trailing-was-query): Change default to t,
9518         since I think that's what most people want.
9519
9520         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9521         appending for easier debugging.
9522         (nnimap-wait-for-connection): Take a regexp.
9523         (nnimap-request-accept-article): Wait for the continuation line before
9524         sending anything unless we're streaming.
9525
9526         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9527         leave the header washing to take place.
9528
9529 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9530
9531         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9532         regular expression match and replace in posting styles.
9533
9534 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9535
9536         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9537         an entire server.
9538         (nnir-get-active): New function.
9539         (nnir-run-imap): Use it.
9540         (nnir-run-gmane): Who knew, gmane search returns an article score!
9541
9542         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9543         server on the current line with nnir.
9544
9545 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546
9547         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9548         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9549         left edge.
9550         (gnus-article-foldable-buffer): Skip past the prefix when determining
9551         raggedness.
9552
9553         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9554         the raw article, and change `C-u g' to show the article without doing
9555         treatments.
9556
9557         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9558         on to `gnus-treat-article'.
9559         (gnus-inhibit-article-treatments): New variable.
9560
9561         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9562
9563         * gnus-art.el (gnus-treatment-function-alist): Have
9564         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9565         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9566         sections.
9567
9568         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9569         parameter.
9570         (gnus-article-fill-cited-long-lines): New function.
9571         (gnus-article-fill-cited-article): Allow filling only long sections.
9572
9573         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9574         and non-punctuation (like after the apostrophe in "'We").
9575
9576         * gnus-sum.el (gnus-summary-select-article): Make sure
9577         gnus-original-article-buffer is alive.
9578
9579         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9580         reflect the order they're in in the digest.
9581
9582         * gnus.el (gnus-group-startup-message): Move point to the start of the
9583         buffer.
9584
9585         * nnimap.el (nnimap-capability): New function.
9586         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9587         is set.
9588
9589 2010-10-31  David Engster  <dengste@eml.cc>
9590
9591         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9592         conform with changes to gnus-completing-read.
9593
9594 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9595
9596         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9597
9598 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9599
9600         * nnir.el: Move defvar, defcustom around to keep file organized
9601         and keep byte-compiler quiet.
9602         (nnir-read-parms): Accept search-engine as arg.
9603         (nnir-run-query): Pass search-engine as arg.
9604         (nnir-search-engine): Remove.
9605
9606 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * shr.el (shr-generic): The text nodes should be text, not :text.
9609
9610         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9611         later in the file.
9612
9613 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9614
9615         * nnir.el: General clean up.  Allow searching with multiple engines.
9616         Allow separate extra-parameters for each engine.
9617         Batch queries when possible.
9618         (nnir-imap-default-search-key, nnir-method-default-engines):
9619         Add customize interface.
9620         (nnir-run-gmane): New engine.
9621         (nnir-engines): Use it.  Qualify all prompts with engine name.
9622         (nnir-search-engine): Remove global variable.
9623         (nnir-run-hyrex): Restore for now.
9624         (nnir-extra-parms, nnir-search-history): New variables.
9625         (gnus-group-make-nnir-group): Use them.
9626         (nnir-group-server): Remove in favor of gnus-group-server.
9627         (nnir-request-group): Avoid searching twice.
9628         (nnir-sort-groups-by-server): New function.
9629
9630 2010-10-30  Julien Danjou  <julien@danjou.info>
9631
9632         * gnus-group.el: Remove gnus-group-fetch-control.
9633
9634         * gnus-start.el (gnus-find-new-newsgroups):
9635         Remove gnus-check-first-time-used.
9636
9637         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9638
9639 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9640
9641         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9642         set on groups that don't have \* permanentflags.
9643
9644 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9645
9646         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9647         control the background color.
9648         (shr-tag-img): Ignore very small web bug type images.
9649         (shr-put-image): Add help-echo alt texts to the images.
9650         (shr-tag-video): Show the video poster image.
9651
9652 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9653
9654         * shr.el (shr-table-depth): New variable.
9655         (shr-tag-table-1): Only insert the images after the top-level table.
9656
9657         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9658
9659         * gnus-util.el (gnus-list-memq-of-list): New function.
9660
9661         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9662         selected.
9663         (nnimap-unsplittable-articles): New slot.
9664         (nnimap-new-articles): Use it.
9665
9666 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9667
9668         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9669         move to the previous line on `M-g'.
9670
9671 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9672
9673         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9674         *-request-group, which seems unnecessary.
9675
9676         * nnimap.el (nnimap-quote-specials): Function copied over from
9677         imap.el.
9678         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9679         they support that.  Suggested by Tom Regner.
9680
9681 2010-10-29  Julien Danjou  <julien@danjou.info>
9682
9683         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9684         defalias.
9685         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9686
9687         * gnus.el: Remove `gnus-nntp-service' variable.
9688         (gnus-secondary-servers): Make obsolete.
9689         (gnus-nntp-server): Make obsolete.
9690
9691         * gnus-start.el (gnus-1): Remove x-splash calls.
9692
9693         * gnus-ems.el (gnus-x-splash): Remove.
9694
9695         * gnus.el (gnus-group-startup-message): Simplify/update code.
9696
9697         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9698         definition.
9699
9700         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9701         capability before doing anything.
9702         (gnus-group-insert-group-line): Remove useless
9703         gnus-group-remove-excess-properties.
9704
9705 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9708
9709 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9710
9711         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9712         config after reselecting.
9713
9714 2010-10-28  Julien Danjou  <julien@danjou.info>
9715
9716         * shr.el (shr-put-image): Use point even if only inserting text.
9717         (shr-put-image): Save excursion when inserting alt text on non-graphic
9718         display, so the behavior is the same when we are on a graphic display.
9719
9720         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9721
9722 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9725         (gnus-mime-copy-part): Check coding system, not charset.
9726         (gnus-mime-view-part-externally): Never remove part.
9727         (gnus-mime-view-part-internally): Don't remove part here.
9728         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9729         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9730         multipart/alternative.
9731
9732         * mm-decode.el (mm-display-part): Take optional arg `force'.
9733
9734 2010-10-26  Julien Danjou  <julien@danjou.info>
9735
9736         * gnus-group.el (gnus-group-default-list-level): Add this function to
9737         compute the default list level.
9738         (gnus-group-default-list-level): Add possibility to use a function.
9739
9740 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9743
9744         * gnus-group.el (gnus-group-completing-read)
9745         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9746         gnus-replace-in-string.
9747
9748 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * shr.el (shr-tag-div): Add.
9751
9752         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9753
9754 2010-10-25  Julien Danjou  <julien@danjou.info>
9755
9756         * gnus-util.el: Remove `gnus-with-local-quit'.
9757
9758         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9759
9760 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9761
9762         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9763         the original article buffer.
9764
9765 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9766
9767         * nnimap.el (nnimap-request-head): New function.
9768         (nnimap-request-move-article): Try to be slightly faster by not
9769         requesting the entire message when moving.
9770         (nnimap-transform-headers): Don't bug out on bodiless articles.
9771         (nnimap-send-command): Have no outstanding messages if the IMAP server
9772         doesn't support streaming.
9773         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9774
9775 2010-10-24  Julien Danjou  <julien@danjou.info>
9776
9777         * message.el (message-default-headers): Fix type.
9778
9779 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9780
9781         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9782         prefetching images.
9783
9784         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9785         backend for unknown groups.  This is mainly useful for nnimap groups.
9786
9787         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9788         group isn't covered by the agent.
9789
9790 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9791
9792         * nnir.el (nnir-method-default-engines): New variable.
9793         (nnir-run-query): Use it.
9794         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9795         (gnus-summary-nnir-goto-thread): Change group if needed.
9796
9797         * gnus-group.el (gnus-group-group-map): Add key binding for
9798         gnus-group-make-nnir-group.
9799
9800 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * shr.el (shr-tag-object): Add.
9803
9804         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9805         original article buffer live.
9806         (gnus-summary-select-article-buffer):
9807         Mention gnus-widen-article-buffer.
9808
9809 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9810
9811         * shr.el (shr-tag-strong): Add.
9812
9813 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9816         group names.  They mess up the group buffer badly.
9817
9818         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9819
9820         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9821         instead of the summary one.
9822
9823 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * mml.el (mml-preview): Work properly when editing article.
9826
9827         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9828         gnus-have-read-active-file if it's already been in.
9829
9830 2010-10-22  Tom Tromey  <tromey@redhat.com>
9831
9832         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9833         gnus-group-completing-read.
9834
9835 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9836
9837         * message.el (message-mode-map): Don't bind M-; to comment region, to
9838         allow the global comment-dwim to work.
9839
9840 2010-10-21  Julien Danjou  <julien@danjou.info>
9841
9842         * message.el (message-setup-1): Allow message-default-headers to be a
9843         function.
9844
9845 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * shr.el (shr-tag-table): Simplify.
9848
9849 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9850
9851         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9852         to avoid trying to snarf invalid stuff.
9853
9854         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9855
9856         * gnus.el (gnus-message-archive-group): Quote value.
9857         (gnus-message-archive-group): Mark as changed.
9858
9859         * shr.el (shr-add-font): Don't put the font properties on the newline
9860         or the indentation.
9861
9862         * message.el (message-fix-before-sending): Change options when sending
9863         non-printable characters.
9864
9865         * gnus.el (gnus-message-archive-method): Change the default to
9866         monthly outgoing groups.
9867
9868         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9869         that have gotten new numbers.
9870
9871         * nnimap.el (nnimap-request-replace-article): New function.
9872
9873 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9876         (nnrss-request-article): Don't use special html washing code.
9877
9878 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * shr.el (shr-tag-table): Remove useless nconc.
9881
9882 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * gnus-art.el (article-wash-html): Simplify and remove the charset
9885         stuff.  Use the normal html rendering code instead of the special html
9886         washing code.
9887
9888         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9889         `gnus-w3m' symbols.
9890         (mm-text-html-washer-alist): Remove.
9891
9892         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9893         (mm-inline-media-tests): Remove use.
9894         (mm-text-html-renderer): Change default to the `shr' symbol.
9895
9896         * mm-view.el (mm-inline-text-html): Remove use.
9897
9898         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9899         `gnus-blocked-images' to be a function.
9900         (gnus-article-wash-function): Remove.
9901
9902 2010-10-20  Julien Danjou  <julien@danjou.info>
9903
9904         * spam.el (spam-list-of-processors): Mark as obsolete.
9905
9906         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9907         (nnimap-insert-partial-structure): Fix boundary detection.
9908
9909 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9910
9911         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9912         run file-truename on remote files.  This can be expensive and even
9913         prevent one from editing drafts if some unrelated buffer has a stale
9914         connection.
9915
9916 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9919         kinsoku-eol regardless of shr-kinsoku-shorten.
9920         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9921         (shr-tag-table): Support caption, thead, and tfoot.
9922
9923 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924
9925         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9926         lines.
9927         (shr-save-contents): New command and keystroke.
9928
9929         * nndoc.el (nndoc-type-alist): Add git support.
9930         (nndoc-git-type-p): New function.
9931         (nndoc-transform-git-article): Ditto.
9932         (nndoc-transform-git-headers): Ditto.
9933         (nndoc-transform-git-headers): Generate Subject headers.
9934
9935         * shr.el (shr-parse-style): New function.
9936         (shr-tag-span): Ditto.
9937
9938         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9939         to `G G' to avoid collisions.
9940
9941 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * shr.el: Load kinsoku if necessary.
9944         (shr-kinsoku-shorten): New internal variable.
9945         (shr-find-fill-point): Make kinsoku shorten text line if
9946         shr-kinsoku-shorten is bound to non-nil.
9947         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9948         shr-indentation too when testing if table is wider than frame width.
9949         (shr-insert-table): Use `string-width' instead of `length' to measure
9950         text width.
9951         (shr-insert-table-ruler): Make sure indentation is done at bol.
9952
9953 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9954
9955         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9956         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9957         undecoded network data.
9958
9959 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9960
9961         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9962         name in the mode line spec so that the mode line menu works
9963         (bug#2431).
9964
9965         * message.el (message-get-reply-headers): If we're fed `to-address',
9966         then always use that.
9967
9968         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9969         aren't so wide as to need to switch off the edit menu.
9970
9971         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9972         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9973
9974         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9975         `M-g'.
9976         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9977         the permanent marks.
9978
9979 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
9980
9981         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9982         Splitting according to references/in-reply-to obeys the ignore-groups
9983         variable, while splitting by sender and subject do not.
9984
9985 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9986
9987         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9988         alist, so that we can look for non-Unicode chars.
9989         (article-translate-strings): Allow both character and string maps.
9990
9991 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * shr.el (shr-insert): Don't insert space behind a wide character
9994         categorized as kinsoku-bol, or between characters both categorized as
9995         nospace.
9996
9997 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
9998
9999         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10000         headers to gnus-newsgroup-headers.
10001
10002 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10003
10004         * shr.el (shr-tag-img): Don't align images -- since we're not
10005         rescaling, this often leads to ugly displays.
10006
10007 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10008
10009         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10010         duplicates.
10011
10012 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10013
10014         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10015         call.
10016
10017 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018
10019         * gnus.el: Autoload gnus-html-show-images.
10020
10021         * nnimap.el: Use nnheader-message throughout.
10022
10023         * shr.el (shr-tag-img): Ignore images with no data.
10024
10025 2010-10-15  Julien Danjou  <julien@danjou.info>
10026
10027         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10028         a possibility to disable format=flow encoding when using hard newlines.
10029
10030 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * shr.el (shr-insert): Remove space inserted before or after a
10033         breakable character or at the beginning or the end of a line.
10034         (shr-find-fill-point): Do kinsoku; find the second best point or give
10035         it up if there's no breakable point.
10036
10037 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10038
10039         * nnimap.el (nnimap-open-connection): Message when opening connection
10040         for debugging purposes.
10041
10042         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10043         on every setup buffer call to allow this to change from article to
10044         article.
10045
10046         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10047         buffers where we have a wide table.
10048
10049 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10050
10051         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10052         uses *-request-thread.
10053
10054 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10055
10056         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10057         incantation, which is no longer valid.
10058
10059 2010-10-14  Julien Danjou  <julien@danjou.info>
10060
10061         * shr.el: Fix defcustom type (char -> character).
10062
10063 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10064
10065         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10066         programs.
10067
10068 2010-10-14  Julien Danjou  <julien@danjou.info>
10069
10070         * shr.el (shr-tag-a): Use url-link as widget type.
10071
10072         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10073         `gnus-group-get-icon'.
10074
10075 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076
10077         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10078         This should make server editing work better.
10079
10080         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10081
10082         * tls.el (tls-program): Remove spurious %s from openssl.
10083
10084         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10085         (nnimap-parse-flags): Fix regexp.
10086
10087         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10088         probably work for CJVK text, too.
10089
10090         * nnimap.el (nnimap-extend-tls-programs): Remove.
10091         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10092
10093         * tls.el (tls-starttls-switches): Remove starttls hack.
10094         (open-tls-stream): Ditto.
10095         (tls-find-starttls-argument): Ditto.
10096
10097 2010-10-13  Julien Danjou  <julien@danjou.info>
10098
10099         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10100         responses.
10101
10102 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10103
10104         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10105
10106         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10107         anything in Emacs.
10108
10109         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10110
10111 2010-10-13  Julien Danjou  <julien@danjou.info>
10112
10113         * shr.el (shr-width): Make shr-width a defcustom with default to
10114         fill-column.
10115         (shr-tag-img): Use shr-width rather than fill-column.
10116
10117 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * dgnushack.el (byte-optimize-apply):
10120         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10121
10122         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10123         position when (X-)Faces exist.
10124         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10125         avatars when called interactively.
10126
10127 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10130         gnus-article-x-face-too-ugly is bound.
10131
10132 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10133
10134         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10135
10136         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10137         mailbox that doesn't exist.
10138
10139 2010-10-12  Julien Danjou  <julien@danjou.info>
10140
10141         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10142         (shr-get-image-data): Encode URL properly when fetching from cache.
10143         (shr-tag-img): Use aligned-to spaces to align correctly images.
10144
10145         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10146         before inserting the Gravatar.
10147
10148         * shr.el (shr-tag-img): Add align attribute support for <img>.
10149
10150 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10151
10152         * gnus-gravatar.el (gnus-art): Require.
10153
10154         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10155         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10156         Remove long obsoleted functions.
10157
10158 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10161
10162         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10163
10164         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10165         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10166         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10167         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10168         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10169         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10170         * sieve-manage.el, smime.el, spam.el:
10171         Fix comment for declare-function.
10172
10173 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10174
10175         * nnimap.el (nnimap-request-rename-group): Select group read-only
10176         before renaming it.
10177
10178         * shr.el (shr-insert): Fix up the white space only regexp.
10179
10180         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10181         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10182
10183         * shr.el (shr-current-column): New function.
10184         (shr-find-fill-point): New function.
10185
10186 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10187
10188         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10189         numbers.
10190
10191 2010-10-11  Julien Danjou  <julien@danjou.info>
10192
10193         * shr.el (shr-hr-line): Add.
10194         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10195         display hr lines.
10196         (shr-max-columns): Do not change state to nil if we just inserting
10197         spaces.
10198
10199 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10200
10201         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10202         select the last group.
10203
10204 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10205
10206         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10207
10208 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10209
10210         * dig.el (dig-mode-map): Declare and define in one step.
10211
10212 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10213
10214         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10215         for Gnus.
10216         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10217         (nnimap-update-qresync-info): Mark \Seen articles as read.
10218
10219         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10220         non-variable, too.
10221
10222         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10223         available.
10224         (nnimap-update-info): Rely more on the current active than the param
10225         active to avoid marking articles as read too much.
10226
10227         * auth-source.el (auth-source-create): Use (user-login-name) for the
10228         user name default.
10229
10230         * nnimap.el (nnimap-update-info): If the server doesn't return any
10231         useful info, just use the previous info.
10232         (nnimap-update-info): Prefer old info over start-article.
10233         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10234
10235 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10236
10237         * nnir.el (autoload): Clean up autoloads.
10238         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10239         Use key rather than value.
10240         (nnir-imap-search-other): New variable.
10241         (nnir-read-parm): Use it.
10242         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10243         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10244
10245 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10246
10247         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10248         the process, too.
10249
10250 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10251
10252         * spam.el (gnus-summary-mode-map): Bind to "$".
10253         Suggested by Russ Allbery.
10254
10255         * shr.el: Rework the way things are indented by <li> slightly.
10256
10257         * gnus.el (gnus-group-set-parameter): Fix typo.
10258
10259         * nnimap.el: Start implementing QRESYNC support.
10260
10261 2010-10-09  Julien Danjou  <julien@danjou.info>
10262
10263         * nnir.el (nnir-engines): Fix too many arguments.
10264
10265 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10266
10267         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10268         group is the "last", so that the backends like nnfolder actually save
10269         their folders.
10270
10271         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10272         try to use that for the tls stream.
10273         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10274         UIDVALIDITY and find out which groups are read-only and not.
10275         (nnimap-get-flags): Use the same marks parsing code as the rest of
10276         nnimap.
10277
10278 2010-10-09  Julien Danjou  <julien@danjou.info>
10279
10280         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10281
10282         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10283         retrieving gravatars.
10284
10285         * shr.el (shr-table-corner): Add.
10286         (shr-table-line): Add.
10287         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10288
10289 2010-10-08  Julien Danjou  <julien@danjou.info>
10290
10291         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10292
10293 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10294
10295         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10296
10297         * gnus-sum.el (gnus-mark-article-as-unread)
10298         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10299         (gnus-summary-set-bookmark): Use it.
10300
10301         * gnus-msg.el (gnus-setup-message): Use it.
10302
10303         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10304
10305         * gnus.el (gnus-group-remove-parameter): Use it.
10306
10307         * gnus-group.el (gnus-group-make-web-group): Use it.
10308
10309         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10310
10311         * nnregistry.el: Update docs to mention manual.
10312
10313         * gnus-registry.el: Update docs to mention nnregistry.el.
10314         (gnus-registry-initialize): Don't install nnregistry refer method
10315         automatically.
10316         (gnus-registry-install-nnregistry): Remove it.
10317
10318 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319
10320         * shr.el (shr-insert): Don't insert double spaces.
10321
10322 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10323
10324         * gnus-gravatar.el (gnus-treat-from-gravatar)
10325         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10326         called interactively.
10327
10328         * gnus-art.el (gnus-mime-view-part-externally)
10329         (gnus-mime-view-part-internally): Make predicate function passed to
10330         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10331         of a mime type.
10332
10333         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10334
10335 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10336
10337         * shr.el (require): Require cl when compiling.
10338         (shr-tag-hr): New function.
10339
10340         * nnimap.el (nnimap-update-info): Remove double setting of high.
10341         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10342         This makes nnimap work properly on Courier again.
10343
10344         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10345         the variable for backwards compatibility.
10346
10347         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10348         the file name before using to avoid setting mm-default-directory to
10349         nil.
10350
10351         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10352         bidning gnus-agent variables.
10353
10354         * shr.el (shr-render-td): Use a cache for the table rendering function
10355         to avoid getting an exponential rendering behavior in nested tables.
10356         (shr-insert): Rework the line-breaking algorithm.
10357         (shr-insert): Don't leave trailing spaces.
10358         (shr-insert-table): Also insert empty TDs.
10359         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10360
10361 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10362
10363         * gnus-sum.el (gnus-number): Rename from `number'.
10364         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10365         (gnus-summary-limit-children): Update uses correspondingly.
10366
10367 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10370         (gnus-gravatar-transform-address): Don't show avatars of people of
10371         which mail addresses match gnus-gravatar-too-ugly.
10372
10373 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10374
10375         * shr.el (shr-table-widths): Expand TD elements to fill available
10376         space.
10377
10378 2010-10-07  Julien Danjou  <julien@danjou.info>
10379
10380         * nnimap.el (nnimap-request-rename-group): Add this method.
10381
10382 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10385         name from XEmacs' function-arglist.
10386
10387         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10388         gravatar under XEmacs.
10389
10390 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10391
10392         * auth-source.el: Update docs with TODO items.
10393
10394         * gnus-sync.el: Update docs to explain state and plans.
10395
10396         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10397         Hooks for mark updates.
10398         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10399
10400         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10401         hooks with arguments, which is needed for mark update hooks.
10402
10403 2010-10-06  Julien Danjou  <julien@danjou.info>
10404
10405         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10406         was matched.
10407
10408         * sieve-manage.el: Update example in `Commentary'.
10409
10410         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10411
10412         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10413         not 2000.
10414         (sieve-manage-authenticate): Re-add function.
10415
10416 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10417
10418         * shr.el (shr-insert): Get 'space transition right.
10419         (shr-render-td): Only delete space at the end of the TD.
10420
10421         * nnimap.el (nnimap-open-connection): Prepare to support
10422         open-gnutls-stream.
10423
10424         * shr.el: Rearrange function order to be more logical.
10425
10426 2010-10-06  Julien Danjou  <julien@danjou.info>
10427
10428         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10429         (nnrss-discover-feed): Remove 404 URL in docstring.
10430
10431         * nnir.el: Fix Swish-E URL.
10432         Fix Namazu URL.
10433
10434         * message.el (message-change-subject): Remove 404 URL in a comment.
10435
10436 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10439         called interactively.
10440
10441         * gnus-util.el (gnus-remove-if): Allow hash table.
10442         (gnus-remove-if-not): New function.
10443
10444         * gnus-art.el (gnus-mime-view-part-as-type):
10445         * gnus-score.el (gnus-summary-score-effect):
10446         * gnus-sum.el (gnus-read-move-group-name):
10447         Replace remove-if-not with gnus-remove-if-not.
10448
10449         * gnus-group.el (gnus-group-completing-read):
10450         Regard collection as a hash table if it is not a list.
10451
10452 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10453
10454         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10455
10456         * shr.el: Document the table-rendering algorithm.
10457
10458 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10461         for Emacsen having no `libxml-parse-html-region' support.
10462
10463 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10464
10465         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10466         invalid URLs.
10467
10468         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10469         line-broken.
10470         (shr-tag-img): Ignore image fetching errors.
10471         (shr-overlays-in-region): Compute overlay positions correctly.
10472
10473         * mm-decode.el (mm-shr): Require shr.
10474
10475         * gnus-art.el (gnus-blocked-images): Move variable here.
10476
10477         * shr.el (shr-insert-table): Bind free variable.
10478
10479         * mm-decode.el (mm-shr): Bind shr-content-function.
10480
10481         * shr.el (shr-content-function): New variable.
10482
10483         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10484         added for symmetry.
10485
10486         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10487
10488         * gnus-group.el (gnus-group-make-group): Doc fix.
10489
10490         * nnimap.el (nnimap-request-newgroups): Return success.
10491
10492         * shr.el (shr-find-elements): New function.
10493         (shr-tag-table): Put all the images after the table.
10494         (shr-tag-table): Really inhibit images inside the table.
10495         (shr-collect-overlays): Copy over overlays from the TD elements to the
10496         main document.
10497
10498         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10499         gnus-blocked-images.
10500
10501 2010-10-05  Julien Danjou  <julien@danjou.info>
10502
10503         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10504
10505         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10506         (gnus-html-maximum-image-size): Add this function.
10507         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10508
10509         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10510         server-value of the capability is nil.
10511
10512 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513
10514         * shr.el (shr-tag-em): Add <EM> tag.
10515
10516 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10517
10518         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10519         customizable.
10520
10521         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10522         handing broken links to browse-url.
10523
10524 2010-10-05  Julien Danjou  <julien@danjou.info>
10525
10526         * gnus-util.el (gnus-emacs-completing-read)
10527         (gnus-iswitchb-completing-read): Use autoload rather than require.
10528
10529 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10532         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10533         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10534         iswitchb-temp-buflist for XEmacs.
10535
10536         * gnus-util.el (gnus-completing-read-function): Exclude
10537         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10538         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10539         XEmacs.
10540
10541         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10542         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10543
10544         * gnus-html.el: Don't require help-fns under XEmacs.
10545         (gnus-html-schedule-image-fetching): Work for XEmacs.
10546
10547         * mm-decode.el (mm-shr): Decode contents by charset.
10548
10549 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10552         unknown.
10553
10554         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10555         (shr-get-image-data): Ensure against the cache file missing.
10556
10557         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10558         for data.
10559
10560         * spam-report.el (spam-report-url-ping-plain): Don't query about
10561         killing the process.
10562
10563         * shr.el (shr-render-td): Protect against too-wide text.
10564
10565 2010-10-04  Julien Danjou  <julien@danjou.info>
10566
10567         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10568         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10569
10570         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10571         retrieved.
10572
10573 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10574
10575         * shr.el (browse-url): Require.
10576         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10577         lines.
10578         (shr-show-alt-text, shr-browse-image): New commands.
10579         (shr-browse-url, shr-copy-url): New commands.
10580
10581         * gnus-sum.el (gnus-widen-article-window): New variable.
10582         (gnus-summary-select-article-buffer): Use it.
10583
10584         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10585         without @ signs.
10586
10587 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10588
10589         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10590
10591 2010-10-04  Julien Danjou  <julien@danjou.info>
10592
10593         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10594         for XEmacs.
10595
10596 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10597
10598         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10599
10600         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10601         (nnimap-close-server): Implement.
10602
10603         * dgnushack.el (iswitchb): Require to shut up the compiler.
10604
10605         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10606         (shr-insert): Tweak line breaking.
10607         (shr-insert): Handle <pre> better.
10608         (shr-tag-li): Get <li> indentation right.
10609         (shr-tag-li): Get <li> indentation even righter.
10610         (shr-tag-blockquote): Ensure paragraph start.
10611         (shr-make-table): Tweak table generation.
10612         (shr-make-table): Fix typo.
10613
10614         * shr.el: Implement table rendering.
10615
10616 2010-10-04  Julien Danjou  <julien@danjou.info>
10617
10618         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10619
10620 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10621
10622         * shr.el (shr-insert): Use string anchors instead of line anchors.
10623
10624 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10625
10626         * shr.el: Add headings.
10627         (shr-ensure-paragraph): Actually work.
10628         (shr-tag-li): Make <ul> prettier.
10629         (shr-insert): Get white space at the beginning/end of elements right.
10630         (shr-tag-p): Collapse subsequent <p>s.
10631         (shr-ensure-paragraph): Don't insert double line feeds after blank
10632         lines.
10633         (shr-insert): \t is also space.
10634         (shr-tag-s): Fix "s" tag name function.
10635         (shr-tag-s): Fix face prop name.
10636
10637 2010-10-03  Julien Danjou  <julien@danjou.info>
10638
10639         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10640
10641         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10642         gnus-window-inside-pixel-edges.
10643
10644         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10645         gnus-ems.
10646
10647         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10648
10649         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10650         function.
10651
10652         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10653         resize choice.
10654
10655 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656
10657         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10658         beginning of the buffer.
10659
10660         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10661         article buffer again.
10662
10663         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10664
10665         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10666         when it's at the start of the buffer.
10667
10668         * shr.el (shr-tag-blockquote): Convert name.
10669         (shr-rescale-image): Use the right image-size variant.
10670
10671         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10672         buffer isn't shown, then select the current article first instead of
10673         bugging out.
10674         (gnus-summary-select-article-buffer): Show both the article and summary
10675         buffers again.
10676
10677         * shr.el (shr-fontize-cont): Protect against regions with no text.
10678         Rename tag functions to shr-tag-* for enhanced security.
10679         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10680
10681 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10682
10683         * shr.el (shr-insert):
10684         * pop3.el (pop3-movemail):
10685         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10686         loaded.
10687
10688 2010-10-03  Glenn Morris  <rgm@gnu.org>
10689
10690         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10691
10692         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10693
10694         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10695
10696         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10697
10698         * gnus-util.el (gnus-make-local-hook): Simplify.
10699
10700 2010-10-02  Julien Danjou  <julien@danjou.info>
10701
10702         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10703         (gnus-ido-completing-read): New function.
10704         (gnus-emacs-completing-read): New function.
10705         (gnus-completing-read): Use gnus-completing-read-function.
10706         Add gnus-completing-read-function.
10707
10708 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10709
10710         * shr.el (shr-insert-document): Autoload.
10711         (shr-img): Be silent.
10712         (shr-insert): Add a newline after every picture before text.
10713         (shr-add-font): Use overlays for combining faces.
10714         (shr-insert): Pass upwards the text start point.
10715
10716         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10717         possible.
10718         (mm-shr): New function.
10719
10720 2010-10-02  Julien Danjou  <julien@danjou.info>
10721
10722         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10723         should go backward.
10724
10725 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10726
10727         * shr.el (shr): Fix typo in provide call.
10728
10729 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * shr.el: New file.
10732
10733         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10734
10735         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10736         completing read.
10737
10738 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739
10740         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10741         we're being queried about.  Suggested by Dan Jacobson.
10742
10743         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10744         Suggested by Jason Eisner.
10745
10746         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10747         table, too.  Suggested by Stefan Wiens.
10748         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10749         the table unnecessary.  Suggested by Stefan Wiens.
10750
10751         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10752         longer needed, and probably doesn't work either, as pointed out by
10753         Stefan Wiens.
10754         (gnus-summary-exit): Remove call to the clearing function.
10755         (gnus-summary-exit-no-update): Ditto.
10756
10757         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10758         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10759         Reported by Stefan Monnier.
10760         (gnus-summary-save-in-rmail): Ditto.
10761
10762         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10763         article buffer, instead of both the article buffer and the summary
10764         buffer.  Sort of suggested by Dan Jacobson.
10765
10766         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10767
10768         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10769         Suggested by Dan Jacobson.
10770
10771         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10772         documentation clearer.
10773
10774         * message.el (message-shorten-references): Comment on the number "21".
10775         Suggested by Stefan Monnier.
10776
10777         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10778         Suggested by Dan Jacobson.
10779
10780         * gnus.el (gnus-large-newsgroup):
10781         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10782
10783         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10784         externalize attachments.  Bug reported by Steve Wen.
10785
10786         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10787         really message anything to the user.
10788
10789         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10790         directly.
10791
10792         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10793         messages in empty groups.
10794
10795 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10796
10797         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10798         non-UIDNEXT group.
10799
10800 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10801
10802         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10803         not the value from the collection.
10804
10805         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10806         values.  This sometimes happens on some groups that have no info.
10807         (nnimap-request-newgroups): New function.
10808
10809 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10810
10811         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10812         check into `gnus-registry-initialize'.
10813         (gnus-registry-initialize): Ditto.
10814         Fix and extend header docs.
10815
10816 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10817
10818         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10819         regexp backtrace overflows.
10820
10821         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10822         for starttls that tls.el implements; i.e. openssl.
10823
10824         * tls.el (tls-starttls-switches): Give up on using starttls with
10825         gnutls-cli.
10826         (tls-program): Add --insecure to be consistent with the defaults from
10827         openssl s_client.  Now all three commands are insecure.
10828
10829 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * lpath.el: Bind completion-styles-alist for XEmacs.
10832
10833         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10834         (gravatar-create-image): New function that's an alias to
10835         gnus-xmas-create-image, gnus-create-image, or create-image.
10836         (gravatar-data->image): Use it.
10837
10838 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10839
10840         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10841         install the nnregistry refer method.
10842         (gnus-registry-install-hooks): Use it.
10843         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10844         unfollowed groups.
10845
10846 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10847
10848         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10849         expanding threads.
10850
10851 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10852
10853         * nnir.el: Use the server names without suffixes (bug#7009).
10854
10855         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10856         unencrypted to STARTTLS, if possible.
10857
10858 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10859
10860         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10861         headers before superseding.
10862
10863 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10864
10865         * nnrss.el (nnrss-use-local): Add documentation.
10866
10867         * nnimap.el (nnimap-extend-tls-programs): New function.
10868         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10869         (nnimap-wait-for-connection): Accept the greeting from the stupid
10870         output from openssl s_client -starttls, too.
10871
10872         * tls.el (tls-starttls-switches): New variable.
10873         (tls-find-starttls-argument): Use it.
10874         (open-tls-stream): Ditto.
10875
10876         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10877         (netrc-machine): Ditto.
10878
10879         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10880         article number.
10881         (nnimap-split-fancy): New variable.
10882         (nnimap-split-incoming-mail): Use it.
10883
10884         * nntp.el (nntp-server-list-active-group): Document.
10885
10886         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10887         SELECT to get the message-id.
10888
10889         * mail-source.el (mail-sources): Remove webmail support.
10890         (defvar): Ditto.
10891         (mail-source-fetcher-alist): Ditto.
10892         (mail-source-fetch-webmail): Remove.
10893
10894         * webmail.el: Remove -- doesn't seem relevant any more.
10895
10896         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10897
10898         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10899         the \r.
10900
10901 2010-09-30  Julien Danjou  <julien@danjou.info>
10902
10903         * gnus-agent.el (gnus-agent-add-group): Fix call to
10904         gnus-completing-read.
10905
10906 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10907
10908         * nndoc.el (nndoc-retrieve-groups): New function.
10909
10910         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10911         `default', use nnmail-split-methods.
10912         (nnimap-request-article): Downcase the NILs so that they are nil.
10913
10914         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10915         symbol.
10916
10917         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10918         code, since if the user has requested network, that's what they ought
10919         to get.
10920         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10921         (nnimap-split-rule): Mark as obsolete.
10922
10923         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10924         New variable.
10925
10926         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10927         correct slot, too.
10928
10929 2010-09-29  Julien Danjou  <julien@danjou.info>
10930
10931         * gnus.el (gnus-local-domain): Declare variable obsolete.
10932
10933         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10934         Fix history computing.
10935         (gnus-ido-completing-read): Require ido.
10936
10937 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10938
10939         * gnus-registry.el: Don't prompt on load, which makes it impossible to
10940         build Gnus.
10941
10942         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10943         when interpreting the structures.
10944         (nnimap-request-accept-article): Add \r\n to the lines to make this
10945         work with Cyrus.
10946
10947         * nndraft.el (nndraft-request-expire-articles): Use the group name
10948         instead if "nndraft".  Fix found by Nils Ackermann.
10949
10950 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
10951
10952         * nnregistry.el: Add.
10953
10954 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10955
10956         * nnmail.el (group, group-art-list, group-art):
10957         Remove unneeded directives.
10958
10959 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10962         (mm-mime-charset):
10963         * rfc2047.el (rfc2047-syntax-table):
10964         * utf7.el (utf7-utf-16-coding-system): Comment fix.
10965
10966         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10967         rather than `insert-file-contents' and `eval-region'.
10968
10969         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
10970         construction.
10971
10972         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
10973
10974         * time-date.el: No need to require cl for Emacs 21.
10975
10976 2010-09-29  Julien Danjou  <julien@danjou.info>
10977
10978         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10979         replacement of `gnus-gravatar-relief' to mimic
10980         `gnus-faces-properties-alist'.
10981         Add :version property.
10982
10983 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * mail-source.el (mail-source-report-new-mail):
10986         * message.el (message-default-mail-headers):
10987         * mm-decode.el (mm-valid-image-format-p): Comment fix.
10988
10989         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10990
10991 2010-09-28  Julien Danjou  <julien@danjou.info>
10992
10993         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10994         mail-address contains the same string as real-name.
10995
10996         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10997         non-blank in header, otherwise it'll get stripped.
10998
10999         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11000         real-name, and then for mail address rather than doing : or , search.
11001
11002 2010-09-27  Julien Danjou  <julien@danjou.info>
11003
11004         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11005         right completing-read function.
11006         (gnus-use-ido): New variable
11007         (gnus-completing-read-with-default): Remove.
11008         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11009         (gnus-agent-add-group):
11010         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11011         * mm-view.el (mm-view-pkcs7-decrypt):
11012         * mm-util.el (mm-codepage-setup):
11013         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11014         * mml-smime.el (mml-smime-openssl-sign-query):
11015         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11016         (mml-insert-multipart):
11017         * gnus-msg.el (gnus-summary-yank-message):
11018         * gnus-int.el (gnus-start-news-server):
11019         * mm-decode.el (mm-interactively-view-part):
11020         * gnus-dired.el (gnus-dired-attach):
11021         * gnus.el (gnus-read-method):
11022         * gnus-bookmark.el (gnus-bookmark-jump):
11023         * gnus-art.el (gnus-mime-view-part-as-type)
11024         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11025         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11026         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11027         * nnmairix.el (nnmairix-create-server-and-default-group)
11028         (nnmairix-update-groups, nnmairix-get-server)
11029         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11030         (nnmairix-get-group-from-file-path):
11031         * nnrss.el (nnrss-find-rss-via-syndic8):
11032         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11033         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11034         (gnus-group-browse-foreign-server):
11035         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11036         (gnus-summary-execute-command, gnus-summary-respool-article)
11037         (gnus-read-move-group-name):
11038         * gnus-score.el (gnus-summary-increase-score)
11039         (gnus-summary-score-effect):
11040         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11041
11042 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11045         x-focus-frame.
11046
11047         * nnimap.el (auth-source-forget-user-or-password)
11048         (auth-source-user-or-password): Autoload.
11049
11050         * message.el (message-from-style, message-interactive)
11051         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11052         (message-yank-prefix, message-indentation-spaces, message-signature)
11053         (message-signature-file): Add comment.
11054
11055 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11056
11057         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11058         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11059         new articles.
11060
11061         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11062         parts.
11063         (nnimap-request-article): Work with the t setting, too.
11064
11065         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11066         that you don't get flashes of other buffers.
11067         (gnus-summary-show-complete-article): Intern before setting.
11068
11069 2010-09-27  David Engster  <dengste@eml.cc>
11070
11071         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11072         well as HEADERS.
11073         (nnmairix-retrieve-headers): Provide new argument for the above.
11074
11075 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076
11077         * gnus-sum.el (gnus-summary-move-article): Don't alter
11078         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11079         group.
11080
11081         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11082
11083         * message.el (message-cite-prefix-regexp): Revert my last edit.
11084
11085         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11086         variable instead of the Gnus variable.
11087
11088         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11089
11090         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11091
11092         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11093         since some servers don't like it.
11094         (nnimap-open-connection): Forget credentials if the server says the
11095         password was wrong.
11096         (nnimap-parse-line): Protect against invalid data.
11097
11098         * gnus-sum.el (gnus-summary-move-article): Add comment.
11099         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11100         nothing alters it while scanning for new messages.
11101
11102         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11103         which may or may not help.
11104         (nnimap-open-connection): If we're doing a stream connection, and then
11105         discover we're on a STARTTLS-capable server, then open a STARTTLS
11106         connection instead.
11107
11108 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11109
11110         * nnimap.el (utf7): Require.
11111
11112         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11113         prefix.
11114
11115 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11116
11117         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11118
11119 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11120
11121         * nnimap.el (nnimap-request-accept-article): Message the error on
11122         error.
11123
11124 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11127
11128 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11129
11130         * nndoc.el (nndoc-request-list): Return success always.
11131
11132         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11133         `fetch-old' -- we only want to fetch the articles we've requested.
11134         The rest are in the agent, probably.
11135         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11136         disappeared server" to something low.  It's not important.
11137
11138         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11139         arrived before the FETCH data.
11140
11141         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11142         target here, because we don't know the Gnus name of the group.
11143
11144         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11145         for the correct group.
11146
11147         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11148
11149         * gnus.el (gnus): Give a final warning after startup.
11150
11151         * gnus-util.el (gnus-action-message-log): New variable.
11152         (gnus-message): Use it.
11153         (gnus-final-warning): New function.
11154
11155         * nnimap.el (nnimap-open-connection): Record the greeting.
11156         (nnimap): Add greeting.
11157
11158 2010-09-26  Julien Danjou  <julien@danjou.info>
11159
11160         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11161         arguments.
11162         (gnus-html-wash-images): Fix spec computing to include start/end.
11163
11164         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11165
11166 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11169         deletion.
11170         (nnimap-retrieve-headers): Don't select the group, because that's
11171         already done by nnimap-possibly-change-group.
11172
11173         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11174         (gnus-picon-transform-address): Use it.
11175
11176         * mail-source.el (mail-source-value): Revert previous patch.
11177
11178         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11179         on failure.
11180         (nnimap-open-connection): Look up both virtual and physical server name
11181         credentials.
11182
11183         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11184
11185 2009-02-07  Dave Love  <fx@gnu.org>
11186
11187         * tls.el (open-tls-stream): Don't query killing process.
11188
11189 2009-02-08  Dave Love  <fx@gnu.org>
11190
11191         * gnus-win.el (gnus-window-to-buffer-helper)
11192         (gnus-all-windows-visible-p): Function needn't be a symbol.
11193
11194         * mail-source.el (mail-source-value): Function needn't be a symbol.
11195
11196 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11197
11198         * message.el (message-cite-prefix-regexp): Remove } from the cite
11199         prefix.
11200
11201         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11202         highlight again, so that the highlight is correct.
11203
11204         * gnus-picon.el (gnus-picon): Remove again.
11205         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11206
11207         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11208         doing the header highlightling, so that the background color of the
11209         picon is correct.
11210
11211         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11212         (gnus-picon): Ditto.
11213         (gnus-picon): Reinstate.  The background color for picons is white.
11214         (gnus-picon-insert-glyph): Make the background white.
11215
11216         * nnml.el (nnml-open-nov): Don't return dead buffers.
11217
11218         * auth-source.el (auth-source-create): Query the user for whether to
11219         store the credentials.
11220
11221         * netrc.el (netrc-store-data): New function.
11222
11223         * auth-source.el (auth-source-user-or-password): Use the existing auth
11224         sources, if any, for creation.
11225
11226         * gnus.el (gnus-group-fast-parameter): Return the last matching
11227         parameter instead of the first matching parameter.
11228
11229 2010-09-26  Julien Danjou  <julien@danjou.info>
11230
11231         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11232
11233 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11234
11235         * mml2015.el (mml2015-use): Remove gpg support.
11236
11237         * mml1991.el (mml1991-function-alist): Remove gpg function.
11238         (mml1991-gpg-sign): Remove.
11239
11240 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11241
11242         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11243         (gnus-browse-unsubscribe-current-group): Document it.
11244         (gnus-browse-unsubscribe-group): Use it.
11245
11246 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247
11248         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11249         address to the To list for easier response.
11250
11251         * gnus.el (gnus-play-startup-jingle): Remove.
11252         (gnus-splash): Don't play jingle.
11253         (gnus): Silence gnus-load message.
11254
11255         * gnus-art.el (gnus-treat-play-sounds): Remove.
11256
11257         * gnus.el (gnus-play-jingle): Remove audio support.
11258
11259         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11260
11261         * earcon.el: Remove -- no users.
11262
11263         * gnus-audio.el: Remove -- no users of this package.
11264
11265         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11266
11267         * gnus-start.el (gnus-setup-news): Remove nocem support.
11268
11269         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11270
11271         * gnus.el (gnus-use-nocem): Remove.
11272
11273         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11274         Remove.
11275
11276         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11277         uses NoCeM any more.
11278
11279         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11280         (gnus-button-ctan-handler): Ditto.
11281         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11282         (gnus-button-ctan-directory-regexp): Ditto.
11283         (gnus-button-handle-ctan): Ditto.
11284         (gnus-button-tex-level): Ditto.
11285         (gnus-button-alist): Remove CTAN stuff.
11286
11287 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11288
11289         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11290         nnimap-streaming test.
11291
11292         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11293         servers twice.
11294
11295         * nnimap.el (nnimap-open-connection): Add more error reporting when
11296         nnimap fails early.
11297
11298         * nnheader.el (nnheader-get-report-string): New function.
11299         (nnheader-get-report): Use it.
11300
11301         * gnus-int.el (gnus-check-server): Say what the error was when opening
11302         failed.
11303
11304         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11305         using streaming.
11306
11307 2010-09-25  Julien Danjou  <julien@danjou.info>
11308
11309         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11310         gnus-window-inside-pixel-edges.
11311
11312 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11313
11314         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11315
11316         * mm-decode.el (mm-save-part): Allow saving to other directories the
11317         normal Emacs way.
11318
11319         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11320         Suggested by Jay Berkenbilt.
11321
11322         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11323         there isn't a single byte.
11324
11325         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11326         just do it.  It doesn't really seem to matter what the user responds
11327         here, I think, so it's just a confusing question.
11328
11329         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11330         non-streaming case.
11331
11332         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11333         (gnus-article-encrypt-body): Use it.
11334
11335         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11336         keystroke.
11337
11338         * nnimap.el (nnimap-find-wanted-parts-1):
11339         Use gnus-fetch-partial-articles.
11340
11341         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11342
11343         * nnimap.el (nnimap-insert-partial-structure): New function.
11344         (nnimap-get-partial-article): New function.
11345         (nnimap-request-article): Use it.
11346         (nnimap-wait-for-response): Return whether the wait was successful.
11347         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11348         retrieval wasn't successful.
11349         (nnimap-retrieve-group-data-early): Allow throttling servers.
11350         (nnimap-streaming): New variable.
11351         (nnimap-fetch-partial-articles): Remove.
11352
11353         * mm-decode.el (mm-with-part): Protect against killed buffers.
11354
11355         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11356         for prettier summary display.
11357
11358 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11359
11360         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11361
11362 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11363
11364         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11365         apparently third-party libraries depend on it.
11366
11367         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11368         before starting negotiation.
11369
11370         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11371         privacy reasons.
11372         (gnus-treat-mail-gravatar): Ditto.
11373
11374         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11375         buffer when inserting images.  Inserting text into the headers, for
11376         instance, can make them invalid.
11377
11378 2010-09-25  Julien Danjou  <julien@danjou.info>
11379
11380         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11381         variables.
11382
11383         * nnheader.el: Remove useless variables news-reply-yank-from and
11384         news-reply-yank-message-id.
11385
11386         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11387         variables.
11388
11389         * mml1991.el: Remove useless mml1991-verbose.
11390
11391         * gnus.el: Remove useless variable gnus-use-generic-from.
11392         Remove obsolete variable gnus-topic-indentation.
11393
11394         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11395
11396         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11397
11398         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11399
11400         * gnus-group.el: Remove useless gnus-group-icon-cache.
11401         Remove useless gnus-ephemeral-group-server.
11402
11403         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11404
11405         * mml2015.el: Remove useless mml2015-verbose.
11406
11407         * mml-smime.el: Remove useless mml-smime-verbose.
11408
11409         * gnus.el: Remove useless gnus-local-domain.
11410
11411         * gnus-gravatar.el (gnus-gravatar-transform-address):
11412         Use gnus-gravatar-size.
11413
11414         * gnus-art.el: Remove useless gnus-treat-translate.
11415
11416 2010-09-24  Julien Danjou  <julien@danjou.info>
11417
11418         * gnus-sum.el: Add support for Gravatars.
11419
11420         * gnus-art.el: Add support for Gravatars.
11421
11422         * gnus-gravatar.el: Add this file.
11423
11424         * gravatar.el: Add this file.
11425
11426 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11429
11430         * gnus-group.el (gnus-group-fetch-faq): Remove.
11431
11432         * gnus.el (gnus-group-faq-directory): Remove.
11433
11434         * gnus-group.el (gnus-group-fetch-charter): Remove.
11435
11436         * gnus.el (gnus-group-charter-alist): Remove.
11437
11438         * gnus-group.el (gnus-group-archive-directory): Remove.
11439         (gnus-group-recent-archive-directory): Ditto.
11440         (gnus-group-make-archive-group): Remove.
11441
11442         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11443
11444         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11445         use the same article number for all the cached articles.
11446
11447         * nnimap.el (nnimap-command): Register the last command time so
11448         that we can use it for idling NOOPs.
11449         (nnimap-open-connection): Start the keeplive timer.
11450         (nnimap-make-process-buffer): Store all the process buffers.
11451         (nnimap-keepalive): New function.
11452
11453         * starttls.el (starttls-open-stream): Add autoload cookie.
11454
11455 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11456
11457         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11458         handling.
11459
11460 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11461
11462         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11463         its data structures.
11464
11465         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11466         instead of the cl.el copy-list.
11467         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11468         equalp.
11469
11470 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11473         and tool-bar-local-item-from-menu.
11474
11475         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11476         mode-line-highlight face for Emacs.
11477
11478         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11479         loading gnus-sum.elc; fix comment for canlock-verify.
11480         (gnus-article-jump-to-part): Use read-number.
11481         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11482         Remove Emacs pre-21 compatible code for help-echo.
11483         (gnus-article-next-page-1): No need to adjust the number of lines.
11484         (gnus-article-describe-bindings): Always use help-buffer.
11485
11486         * gnus-audio.el (gnus-audio-inline-sound):
11487         * gnus-cus.el (gnus-custom-mode):
11488         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11489
11490         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11491
11492         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11493         compatible code.
11494
11495 2010-09-24  Glenn Morris  <rgm@gnu.org>
11496
11497         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11498         visiting the fcc file in rmail-mode.
11499
11500         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11501
11502 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * nnir.el: Silence the byte compiler.
11505
11506         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11507         alias to browse-url-url-encode-chars if any.
11508         (gnus-html-encode-url): Use it.
11509
11510 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11511
11512         * gnus-start.el (gnus-use-backend-marks): New variable.
11513         (gnus-get-unread-articles-in-group): Use it.
11514
11515         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11516         makeover.
11517
11518 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11519
11520         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11521
11522 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11523
11524         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11525         Remove.
11526         (gnus-setup-news-hook):
11527         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11528
11529         * gnus-int.el (gnus-request-update-info): Protect against backends not
11530         having the function.
11531
11532         * nnimap.el (nnimap-stream): Mention starttls.
11533         (nnimap-open-connection): Add starttls support.
11534
11535 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11536
11537         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11538
11539 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11540
11541         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11542         BODYSTRUCTUREs.
11543         (nnimap-transform-headers): Unfold quoted {42} headers.
11544
11545         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11546         the info.
11547         (gnus-get-unread-articles): Only call updatep on backends that support
11548         it.
11549
11550         * nnweb.el (nnweb-request-update-info): NOOP.
11551
11552         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11553
11554         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11555         since it only deals with marks.
11556
11557         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11558         gnus-request-marks, and make a new gnus-request-update-info.
11559
11560         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11561         the active instead of the high number, which is usually too low.
11562
11563 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11564
11565         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11566         * encrypt.el: Remove.
11567
11568 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11569
11570         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11571         server in symbolic form.
11572
11573         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11574
11575 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11576
11577         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11578         (nnimap-update-info): Fix up code slightly.
11579
11580         * gnus-int.el (gnus-open-server): Add tracing for performance
11581         debugging.
11582
11583         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11584         (gnus-group-insert-group-line): Pass the real group name so that it
11585         gets the right data.
11586
11587         * gnus-start.el (gnus-get-unread-articles): Don't have
11588         `gnus-get-unread-articles-in-group' update info, since that can be
11589         really slow and doesn't seem to be needed?
11590
11591 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11592
11593         * time-date.el (date-to-time): Try using parse-time-string first before
11594         using the slower timezone-make-date-arpa-standard.
11595
11596 2010-09-22  Julien Danjou  <julien@danjou.info>
11597
11598         * gnus-group.el (gnus-group-insert-group-line):
11599         Call gnus-group-highlight-line.
11600         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11601         default hook list.
11602         (gnus-group-update-eval-form): Add new function.
11603         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11604         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11605
11606 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11607
11608         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11609         immediate, then expire all articles.
11610         (nnimap-update-info): Fix off-by-one errors.
11611         (nnimap-flags-to-marks): Would return no marks lists for group with no
11612         flags.  Instead return the other data.
11613
11614 2010-09-22  Julien Danjou  <julien@danjou.info>
11615
11616         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11617         Only return an icon.
11618         (gnus-group-insert-group-line): Compute icon to return.
11619
11620         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11621         (gnus-html-image-fetched): Only cache if
11622         gnus-html-image-automatic-caching is set.
11623         (gnus-html-image-fetched): Check for errors.
11624
11625 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11626
11627         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11628         once per method on `g'.  This ensures that backends like nnfolder don't
11629         open all their folders.
11630
11631         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11632         (nnimap-request-list): Nix out group in the correct buffer.
11633         (nnimap-parse-flags): Implement by using `read' instead of
11634         hand-parsing.
11635         (nnimap-flags-to-marks): Pass on permanent-flags.
11636         (nnimap-make-process-buffer): Record the server name.
11637         (nnimap-parse-flags): Fix typo.
11638         (nnimap-request-scan): Run split on the server in general, not just a
11639         single group.
11640
11641         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11642         parameter, and propagate this downwards.
11643
11644         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11645         since EXAMINE changes it on the server.
11646
11647         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11648         this command might take a while.
11649
11650 2010-09-22  Julien Danjou  <julien@danjou.info>
11651
11652         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11653         harmful if you have 2 images side-by-side, they can't be properly
11654         update on text deletion.  Using text-property is safer here.
11655         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11656         data.
11657
11658 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * nnimap.el (nnimap-expunge-inbox): Remove.
11661         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11662         (nnimap-expunge): Flip default to t.
11663
11664         * gnus.el (gnus-method-to-server): Don't push things to the cache
11665         unless it's unique.
11666         (gnus-server-to-method): Ditto.
11667
11668 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11669
11670         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11671
11672 2010-09-22  Julien Danjou  <julien@danjou.info>
11673
11674         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11675         get the start of data.
11676         (gnus-html-encode-url): Add this function to encode special chars in
11677         URL.
11678         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11679         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11680
11681         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11682         default.
11683         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11684
11685         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11686         images alt-text.
11687         (gnus-html-put-image): Put alt-text as help-echo.
11688
11689 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11692         * mm-util.el (mm-decompress-buffer):
11693         * nnir.el (nnir-run-find-grep):
11694         * pop3.el (pop3-list): Use 3rd arg of split-string.
11695
11696         * time-date.el (format-seconds): Comment fix.
11697
11698         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11699         and byte-optimize-form-code-walker.
11700         (dgnushack-make-auto-load): Don't advise make-autoload.
11701
11702         * lpath.el: Remove Emacs 21 stuff.
11703
11704 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11705
11706         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11707         outside the active range.  Suggested by Dan Christensen.
11708
11709         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11710         slightly later to avoid double-getting it.
11711
11712         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11713         previous patch.
11714
11715         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11716
11717 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11718
11719         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11720
11721 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11722
11723         * gnus-int.el (gnus-open-server): Give a better error message in the
11724         "go offline" case.
11725
11726         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11727         marks for nnimap, which is seldom the right thing to do.
11728
11729         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11730         (gnus-same-method-different-name): New function.
11731
11732         * nnimap.el (parse-time): Require.
11733
11734         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11735         method in the presence of many similar methods.
11736
11737         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11738
11739         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11740         nnml-inhibit-expiry.
11741
11742         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11743         find out whether methods are equal.
11744
11745         * nnimap.el (nnimap-find-expired-articles): New function.
11746         (nnimap-process-expiry-targets): New function.
11747         (nnimap-request-move-article): Request the article before looking at
11748         what the Message-ID is.  Fix found by Andrew Cohen.
11749         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11750
11751         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11752         for oldness in addition to being a predicate.
11753
11754         * nnimap.el (nnimap-request-group): When we have zero articles, return
11755         the right data to Gnus.
11756         (nnimap-request-expire-articles): Only delete articles immediately if
11757         the target is 'delete.
11758
11759         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11760         method, this would bug out.
11761
11762         * gnus-group.el (gnus-group-expunge-group): Rename from
11763         gnus-group-nnimap-expunge, and implemented as a normal interface
11764         function.
11765
11766         * gnus-int.el (gnus-request-expunge-group): New function.
11767
11768         * nnimap.el (nnimap-request-create-group): Implement.
11769         (nnimap-request-expunge-group): New function.
11770
11771 2010-09-21  Julien Danjou  <julien@danjou.info>
11772
11773         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11774         (gnus-html-cache-expired): Add new function.
11775         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11776         wethever we should display image for fetch it.
11777         Compute alt-text earlier to pass it to the fetching function too.
11778         (gnus-html-schedule-image-fetching): Change function argument to only
11779         get one image at a time, not a list.
11780         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11781         cache.
11782         (gnus-html-get-image-data): New function to retrieve image data from
11783         cache.
11784         (gnus-html-put-image): Change buffer argument to use image data rather
11785         than file, and place image above region rather than inserting a new
11786         one.  Do not take alt-text as argument, since it's useless now: we place
11787         the image above alt-text.
11788         (gnus-html-prune-cache): Remove.
11789         (gnus-html-show-images): Start to fetch image when we find one, do not
11790         push into a temporary list.
11791         (gnus-html-prefetch-images): Only fetch image if they have expired.
11792         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11793         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11794
11795 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11798
11799 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11800
11801         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11802         spec inser "*" if the group isn't active instead of 0.
11803
11804         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11805         opening the server.
11806         (nnimap-request-delete-group): Implement group deletion.
11807         (nnimap-transform-headers): Return the size of the entire message in
11808         the Bytes header, not just the size of the first part.
11809         (nnimap-request-move-article): When moving an article from nnimap,
11810         request the article first so the accepting form has an article to
11811         accept.  Reported by Dan Christensen.
11812         (nnimap-command): Make sure that the error message doesn't error out.
11813
11814 2010-09-20  David Edmondson  <dme@dme.org>
11815
11816         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11817         we haven't requested anything.
11818
11819 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11820
11821         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11822         "".  Fix found by Andrew Cohen.
11823
11824         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11825         instead of -encode-string.
11826
11827 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11830
11831         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11832         by mm-subst-char-in-string.
11833
11834 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11835
11836         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11837         waiting for the connection string.
11838
11839         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11840         arriving.
11841
11842         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11843         bogus characters.  This allows selecting certain Gmail groups.
11844
11845         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11846         (nnimap-fetch-partial-articles): New variable.
11847         (nnimap-open-connection): When looking for credentials, also use the
11848         nnimap-server-port.
11849         (nnimap-request-article): Return the group/article number, so that Gnus
11850         `^' works as expected.
11851         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11852
11853         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11854         comments.
11855         (gnus-methods-sloppily-equal): New function.
11856         (gnus): When using the development version of Gnus, load the gnus-load
11857         file.
11858
11859         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11860         `gnus-open-server' on each method before trying to scan them etc.
11861         This ensures that all the backend parameters are set correctly.
11862
11863         * nnimap.el (nnimap-authenticator): New variable.
11864         (nnimap-open-connection): Allow anonymous login.
11865         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11866         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11867
11868         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11869         patch, found by Knut Anders Hatlen.
11870
11871 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11872
11873         * gnus-agent.el (gnus-agent-batch-confirmation)
11874         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11875         to gnus-message.
11876         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11877         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11878         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11879         * gnus-int.el (gnus-open-server): Likewise.
11880         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11881         (gnus-score-check-syntax): Likewise.
11882         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11883         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11884         Likewise.
11885         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11886
11887 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11888
11889         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11890         calling conventions so that prefetch doesn't bug out.
11891
11892 2010-09-19  Julien Danjou  <julien@danjou.info>
11893
11894         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11895         rather than `subst-char-in-region' in order to be able to replace ASCII
11896         char by UTF-8 ones.
11897
11898         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11899         than curl.
11900         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11901         the right URL and ALT text on images.
11902         (gnus-html-wash-tags): Fix tag case.
11903         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11904         (gnus-article-html): Add -o display_ins_del=2 option.
11905         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11906
11907 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11908
11909         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11910         the extra mail headers, which sometimes seem to happen for unknown
11911         reasons.
11912
11913         * mail-parse.el (mail-header-encode-parameter): Define as
11914         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11915         (or most, perhaps?) mail readers don't understand the latter, but do
11916         understand the former.
11917
11918         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11919         to nil, so that no methods are automatically agentized.  I think this
11920         is probably what most users want.
11921
11922         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11923         from url-retrieve, for instance about invalid URLs.
11924
11925         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11926         groups that have no articles.
11927         (nnimap-request-article): Check that we really got an article when we
11928         requested one.
11929
11930         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11931         doesn't exist.
11932
11933         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11934         nntp buffer so the agent can save it.
11935         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11936         that CRLF doesn't get translated to \n.
11937         (nnimap-open-connection): Don't make 'shell commands only send \n.
11938
11939 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11940
11941         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11942         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11943         Update var name.
11944         (nnml-generate-nov-file): Use dolist.
11945         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11946         Use with-current-buffer.
11947
11948 2010-09-18  Julien Danjou  <julien@danjou.info>
11949
11950         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11951         parallel.
11952
11953 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11954
11955         * nnimap.el (nnimap-update-info): When doing partial marks update, get
11956         the range update right.
11957         (nnimap-request-group): Don't make `M-g' bug out on group with no
11958         marks.
11959         (nnoo): Require, so that other packages can require nnimap.
11960         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11961         command we're looking for.  This helps when the server sends more
11962         responses after we've gotten everything we expected.
11963         (nnimap): Add a `newlinep' field to keep track of end-of-line
11964         conventions.
11965         Don't send CRLF to things that don't want it.
11966         (nnimap-request-accept-article): Ditto.
11967
11968 2010-09-18  Julien Danjou  <julien@danjou.info>
11969
11970         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11971         than curl to retrieve images.
11972
11973 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11974
11975         * nnimap.el (nnimap-update-info): Extend the info so that we can set
11976         the marks.
11977         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11978         (nnimap-wait-for-connection): New function.
11979         (nnimap-open-connection): If we have PREAUTH, don't query for login
11980         credentials.
11981         (nnimap-update-info): Fix off-by-one error when concatenating ranges
11982         when doing a partial update.
11983
11984 2010-09-18  Julien Danjou  <julien@danjou.info>
11985
11986         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11987         tags.
11988
11989 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11990
11991         * nnimap.el (nnimap-credentials): New function.
11992         (nnimap-open-connection): Use the new function to look for credentials
11993         also on the numeric equivalents of "imap" and "imaps".
11994
11995         * gnus-start.el (gnus-activate-group): Send the info to
11996         gnus-request-group.
11997
11998         * nnimap.el (nnimap-request-group): Have the "check" version of the
11999         function parse flags and update the info, so that a `M-g' get a total
12000         resync of all flags from the group.
12001
12002         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12003         to allow backends to alter the info on group selection.  Also alter all
12004         the backend -request-group functions to take the parameter.
12005
12006         * nnimap.el (nnimap-store-info): New function.
12007         (nnimap-update-info): Store the info for later usage.
12008         (nnimap-request-group): Use the stored info for the dont-check case, so
12009         that we don't retrieve all marks when we enter a group.
12010
12011         * nnimap.el: Use deffoo instead of defun for interface functions.
12012
12013         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12014         update the group info.  This makes the nndraft groups, for instance, go
12015         back to their old behavior.
12016
12017         * gnus-sum.el (gnus-select-newsgroup): Indent.
12018
12019         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12020         in.
12021         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12022         nothing.
12023
12024         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12025         from methods that are denied.
12026
12027         * gnus-int.el (gnus-method-denied-p): New function.
12028
12029         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12030         store the password instead of netrc.
12031         (nnimap-open-connection): Don't error out when we can't make a
12032         connections.
12033
12034         * auth-source.el (auth-source-create): In the password prompt, say what
12035         we're querying for.  Also prompt for user name if that hasn't been
12036         given.
12037
12038         * nnimap.el (nnimap-with-process-buffer): Remove.
12039
12040 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12041
12042         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12043         method when we're reading from the agent.
12044
12045         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12046
12047         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12048         that's probably most useful for users.
12049
12050         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12051         "failed" all the time.
12052
12053         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12054         ...)) with (with-current-buffer ... ).
12055
12056         * nntp.el (nntp-open-server): Return whether the open was successful or
12057         not.
12058
12059         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12060         select an unread unseen article first.
12061
12062         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12063         /etc/services, supply some sensible port defaults.
12064
12065         * dgnushack.el: Define netrc-credentials.
12066
12067 2010-09-17  Julien Danjou  <julien@danjou.info>
12068
12069         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12070
12071 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12072
12073         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12074         doesn't have any parameters.
12075
12076 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12077
12078         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12079         only upcased checks.
12080
12081         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12082
12083         * nnimap.el (nnimap-open-shell-stream): New function.
12084         (nnimap-open-connection): Use it.
12085         (nnimap-transform-headers): Get the number of lines in each message.
12086         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12087         number of lines.
12088         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12089         problem.
12090
12091         * utf7.el (utf7-encode): Autoload.
12092
12093         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12094         to allow the mail splitting to not return a default group.  This is
12095         useful for nnimap, which will leave unmatched mail in the inbox.
12096
12097         * nnimap.el: Rewritten.
12098
12099         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12100         nnimap usage.
12101
12102         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12103         if the move is internal, so that nnimap can do fast internal moves.
12104
12105         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12106         data.
12107         (gnus-read-active-for-groups): Support finishing the early retrieval of
12108         data.
12109
12110         * gnus-range.el (gnus-range-nconcat): New function.
12111
12112         * gnus-int.el (gnus-finish-retrieve-group-infos)
12113         (gnus-retrieve-group-data-early): New functions.
12114
12115 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12116
12117         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12118         (nnrss-retrieve-groups):
12119         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12120         (pop3-quit): Use with-current-buffer.
12121
12122 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12123
12124         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12125         instead of nnheader-accept-process-output.
12126
12127         * dgnushack.el (dgnushack-compile): Add comment.
12128
12129         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12130
12131         * gnus-html.el (gnus-html-schedule-image-fetching)
12132         (gnus-html-prefetch-images): Replace process-kill-without-query by
12133         gnus-set-process-query-on-exit-flag.
12134
12135 2010-09-16  Romain Francoise  <romain@orebokech.com>
12136
12137         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12138
12139 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12140
12141         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12142         parameter to unintern is mandatory-ish in Emacs 24.
12143
12144         * gnus-html.el (gnus-html-schedule-image-fetching)
12145         (gnus-html-prefetch-images): Check for curl before using it.
12146
12147         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12148         depend on curl, which isn't essential.
12149
12150         * imap.el: Revert back to version
12151         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12152         seem problematic.
12153
12154 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12155
12156         * gnus-registry.el (gnus-registry-install-shortcuts):
12157         Explicitly pass `obarray' to `unintern' to avoid a warning.
12158
12159 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12160
12161         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12162         change.
12163
12164         * nnrss.el (nnrss-request-list): Remove this function and related
12165         functions, including the moreover stuff.
12166
12167 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12168
12169         * nnrss.el (nnrss-retrieve-groups): New function.
12170
12171 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12172
12173         * .dir-locals.el: Add no-byte-compile cookie.
12174
12175 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * time-date.el (format-seconds): Comment fix.
12178
12179         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12180         for back end that doesn't support request-scan.
12181
12182 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12183
12184         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12185         then do request scans from the backends.
12186
12187         * netrc.el (netrc-credentials): New conveniency function.
12188
12189         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12190         avoid running a hook per line, since this takes a lot of time,
12191         profiling shows.
12192         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12193         directly if gnus-visual-p is true.
12194
12195 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12198         groups; replace mapcar with dolist which is a bit faster; pass groups
12199         info to gnus-read-active-file-1.
12200         (gnus-read-active-file-1): Scan only specified groups if the new
12201         optional arg `infos' is given.
12202
12203 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12204
12205         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12206
12207         * pop3.el (pop3-movemail): Remove.
12208         (pop3-streaming-movemail): Rename to pop3-movemail.
12209
12210         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12211         don't restrict end-tag searches to the end of the line.
12212
12213 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12216         articles of every unchecked group to t, which means unknown since the
12217         server has never been opened.
12218
12219 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12220
12221         * gnus-html.el (gnus-html-show-alt-text): New command.
12222         (gnus-html-browse-image): Ditto.
12223         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12224         to browse the image directly.
12225         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12226         better.
12227
12228         * gnus-async.el (gnus-async-article-callback):
12229         Call `gnus-html-prefetch-images' unconditionally.
12230
12231         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12232         before feeding URLs to curl.
12233
12234 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12237         internal images as deletable by `W D D'.
12238
12239         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12240         (gnus-async-article-callback): Fix typo.
12241
12242 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12243
12244         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12245         current line to work around bugs in the output from w3m.
12246
12247         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12248         for groups that want that.
12249
12250         * nntp.el (nntp-wait-for-string): Supply a timeout for
12251         accept-process-output to ensure progress.
12252
12253         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12254         level to get unread articles from, then use that for foreign groups,
12255         too.
12256
12257         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12258         confuses the rest of the function.
12259
12260         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12261         for the methods that support -retrieve-groups, too.
12262
12263         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12264
12265 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12268         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12269
12270         * pop3.el: Require cl when compiling.
12271         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12272
12273 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12274
12275         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12276         that aren't going to be activated.
12277         (gnus-get-unread-articles): Fix up the last commit.
12278
12279         * gnus-html.el (gnus-article-html): Allow calling without specifying
12280         the handle.  In that case, dissect the buffer first.
12281
12282         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12283
12284         * nnimap.el (nnimap-open-connection): Revert the change that would look
12285         into authinfo for imaps instead of imap.
12286
12287         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12288         say that you don't want to call gnus-request-group with don-check, but
12289         do check the reponse.  This is for virtual groups only.
12290         (gnus-get-unread-articles): Count the archive groups as secondary, so
12291         that they're activated the same way as before.
12292
12293         * imap.el (imap-message-map): Removed optional buffer parameter, since
12294         no callers use it.
12295         (imap-message-get): Ditto.
12296         (imap-message-put): Ditto.
12297         (imap-mailbox-map): Ditto.
12298         (imap-mailbox-put): Ditto.
12299         (imap-mailbox-get): Ditto.
12300         (imap-mailbox-get): Revert last change for this function.
12301
12302         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12303         case-insensitively.
12304         (nnimap-debug): Remove.
12305
12306         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12307         callers to use `imap-fetch' instead.  According to the comments, this
12308         should be safe, since all other IMAP clients use the 1:* syntax.
12309         (imap-enable-exchange-bug-workaround): Remove.
12310         (imap-debug): Remove -- doesn't seem very useful.
12311
12312         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12313         mail from a file, and the file doesn't exist.
12314
12315         * imap.el (imap-log): New convenience function used throughout instead
12316         of repeating the same code all over the place.
12317
12318         * pop3.el (pop3-streaming-movemail): Return t for success.
12319
12320         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12321         .authinfo if we're using ssl connection.
12322
12323         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12324         already have if we're in a main Gnus `g' run.
12325
12326         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12327
12328 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12331
12332         * nnmh.el (nnmh-request-list-1): Bind `file'.
12333
12334         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12335         alias to set-process-query-on-exit-flag or process-kill-without-query.
12336         (pop3-open-server): Use it.
12337
12338 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12339
12340         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12341         box to the Incoming file.  Fixes mistake in previous checkin.
12342
12343         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12344         request loop (for debugging purposes) removed.
12345
12346         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12347         culprit is more visible.
12348         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12349         (nnml-add-incremental-nov): New functions to do "incremental" nov
12350         updates, where we just append to the end of the existing nov files
12351         without reading/writing them in full.
12352
12353         * mail-source.el (mail-source-delete-crash-box): Really only check the
12354         incoming files once in a while.
12355
12356         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12357
12358         * mail-source.el (mail-source-delete-crash-box): Only check the
12359         incoming files for deletion once per day to save a lot of file
12360         accesses.
12361
12362         * pop3.el (pop3-logon): Fix up unbound variable typo.
12363
12364         * mail-source.el (pop3-streaming-movemail): Autoload.
12365
12366         * pop3.el (pop3-streaming-movemail):
12367         Respect pop3-leave-mail-on-server.
12368
12369         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12370         retrieval.
12371
12372         * pop3.el (pop3-process-filter): Remove unused function.
12373         (pop3-streaming-movemail, pop3-send-streaming-command)
12374         (pop3-wait-for-messages, pop3-write-to-file)
12375         (pop3-number-of-responses): New functions for streaming pop3
12376         retrieval.
12377
12378         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12379         come from no known methods.
12380         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12381         list.
12382
12383         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12384         message sizes.
12385         (pop3-movemail): Use erase-buffer instead of looping and deleting
12386         regions, which seems rather odd.
12387
12388         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12389         file once per `g' run.
12390
12391         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12392         directories.  This makes the draft queue directory work.
12393
12394         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12395         data from the backends, so that we only request the list of groups from
12396         each method once.  This should speed things up considerably.
12397
12398         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12399         detect that it's not implemented.
12400
12401         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12402         we actually do recurse down into the tree, but don't stat all leaf
12403         nodes.
12404
12405         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12406         then say so instead of bugging out.
12407
12408         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12409         files exist before trying to read them.
12410
12411         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12412         around <pre_int>.
12413
12414         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12415
12416         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12417
12418 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12419
12420         * mm-util.el (mm-image-load-path): Just return the image directories,
12421         not all directories in the path in addition to the image directories.
12422         (mm-image-load-path): Maintain a cache of the image directories so that
12423         the `g' command in Gnus doesn't have to stat dozens of directories each
12424         time.
12425
12426         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12427         (gnus-html-wash-tags): Add a new `i' command to insert images.
12428         (gnus-html-insert-image): New command and keystroke.
12429         (gnus-html-redisplay-with-images): New command and keystroke.
12430         (gnus-html-show-images): Rename command.
12431         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12432         spacers.
12433         (gnus-html-wash-tags): Decode entities at the end, so that entities
12434         inside the tags don't mess up the rest of the "parsing".
12435
12436         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12437         so that nnimap methods aren't agentized by default.  There's apparently
12438         many problems related to agent/imap behavior.
12439
12440         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12441
12442         * gnus-html.el: Doc fix.
12443
12444 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12447         specifier-spec-list for Emacs 21.
12448
12449         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12450         glyph-width and glyph-height instead of display-graphic-p and
12451         image-size; make avoidance of displaying small images work for XEmacs.
12452
12453         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12454         for XEmacs.
12455
12456         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12457         of symbol that holds plist data.
12458         (gnus-process-plist): Remove plist of process after getting it.
12459
12460 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12461
12462         * message.el (message-generate-hashcash): Change default to
12463         'opportunistic if hashcash is installed.
12464
12465         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12466         (gnus-html-put-image): Only call image-size once, since it's somewhat
12467         time-consuming on remote X servers.
12468
12469 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12472         type on data, not a file name.
12473
12474         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12475         window-pixel-edges for Emacs 21.
12476
12477         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12478         decoded contents.
12479         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12480
12481 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12482
12483         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12484         group line format, since it isn't very interesting.
12485
12486         * gnus-agent.el (gnus-agent-short-article),
12487         (gnus-agent-long-article): Increase values for these two variables,
12488         since most people are likely to have more network connection and
12489         storage than before.
12490
12491         * gnus.el (gnus-refer-article-method): Change default to 'current.
12492         When referring an article, the common behavior is to refer it from the
12493         current select method, not the native select method.  The chances of
12494         the native select method having the message in question is rather slim
12495         these days.
12496
12497         * gnus-sum.el (gnus-auto-select-subject): Change default to
12498         `unseen-or-unread'.  I think it's likely that most people want to
12499         select an unseen article over a previously seen, but unread one.
12500
12501         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12502         means that in the article buffer none of the minor mode elements will
12503         be shown, usually, and this is not desirable in most cases.
12504
12505         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12506         that commands like `d' (and the like) go to the next line in the
12507         buffer, instead of the next unread article.  I think this is the
12508         behavior that is most natural for most users.
12509         (gnus-single-article-buffer): Change default to nil, so that people can
12510         have as many article buffers open as they have summary buffer.  I think
12511         this is the most natural way for the groups to behave.
12512
12513         * message.el (message-generate-new-buffers): Change default to
12514         `unsent', so that all new message buffers start their names with the
12515         string "*unsent", and it's easier to find the buffers if you move from
12516         them.
12517
12518 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12519
12520         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12521         small.  They're probably tracking images.
12522         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12523         (gnus-html-rescale-image): Yet another try at getting the image sizing
12524         right.
12525
12526         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12527         nntp-marks-file-name is nil.
12528
12529 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12530
12531         * gnus-html.el (gnus-html-wash-tags)
12532         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12533         Better logging.
12534
12535 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12536
12537         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12538
12539         * gnus-html.el (gnus-html-wash-tags): Check the value of
12540         gnus-blocked-images in the summary buffer.
12541
12542 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12543
12544         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12545
12546 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12547
12548         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12549         like "a", it seems like.
12550         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12551         since it needs to be picked from the correct buffer.
12552
12553         * nnwfm.el: Remove.
12554
12555         * nnlistserv.el: Remove.
12556
12557 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12558
12559         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12560         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12561
12562 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12563
12564         * nnkiboze.el: Remove.
12565
12566         * nndb.el: Remove.
12567
12568         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12569         alt text.
12570         (gnus-html-rescale-image): Try to get the rescaling logic right for
12571         images that are just wide and not tall.
12572
12573         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12574         overshadow variable bindings.
12575
12576 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12577
12578         * gnus-html.el (gnus-html-wash-tags)
12579         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12580         Add extra logging.
12581
12582 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12583
12584         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12585         (gnus-max-image-proportion): New variable.
12586         (gnus-html-rescale-image): New function.
12587         (gnus-html-put-image): Rescale images.
12588
12589 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12590
12591         Fix up some byte-compiler warnings.
12592         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12593         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12594         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12595         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12596         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12597         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12598         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12599
12600 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-html.el (gnus-article-html): Decode contents by charset.
12603
12604 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12607         (gnus-html-frame-width, gnus-blocked-images):
12608         * message.el (message-prune-recipient-rules): Add custom version.
12609         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12610
12611         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12612         functions.
12613
12614         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12615         gnus-process-get.
12616
12617 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12618
12619         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12620         instead of lsub directly.
12621
12622 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12623
12624         * nnwarchive.el: Remove.
12625
12626         * gnus-soup.el: Remove.
12627
12628         * nnsoup.el: Remove.
12629
12630         * nnultimate.el: Remove.
12631
12632         * gnus-html.el (gnus-blocked-images): New variable.
12633
12634         * message.el (message-prune-recipients): New function.
12635         (message-prune-recipient-rules): New variable.
12636
12637         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12638         guess whether a long line is natural text or not.
12639
12640         * gnus-html.el (gnus-html-schedule-image-fetching):
12641         Use gnus-process-plist and friends for compatibility.
12642
12643 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12644
12645         * gnus-html.el: Require packages that define macros used in this file.
12646         (gnus-article-mouse-face): Declare to silence byte-compiler.
12647         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12648         process-get.
12649         (gnus-html-put-image): Use plist-get to avoid getf.
12650         (gnus-html-prefetch-images): Use with-current-buffer.
12651
12652 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * gnus-ems.el: Provide compatibility functions for
12655         gnus-set-process-plist.
12656
12657         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12658         header-line-format for XEmacs 21.4.
12659
12660         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12661         * gnus.el (gnus-valid-select-methods):
12662         * message.el (message-send-mail-partially-limit):
12663         * mm-decode.el (mm-text-html-renderer):
12664         * mml.el (mml-insert-mime-headers-always):
12665         * smiley.el (smiley-regexp-alist): Bump custom version.
12666
12667 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12668
12669         * gnus-html.el: Require mm-url.
12670         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12671         with the url to `url'.
12672         (gnus-html-wash-tags): Support cid: URLs/images.
12673
12674 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12675
12676         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12677         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12678         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12679
12680         * gnus-move.el: Remove file, since it doesn't really work.
12681
12682         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12683         UTF-8.  This seems to fix problems with some German web feeds.
12684
12685         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12686         at the top so that the proper colors are applied.
12687
12688         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12689         don't have dots in their names.
12690
12691         * gnus-art.el (gnus-article-view-part): Doc fix.
12692
12693         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12694         XEmacs-compatible.
12695         (gnus-html-put-image): Don't do images on non-graphic displays.
12696
12697         * nnslashdot.el: Remove this unused backend.
12698
12699         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12700         actions.
12701         (gnus-undo-register-1): Revert last change.
12702
12703         * gnus-group.el (gnus-group-completing-read): Protect against not
12704         having completion-styles bound.
12705
12706         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12707         make broken recipients happier.
12708
12709         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12710
12711         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12712         point parameter.
12713
12714         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12715
12716         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12717         completion-styles for group selection.
12718
12719 2009-02-04  Andreas Schwab  <schwab@suse.de>
12720
12721         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12722         headers and regexp-quote the match if necessary.
12723
12724 2009-03-24  Miles Bader  <miles@gnu.org>
12725
12726         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12727         the blinking smiley.
12728
12729 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12730
12731         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12732         blink smiley.
12733
12734 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12735
12736         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12737         where the dribbel file lives exists.
12738
12739         * message.el (message-send-mail-partially-limit): Change the default to
12740         nil, since most people don't want this.
12741
12742         * mm-url.el (mm-url-decode-entities): Also decode entities like
12743         &#x3212.
12744
12745 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12746
12747         * gnus-sum.el (gnus-summary-idna-message):
12748         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12749         Hyperlink urls in docstrings with URL `...'.
12750
12751 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12752
12753         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12754         functions.
12755
12756 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12757
12758         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12759         say what the mouseover text should be.
12760
12761         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12762         version of the mm-w3m-safe-url-regexp variable to only download images
12763         in the groups where we want that to happen.
12764
12765         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12766
12767         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12768         easier debugging.
12769         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12770         big pictures in the article buffer.
12771
12772         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12773         gnus-article-html.
12774         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12775         w3m.
12776
12777         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12778
12779 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12780
12781         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12782         which doesn't exist.
12783
12784         * message.el (message-inhibit-ecomplete): New variable to allow some
12785         function to inhibit ecomplete address storage.
12786         (message-resend): Disable ecomplete message storage when resending
12787         messages.
12788
12789         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12790
12791 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12794         Save excursion while copying, moving, and deleting articles in order to
12795         prevent the cursor from jumping to unforeseen place.
12796
12797 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * lpath.el: No need to bind bookmark-current-buffer,
12800         bookmark-yank-point and bookmark-make-record-function.
12801
12802 2010-08-17  Glenn Morris  <rgm@gnu.org>
12803
12804         * gnus-sync.el: Require gnus components whose functions are used.
12805
12806         * gnus-art.el (bookmark-make-record-function):
12807         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12808         Declare for compiler.
12809
12810         * mm-url.el (mml-compute-boundary): Autoload.
12811
12812 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12813
12814         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12815
12816 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12817
12818         Typo fix "hoo4a" -> "hook".
12819
12820         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12821
12822 2010-08-14  Glenn Morris  <rgm@gnu.org>
12823
12824         * gnus-sync.el (gnus-sync): Fix defgroup version.
12825
12826 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12827
12828         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12829
12830         * gnus-sync.el: Fix docs.
12831         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12832         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12833
12834 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12835
12836         Optimizations for gnus-sync.el.
12837
12838         * gnus-sync.el: Add docs about gnus-sync-backend
12839         possibilities.
12840         (gnus-sync-save): Remove unnecessary message.
12841         (gnus-sync-read): Optimize and show what groups were skipped.
12842
12843 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12844
12845         Minor bug fixes for gnus-sync.el.
12846
12847         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12848         Don't read the sync on get-new-news.
12849
12850         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12851         quiet.
12852
12853         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12854         (fix typo).
12855
12856 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12857
12858         Make saving and restoring of hidden threads work with overlays.
12859         Patch applied by Ted Zlatanov.
12860
12861         * gnus-sum.el (gnus-hidden-threads-configuration)
12862         (gnus-restore-hidden-threads-configuration): Update to deal with text
12863         properties, rather than searching for a magic character.
12864
12865 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12866
12867         New gnus-sync.el library for synchronization of marks.
12868
12869         * gnus-sync.el: New library for synchronization of marks.
12870
12871         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12872         renamed from `gnus-registry-grep-in-list'.
12873
12874         * gnus-registry.el (gnus-registry-follow-group-p):
12875         Use `gnus-grep-in-list'.
12876
12877         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12878
12879 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12882         determining charset of text fails.
12883
12884 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * nnmail.el (nnmail-get-new-mail-1): Revert.
12887
12888         * nnml.el (nnml-active-number): Make sure names of newly created groups
12889         in nnml-group-alist are encoded.
12890
12891 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12894         containing non-ASCII characters in active file for nnml back end.
12895
12896 2010-07-24  David Engster  <dengste@eml.cc>
12897
12898         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12899         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12900
12901 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12902
12903         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12904         tag (Bug#6654).
12905
12906 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12909         the article buffer, not the summary buffer.
12910
12911 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12914         Emacs 23 as well.
12915
12916 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12919         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12920
12921 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12922
12923         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
12924         Patch applied by Karl Fogel.
12925
12926         * gnus-sum.el (gnus-summary-bookmark-make-record):
12927         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
12928
12929 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12930
12931         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
12932         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
12933         C-w still not working correctly from Article buffers; Thierry's
12934         patch to fix that will be applied after this.
12935
12936         * gnus-art.el (bookmark-make-record-function): New local variable.
12937
12938         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
12939         article buffer.
12940         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
12941
12942 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
12943
12944         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
12945         on changes in bookmark.el.
12946
12947 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
12950         `no-log' instead of message not to log prompt string.
12951
12952 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
12953
12954         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
12955         the *other* type of HTML form submission.
12956
12957 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
12958
12959         * auth-source.el (auth-source-pick): If choice does not contain a
12960         questioned keyword, set the check to t.
12961
12962 2010-06-12  Romain Francoise  <romain@orebokech.com>
12963
12964         * gnus-util.el (gnus-date-get-time): Move up before first use.
12965
12966 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
12969         (gnus-article-edit-part): Bind it to make last part that is substituted
12970         or deleted visible.
12971         (gnus-mime-display-single): Buttonize part of which id equals to
12972         gnus-mime-buttonized-part-id.
12973
12974 2010-06-10  Dan Christensen  <jdc@uwo.ca>
12975
12976         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
12977         (gnus-dd-mmm): Use gnus-date-get-time.
12978         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
12979         simplify logic.
12980         (gnus-summary-limit-to-age): Use gnus-date-get-time.
12981         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
12982
12983 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
12984
12985         * auth-source.el (top): Autoload `secrets-list-collections',
12986         `secrets-create-item', `secrets-delete-item'.
12987         (auth-sources): Fix tag string.
12988         (auth-get-source, auth-source-retrieve, auth-source-create)
12989         (auth-source-delete): New defuns.
12990         (auth-source-pick): Rewrite in order to avoid 2 passes.
12991         (auth-source-forget-user-or-password): New parameter USERNAME.
12992         (auth-source-user-or-password): New parameters CREATE-MISSING and
12993         DELETE-EXISTING.  Retrieve password interactively, if needed.
12994
12995 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
12996
12997         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12998         deleting unused directories when gnus-expert-user is t.
12999
13000 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13003         for each temp file when gnus-article-browse-delete-temp is ask.
13004
13005 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13006
13007         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13008         Replace Lisp calls to delete-backward-char by calls to delete-char.
13009
13010 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13011
13012         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13013
13014 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13015
13016         * password-cache.el (password-cache-remove): Fix docstring.
13017
13018 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13021         article unless decoding article to be saved.
13022
13023 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13026         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13027         generated within the mm-with-unibyte-current-buffer macro.
13028
13029 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13030
13031         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13032         to nil when we're in a mml-preview buffer and no group is selected.
13033
13034 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13035
13036         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13037         when catching the `C-g'.  Reported by "Leo".
13038
13039 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13040
13041         * message.el (message-forward-make-body-plain)
13042         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13043         multibyte-string-p.
13044
13045         * lpath.el: Revert.
13046
13047 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * message.el (message-forward-make-body-mml): Assume original message
13050         is multibyte string; error on unibyte.
13051         (message-forward-make-body-plain): Ditto; don't add excessive newline
13052         in body end.
13053
13054         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13055
13056 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13057
13058         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13059         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13060
13061 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * mm-extern.el (mm-extern-url): Don't use
13064         mm-with-unibyte-current-buffer.
13065         (mm-extern-cache-contents): Use with-current-buffer instead of
13066         save-excursion + set-buffer.
13067
13068 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * mm-util.el (mm-emacs-mule): Remove.
13071
13072 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13073
13074         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13075         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13076         change.
13077
13078 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13081         bind the default value of enable-multibyte-characters to nil.
13082
13083 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * message.el (message-forward-make-body-plain)
13086         (message-forward-make-body-mml):
13087         Don't use mm-with-unibyte-current-buffer.
13088
13089 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13090
13091         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13092
13093 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13094
13095         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13096         (Bug#5592).
13097
13098 2010-05-07  Julien Danjou  <julien@danjou.info>
13099
13100         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13101         it to mm-pipe-part.
13102
13103         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13104         it is given.
13105
13106 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13107
13108         * binhex.el (binhex-decode-region-internal):
13109         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13110         (dns-query):
13111         * nnweb.el (nnweb-gmane-search):
13112         * pgg-parse.el (pgg-parse-armor):
13113         * pgg.el (pgg-verify-region):
13114         * sha1.el (sha1-string-external):
13115         * uudecode.el (uudecode-decode-region-internal):
13116         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13117         XEmacs.
13118
13119         * gnus-art.el (gnus-article-browse-html-parts):
13120         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13121         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13122         make-temp-file.
13123
13124         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13125         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13126         compiling.
13127
13128         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13129         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13130         XEmacs when compiling.
13131
13132         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13133         gnus-pick-mode-off-hook for XEmacs when compiling.
13134         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13135         gnus-binary-mode-off-hook for XEmacs when compiling.
13136
13137         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13138         Return nil if char-charset is not available.
13139
13140         * imap.el (imap-disable-multibyte)
13141         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13142         macros.
13143
13144         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13145         instead of encode-coding-string.
13146
13147         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13148         'xemacs) instead of mm-emacs-mule to switch function definitions.
13149         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13150
13151         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13152         bind temporary-file-directory for XEmacs;
13153         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13154         timer-set-function for XEmacs 21.4 and SXEmacs;
13155         bind timer-list for XEmacs 21.4 and SXEmacs;
13156         fbind char-charset and find-charset-region for non-Mule XEmacs;
13157         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13158         encode-coding-region and encode-coding-string for XEmacs having no
13159         file-coding feature.
13160
13161 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13162
13163         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13164
13165 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13168         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13169
13170 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13171
13172         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13173         alias `jka-compr-delete-temp-file' no longer exists.
13174
13175 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13176
13177         Use define-minor-mode in Gnus where applicable.
13178         * mml.el (mml-mode): Use define-minor-mode.
13179         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13180         (gnus-undo-mode): Use define-minor-mode.
13181         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13182         (gnus-dead-summary-mode): Use define-minor-mode.
13183         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13184         Initialize in declaration.
13185         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13186         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13187         (gnus-mailing-list-mode): Use define-minor-mode.
13188         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13189         (gnus-draft-mode): Use define-minor-mode.
13190         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13191         (gnus-dired-mode): Use define-minor-mode.
13192
13193 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13194
13195         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13196         handles on recursive mml-to-mime translation and check them for
13197         boundary delimiter collisions.  Reported by Greg Troxel.
13198
13199 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13202
13203 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13204
13205         * mm-util.el (mm-find-buffer-file-coding-system):
13206         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13207
13208 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13209
13210         * message.el (message-generate-headers): Record insertion of optional
13211         headers as well.  Otherwise the check to prevent repeated insertion of
13212         optional headers is a no-op.
13213
13214 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13215
13216         * smime.el: Don't mention CVS.
13217
13218         * nnrss.el (nnrss-fetch): Don't mention CVS.
13219
13220         * nnir.el: Don't mention CVS.
13221
13222 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13223
13224         * gnus-sum.el (gnus-summary-bookmark-make-record):
13225         Add `location' field.
13226
13227 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * lpath.el: Fbind bookmark-default-handler,
13230         bookmark-get-bookmark-record, bookmark-make-record-default,
13231         bookmark-prop-get for Emacs <23 and XEmacs.
13232
13233 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13234
13235         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13236         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13237         Use with-current-buffer to silence the byte-compiler.
13238         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13239         bother to require `gnus'.
13240         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13241
13242 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13243
13244         * gnus-sum.el (gnus-summary-bookmark-make-record)
13245         (gnus-summary-bookmark-jump): New functions.
13246         (gnus-summary-mode): Setup bookmark support.
13247
13248 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13249
13250         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13251         if set.
13252
13253 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13256         gnus-article-browse-html-save-cid-image; make it work recursively for
13257         forwarded messages as well.
13258         (gnus-article-browse-html-parts): Work when prefix arg is given.
13259         (gnus-article-browse-html-article): Doc fix.
13260
13261 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13262
13263         * message.el (message-default-mail-headers)
13264         (message-default-headers): Carry the value mail-default-headers over
13265         into message-default-mail-headers, rather than message-default-headers.
13266
13267 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13268
13269         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13270         charset.
13271
13272         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13273         charset into the <meta> tag when the article is encoded to utf-8.
13274
13275 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-art.el (gnus-article-browse-delete-temp-files):
13278         Delete directories as well.
13279         (gnus-article-browse-html-parts): Work for images that do not specify
13280         file names; delete temp directory when quitting; insert header at the
13281         right place; use file: scheme for image files.
13282
13283 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13284
13285         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13286         (gnus-article-browse-html-parts): Use it to make temporary cid image
13287         files in addition to html file so that browser may display them.
13288
13289 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13292
13293 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13294
13295         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13296
13297 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13298
13299         * auth-source.el (auth-sources): Change default to be simpler.
13300         Explain about Secret Service API sources.  Improve Customize options.
13301         (auth-source-pick): Change to accept any number of search parameters.
13302         Implement fallbacks iteratively, not recursively.  Add scoring on the
13303         second pass and sort by score.  Call Secret Service API when needed.
13304         (auth-source-user-or-password): Use it.  Call Secret Service API
13305         directly when needed to get the user name and the password.
13306
13307 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13308
13309         * message.el (message-interactive): Doc fix.
13310         (message-qmail-inject-args): Reflow.
13311         (message-kill-to-signature): Fix typo in docstring.
13312
13313         * smiley.el (smiley-buffer): Fix typo in docstring.
13314
13315 2010-03-24  Glenn Morris  <rgm@gnu.org>
13316
13317         * mail-source.el (gnus-message): Declare.
13318         (mail-source-delete-old-incoming): Require gnus-util.
13319
13320 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13323
13324         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13325
13326         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13327         password-cache's default if it is not bound.
13328         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13329         password-cache-expiry's default if it is not bound.
13330
13331         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13332         available in Emacs 21.
13333
13334         * lpath.el: Suppress compiler warnings for:
13335         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13336         XEmacs;
13337         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13338         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13339         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13340
13341 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13342
13343         * auth-source.el (auth-sources): Fix up definition so extra parameters
13344         are always inline.
13345
13346 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13347
13348         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13349         wasn't updated after mismatch.  Clear cached mailbox info correctly
13350         when uidvalidity changes.
13351         (nnimap-group-prefixed-name): New function to avoid some code
13352         duplication.
13353         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13354         (nnimap-request-group): Use it.
13355         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13356         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13357         with many imap folders.  This is done by caching the group status from
13358         the imap server persistently in a group parameter `imap-status'.  (This
13359         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13360         but not persistently, so every Gnus startup was still very slow.)
13361
13362 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13363
13364         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13365         delete the extra newline.  Otherwise editing of :string and :number
13366         types don't work.
13367
13368 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13369
13370         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13371         secrets.el dependency.
13372         (auth-sources): Add optional user name.  Add secrets.el configuration
13373         choice (unused right now).
13374
13375 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13376
13377         * gnus-sum.el (gnus-summary-make-menu-bar):
13378         Let `gnus-registry-install-shortcuts' fill in the functions.
13379
13380         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13381         warnings.
13382         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13383         (gnus-registry-install-shortcuts): Populate and use it in a
13384         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13385
13386 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13387
13388         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13389         In-place substitutions for the group name encoding/decoding.
13390         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13391         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13392         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13393         (nnimap-update-unseen, nnimap-request-list)
13394         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13395         (nnimap-request-set-mark, nnimap-split-to-groups)
13396         (nnimap-split-articles, nnimap-request-newgroups)
13397         (nnimap-request-create-group, nnimap-request-accept-article)
13398         (nnimap-request-delete-group, nnimap-request-rename-group)
13399         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13400         `encoded-mbx' for consistency.
13401         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13402         variable `imap-current-mailbox'.
13403
13404         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13405         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13406
13407 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13408
13409         * pop3.el (pop3-display-message-size-flag): Display message size byte
13410         counts during POP3 download.
13411         (pop3-movemail): Use it.
13412         (pop3-list): Implement listing of available messages.
13413
13414 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13415
13416         * nnir.el (nnir-get-article-nov-override-function): New function to
13417         override the normal NOV retrieval.
13418         (nnir-retrieve-headers): Use it.
13419
13420 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13421
13422         * auth-source.el (netrc-machine-user-or-password): Autoload.
13423
13424 2010-03-19  Glenn Morris  <rgm@gnu.org>
13425
13426         Stop message.el from loading about 40 libraries it doesn't always need.
13427         The general approach is to autoload rather than require, and to
13428         require in the specific functions rather than the file.  (Bug#5642)
13429
13430         * gmm-utils.el: Don't require wid-edit.
13431         (widget-create-child-value, widget-convert, widget-default-get):
13432         Autoload.
13433
13434         * gnus-util.el: Don't require time-date, netrc.
13435         (message-fetch-field, gnus-group-name-decode): Declare rather than
13436         autoloading.
13437         (gnus-fetch-field): Require message.
13438         (gnus-decode-newsgroups): Require gnus-group.
13439
13440         * ietf-drums.el: Don't require time-date.
13441
13442         * message.el: Don't require hashcash, canlock, ecomplete.
13443         Do require mail-utils.  Require nnheader only when compiling.
13444         (smtpmail-default-smtp-server): Remove declaration.
13445         (message-send-mail-function): Check smtpmail-default-smtp-server
13446         is bound rather than requiring smtpmail.
13447         (message-auto-save-directory, message-insert-signature):
13448         Use expand-file-name rather than nnheader-concat.
13449         (nnheader-insert-file-contents): Autoload.
13450         (hashcash-wait-async): Declare.
13451         (message-send-mail): Only call gnus-setup-posting-charset if
13452         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13453         (message-send-mail-with-sendmail): Require sendmail.
13454         (canlock-password, canlock-password-for-verify): Declare.
13455         (message-canlock-password): Require canlock.
13456         (nnheader-get-report): Autoload.
13457         (gnus-setup-posting-charset): Declare.
13458         (message-send-news): Require gnus-msg.
13459         (message-make-references, message-make-in-reply-to): Use mail-header-id
13460         rather than the alias mail-header-message-id.
13461         (ecomplete-add-item, ecomplete-save): Declare.
13462         (message-put-addresses-in-ecomplete): Require ecomplete.
13463         (ecomplete-display-matches): Autoload.
13464
13465         * mm-decode.el: Don't require mailcap, gnus-util.
13466         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13467         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13468         Autoload.
13469         (mailcap-mime-extensions): Declare.
13470
13471         * mm-encode.el: Don't require mailcap.
13472         (mailcap-extension-to-mime): Autoload.
13473
13474         * mml-sec.el: Don't require password-cache.
13475
13476         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13477         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13478         (mml-minibuffer-read-type): Require mailcap.
13479         (mml-preview): Require gnus-msg.
13480
13481         * mml1991.el: Require password-cache.
13482         (password-cache-expiry): Remove declaration.
13483
13484         * mml2015.el: Require password-cache.
13485         (password-cache-expiry): Remove declaration.
13486
13487         * nneething.el (mailcap): Require mailcap.
13488
13489         * nnheader.el (declare-function): Add compatibility stub.
13490         (message-remove-header): Declare rather than autoload.
13491         (nnheader-replace-header): Require message.
13492
13493         * nnimap.el (declare-function): Add compatibility stub.
13494         (netrc-parse, netrc-machine-user-or-password): Declare.
13495         (nnimap-open-connection): Require netrc.
13496
13497         * nntp.el (declare-function): Add compatibility stub.
13498         (netrc-parse, netrc-machine, netrc-get): Declare.
13499         (nntp-send-authinfo): Require netrc.
13500
13501         * rfc2047.el: Don't require qp.
13502         (quoted-printable-encode-region, quoted-printable-decode-string):
13503         Autoload.
13504
13505         * sieve-mode.el: Don't require easymenu.
13506         (easy-menu-add-item): Autoload it.
13507
13508         * spam-stat.el (time-to-number-of-days): Autoload it.
13509
13510 2010-03-19  Glenn Morris  <rgm@gnu.org>
13511
13512         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13513
13514 2010-03-18  Glenn Morris  <rgm@gnu.org>
13515
13516         * hashcash.el (declare-function): Remove duplicate definition.
13517
13518 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13519
13520         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13521         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13522         value if any backslash escapes).
13523
13524 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13527         if it is available.  (bug#5647)
13528
13529         * lpath.el: Suppress compiler warning for coding-system-from-name for
13530         Emacs 21 and XEmacs.
13531
13532 2010-03-14  Juri Linkov  <juri@jurta.org>
13533
13534         * hmac-def.el:
13535         * hmac-md5.el:
13536         * netrc.el: Fix keywords.
13537
13538 2010-02-26  Glenn Morris  <rgm@gnu.org>
13539
13540         * message.el (message-send-mail-function): Change the default, so that
13541         it inherits from a customized send-mail-function.  (Bug#5643)
13542
13543 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13544
13545         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13546         shell-command-to-string signals an error (bug#5299).
13547
13548 2010-02-24  Glenn Morris  <rgm@gnu.org>
13549
13550         * message.el (message-smtpmail-send-it)
13551         (message-send-mail-with-mailclient): Doc fixes.
13552
13553 2010-02-16  Glenn Morris  <rgm@gnu.org>
13554
13555         * message.el (message-default-mail-headers): Change the default value
13556         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13557
13558 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13561         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13562
13563 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13564
13565         * time-date.el (date-to-time): Doc fix (Bug#5408).
13566
13567 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13568
13569         * message.el (message-mail): Just pass yank-action on to message-setup.
13570         (message-setup): Handle (FUN . ARGS) form of yank-action.
13571         (message-with-reply-buffer, message-widen-reply)
13572         (message-yank-original): Handle non-buffer values of
13573         message-reply-buffer (Bug#4080).
13574         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13575
13576 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13577
13578         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13579         Fix typo in docstring.
13580
13581 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13582
13583         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13584         response.
13585
13586 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13589
13590         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13591
13592         * message.el (message-check-news-header-syntax): Protect against a
13593         string that `rfc822-addresses' returns when parsing fails.
13594
13595 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13598         (gnus-previous-char-property-change): New functions.
13599
13600         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13601
13602 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13603
13604         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13605         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13606
13607 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13608
13609         * message.el (message-exchange-point-and-mark): Rework last change to
13610         avoid using optional arg of exchange-point-and-mark, for backward
13611         compatibility.
13612
13613 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13614
13615         * message.el (message-exchange-point-and-mark):
13616         Call exchange-point-and-mark with an argument rather than setting
13617         mark-active by hand (Bug#5175).
13618
13619 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * nntp.el (nntp-service-to-port): Work for service expressed with
13622         numeric string; replace [:digit:] with [0-9] for XEmacs.
13623
13624 2009-12-17  Glenn Morris  <rgm@gnu.org>
13625
13626         * gnus-group.el (gnus-bug-group-download-format-alist):
13627         Change emacs entry to debbugs.gnu.org.  Bump :version.
13628
13629 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13632
13633 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * message.el (message-info): Explain why we use `Info-goto-node'.
13636
13637 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13638
13639         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13640
13641 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13642
13643         * message.el (message-completion-in-region): New compatibility function.
13644         (message-expand-group): Use it.
13645
13646 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13649         with no unread article should be listed if the 2nd arg `predicate' is
13650         given.
13651
13652 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13655
13656 2009-11-29  Juri Linkov  <juri@jurta.org>
13657
13658         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13659         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13660         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13661
13662 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13663
13664         * sha1.el (sha1-string-external): default-directory "/" in case
13665         otherwise non-existent.  process-connection-type pipe for touch of
13666         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13667
13668 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13669
13670         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13671         it's comms related and sgml-mode.el has "comm" on that basis too.
13672
13673 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13676         containing tspecial characters if they have been already quoted.
13677
13678 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13679
13680         * dns-mode.el (auto-mode-alist): Purecopy string.
13681
13682 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13683
13684         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13685
13686 2009-10-24  Glenn Morris  <rgm@gnu.org>
13687
13688         * gnus-art.el (help-xref-stack-item): Define for compiler.
13689
13690 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13691
13692         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13693
13694 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13697
13698 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13701         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13702
13703 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13706         (gnus-overlays-in): New alias to overlays-in.
13707
13708         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13709         gnus-overlay-get, and gnus-delete-overlay.
13710         (gnus-summary-show-thread): Make it work as well for systems in which
13711         next-single-char-property-change is not available.
13712         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13713
13714         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13715         (gnus-overlay-get): New alias to extent-property.
13716         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13717
13718         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13719         SXEmacs.
13720
13721         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13722         SXEmacs.
13723
13724 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13725
13726         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13727
13728 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13729
13730         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13731         and XEmacs that don't have `remove-overlays'.
13732
13733 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13734
13735         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13736         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13737         selective display.  Use overlays instead.
13738
13739 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13740
13741         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13742
13743 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13744
13745         * spam-stat.el (spam-stat-load): Fix typo in message.
13746
13747 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13748
13749         * dig.el (dig-invoke): Fix typo in docstring.
13750         (query-dig): Reflow docstring.
13751
13752 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13753
13754         * gnus-art.el (gnus-article-encrypt-body):
13755         * message.el (message-check-recipients):
13756         * mm-util.el (mm-codepage-setup):
13757         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13758         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13759
13760 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13761
13762         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13763         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13764         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13765         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13766         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13767
13768 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13769
13770         * dig.el: Add "Keywords: comm", as per net-utils.el.
13771
13772 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13773
13774         * dig.el (dig-mode): Use define-derived-mode.
13775
13776 2009-09-19  Glenn Morris  <rgm@gnu.org>
13777
13778         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13779
13780 2009-09-18  Glenn Morris  <rgm@gnu.org>
13781
13782         * gnus-diary.el (gnus-diary-check-message):
13783         * message.el (message-insert-formatted-citation-line):
13784         * nnbabyl.el (top-level):
13785         * nndiary.el (nndiary-schedule):
13786         Fix typos in condition-case handlers.
13787
13788 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13791         configuration that provides the sole article window in a frame;
13792         position point correctly after deleting a part.
13793
13794 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13795
13796         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13797         (spam-resolve-registrations-routine): Use it to unregister articles
13798         that change status.
13799
13800 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13803         with XEmacs.
13804         (parse-time-string-chars): Use it.
13805
13806 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13807
13808         * imap.el (imap-interactive-login): Better messages.
13809         (imap-open): Fix bug with renamed buffer on reconnect.
13810         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13811         for easier debugging and cleaner code.  On successful (guessed based on
13812         server capabilities) secondary authentication, set imap-state
13813         correctly.
13814         (imap-last-authenticator): Define imap-last-authenticator as a variable
13815         to avoid warnings.
13816
13817 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * nnrss.el (nnrss-request-article): Remove binding of
13820         default-enable-multibyte-characters that has gotten needless by
13821         the 2007-07-13 change in rfc2047-encode-message-header.
13822
13823         * mml.el (mml-insert-multipart): Error on the message header.
13824         (mml-insert-part): Error on the message header; position point at
13825         the end of a MIME tag.
13826
13827 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * time-date.el (autoload): Expand define-obsolete-function-alias into
13830         defalias and make-obsolete for old Emacsen that Gnus supports.
13831         (with-no-warnings): Define it for old Emacsen.
13832         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13833         is available.
13834         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13835         float-time is available; suppress compile warning for time-to-seconds.
13836
13837         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13838         (gnus-float-time): Alias to float-time if it exists.
13839
13840         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13841         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13842         float-time is available; suppress compile warning for time-to-seconds.
13843
13844         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13845         XEmacs.
13846
13847 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13848
13849         * imap.el (imap-message-map): Docstring fix.
13850
13851 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13854         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13855         Add the optional argument `encoding' that overrides the default.
13856
13857         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13858         mm-encode-buffer.
13859
13860 2009-09-04  Glenn Morris  <rgm@gnu.org>
13861
13862         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13863         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13864         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13865         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13866         * mm-util.el (mm-with-unibyte-current-buffer)
13867         (mm-find-buffer-file-coding-system):
13868         * yenc.el (yenc-decode-region): Use default-value rather than
13869         default-enable-multibyte-characters.
13870
13871 2009-09-03  Glenn Morris  <rgm@gnu.org>
13872
13873         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13874         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13875         than default-enable-multibyte-characters.
13876
13877 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13878
13879         * gnus-art.el (gnus-article-read-summary-keys):
13880         Fix gnus-buffer-configuration's value temporarily used.
13881
13882 2009-09-02  Glenn Morris  <rgm@gnu.org>
13883
13884         * gnus-util.el (gnus-float-time): New function.
13885         * gnus-delay.el (gnus-delay-article):
13886         * gnus-sum.el (gnus-thread-latest-date):
13887         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13888         * nnspool.el (nnspool-request-newgroups):
13889         Use gnus-float-time rather than time-to-seconds.
13890         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13891
13892         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13893         (gnus-header-subject-face, gnus-header-newsgroups-face)
13894         (gnus-header-name-face, gnus-header-content-face):
13895         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13896         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13897         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13898         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13899         (gnus-cite-face-11):
13900         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13901         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13902         (gnus-server-closed-face, gnus-server-denied-face)
13903         (gnus-server-offline-face):
13904         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13905         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13906         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13907         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13908         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13909         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13910         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13911         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13912         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13913         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13914         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13915         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13916         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13917         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13918         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13919         (gnus-summary-high-undownloaded-face)
13920         (gnus-summary-low-undownloaded-face)
13921         (gnus-summary-normal-undownloaded-face)
13922         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13923         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13924         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13925         (gnus-splash-face):
13926         * message.el (message-header-to-face, message-header-cc-face)
13927         (message-header-subject-face, message-header-newsgroups-face)
13928         (message-header-other-face, message-header-name-face)
13929         (message-header-xheader-face, message-separator-face)
13930         (message-cited-text-face, message-mml-face):
13931         * sieve-mode.el (sieve-control-commands-face)
13932         (sieve-action-commands-face, sieve-test-commands-face)
13933         (sieve-tagged-arguments-face):
13934         * spam.el (spam-face):
13935         Mark face aliases with "-face" in the name as obsolete.
13936
13937 2009-09-01  Glenn Morris  <rgm@gnu.org>
13938
13939         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
13940         than goto-line.
13941
13942 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13945         Don't move point if the command is invoked inside the message header.
13946
13947 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13948
13949         * imap.el (imap-send-command): Simplify.
13950         (imap-wait-for-tag): point-max -> buffer-size.
13951
13952 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13953
13954         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
13955         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
13956         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
13957         * nnir.el (nnir-swish-e-index-file):
13958         * gnus-sum.el (gnus-summary-delete-marked-as-read)
13959         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
13960         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
13961         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
13962         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
13963         (gnus-treat-display-xface): Add Emacs version of obsolescence.
13964
13965 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
13968         Don't save excursion.
13969
13970 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13971
13972         * nnheader.el (nnheader-find-file-noselect):
13973         * mm-util.el (mm-insert-file-contents):
13974         Use (default-value 'major-mode) instead of default-major-mode.
13975
13976 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13977
13978         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
13979
13980 2009-08-26  Glenn Morris  <rgm@gnu.org>
13981
13982         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
13983         than placing in files.el.
13984
13985 2009-08-25  Glenn Morris  <rgm@gnu.org>
13986
13987         * nnir.el (top-level): Don't require cl at run-time.
13988         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
13989         Replace cl-function substitute with gnus-replace-in-string.
13990         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
13991         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
13992         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
13993         simplified expansions.
13994
13995 2009-08-25  Kevin Ryde  <user42@zip.com.au>
13996
13997         * dig.el (dig): Add autoload cookie.
13998
13999 2009-08-22  Glenn Morris  <rgm@gnu.org>
14000
14001         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14002         goto-line.
14003
14004 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14005
14006         * parse-time.el (parse-time-string-chars): Save match data.
14007
14008 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14009
14010         * parse-time.el (parse-time-string-chars): Compute using character
14011         classes, to handle non-ascii characters (Bug#3190).
14012
14013 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14014
14015         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14016
14017         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14018         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14019         (gnus-mm-display-part, gnus-mime-display-single)
14020         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14021         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14022
14023         * gnus-sum.el
14024         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14025         (gnus-summary-move-article): Add expirable mark to articles copied or
14026         moved to group that has auto-expire turned on if the option is non-nil.
14027
14028 2009-07-24  Glenn Morris  <rgm@gnu.org>
14029
14030         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14031         Fix typo.  (Bug#3903)
14032
14033 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14036         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14037         that should not be used for draft articles.
14038         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14039         that has no concern in minor mode keys.
14040         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14041         Abolish.
14042
14043 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14046         article without making inquiry to a user for unknown encoding.
14047
14048         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14049         (nnmaildir--scan): Assume i-node and device number that file-attributes
14050         returns might be cons-cell.
14051
14052         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14053
14054         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14055
14056 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14057
14058         * auth-source.el: Remove docs now in auth.texi.  Don't use
14059         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14060         `auth-source-hide-passwords' and use them.
14061
14062 2009-07-15  Glenn Morris  <rgm@gnu.org>
14063
14064         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14065
14066 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14069         excessive whitespace from the default values of title and description.
14070
14071 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14074         mail-fetch-field to fetch Content-Description header in order to
14075         exclude newlines.
14076
14077 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14078
14079         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14080         format used by GnuPG 2.0.11.
14081
14082 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14085         to deleted part.
14086
14087 2009-05-30  David Engster  <dengste@eml.cc>
14088
14089         * nnmairix.el: Remove old documentation in the commentary block.
14090         (nnmairix-request-group): Do not update active file for nnml back ends.
14091         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14092         end so that overview files are ignored.
14093         (nnmairix-update-groups): Make updating the groups more robust by using
14094         marks.
14095         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14096         with dollar characters in message-id.
14097
14098 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14099
14100         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14101         2008-12-25 in dns.el.
14102
14103 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14104
14105         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14106         could happen if the text is only composed of spaces and/or tabs.
14107
14108 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14109
14110         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14111         when sending a queued message to avoid extra mml tags.
14112
14113 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14116
14117 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14120         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14121         rmail-toggle-header for XEmacs;
14122         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14123
14124 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * gnus-dired.el: Remove autoload for gnus-setup-message.
14127         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14128         displaying Gnus logo; always use compose-mail.
14129
14130 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14133
14134 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14137         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14138         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14139         available.
14140         (gnus-nocem-epg-verify): New function.
14141
14142 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14145
14146 2009-02-15  Glenn Morris  <rgm@gnu.org>
14147
14148         * gnus-util.el (rmail-insert-rmail-file-header)
14149         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14150         autoloads.
14151         (rmail-default-rmail-file): Remove unnecessary declaration.
14152         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14153
14154 2009-02-14  Glenn Morris  <rgm@gnu.org>
14155
14156         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14157         variable (only used in gnus-util, which declares it anyway).
14158         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14159         which was only needed by gnus-art (changed to not use it any more).
14160         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14161         only used in gnus-util, which autoloads it itself.
14162         (rmail-update-summary): Fix autoload.
14163
14164         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14165         rather than rmail-output-to-rmail-file.
14166
14167 2009-02-07  Glenn Morris  <rgm@gnu.org>
14168
14169         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14170         autoload of function that no longer exists.
14171         (rmail-toggle-header): Declare.
14172         (message-forward-rmail-make-body): Handle mbox Rmail.
14173
14174 2009-01-31  Glenn Morris  <rgm@gnu.org>
14175
14176         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14177         2009-01-09 change.
14178
14179 2009-01-31  Dave Love  <fx@gnu.org>
14180
14181         * imap.el (imap-fetch-safe): Bind debug-on-error.
14182         (imap-debug): Add imap-fetch-safe.
14183
14184 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14185
14186         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14187         (auth-source-forget-all-cached): New convenience function.
14188         (auth-source-user-or-password): Accept list of modes or a single mode.
14189
14190         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14191         auth-source modes.
14192
14193         * netrc.el (netrc-machine-user-or-password): Use list of
14194         auth-source modes.
14195
14196         * nnimap.el (nnimap-open-connection): Use list of
14197         auth-source modes.
14198
14199         * nntp.el (nntp-send-authinfo): Use list of
14200         auth-source modes.
14201
14202 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14203
14204         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14205         now.
14206
14207 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14210         coding system in XEmacs; add a workaround for XEmacs.
14211
14212         * lpath.el: Fbind coding-system-aliasee.
14213
14214 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14217         of current-language-environment.
14218
14219 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14222         available at runtime.
14223
14224 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14227
14228 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14229
14230         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14231         the greatest positive fixnum value doesn't work under an XEmacs with
14232         bignum support; use the most-positive-fixnum constant instead,
14233         available since Emacs 21.1 with cl and XEmacs 21.1.
14234
14235 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14238         XEmacs gets not to work.
14239
14240 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * mm-util.el (mm-coding-system-priorities): Allow the value like
14243         "Japanese (UTF-8)" of current-language-environment.
14244
14245 2009-01-09  Glenn Morris  <rgm@gnu.org>
14246
14247         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14248         with last-command-event.
14249
14250 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14251
14252         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14253         in the doc string.
14254
14255         * message.el (message-fix-before-sending): Amend comment.
14256
14257 2009-01-08  Dave Love  <fx@gnu.org>
14258
14259         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14260
14261 2009-01-07  David Engster  <dengste@eml.cc>
14262
14263         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14264         simplified server definitions by converting it via
14265         gnus-server-to-method.
14266
14267 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14270         parameter's operands.
14271
14272 2009-01-06  David Engster  <dengste@eml.cc>
14273
14274         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14275         primary select method (for gnus-group-mark-article-as-read).
14276
14277 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14278
14279         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14280         `(gnus)Face', not `(gnus)X-Face'.
14281
14282 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * mm-util.el (mm-ucs-to-char): New function.
14285
14286         * mm-url.el (mm-url-decode-entities): Use it.
14287
14288         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14289         unicode-to-char.
14290
14291 2009-01-05  Dave Love  <fx@gnu.org>
14292
14293         * time-date.el: Require cl for `declare'.
14294
14295 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14296
14297         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14298         Dave Love.
14299
14300 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14301
14302         * message.el (message-fix-before-sending): Add `eight-bit' to
14303         illegible-text check.
14304
14305 2009-01-03  Michael Olson  <mwolson@gnu.org>
14306
14307         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14308         `headers' is nil.  This can occur if the IMAP server does not have
14309         permissions to read messages from a folder, but can write new messages
14310         to the folder.
14311         (nnimap-request-article-part): Do not insert `data' if it is nil.
14312
14313         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14314         characters which will confuse `read', so skip past them.
14315
14316 2009-01-01  Dave Love  <fx@gnu.org>
14317
14318         * imap.el (imap-string-to-integer): Fix typo.
14319         (imap-fetch-safe): New function.
14320         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14321
14322         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14323
14324         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14325         (imap-parse-greeting): Fix doc strings.
14326         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14327         (imap-parse-flag-list): Make messages unique.
14328         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14329
14330         * nnimap.el: Fix author email.
14331         (nnimap-split-rule): Add FIXME comment.
14332         (nnimap-debug): Fix doc string.
14333
14334 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14335
14336         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14337
14338 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14339
14340         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14341         nslookup if resolv.conf isn't available.
14342         (dns-query): Rename from query-dns.
14343         (dns-query-cached): Rename from query-dns-cached.
14344
14345 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14348         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14349         to check if those variables exist (first appeared in Emacs 18.50).
14350
14351 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * mm-util.el (mm-line-number-at-pos): New function.
14354
14355         * spam-report.el (spam-report-process-queue): Use it.
14356
14357 2008-12-24  David Engster  <dengste@eml.cc>
14358
14359         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14360         parameters that haven't existed as variables as buffer-local variables.
14361
14362 2008-12-23  Dave Love  <fx@gnu.org>
14363
14364         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14365         cadar.
14366
14367         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14368         imap-starttls-p.
14369         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14370
14371 2008-12-22  Dave Love  <fx@gnu.org>
14372
14373         * imap.el: Fix author email.  Doc fixes.
14374         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14375         reply.
14376
14377 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14378
14379         * spam-report.el (spam-report-gmane-max-requests): New constant.
14380         (spam-report-gmane-wait): New variable.
14381         (spam-report-gmane-ham, spam-report-gmane-spam)
14382         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14383         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14384         the server.
14385
14386         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14387         Add explanations.
14388
14389         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14390         nnheader-accept-process-output and nnheader-read-timeout if available.
14391         (pop3-movemail): Use it.
14392
14393         * message.el (message-check-news-body-syntax): Fix signature check if
14394         there's an attachment.
14395
14396 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * mm-util.el: Add comments to the mm- emulating functions.
14399
14400 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14401
14402         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14403         Reported by Stephen Berman <stephen.berman@gmx.net>.
14404
14405 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * mm-util.el (mm-substring-no-properties): New function.
14408         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14409         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14410         (mm-string-to-multibyte): Doc fix.
14411
14412         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14413
14414 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * mml.el (mml-attach-file): Strip text properties from file name.
14417         (Bug#1574)
14418
14419 2008-12-16  Glenn Morris  <rgm@gnu.org>
14420
14421         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14422
14423 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14424
14425         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14426         knows since the charset specified might be a bogus alias that
14427         mm-charset-synonym-alist provides.
14428
14429 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14432         "ISO_8859-1".
14433
14434         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14435
14436 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * mm-util.el (mm-charset-eval-alist):
14439         Define it before mm-charset-to-coding-system.
14440         (mm-charset-to-coding-system): Add optional argument `silent';
14441         define it before mm-charset-override-alist.
14442         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14443         default value if it can be used in Emacs currently running;
14444         silence mm-charset-to-coding-system.
14445
14446 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14447
14448         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14449         `allow-override' which says whether to use `mm-charset-override-alist'.
14450         (rfc2047-decode-encoded-words): Use it.
14451
14452         * mm-util.el (mm-charset-override-alist): Fix custom type;
14453         add `(gb2312 . gbk)' to choices.
14454
14455 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14458         fast.
14459
14460         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14461
14462         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14463
14464 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14465
14466         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14467         on links.
14468
14469         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14470
14471 2008-12-03  Lute Kamstra  <lute@gnu.org>
14472
14473         * sha1.el: Remove leading * from docstrings of defcustoms,
14474         deffaces, defconsts and defuns.
14475
14476 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14479         users' addresses that don't have domain parts.
14480         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14481         rather than message-narrow-to-head since there will be the message
14482         header separator.
14483
14484 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14485
14486         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14487         since the result is inserted in a unibyte buffer anyway.
14488         (nnimap-demule-use-string-to-multibyte): Remove.
14489         (nnimap-demule): Alias it to mm-string-to-multibyte.
14490
14491 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14494         variable for debugging bug#464 and bug#1174.
14495         (nnimap-demule): Use it.
14496
14497 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14500         score calculation correctly.
14501
14502 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14503
14504         * message.el (message-send-mail): Just set the buffer to unibyte
14505         rather than use mm-with-unibyte-current-buffer which does a lot more.
14506         (message-send-mail-partially): Don't bother with
14507         mm-with-unibyte-current-buffer since it's already been made unibyte by
14508         message-send-mail.
14509
14510 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14511
14512         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14513
14514 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14515
14516         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14517
14518 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14521         require itself and to remove `with-no-warnings'.
14522
14523 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14524
14525         * starttls.el (starttls-any-program-available): Get the name of the
14526         available TLS layer program.
14527         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14528         well as the host name in the "opening" message.
14529
14530         * auth-source.el (auth-source-cache, auth-source-do-cache)
14531         (auth-source-user-or-password): Cache passwords and logins by default,
14532         allow override with `auth-source-do-cache'.
14533         (auth-source-forget-user-or-password): Allow users to remove cache
14534         entries if needed.
14535
14536 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14537
14538         * md4.el (md4-buffer): Fix typo in docstring.
14539         (md4, md4-64): Doc fixes.
14540         (md4-pack-int32): Reflow docstring.
14541
14542 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14543
14544         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14545         condition-case to only the forward-sexp call.
14546
14547 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14548
14549         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14550         quotes contained.  Make it more robust regardless by an extra
14551         condition-case wrapper.
14552
14553 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14556
14557 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * nnml.el (nnml-request-expire-articles): Check if the function set to
14560         `nnmail-expiry-target' returns the symbol `delete'.
14561
14562         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14563
14564         * nnmail.el (nnmail-expiry-target): Fix custom type.
14565
14566 2008-10-02  Glenn Morris  <rgm@gnu.org>
14567
14568         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14569         Silence compiler warning.
14570
14571 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14572
14573         * tls.el (open-tls-stream): Show the actual command being
14574         executed, instead of the format string.
14575
14576 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14577
14578         * lpath.el: Fbind codepage-setup for Emacs 23.
14579
14580 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14581
14582         * mml.el (mml-menu): Don't assume mml2015 is bound.
14583
14584 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14587         exists.
14588
14589 2008-09-27  Glenn Morris  <rgm@gnu.org>
14590
14591         * gnus-util.el (mail-header-remove-comments): Autoload it.
14592
14593 2008-09-27  Andreas Schwab  <schwab@suse.de>
14594
14595         * gnus-util.el (gnus-split-references): Strip comments.
14596         (gnus-parent-id): Likewise.
14597
14598 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * message.el (message-confirm-send): Fix version.
14601
14602 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * message.el (message-idna-to-ascii-rhs-1): Use
14605         mail-extract-address-components rather than mail-header-parse-addresses
14606         that is an alias by default to ietf-drums-parse-addresses that does not
14607         support non-ASCII names in headers' contents.
14608
14609 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14610
14611         * message.el (message-confirm-send): Fix variable documentation to
14612         avoid the "y/n" wording.
14613
14614 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14615
14616         * message.el (message-set-auto-save-file-name): Save to a different
14617         filename so multiple messages (especially drafts) can be recovered.
14618
14619 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14620
14621         * message.el (message-confirm-send): Add appropriate version.
14622
14623 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14624
14625         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14626         defvar.
14627
14628 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14629
14630         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14631         (mm-pkcs7-enveloped-magic): Ditto.
14632
14633 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14634
14635         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14636         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14637
14638 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14639
14640         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14641         default, it's better.
14642
14643 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14644
14645         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14646         summary line gnus-number property and ignore them (with a warning
14647         message).
14648
14649 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14652         macro caddr in the interactive form since it won't be expanded.
14653
14654 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14657         `charset'; fix name of function called recursively.
14658         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14659
14660 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14663         (gnus-mime-set-charset-parameters): New function.
14664         (gnus-mime-view-part-as-charset): Use it to correctly display part
14665         specifying wrong charset.
14666
14667 2008-09-08  David Engster  <dengste@eml.cc>
14668
14669         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14670         in completing-read for back end server.
14671
14672 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14673
14674         * message.el (message-confirm-send): New variable to confirm sending a
14675         message.
14676         (message-send): Use it.
14677
14678 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14679
14680         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14681
14682 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14685
14686 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14687
14688         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14689         prevent tracking too many groups.
14690         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14691         Use it.
14692
14693 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14694
14695         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14696         moving point to the bottom of the window in order to avoid recentering.
14697
14698 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14701
14702         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14703         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14704         (gnus-article-beginning-of-window): Fix calculation.
14705
14706 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-msg.el (gnus-summary-supersede-article)
14709         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14710         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14711         message header.
14712
14713 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14714
14715         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14716         pending output coming after the status change.
14717
14718 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14719
14720         * message.el:
14721         * gnus-start.el:
14722         * gnus-registry.el: Remove VMS support.
14723
14724 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14727         macro.
14728         (rfc2104-hash): Use it.
14729
14730 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14731
14732         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14733         (gnus-summary-sort-by-most-recent-date): New commands.
14734         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14735         and menu entries.
14736
14737 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14740         don't redisplay article for raw contents; remove plural articles stuff.
14741
14742         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14743         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14744         on gnus-summary-save-article; display results properly.
14745
14746 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * lpath.el: No need to fbind ns-focus-frame.
14749
14750 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14753
14754 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * gnus-art.el (gnus-summary-save-in-pipe):
14757         Consider gnus-save-all-headers.
14758
14759 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14760
14761         * gnus-util.el (ns-focus-frame): Remove declaration.
14762         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14763         like x.
14764
14765 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14766
14767         * rfc2104.el (rfc2104-zero): Delete defconst.
14768         (rfc2104-hex-alist): Likewise.
14769         (rfc2104-hex-to-int): Delete func.
14770         (rfc2104-hexstring-to-bitstring): Likewise.
14771         (rfc2104-nybbles): New defconst.
14772         (rfc2104-hash): Rewrite for speed.
14773
14774 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * tls.el (open-tls-stream): Make it work with the 2nd argument
14777         BUFFER that is a string but does not exist as a buffer object, as
14778         mentioned in the doc-string.
14779
14780 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14783         SXEmacs.
14784
14785 2008-07-16  Glenn Morris  <rgm@gnu.org>
14786
14787         * gnus-util.el (ns-focus-frame): Declare for compiler.
14788
14789 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14792         set as a group parameter.
14793         (gnus-summary-save-in-pipe): Work when it is called independently.
14794         (gnus-summary-pipe-to-muttprint): Don't modify
14795         gnus-summary-pipe-output-default-command.
14796
14797 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14798
14799         * message.el (message-send-mail-with-sendmail):
14800         Display the error message.
14801
14802 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * gnus-art.el (gnus-default-article-saver):
14805         Add gnus-summary-save-in-pipe to choices.
14806         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14807         gnus-summary-pipe-output-default-command as the default command.
14808         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14809         instead of gnus-last-shell-command.
14810
14811         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14812         New user option.
14813         (gnus-summary-muttprint-program): Mention the value will be changed.
14814         (gnus-summary-save-article): Force showing of all headers.
14815         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14816
14817 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14818
14819         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14820
14821 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14822
14823         * nnimap.el (nnimap-id):
14824         * sieve-manage.el (sieve-manage-open): Doc fixes.
14825
14826 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14827
14828         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14829         if available.
14830
14831 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14832
14833         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14834
14835         * nnkiboze.el (nnkiboze-generate-group):
14836         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14837
14838         * nnmairix.el: Require CL.
14839
14840 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14841
14842         * dgnushack.el: Autoload get-display-table and put-display-table for
14843         XEmacs 21.5.
14844
14845         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14846         21.4 and SXEmacs.
14847
14848 2008-06-15  David Engster  <dengste@eml.cc>
14849
14850         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14851
14852 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14853
14854         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14855         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14856         runtime choice under XEmacs.
14857
14858         * gnus-sum.el (gnus-summary-set-display-table):
14859         Use `gnus-put-display-table', `gnus-get-display-table',
14860         `gnus-set-display-table' for the display table, instead of `aset'.
14861
14862         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14863         Use `gnus-put-display-table', `gnus-get-display-table',
14864         `gnus-set-display-table' for the display table.
14865
14866 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14867
14868         * nnmairix.el: Add autoloads.
14869
14870 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * nnmairix.el (nnmairix-delete-recreate-group)
14873         (nnmairix-update-and-clear-marks): Fix error messages.
14874
14875 2008-06-14  David Engster  <dengste@eml.cc>
14876
14877         * nnmairix.el: Upgrade to version 0.6.
14878         (nnmairix-group-toggle-propmarks-this-group)
14879         (nnmairix-group-toggle-readmarks-this-group)
14880         (nnmairix-group-delete-recreate-this-group)
14881         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14882         (nnmairix-remove-tick-mark-original-article): New commands.
14883         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14884         (nnmairix-propagate-marks-to-nnmairix-groups)
14885         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14886         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14887         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14888         functions needed for marks propagation and manipulation of read marks.
14889         (nnmairix-update-groups): New function.
14890         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14891         (nnmairix-determine-original-group-from-registry)
14892         (nnmairix-determine-original-group-from-path)
14893         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14894         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14895         New helper functions.
14896         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14897         keystrokes for new commands.
14898         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14899         (nnmairix-request-group): Check allow-fast group parameter.
14900         (nnmairix-request-create-group): Set allow-fast group parameter if
14901         nnmairix-allowfast-default is set.
14902         (nnmairix-close-group): Propagate marks upon closing if needed.
14903         (nnmairix-group-toggle-threads-this-group): Use new.
14904         nnmairix-group-toggle-parameter helper function.
14905         (nnmairix-search): Better check for empty search result.
14906         (nnmairix-goto-original-article): Use new helper functions for
14907         determining original article.
14908         (nnmairix-show-original-article): Make sure message-id is in brackets.
14909         (nnmairix-call-mairix-binary): Change variable name.
14910         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14911         helper function.
14912         (nnmairix-widget-toggle-activate): Fix doc string.
14913
14914 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * nnir.el: Require edmacro when compiling with XEmacs.
14917         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14918         available in Emacs 21.
14919
14920 2008-06-11  Glenn Morris  <rgm@gnu.org>
14921
14922         * gnus-util.el (x-focus-frame):
14923         * gnus.el (image-size):
14924         * mm-decode.el (image-size): Declare.
14925
14926         * gnus-picon.el (declare-function): Add compat definition.
14927         (image-size): Declare.
14928
14929         * gnus-group.el (tool-bar-map):
14930         * gnus-sum.el (tool-bar-map): Define for compiler.
14931
14932         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
14933
14934         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
14935
14936         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
14937         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
14938         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
14939         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
14940         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
14941         * sieve-manage.el, spam-report.el, spam.el:
14942         Remove unnecessary eval-and-compile of autoloads.
14943
14944 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
14945
14946         * auth-source.el: Precise Tramp doc.
14947
14948 2008-06-07  Glenn Morris  <rgm@gnu.org>
14949
14950         * nnmairix.el: Remove unnecessary eval-when-compile.
14951
14952 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * lpath.el: Fbind propertize for XEmacs 21.4.
14955
14956 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * nnir.el: Move here from ../contrib.
14959
14960 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14961
14962         * gnus-util.el (gnus-read-shell-command): New function.
14963         * mm-decode.el (mm-pipe-part):
14964         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
14965
14966 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14969
14970 2008-06-03  Glenn Morris  <rgm@gnu.org>
14971
14972         * pop3.el (nnheader-accept-process-output): Autoload it.
14973
14974 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
14977         are not 2-digit hexadecimal characters that follow `%'s.
14978
14979 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * message.el (message-bogus-recipient-p): Fix type in doc string.
14982         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
14983         (message-bogus-addresses): Rename from message-bogus-address-regexp.
14984         Improve custom options.
14985         (message-bogus-recipient-p): Adjust accordingly.
14986
14987 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
14988
14989         * parse-time.el (parse-time-months, parse-time-weekdays): Add
14990         long-form month and day names.
14991
14992 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * dgnushack.el: Autoload debug, eudc-expand-inline and
14995         pgg-snarf-keys-region for XEmacs.
14996
14997         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
14998
14999         * nnmairix.el: Require edmacro when compiling with XEmacs.
15000
15001 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15002
15003         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15004         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15005
15006 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15007
15008         * auth-source.el: Add more docs.
15009
15010         * netrc.el (netrc-machine): Always match if the port is not given.
15011
15012 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15013
15014         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15015         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15016         retrieval faster in some cases, but might make CPU usage larger.
15017         If this has any bad side effects, we might revert this change.
15018
15019         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15020         seems to make mail retrieval much, much faster.
15021         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15022         unconditionally.
15023
15024         * gnus-draft.el (gnus-group-send-queue):
15025         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15026
15027 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15028
15029         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15030
15031         * message.el (message-bogus-address-regexp): Fix and improve custom
15032         type.
15033         (message-setup-hook): Add message-check-recipients as custom option.
15034
15035 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15036
15037         * message.el (message-cite-function): Remove bogus autoload which crept
15038         in during merge from v5-10.
15039
15040 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15041
15042         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15043
15044         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15045
15046         * auth-source.el: Preliminary Tramp docs.
15047         (auth-sources): Change the default auth-sources to use
15048         EPA .gpg files.
15049
15050 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15051
15052         * nntp.el: Autoload `auth-source-user-or-password'.
15053         (nntp-send-authinfo): Use it.
15054
15055         * nnimap.el: Autoload `auth-source-user-or-password'.
15056         (nnimap-open-connection): Use it.
15057
15058         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15059         for the gnus-message function.
15060         (auth-source-user-or-password): Use it.
15061
15062 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15063
15064         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15065         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15066         (rfc2104-hash): Use it.
15067
15068 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15069
15070         * gnus-art.el (gnus-article-toggle-truncate-lines):
15071         Don't use `iff' in docstring.
15072
15073 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15074
15075         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15076
15077         * gnus-util.el (gnus-extract-address-component-name)
15078         (gnus-extract-address-component-email): Convenience functions around
15079         `gnus-extract-address-components'.
15080
15081         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15082         Use `gnus-extract-address-component-email' to fix bug of comparing full
15083         sender name to `user-mail-address'.
15084
15085 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15086
15087         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15088         catch/throw to optimize.
15089         (gnus-registry-find-keywords): Just use member to find a keyword.
15090
15091 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15092
15093         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15094         is current before calling gnus-server-prepare.
15095         (gnus-server-setup-buffer, gnus-server-update-server)
15096         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15097
15098 2008-05-04  Juri Linkov  <juri@jurta.org>
15099
15100         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15101         (mailcap-file-default-commands): Use mailcap-replace-in-string
15102         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15103         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15104
15105 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15106
15107         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15108
15109 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15110
15111         * gnus.el: Bump version to 0.11.
15112
15113 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15114
15115         * gnus.el: No Gnus v0.10 is released.
15116
15117 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15118
15119         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15120         hooks.
15121         (gnus-update-read-articles): Speed up non-marks-using users.
15122         (gnus-use-marks): Define gnus-use-marks.
15123         (gnus-propagate-marks): Rename variable to something more sensible.
15124
15125 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15126
15127         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15128         (gmm-image-load-path-for-library): Fix typos in docstrings.
15129         (gmm-message): Reflow docstring.
15130
15131 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15132
15133         * mail-source.el (mail-source-set-1, mail-source-bind):
15134         Move auth-source code out of the macro to clean it up and fix bugs.
15135
15136 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15137
15138         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15139         by sender if it's equal to user-mail-address, it's likely to be
15140         useless.
15141
15142         * mail-source.el (mail-source-bind): Don't use user or password if they
15143         are not bound.  Unintern them if they are nil.  Don't use server unless
15144         it's bound, and default it to empty string otherwise.
15145
15146 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15147
15148         * mail-source.el: Load auth-source.el.
15149         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15150         get user name or password, if auth-sources is set up.
15151
15152         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15153         strategy of splitting with parent.
15154         (gnus-registry-split-fancy-with-parent)
15155         (gnus-registry-post-process-groups): Use it and fix prior
15156         bug (returning a list as the split result).
15157
15158         * auth-source.el (auth-sources): Remove server parameter.
15159         (auth-source-pick, auth-source-user-or-password)
15160         (auth-source-user-or-password-imap)
15161         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15162         (auth-source-user-or-password-sftp)
15163         (auth-source-user-or-password-smtp): Remove server parameter.
15164
15165 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15166
15167         * smime.el (smime-sign-region, smime-encrypt-region)
15168         (smime-decrypt-region):
15169         Remove redundant calls to `generate-new-buffer-name'.
15170
15171 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15172
15173         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15174         Don't use QP for message/rfc822.
15175         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15176
15177 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15178
15179         * sieve-manage.el (sieve-string-bytes): Remove.
15180         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15181         correct byte-length only if the process's coding-system is the same as
15182         the one used internally by Emacs to represent strings.
15183
15184 2008-04-22  Juri Linkov  <juri@jurta.org>
15185
15186         * mailcap.el (mailcap-file-default-commands): New function.
15187
15188 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * message.el (message-signature-separator, message-cite-function):
15191         Change custom version.
15192
15193 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15194
15195         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15196         commands.
15197         (tls-checktrust): Ditto.
15198
15199 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15200
15201         * mm-decode.el (mm-display-external): Make temp file read-only.
15202
15203 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15204
15205         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15206         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15207         `C-c C-f d'.
15208
15209 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15210
15211         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15212
15213 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15214
15215         * gnus.el: Bump version to 0.9.
15216
15217 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15218
15219         * gnus.el: No Gnus v0.8 is released.
15220
15221 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15222
15223         * mail-source.el (mail-source-value):
15224         Prefer fboundp to functionp so it works with macros as well.
15225
15226 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15227
15228         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15229         Fix last change in case the element is not even a symbol.
15230
15231 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15232
15233         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15234         Prefer fboundp to functionp so it works with macros as well.
15235
15236 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15237
15238         * auth-source.el: Add docs.
15239         (auth-sources): Modify format to support server.
15240         (auth-source-pick, auth-source-user-or-password)
15241         (auth-source-user-or-password-imap)
15242         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15243         (auth-source-user-or-password-sftp)
15244         (auth-source-user-or-password-smtp): Add server parameter.
15245
15246 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15247
15248         * gnus-registry.el: Initialize the registry when gnus-registry-install
15249         is t.
15250
15251 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * compface.el (uncompface): Make buffer unibyte.
15254
15255 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15256
15257         * mail-source.el (mail-source-value):
15258         Prefer fboundp to functionp so it works with macros as well.
15259
15260 2008-04-05  Glenn Morris  <rgm@gnu.org>
15261
15262         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15263
15264 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15265
15266         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15267         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15268
15269         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15270         multibyteness after rather than before erasing it.
15271
15272         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15273         mm-with-multibyte.
15274         (gnus-request-article-this-buffer): Make sure the proper decoding is
15275         used if gnus-original-article-buffer happens to be unibyte.
15276
15277         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15278         default-enable-multibyte-characters.
15279
15280         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15281         default-enable-multibyte-characters.
15282
15283         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15284
15285         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15286
15287 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15288
15289         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15290         Fix last change in case the element is not even a symbol.
15291
15292 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15293
15294         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15295         (imap-message-copyuid-1): Use it.
15296         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15297         J. Williams in
15298         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15299
15300         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15301         imap-enable-exchange-bug-workaround.
15302         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15303
15304 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15305
15306         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15307         a 100 byte status-checks into a 2-3MB transfer for each group.
15308         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15309         to enable bug workaround or not.
15310         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15311
15312 2008-03-31  Glenn Morris  <rgm@gnu.org>
15313
15314         * message.el (mml2015-use): Declare for compiler.
15315         (message-info): Require mml2015 when appropriate.
15316
15317 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15320         whitespace.
15321
15322 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15323
15324         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15325         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15326         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15327         (nntp-service-to-port): New function.
15328         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15329         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15330         (nntp-open-netcat-stream): New function.
15331         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15332
15333 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15334
15335         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15336
15337 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15338
15339         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15340
15341 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15342
15343         * dns.el (dns-write): Use set-buffer-multibyte.
15344
15345 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15346
15347         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15348
15349 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15350
15351         * message.el (message-signature-separator): Change default.
15352         Improve custom type.
15353         (message-cite-function): Change default to
15354         message-cite-original-without-signature.
15355
15356         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15357         toggle.
15358
15359         * message.el (message-check-news-body-syntax): Fix signature check.
15360         (message-setup-1): Mark buffer as unmodified _after_ running
15361         message-setup-hook and handling message-alternative-emails.
15362         (message-shorten-references): Be more strict when building list of
15363         valid references to comply with GNKSA.
15364
15365         * gnus-group.el (gnus-read-ephemeral-bug-group)
15366         (gnus-read-ephemeral-debian-bug-group)
15367         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15368
15369         * message.el (message-info): Don't use booleanp which isn't supported
15370         in Emacs 21 and XEmacs.
15371
15372 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15373
15374         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15375         gnus-group-gmane-group-download-format.
15376         (gnus-group-read-ephemeral-gmane-group): Rename from
15377         gnus-group-read-ephemeral-gmane-group.
15378         (gnus-read-ephemeral-gmane-group-url): Rename from
15379         gnus-group-read-ephemeral-gmane-group-url.
15380         (gnus-bug-group-download-format-alist): New variable.
15381         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15382         (gnus-read-ephemeral-emacs-bug-group): New commands.
15383
15384 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15385
15386         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15387         (gnus-visible-headers): Improve custom type.
15388
15389 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15390
15391         * mml.el (mml-menu): Add workarounds for XEmacs.
15392
15393         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15394         X-Boundary header.
15395
15396         * message.el (message-simplify-recipients): Fix previous commit.
15397
15398 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15399
15400         * mm-util.el (mm-set-buffer-multibyte): New function.
15401         * mm-decode.el (mm-copy-to-buffer): Use it.
15402
15403         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15404         Prefer fboundp to functionp so it works with macros as well.
15405
15406 2008-03-19  Glenn Morris  <rgm@gnu.org>
15407
15408         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15409         Accidentally removed in the sync process with Emacs.
15410
15411 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15412
15413         * message.el (message-alter-recipients-discard-bogus-full-name):
15414         New function.
15415         (message-alter-recipients-function): New variable.
15416         (message-get-reply-headers): Use it.
15417         (message-replace-header): New helper function.
15418         (message-recipients-without-full-name): New variable.
15419         (message-simplify-recipients): New command.
15420
15421         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15422
15423         * message.el (message-info): Handle EasyPG manual.
15424
15425         * mml.el (mml-menu): Add entry for EasyPG.
15426
15427 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15428
15429         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15430         parameter.
15431
15432         * message.el (message-disassociate-draft): Specify drafts group name
15433         fully.
15434
15435 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15436
15437         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15438         Eliminate unnecessary duplicates from the match list.
15439
15440 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15443
15444         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15445
15446         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15447         args of `how-many' of which the XEmacs version doesn't take; declare
15448         Info-index-next as function.
15449
15450 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15451
15452         * gnus-score.el (gnus-score-headers): Fix handling of
15453         gnus-inhibit-slow-scoring.
15454
15455         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15456         string.
15457         (gnus-button-url-regexp): Improve handling of parenthesis.
15458         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15459         (gnus-button-handle-info-keystrokes): Handle index entries.
15460
15461 2008-03-15  Glenn Morris  <rgm@gnu.org>
15462
15463         * parse-time.el (parse-time-string): Simplify.
15464
15465 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15468         Incoming* files.
15469
15470 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15471
15472         * auth-source.el (auth-sources): Rename from auth-source-choices.
15473         (auth-source-pick): Use it.
15474
15475 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15476
15477         * binhex.el (binhex-decode-region-internal):
15478         * uudecode.el (uudecode-decode-region-internal):
15479         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15480         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15481         setting default-enable-multibyte-characters.
15482
15483 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15484
15485         * auth-source.el (auth-source-protocols)
15486         (auth-source-protocols-customize, auth-source-choices): Add and
15487         modified variable customizations and defaults.
15488         (auth-source-pick, auth-source-user-or-password)
15489         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15490         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15491         (auth-source-user-or-password-sftp)
15492         (auth-source-user-or-password-smtp): Use new variables and provide an
15493         interface to netrc.el.
15494
15495 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15498         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15499         Make sure the nntp port to specify is a string.
15500
15501 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15502
15503         * nntp.el: Use with-current-buffer.
15504         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15505         dubious mm-with-unibyte-current-buffer.
15506         (nntp-with-open-group-function): New function extracted from
15507         nntp-with-open-group macro.
15508         (nntp-with-open-group): Use the function, so it's easier to debug.
15509         Add indentation and debugging info.
15510         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15511         Recommend the use of the netcat alternatives.
15512
15513         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15514         Avoid mm-string-as-multibyte as well.
15515
15516         * nnweb.el (nnweb-insert-html):
15517         Remove use of nnheader-string-as-multibyte.
15518
15519         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15520         (nnheader-string-as-multibyte): Remove.
15521
15522         * mm-view.el: Use inhibit-read-only.
15523         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15524         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15525         or unibyte-string.
15526
15527         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15528         (mm-uu-yenc-extract): Use with-current-buffer.
15529
15530         * gnus-soup.el (gnus-soup-send-packet): Don't use
15531         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15532
15533         * nnmh.el: Use with-current-buffer.
15534         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15535         mm-string-as-multibyte on the output of mm-encode-coding-string.
15536
15537         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15538         (nnimap-request-move-article): Use with-current-buffer.
15539
15540         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15541         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15542         conversion uses string-make-unibyte rather than string-as-unibyte.
15543
15544         * gnus-msg.el: Use with-current-buffer.
15545
15546         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15547
15548 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15549
15550         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15551         string for caching if it is 'PIN.
15552
15553 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * lpath.el: Consider the case without Emacs/W3.
15556
15557 2008-03-08  Glenn Morris  <rgm@gnu.org>
15558
15559         * time-date.el (date-to-time, time-subtract, time-add)
15560         (safe-date-to-time): Doc fixes.
15561
15562 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * mail-source.el (mail-source-delete-old-incoming-confirm):
15565         Change default to nil.
15566         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15567
15568 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15569
15570         * lpath.el: Rearrange.
15571
15572         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15573         (gnus-article-goto-prev-page): Work for articles having ^L's.
15574
15575         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15576
15577         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15578
15579 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15580
15581         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15582         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15583         (gnus-bookmark-jump): Adjust some variable names.
15584
15585 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15586
15587         * auth-source.el: New package.
15588         (auth-source-choices): Add customization entry point variable.
15589
15590         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15591         bug.
15592
15593 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15594
15595         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15596         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15597         (gnus-registry-install-shortcuts): Rename from
15598         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15599         the `gnus-registry-mark-map' keymap dynamically from
15600         `gnus-registry-marks'.  The generated functions update the summary line
15601         when a registry mark is added or deleted, and will call
15602         `gnus-registry-install-p' (see the comments in the code).
15603         (gnus-registry-user-format-function-M): Use concat intelligently.
15604
15605         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15606         the registry mark functions.
15607
15608 2008-03-05  Glenn Morris  <rgm@gnu.org>
15609
15610         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15611         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15612         gnus-art.
15613         (top-level): No need to load own source when compiling.
15614
15615 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15616
15617         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15618         Suggested by <chris.anderton@zetnet.co.uk>.
15619
15620 2008-03-04  Glenn Morris  <rgm@gnu.org>
15621
15622         * gnus-sum.el (top-level): No need to require gnus when compiling,
15623         since unconditionally required near start of file.
15624         (gnus-summary-display-while-building): Move definition before use.
15625
15626 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15627
15628         * gnus-registry.el (gnus-registry-user-format-function-M):
15629         Add formatting function.
15630
15631 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15632
15633         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15634         with plists.
15635         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15636         Use new format.
15637
15638 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15641         `where-is-internal' that returns a range of key sequences.
15642
15643 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15644
15645         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15646
15647         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15648         (gnus-summary-jump-to-group): Consider windows on other displayed
15649         frames as well.  Similar changes might be needed elsewhere, but that's
15650         the one I've bumped into during my use.
15651
15652         * nndoc.el (nndoc-oe-dbx-type-p):
15653         * gnus-msg.el (gnus-debug):
15654         * gnus-group.el (gnus-update-group-mark-positions):
15655         Use mm-string-to-multibyte.
15656
15657 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15658
15659         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15660         doesn't handle NotDashEscaped.
15661
15662         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15663         (mml-dnd-attach-options): Fix typo in custom choice.
15664
15665         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15666         Change nndoc-article-type to mbox.
15667         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15668
15669         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15670         to nil, instead of html2text.
15671
15672         * imap.el (imap-debug): Add `imap-ping-server'.
15673
15674         * gnus-bookmark.el: Add FIXMEs.
15675
15676         * message.el (message-form-letter-separator)
15677         (message-send-form-letter-delay): New variables.
15678         (message-send-form-letter): Use them.  New command to send form
15679         letters.  Requested by Uwe Siart.
15680         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15681
15682 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15683
15684         * Update copyright years.
15685
15686 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15687
15688         Sync from EMACS_22_BASE.
15689
15690         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15691
15692 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15693
15694         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15695         empty author.
15696
15697 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15698
15699         * gnus-registry.el (gnus-registry-marks): Add variable for
15700         customization of marks and their appearance.
15701         (gnus-registry-read-mark): Use it.
15702         (gnus-registry-do-marks): Add utility function to loop through
15703         `gnus-registry-marks'.
15704         (gnus-registry-install-shortcuts-and-menus): Add function to install
15705         shortcuts and menus.
15706         (gnus-registry-initialize): Use it.
15707         (gnus-registry-default-mark): Clarify documentation.
15708
15709 2008-02-29  Glenn Morris  <rgm@gnu.org>
15710
15711         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15712         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15713         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15714         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15715         Change defcustom :version from 23.0 to 23.1.
15716
15717 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15718
15719         * gnus-registry.el (gnus-registry-follow-group-p)
15720         (gnus-registry-post-process-groups): Add functions to aid registry
15721         splitting and improve logging.  Clarify behavior in function
15722         documentation.
15723         (gnus-registry-split-fancy-with-parent): Use them.
15724
15725 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15726
15727         * gnus-art.el: Use with-current-buffer.
15728
15729 2008-02-27  David Engster  <dengste@eml.cc>
15730
15731         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15732         Express real group name in the response.
15733
15734 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15737         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15738         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15739         autoload gnus-registry-fetch-group when compiling.
15740         (nnmairix-request-group-with-article-number-correction):
15741         Remove unreferenced argument passed to nnmairix-call-backend.
15742
15743 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15744
15745         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15746         (mm-uu-extract): Improve face for low color ttys.
15747         Reported by Sascha Wilde.
15748
15749 2008-02-27  Glenn Morris  <rgm@gnu.org>
15750
15751         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15752         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15753         variables to defconsts.  Convert comments to doc-strings.
15754         (nnmairix-last-server, nnmairix-current-server): Convert from free
15755         variables to defvars.  Convert comments to doc-strings.
15756         (gnus-registry-fetch-group): Autoload.
15757         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15758         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15759         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15760         caddr.
15761         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15762         nnmairix-request-group-with-article-number-correction call.
15763         (nnmairix-fast, nnmairix-group): New, less general names, for free
15764         variables passed from nnmairix-request-group to
15765         nnmairix-request-group-with-article-number-correction.  Declare.
15766         (nnmairix-request-group-with-article-number-correction):
15767         Use nnmairix-fast, nnmairix-group rather than fast, group.
15768
15769 2008-02-26  David Engster  <dengste@eml.cc>
15770
15771         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15772         version 0.5.
15773
15774 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15775
15776         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15777         instead of making an extra function call.  Don't add the current group
15778         to articles only when they have the group.  Use
15779         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15780         Reported by David <de_bb@arcor.de>.
15781
15782 2008-02-24  Miles Bader  <miles@gnu.org>
15783
15784         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15785         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15786         (mm-find-mime-charset-region):
15787         * mm-bodies.el (mm-encode-body):
15788         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15789
15790 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15793         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15794
15795 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * mail-source.el (mail-source-delete-incoming): Change default.
15798         Supplement doc string.
15799
15800         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15801
15802 2008-02-14  Glenn Morris  <rgm@gnu.org>
15803
15804         * time-date.el (format-seconds): New function.
15805
15806 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15807
15808         * nnmail.el (nnmail-message-id-cache-file): Derive from
15809         `gnus-home-directory'.
15810
15811 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15812
15813         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15814         Document negative prefix.
15815
15816         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15817
15818 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15819
15820         * message.el (message-unsent-separator): Add the Exim bounce
15821         separator.
15822
15823 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15824
15825         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15826         list.
15827         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15828         recipient/signer list.
15829
15830 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * Makefile.in (datarootdir): Define.
15833         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15834         name that might contain whitespace.
15835
15836 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15837
15838         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15839         fbound (Emacs 23 unicode), signal an error.
15840
15841 2008-02-08  Glenn Morris  <rgm@gnu.org>
15842
15843         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15844
15845 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15846
15847         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15848         ports to the calls to `netrc-machine-user-or-password' in addition to
15849         "imap" and "imaps".
15850
15851 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15852
15853         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15854
15855         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15856
15857 2008-02-01  Kenichi Handa  <handa@m17n.org>
15858
15859         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15860         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15861         (rfc2104-hash): Convert the result of concat to unibyte string.
15862
15863 2008-02-01  Dave Love  <fx@gnu.org>
15864
15865         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15866         coding-system-for-read.
15867         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15868
15869 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15870
15871         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15872         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15873         <hanche@math.ntnu.no>.
15874
15875 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15878
15879         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15880
15881 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15882
15883         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15884         * message.el (message-beginning-of-line): Use featurep instead of bound
15885         tests in order to resolve conditionals at compile time.
15886
15887 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15888
15889         * mail-source.el (mail-sources): Add `group' choice.
15890
15891         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15892         parameter `in-group' to control into which group the articles go.
15893         Add treatment of `group' mail-source.
15894
15895 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15898
15899         * mm-decode.el (mm-dissect-buffer): Decode description.
15900
15901         * mml.el (mml-to-mime): Encode message header first.
15902
15903 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15904
15905         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15906         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15907
15908         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15909         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15910
15911 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15912
15913         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15914
15915 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15918         prefix keys.
15919         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15920         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15921         gnus-xmas.el.
15922
15923         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
15924         (gnus-xmas-article-describe-bindings): New function.
15925         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
15926         gnus-xmas-article-describe-bindings.
15927
15928         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
15929
15930 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
15931
15932         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
15933         Add new variables for article mark management.
15934         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
15935         list of extra data entries which, when present, will indicate that the
15936         article ID should not be trimmed from the registry.
15937         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
15938         functions.
15939         (gnus-registry-read-mark): New function to read a mark name from the
15940         user.
15941         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
15942         (gnus-registry-set-article-mark-internal): New functions to add and
15943         remove marks.
15944         (gnus-registry-get-article-marks): New function to show the marks for
15945         an article, or retrieve them for further use.
15946
15947 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
15950         keys when no argument is given.
15951
15952 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * imap.el (imap-ping-server): New variable.
15955         (imap-opened): On add extra ping if imap-ping-server is non-nil.
15956         (imap-ping-server): Minor doc string fixes.
15957
15958 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
15959
15960         * imap.el (imap-ping-server): New function.
15961         (imap-opened): Call imap-ping-server.
15962
15963 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15964
15965         * gnus-sum.el (gnus-article-sort-by-random)
15966         (gnus-thread-sort-by-random): Fix doc strings.
15967         Reported by jidanni@jidanni.org.
15968
15969 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * gnus-art.el (gnus-article-describe-bindings): New function.
15972         (gnus-article-read-summary-keys): Use it.
15973         (gnus-article-mode-map): Bind `C-h b' to it.
15974
15975 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
15978         XEmacs.
15979         (gnus-article-describe-key, gnus-article-describe-key-briefly):
15980         Protect against non-character events.
15981
15982         * lpath.el: Fbind map-keymap for Emacs 21.
15983
15984 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
15985
15986         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
15987         New command.
15988         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
15989         instead of END.  Change name of the temp file.
15990         (gnus-group-gmane-group-download-format): Add doc string.  Make it
15991         customizable.
15992
15993 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
15996         bind `S W' to gnus-article-wide-reply-with-original; set default
15997         binding to gnus-article-read-summary-send-keys.
15998         (gnus-article-read-summary-keys): Fix the order of keys; display
15999         continuation keys correctly in the echo area; describe bindings
16000         correctly when keys end with `C-h'.
16001         (gnus-article-read-summary-send-keys): New function.
16002         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16003         Work for gnus-article-read-summary-send-keys; display continuation keys
16004         correctly in the echo area.
16005         (gnus-article-reply-with-original): Ignore prefix argument.
16006         (gnus-article-wide-reply-with-original): New function.
16007
16008         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16009         Emacs 21.
16010
16011 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16014         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16015
16016 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16017
16018         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16019         (gnus-group-read-ephemeral-gmane-group): New command.
16020
16021 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16022
16023         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16024
16025 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16026
16027         * message.el (message-send-mail-function): Increase custom version.
16028
16029         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16030         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16031
16032 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16033
16034         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16035         for the cases where imap-authenticate is called with a nil buffer
16036         parameter.
16037
16038 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16039
16040         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16041         html parts correctly; support forwarded messages.
16042         (gnus-article-browse-html-article): Remove work buffers.
16043
16044         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16045         compiling.
16046         (netrc-bound-and-true-p): New macro.
16047         (netrc-parse): Use it instead of bound-and-true-p that is not available
16048         in XEmacs 21.4.
16049
16050 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16051
16052         * gnus-registry.el (gnus-registry-mark-article)
16053         (gnus-registry-article-marks): Add functionality to mark articles
16054         through the Gnus registry.
16055
16056         * encrypt.el: Clarify documentation for the new pgg method.
16057         (encrypt-file-alist): Add PGG option.
16058         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16059         functionality.  Abstract password key and messaging to external
16060         functions.
16061         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16062         (encrypt-message-method-and-cipher): Add new convenience external
16063         functions.
16064         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16065         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16066
16067         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16068         (netrc-parse): Use encrypt-file-alist to determine if
16069         encrypt-find-model or encrypt-insert-file-contents should be used.
16070
16071         * encrypt.el: Clarify documentation.  Load password-cache or
16072         password, whichever one is found first, instead of autoloading.
16073
16074 2007-12-19  Glenn Morris  <rgm@gnu.org>
16075
16076         * mml.el (message-options-set, message-narrow-to-head)
16077         (message-in-body-p, message-mail-p, message-encode-message-body):
16078         Autoload.
16079         (message-remove-header, message-narrow-to-headers-or-head)
16080         (message-subscribed-p, message-make-mail-followup-to)
16081         (message-position-on-field, message-news-p)
16082         (message-options-set-recipient, message-generate-headers)
16083         (message-sort-headers): Declare as functions.
16084
16085 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16086
16087         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16088         convention in doc string.
16089
16090 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16093         title to html parts.
16094         (gnus-article-browse-html-article): Pass message header to it.
16095
16096         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16097
16098 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16099
16100         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16101         or password compatible with XEmacs.
16102
16103 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16104
16105         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16106         format document.
16107         (gnus-mime-delete-part): Don't write description line if empty.
16108         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16109
16110 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16111
16112         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16113         (gnus-summary-mark-read-and-unread-as-read)
16114         (gnus-summary-mark-current-read-and-unread-as-read)
16115         (gnus-summary-mark-unread-as-ticked): Doc fix.
16116         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16117
16118 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16119
16120         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16121         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16122
16123 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16124
16125         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16126         yes-or-no-p.
16127
16128 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * mm-decode.el (mm-add-meta-html-tag): New function.
16131         (mm-save-part-to-file, mm-pipe-part): Use it.
16132
16133         * gnus-art.el (gnus-article-browse-delete-temp-files):
16134         Use gnus-y-or-n-p instead of y-or-n-p.
16135         (gnus-article-browse-html-parts): Work with message/external-body; use
16136         mm-add-meta-html-tag.
16137
16138 2007-12-11  Glenn Morris  <rgm@gnu.org>
16139
16140         * gnus-cache.el: Require gnus-sum not just when compiling.
16141
16142         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16143
16144         * gnus-int.el (gnus-server-opened, gnus-status-message):
16145         Move definitions before use.
16146
16147         * mm-decode.el: Require gnus-util.
16148         (mm-remove-part): Only call delete-annotation on XEmacs.
16149
16150         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16151
16152         * nnmail.el: Require gnus-int.
16153
16154         * spam.el: Move `require's before `eval-when-compile's.
16155
16156         * gnus-ems.el (gnus-alive-p):
16157         * gnus-fun.el (message-goto-eoh):
16158         * gnus-util.el (gnus-group-name-decode):
16159         * mail-source.el (gnus-compress-sequence):
16160         * message.el (Info-goto-node, format-spec):
16161         * mm-bodies.el (message-options-get):
16162         * mm-decode.el (mm-view-pkcs7):
16163         * mm-util.el (gmm-write-region):
16164         * mml-smime.el (mml-compute-boundary)
16165         (gnus-completing-read-with-default):
16166         * mml.el (widget-button-press, gnus-make-hashtable):
16167         * mml1991.el (mm-decode-content-transfer-encoding)
16168         (mm-encode-content-transfer-encoding)
16169         (message-options-get, message-options-set):
16170         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16171         * nnfolder.el (gnus-request-group):
16172         * nnheader.el (ietf-drums-unfold-fws):
16173         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16174         * smime.el (gnus-run-mode-hooks):
16175         * spam-stat.el (gnus-message): Autoload.
16176
16177         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16178         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16179         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16180         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16181         Add declare-function compatibility definition.
16182
16183         * gnus-cache.el (nnvirtual-find-group-art):
16184         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16185         (gnus-add-image, gnus-add-wash-type):
16186         * gnus-group.el (nnkiboze-score-file):
16187         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16188         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16189         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16190         (message-tokenize-header, gnus-get-buffer-create)
16191         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16192         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16193         * gnus.el (gnus-group-decoded-name):
16194         * mail-source.el (imap-capability):
16195         * mm-bodies.el (message-options-set):
16196         * mm-decode.el (gnus-configure-windows):
16197         * mm-extern.el (message-goto-body):
16198         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16199         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16200         (epg-sub-key-validity, message-options-set):
16201         * mml.el (widget-event-point, gnus-configure-windows):
16202         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16203         * mml2015.el (epg-check-configuration, epg-configuration)
16204         (message-options-set):
16205         * nndb.el (nndb-request-article):
16206         * nnfolder.el (gnus-request-create-group):
16207         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16208         * nnmaildir.el (gnus-group-mark-article-read):
16209         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16210         * rfc1843.el (message-fetch-field):
16211         * spam.el (gnus-extract-address-components):
16212         Declare as functions.
16213
16214 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16217
16218         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16219
16220         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16221         bind show-trailing-whitespace for XEmacs.
16222
16223 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16224
16225         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16226         new no-op macro for backward compatibility.
16227
16228         * imap.el (imap-string-to-integer): New function.
16229
16230 2007-12-09  Glenn Morris  <rgm@gnu.org>
16231
16232         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16233
16234         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16235         * message.el, mm-view.el, sieve-manage.el, smime.el:
16236         Add declare-function compatibility definition.
16237
16238         * gnus-art.el (w3-region, w3m-region, Info-menu):
16239         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16240         * gnus-sum.el (gnus-get-predicate):
16241         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16242         * message.el (mail-abbrev-in-expansion-header-p):
16243         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16244         (w3m-detect-meta-charset, w3m-region):
16245         * sieve-manage.el (password-read, password-cache-add)
16246         (password-cache-remove):
16247         * smime.el (password-read-and-add): Declare as functions.
16248
16249 2007-12-08  David Kastrup  <dak@gnu.org>
16250
16251         * gnus-sum.el (gnus-summary-simplify-subject-query):
16252         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16253         `message'.
16254
16255 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16258         it to bind idna-program, installation-directory, defined-colors, and
16259         face-attribute for XEmacs of the version that compiles defcustom forms.
16260
16261 2007-12-07  Glenn Morris  <rgm@gnu.org>
16262
16263         * gnus-art.el (article-make-date-line): Revert previous change.
16264
16265 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16266
16267         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16268
16269 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16270
16271         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16272         Call gnus-add-to-range ranges only once with a prepared article-list.
16273
16274 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16275
16276         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16277         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16278         group names with backslashes.
16279         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16280
16281 2007-12-06  Deepak Goel  <deego3@gmail.com>
16282
16283         * gnus-art.el (article-make-date-line):
16284         * gnus-start.el (gnus-load):
16285         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16286
16287 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * gnus-art.el (gnus-use-idna):
16290         * gnus-start.el (gnus-site-init-file):
16291         * message.el (message-use-idna):
16292         * mm-uu.el (mm-uu-hide-markers):
16293         * smiley.el (smiley-style): Revert changes that suppress warnings.
16294
16295 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16298         specify charset to html source.
16299         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16300
16301 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16302
16303         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16304         idna-program in order to suppress byte compile warning issued by XEmacs
16305         that came to byte compile the default value section of defcustom forms
16306         recently.
16307
16308         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16309         value of installation-directory.
16310
16311         * message.el (message-use-idna): Don't directly refer to the value of
16312         idna-program.
16313
16314         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16315
16316         * smiley.el (smiley-style): Don't directly call face-attribute.
16317
16318 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16319
16320         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16321
16322         * gnus-dired.el: Reduce Gnus dependencies.
16323         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16324         Don't require.  Use autoloads instead.
16325         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16326         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16327         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16328         (gnus-dired-mode): Adjust doc string.
16329         (gnus-dired-mail-mode): New variable.
16330         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16331         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16332         (gnus-dired-mail-buffers): New function.  Return mail or message
16333         composition buffers.
16334         (gnus-dired-attach): Use it.
16335         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16336         NO-DECODE.
16337         (gnus-dired-print): Use `gnus-print-buffer' depending on
16338         `gnus-dired-mail-mode'.
16339
16340 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * rfc2047.el (rfc2047-encoded-word-regexp)
16343         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16344         explaining what regexp patterns are for.
16345
16346 2007-12-04  Glenn Morris  <rgm@gnu.org>
16347
16348         * password.el: Move to password-cache.el.
16349
16350         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16351         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16352         * mml-smime.el (password-read, password-cache-add)
16353         (password-cache-remove):
16354         No need to autoload, since mml-sec requires password.
16355
16356         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16357         * message.el (gnus-extract-address-components):
16358         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16359
16360         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16361         password.
16362
16363 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16364
16365         * mailcap.el: Reduce dependencies.
16366         (mail-header-parse-content-type): Autoload.
16367         (mailcap-delete-duplicates): New alias.
16368         (mailcap-mime-info): Add optional argument NO-DECODE.
16369         (mailcap-mime-types): Use mailcap-delete-duplicates.
16370
16371         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16372
16373 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16374
16375         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16376         (imap-parse-status): Upcase status-att for servers that sends them
16377         lower-case (e.g., MS Exchange 2007).
16378
16379 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16380
16381         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16382         function.
16383
16384         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16385         (gnus-uu-yenc-article): New function.
16386
16387         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16388
16389         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16390
16391 2007-12-02  Glenn Morris  <rgm@gnu.org>
16392
16393         * binhex.el (binhex): New custom group.
16394         (binhex-decoder-program, binhex-decoder-switches)
16395         (binhex-use-external): Move to the binhex custom group.
16396
16397         * uudecode.el (uudecode): New custom group.
16398         (uudecode-decoder-program, uudecode-decoder-switches)
16399         (uudecode-use-external): Move to the uudecode custom group.
16400
16401         * netrc.el (top-level): Don't load `encrypt' features.
16402         (netrc-parse): Don't use encrypt.
16403         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16404
16405         * encrypt.el: Remove file.
16406
16407 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16408
16409         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16410         matches on patches.
16411
16412         * gnus-art.el (gnus-article-browse-html-article):
16413         Mention `mm-text-html-renderer' in the doc string.
16414
16415         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16416         string.  Add comments.
16417
16418         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16419         if rhs is ASCII.
16420
16421 2007-12-01  Glenn Morris  <rgm@gnu.org>
16422
16423         * mail-source.el (top-level): Require format-spec before
16424         eval-when-compile.
16425
16426 2007-11-30  Glenn Morris  <rgm@gnu.org>
16427
16428         * encrypt.el: Require password, rather than autoloading password-read.
16429
16430 2007-11-29  Glenn Morris  <rgm@gnu.org>
16431
16432         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16433         (sasl-make-client, sasl-next-step, sasl-step-data)
16434         (sasl-step-set-data): Declare as functions.
16435
16436 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16437
16438         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16439
16440 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16441
16442         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16443         certs should be verified and what is to be done in the event of a
16444         verification failure.
16445
16446         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16447         caller can indicate whether the cache should be disregarded for this
16448         call.  This way the result of the call is reproducible at all times and
16449         can be considered a canonical server name for the supplied method.
16450         (gnus-agent-method-p): Canonicalize server names by pushing their
16451         method through `gnus-method-to-server' using the no-cache argument.
16452
16453         * gnus-srvr.el (gnus-server-insert-server-line):
16454         Call `gnus-method-to-server' with `no-cache' argument.
16455
16456         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16457         gnus-agent-possibly-synchronize-flags as this should be called when the
16458         server is actually being opened.
16459         (gnus-agent-possibly-synchronize-flags)
16460         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16461         flags file of an agentized server to the latter function.
16462
16463         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16464         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16465         after a connection has been established successfully.
16466
16467 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * gnus-art.el (article-display-face): Force to display face if called
16470         interactively; check if gnus-article-x-face-too-ugly matches author.
16471         (article-display-x-face): Display face even if From header is missing
16472         as article-display-face does.
16473
16474 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16475
16476         * hashcash.el (message-narrow-to-headers-or-head)
16477         (message-fetch-field, message-goto-eoh)
16478         (message-narrow-to-headers): Declare as functions.
16479
16480 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16481
16482         * mail-source.el (mail-sources): Default to fetch from file for
16483         compatibility with default of nnmail-spool-file.
16484
16485 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16488         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16489         to look for encoded word that should be encoded again.
16490         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16491         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16492         encoding pattern.
16493         (rfc2047-decode-region): Switch strict regexp and loose one according
16494         to rfc2047-allow-irregular-q-encoded-words.
16495
16496 2007-11-25  Romain Francoise  <romain@orebokech.com>
16497
16498         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16499
16500 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * tls.el (tls-program): Provide more custom choices from
16503         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16504         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16505
16506 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16507
16508         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16509         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16510
16511         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16512         `nnmail-spool-file'.
16513
16514         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16515         `nnmail-spool-file'.
16516
16517         * gnus-move.el (gnus-change-server): Ditto.
16518
16519         * gnus-kill.el (gnus-batch-score): Ditto.
16520
16521         * gnus-cache.el (gnus-jog-cache): Ditto.
16522
16523         * gnus-msg.el (gnus-summary-reply):
16524         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16525
16526 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16527
16528         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16529         version.  Minor improvement to doc strings.
16530         (tls-program): Add comment.
16531
16532 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16533
16534         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16535         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16536         mismatch between the hostname provided in the certificate and the name
16537         of the host connnecting to.
16538         (open-tls-stream): Use them.  Check certificates against trusted root
16539         certificates.
16540
16541 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16542
16543         * gnus-cache.el (gnus-cache-generate-nov-databases):
16544         Use nnml-generate-nov-databases-directory instead of
16545         nnml-generate-nov-databases-1.
16546
16547 2007-11-24  Glenn Morris  <rgm@gnu.org>
16548
16549         * message.el (message-tool-bar-retro): Update for rename
16550         mail_send.xpm->mail-send.xpm.
16551
16552 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16553
16554         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16555         `smime-ldap-search' for Emacs 22 and up.
16556
16557 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16558
16559         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16560
16561         * message.el (message-send-mail-function): Fix error convention.
16562         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16563         (message-widen-reply, message-send-mail, message-talkative-question)
16564         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16565         (message-clone-locals, message-send-news): Use with-current-buffer.
16566         (message-insert-or-toggle-importance): Remove unused var `valid'.
16567         (message-make-references): Remove unused var `new-references'.
16568         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16569
16570 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16571
16572         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16573         (spam-split-symbolic-return-positive): Reflow docstring.
16574         (spam-backends, spam-summary-exit-behavior)
16575         (spam-mark-ham-unread-before-move-from-spam-group)
16576         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16577         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16578         (spam-clear-cache, spam-backend-check, spam-install-backend)
16579         (spam-install-statistical-backend, spam-list-of-processors)
16580         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16581         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16582         (spam-check-crm114, spam-initialize, spam-unload-hook):
16583         Fix typos in docstrings.
16584
16585 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16588         been checked if they have never been read and those group levels are
16589         higher than the one that a user specified.
16590
16591 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16594         foreign groups unless a group level is specified by a user.
16595         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16596
16597 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16598
16599         * message.el (message-send-mail-function): Require sendmail.
16600
16601 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16602
16603         * message.el (message-send-mail-function): Check for smtpmail too.
16604
16605         * utf7.el (utf7-encode, utf7-decode): Use coding system
16606         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16607
16608         * message.el (message-send-mail-function): New function.
16609         (message-send-mail-function): Set default using
16610         message-send-mail-function.  Adjust doc string.
16611         (message-send-mail-with-mailclient): New function.
16612
16613 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16614
16615         * smime.el (from):
16616         * rfc2047.el (message-posting-charset):
16617         * qp.el (mm-use-ultra-safe-encoding):
16618         * pop3.el (parse-time-months):
16619         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16620         * nnml.el (files):
16621         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16622         (jka-compr-compression-info-list, ange-ftp-path-format)
16623         (efs-path-regexp):
16624         * nndiary.el (files):
16625         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16626         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16627         (epg-digest-algorithm-alist, inhibit-redisplay)
16628         (password-cache-expiry):
16629         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16630         (pgg-output-buffer, password-cache-expiry):
16631         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16632         (efs-path-regexp):
16633         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16634         (inhibit-redisplay):
16635         * mm-uu.el (file-name, start-point, end-point, entry)
16636         (gnus-newsgroup-name, gnus-newsgroup-charset):
16637         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16638         (latin-unity-ucs-list):
16639         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16640         (mm-uu-binhex-decode-function):
16641         * message.el (gnus-message-group-art, gnus-list-identifiers)
16642         (rmail-enable-mime-composing, gnus-local-organization)
16643         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16644         (gnus-read-active-file, facemenu-add-face-function)
16645         (facemenu-remove-face-function, gnus-article-decoded-p)
16646         (tool-bar-mode):
16647         * mail-source.el (display-time-mail-function):
16648         * gnus-util.el (nnmail-pathname-coding-system)
16649         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16650         (gnus-original-article-buffer, gnus-user-agent)
16651         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16652         (xemacs-codename, sxemacs-codename, emacs-program-version):
16653         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16654         * gnus-start.el (gnus-agent-covered-methods)
16655         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16656         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16657         (gnus-newsgroup-headers, gnus-group-list-mode)
16658         (gnus-group-mark-positions, gnus-newsgroup-data)
16659         (gnus-newsgroup-unreads, nnoo-state-alist)
16660         (gnus-current-select-method, mail-sources)
16661         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16662         (nnmail-spool-file, gnus-cache-active-hashtb):
16663         * gnus-mh.el (mh-lib-progs):
16664         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16665         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16666         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16667         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16668         (gnus-group-buffer):
16669         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16670         (font-lock-set-defaults):
16671         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16672         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16673         (gnus-summary-post-menu, total-parts, type, condition, length):
16674         * gnus-agent.el (gnus-agent-read-agentview):
16675         * flow-fill.el (show-trailing-whitespace):
16676         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16677         eval-and-compile wrappers for byte compiler pacifiers.
16678
16679         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16680         (mm-display-inline-fontify): Check for featurep 'xemacs not
16681         extent-list.
16682
16683         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16684         itimer-list.
16685         (mm-create-image-xemacs): Only do something for XEmacs.
16686         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16687
16688         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16689
16690         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16691         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16692
16693 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16694
16695         * nnimap.el (nnimap-split-download-body):
16696         * gnus-demon.el (gnus-demon):
16697         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16698
16699 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16702         New macros.
16703         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16704         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16705         copy data from unibyte buffer to multibyte current buffer.
16706         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16707         to copy data from unibyte current buffer to multibyte buffer.
16708         (nntp-make-process-buffer): Make process buffer unibyte.
16709
16710         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16711
16712 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16713
16714         * pop3.el (pop3-open-server): Accept and process data more robustly at
16715         connection start to avoid spurious "POP SSL connection failed" errors.
16716
16717 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16718
16719         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16720         read group names.
16721
16722 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16723
16724         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16725
16726 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16729         (nnmail-save-active): Use a unibyte buffer when saving active file,
16730         which may contain non-ASCII group names.
16731
16732         * nnml.el (nnml-request-group): Decode group names in messages.
16733
16734 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16735
16736         * message.el (message-citation-line-function)
16737         (message-insert-formatted-citation-line): Fix spelling of
16738         `message-insert-formated-citation-line'.
16739
16740 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16741
16742         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16743
16744 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16747         nnmail-pathname-coding-system.
16748
16749         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16750         that a user enters; decode group names in messages.
16751
16752         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16753
16754 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16755
16756         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16757
16758         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16759
16760         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16761         risky local variable.
16762
16763         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16764
16765 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16766
16767         * encrypt.el: Improve documentation to fix function name typo.
16768         Reported by Daiki Ueno <ueno@unixuser.org>.
16769
16770 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16773         even if the point is not in the last page of an article.
16774         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16775         back to the previous page.
16776
16777 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16778
16779         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16780
16781 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16784
16785 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16786
16787         * message.el (message-check-news-body-syntax):
16788         Avoid mm-string-as-multibyte.
16789         (message-hide-headers): Don't assume (point-min)==1.
16790
16791 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16792
16793         * message.el (message-remove-blank-cited-lines): Fix if remove is
16794         given.
16795         (message-bogus-address-regexp): New variable.
16796         (message-bogus-recipient-p): New function.
16797         (message-check-recipients): New command.
16798         (message-syntax-checks): Add `bogus-recipient'.
16799         (message-fix-before-sending): Add `bogus-recipient'.
16800
16801         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16802         (gnus-treat-body-boundary): Don't test window-system.
16803
16804 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16805
16806         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16807
16808 2007-10-28  Miles Bader  <miles@gnu.org>
16809
16810         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16811         at compile-time too.
16812
16813 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * gnus-msg.el (gnus-message-setup-hook):
16816         Add `message-remove-blank-cited-lines' to options.
16817
16818 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16819
16820         * message.el (message-remove-blank-cited-lines): New function.
16821         Suggested by Karl Plästerer.
16822
16823 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16826         mapc.
16827
16828         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16829         (top-level): Use mapc to set functions to be traced for debugging.
16830
16831         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16832         called for effect with while loop.
16833
16834         * message.el (message-talkative-question): Replace mapcar called for
16835         effect with mapc.
16836
16837         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16838         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16839         called for effect with dolist.
16840
16841         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16842
16843         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16844         gnus-extra-headers and nnmail-extra-headers.
16845
16846         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16847         called for effect with dolist.
16848         (top-level): Use mapc to set functions to be traced for debugging.
16849
16850         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16851         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16852         dolist.
16853
16854         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16855         Replace mapcar called for effect with mapc.
16856         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16857         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16858         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16859         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16860
16861         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16862         remove-if that's a cl function.
16863
16864         * webmail.el (webmail-debug): Replace mapcar called for effect with
16865         dolist.
16866
16867         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16868         with mapc.
16869
16870 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16871
16872         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16873         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16874         with while loop.
16875
16876         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16877         functions from article-* functions.
16878         (gnus-multi-decode-header): Replace mapcar called for effect with
16879         dolist.
16880
16881         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16882         (gnus-bookmark-show-details): Replace mapcar called for effect with
16883         while loop.
16884
16885         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16886         called for effect with while loop.
16887
16888         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16889         with dolist.
16890
16891         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16892         Replace mapcar called for effect with dolist.
16893
16894         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16895
16896         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16897         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16898         Replace mapcar called for effect with dolist.
16899         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16900         mapc.
16901
16902         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16903         Replace mapcar called for effect with dolist.
16904         (gnus-topic-list): Replace mapcar called for effect with mapc.
16905
16906         * gnus.el: Use mapc instead of mapcar to add autoloads.
16907
16908 2007-10-23  Richard Stallman  <rms@gnu.org>
16909
16910         * gnus-group.el (gnus-group-highlight): Mark as risky.
16911
16912 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * gnus.el (gnus-server-to-method): Return method found first in
16915         gnus-newsrc-alist.
16916
16917         * gnus-art.el (gnus-article-highlight-signature)
16918         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16919         button overlay without the front stickiness.
16920
16921 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16922
16923         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
16924         overview buffer needed a catch to receive its throw.
16925         (gnus-agent-flush-cache): Declare as interactive to make this function
16926         easier to use.
16927
16928 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
16931         `next-line'.
16932
16933 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
16936         exclude address matching message-dont-reply-to-names.
16937
16938 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * gnus-util.el (gnus-string<): New function.
16941
16942         * gnus-sum.el (gnus-article-sort-by-author)
16943         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
16944
16945 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16946
16947         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
16948         the frame-focus tag is set in gnus-buffer-configuration.
16949
16950 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16951
16952         * gnus-art.el (gnus-article-add-button): Make a button overlay without
16953         the front stickiness.
16954
16955 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
16958         url pattern; remove duplicate one.
16959         (gnus-article-extend-url-button): New function.
16960         (gnus-article-add-buttons): Use it.
16961         (gnus-button-push): Use concatenated url that it makes.
16962
16963 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
16964
16965         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
16966
16967 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16968
16969         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
16970         Don't hardcode point-min==1.
16971
16972 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
16973
16974         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
16975         Fix comment about "iso8859-1".
16976
16977 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
16978
16979         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
16980         ones returned from the verify-function.
16981
16982         * mm-uu.el (mm-uu-pgp-signed-extract-1):
16983         Call mml2015-extract-cleartext-signature if extraction failed.
16984
16985 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
16986
16987         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
16988         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
16989         failed.
16990
16991 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16992
16993         * Relicense "GPLv2 or later" files to "GPLv3 or later".
16994
16995 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
16996
16997         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
16998         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
16999         recommends to use EasyPG instead of PGG.
17000
17001         * pgg.el: Revert to revision 6.23.2.16.
17002
17003         * pgg-def.el: Revert to revision 6.6.2.14.
17004
17005         * pgg-gpg.el: Revert to revision 6.23.2.34.
17006
17007 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17008
17009         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17010         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17011         thread for both the null and zero (kill/expire thread) universal prefix
17012         cases.
17013         (gnus-summary-expire-thread): Add new function to expire a thread,
17014         using gnus-summary-kill-thread.
17015         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17016         shortcuts for gnus-summary-expire-thread.
17017         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17018         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17019
17020 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17021
17022         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17023         extras value, so an extras entry can be deleted.
17024         (gnus-registry-delete-extra-entry): Use it.
17025         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17026         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17027         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17028         storage through the gnus-registry, and provide an appropriate API for
17029         it.
17030
17031 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17032
17033         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17034         Suggested by Leo <sdl.web@gmail.com>.
17035
17036         * gnus.el: Do.
17037
17038 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17041         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17042
17043         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17044
17045         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17046         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17047
17048 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17049
17050         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17051         newline.
17052         (nnmbox-request-accept-article): Don't change article in source buffer;
17053         narrow to header to use message-fetch-field rather than
17054         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17055         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17056         as delimiters; make sure article ends with newline.
17057         (nnmbox-delete-mail): Correct last position of article to be deleted;
17058         ignore X-Gnus-Newsgroup header in article body.
17059         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17060         positions; make sure article ends with newline.
17061
17062         * message.el (message-display-abbrev): Don't infloop when a user
17063         inserts SPC in the beginning of header.
17064
17065         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17066         coding-system-for-read and coding-system-for-write for XEmacs having no
17067         file-coding feature.
17068
17069         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17070
17071 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17072
17073         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17074         list of groups not followed by default.  Fix type to be regexp.
17075         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17076
17077 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17078
17079         * hmac-def.el (define-hmac-function): Switch from old-style to
17080         new-style backquotes.
17081
17082         * md4.el (md4-make-step): Likewise.
17083
17084 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17085
17086         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17087         raw-text coding system when saving .newsrc file, which may contain
17088         non-ASCII group names.
17089
17090 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * gnus-cus.el (gnus-score-extra): New widget.
17093         (gnus-score-extra-convert): New function.
17094         (gnus-score-customize): Use it for Extra.
17095
17096 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17097
17098         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17099         (mml2015-mailcrypt-clear-verify): Use it.
17100         (mml2015-gpg-clear-verify): Use it.
17101         (mml2015-pgg-clear-verify): Use it.
17102         (mml2015-epg-clear-verify): Replace the current part with the output
17103         from GnuPG; don't extract the plaintext by itself.
17104
17105         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17106         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17107         mml2015-clear-verify-function; don't touch the armor headers or
17108         dash-escaped text here.
17109
17110 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17113         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17114         parts, or application/octet-stream as a last resort.
17115         (gnus-mime-view-part-as-type): Don't toggle display.
17116         (gnus-mime-view-part-as-charset): Don't turn off display before
17117         querying charset.
17118
17119         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17120         stuff to undisplayer function in Emacs.
17121         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17122
17123         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17124         text/calendar parts.
17125
17126 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17129         decoding text/calendar parts.
17130
17131         * message.el (message-forward-make-body-mime): Always mark body as
17132         having no illegible text; remove signed-or-encrypted argument.
17133         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17134
17135         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17136         (mml-generate-mime-1): Don't encode body if it is specified to be in
17137         raw form; don't make buffer be unibyte when inserting multibyte string.
17138
17139 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17140
17141         * sha1.el: Fix up comment style.
17142         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17143         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17144
17145         * hex-util.el: Fix up comment style.
17146         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17147
17148         * gnus-salt.el: Use with-current-buffer.
17149         (gnus-pick-setup-message): Fix long-standing typo.
17150
17151 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * imap.el (imap-logout-timeout): New variable.
17154         (imap-logout, imap-logout-wait): New functions.
17155         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17156
17157         * nnimap.el (nnimap-logout-timeout): New server variable.
17158         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17159         nnimap-logout-timeout.
17160
17161         * gnus-art.el (gnus-article-summary-command-nosave)
17162         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17163
17164 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * gnus.el (gnus-maximum-newsgroup): New variable.
17167
17168         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17169         according to gnus-maximum-newsgroup.
17170
17171         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17172         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17173         Limit the range of articles according to gnus-maximum-newsgroup.
17174
17175 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17176
17177         * gnus-art.el (gnus-sticky-article): Fix problems described in
17178         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17179         Don't perform gnus-configure-windows here; reuse existing sticky
17180         article buffer.
17181
17182         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17183         it doesn't exist in gnus-article-mode.
17184
17185 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17188         (gnus-agent-decoded-group-name): New function.
17189         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17190         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17191
17192 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17193
17194         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17195         Add binding for gnus-sticky-article.
17196         (gnus-summary-exit): Don't kill sticky article buffers.
17197
17198         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17199         article buffer.
17200         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17201         (gnus-kill-sticky-article-buffers): New commands.
17202
17203 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17204
17205         * nntp.el (nntp-xref-number-is-evil): New server variable.
17206         (nntp-find-group-and-number): If it is non-nil, don't trust article
17207         numbers in the Xref header.
17208
17209 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17210
17211         * gnus-agent.el (gnus-agent-read-group): New function.
17212         (gnus-agent-flush-group, gnus-agent-expire-group)
17213         (gnus-agent-regenerate-group): Use it.
17214         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17215         nnmail-pathname-coding-system.
17216
17217 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17220
17221         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17222         that are unread as unread, and also as selected so that information of
17223         marks having been changed by a user may be updated when exiting group.
17224
17225 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17226
17227         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17228
17229 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17232         calculated ignoring signature parts to gnus-treat-article.
17233
17234 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17237         a point here in order to keep the window start.
17238         (gnus-insert-mime-security-button): Make a button overlay without the
17239         front stickiness.
17240         (gnus-mime-display-security): Goto the end of a button.
17241
17242         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17243
17244 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17247         group-name-at-point.
17248         (gnus-group-completing-read): New function that offers decoded
17249         non-ASCII group names for completion.
17250         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17251         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17252         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17253         (gnus-group-fetch-control): Use it.
17254         (gnus-fetch-group): Use group-name-at-point for the initial value
17255         rather than the default value; use gnus-alive-p.
17256
17257         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17258         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17259         (gnus-summary-post-news): Use gnus-group-completing-read.
17260
17261         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17262         (gnus-read-move-group-name): Decode group name for completion.
17263
17264 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17265
17266         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17267         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17268         Yamaoka slightly modified the code).
17269
17270 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17273         (nnmail-split-incoming): Bind it.
17274
17275         * nnml.el (nnml-group-name-charset): New function.
17276         (nnml-decoded-group-name): Use it; don't decode group name if
17277         nnmail-group-names-not-encoded-p is non-nil.
17278         (nnml-encoded-group-name): New function.
17279         (nnml-group-pathname): Inline nnml-decoded-group-name.
17280         (nnml-request-expire-articles): Decode group name in message.
17281         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17282         nnmail-pathname-coding-system.
17283         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17284         not decoded ones according to nnmail-group-names-not-encoded-p.
17285         (nnml-generate-active-info): Use nnml-encoded-group-name.
17286
17287 2007-08-08  Glenn Morris  <rgm@gnu.org>
17288
17289         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17290         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17291         doc-strings and comments.
17292
17293 2007-07-25  Glenn Morris  <rgm@gnu.org>
17294
17295         * Relicense all FSF files to GPLv3 or later.
17296
17297 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17298
17299         * gnus-sum.el (gnus-summary-move-article):
17300         Make gnus-summary-respool-article work.
17301
17302 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17305         string.
17306
17307 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17308
17309         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17310         that should be ignored when comparing distant RSS articles with local
17311         ones.
17312         (nnrss-make-hash-index): New function.  Create a hash index according
17313         to the ignored fields.
17314         (nnrss-check-group): Use it.
17315
17316 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17319
17320         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17321
17322         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17323         the new optional argument ENCODED is non-nil.
17324         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17325         coding system for encoding group name.
17326         (gnus-group-make-rss-group): Pass un-encoded group name to
17327         gnus-group-make-group.
17328         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17329         encoded.
17330
17331         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17332         Encode group name to which articles are moved or copied.
17333         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17334         coding system for encoding Newsgroup, Followup-To and Xref headers.
17335
17336         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17337         marks; use nnheader-file-coding-system to write a file.
17338         (nnagent-retrieve-headers): Bind file-name-coding-system to
17339         nnmail-pathname-coding-system.
17340
17341         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17342
17343         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17344         (nnml-request-article, nnml-request-create-group)
17345         (nnml-request-rename-group, nnml-find-id)
17346         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17347         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17348         (nnml-save-marks): Use nnml-group-pathname instead of
17349         nnmail-group-pathname.
17350
17351         (nnml-request-create-group, nnml-request-expire-articles)
17352         (nnml-request-move-article, nnml-request-delete-group)
17353         (nnml-deletable-article-p, nnml-possibly-create-directory)
17354         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17355         (nnml-open-marks): Bind file-name-coding-system to
17356         nnmail-pathname-coding-system.
17357
17358         (nnml-request-article): Pass server argument to nnml-find-group-number.
17359         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17360         Pass server argument to nnml-possibly-create-directory.
17361         (nnml-request-accept-article): Pass server argument to
17362         nnml-active-number and nnml-save-mail.
17363         (nnml-find-group-number): Pass server argument to nnml-find-id.
17364         (nnml-request-update-info): Pass server argument to
17365         nnml-marks-changed-p.
17366
17367         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17368         (nnml-save-mail, nnml-active-number): Add server argument.
17369
17370         (nnml-request-delete-group): Warn if group is missing.
17371         (nnml-get-nov-buffer): Decode group name.
17372         (nnml-generate-active-info): Encode group name.
17373         (nnml-open-marks): Decode group name in messages.
17374
17375 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17378         if it is not specified.
17379         (gnus-article-pipe-part, gnus-article-save-part)
17380         (gnus-article-interactively-view-part, gnus-article-copy-part)
17381         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17382         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17383         (gnus-article-replace-part, gnus-article-delete-part)
17384         (gnus-article-view-part-as-type): Pass raw prefix argument to
17385         gnus-article-part-wrapper.
17386
17387 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * gnus-agent.el (gnus-agent-save-active):
17390         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17391
17392         * gnus-cache.el (gnus-cache-save-buffers)
17393         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17394         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17395         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17396         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17397         (gnus-cache-generate-active, gnus-cache-rename-group)
17398         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17399         (gnus-cache-update-overview-total-fetched-for):
17400         Bind file-name-coding-system to nnmail-pathname-coding-system.
17401         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17402         New variables.
17403         (gnus-cache-decoded-group-name): New function.
17404         (gnus-cache-file-name): Use it.
17405         (gnus-cache-generate-active): Use non-decoded group name for active.
17406
17407         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17408         right place.
17409         (gnus-write-active-file): Don't break non-ASCII group names.
17410
17411         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17412         nnmail-pathname-coding-system.
17413
17414         * lpath.el: Bind default-file-name-coding-system,
17415         file-name-coding-system and language-info-alist for XEmacs.
17416
17417         * gnus-uu.el (gnus-uu-decode-save): Typo.
17418
17419 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17420
17421         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17422
17423 2007-07-14  David Kastrup  <dak@gnu.org>
17424
17425         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17426         finishing actions if we did not edit the article.
17427
17428 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17431         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17432         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17433         (gnus-agent-flush-group, gnus-agent-flush-cache)
17434         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17435         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17436         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17437         (gnus-agent-regenerate-group)
17438         (gnus-agent-update-files-total-fetched-for)
17439         (gnus-agent-update-view-total-fetched-for):
17440         Bind file-name-coding-system to nnmail-pathname-coding-system.
17441         (gnus-agent-group-pathname): Don't encode file names by
17442         nnmail-pathname-coding-system.
17443         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17444         coding-system-for-write instead of buffer-file-coding-system to
17445         gnus-agent-file-coding-system.
17446
17447         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17448         Decode group name.
17449
17450         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17451
17452         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17453         (gnus-read-newsrc-el-file): Make group names unibyte.
17454
17455         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17456         nnmail-pathname-coding-system.
17457
17458         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17459         (nnrss-request-delete-group): Bind file-name-coding-system to
17460         nnmail-pathname-coding-system.
17461         (nnrss-read-server-data, nnrss-read-group-data):
17462         Bind file-name-coding-system correctly.
17463         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17464
17465         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17466         (nntp-server-to-method-cache): New variable.
17467         (nntp-group-pathname): New function that decodes non-ASCII group names.
17468         (nntp-possibly-create-directory, nntp-marks-changed-p)
17469         (nntp-save-marks, nntp-open-marks): Use it.
17470         (nntp-possibly-create-directory, nntp-open-marks):
17471         Bind file-name-coding-system to nnmail-pathname-coding-system.
17472         (nntp-open-marks): Decode group names when bootstrapping marks.
17473
17474         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17475         Newsgroups and Followup-To headers.
17476
17477 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17478
17479         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17480         (gnus-server-closed-face, gnus-server-denied-face)
17481         (gnus-server-offline-face): Remove variable.
17482         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17483
17484         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17485         of modifying message-stack directly for XEmacs.
17486
17487         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17488         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17489         if the coding-system argument is nil for XEmacs.
17490
17491         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17492         mm-charset-override-alist.
17493
17494         * rfc2047.el: Don't require base64; require rfc2045 for the function
17495         rfc2045-encode-string.
17496         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17497         to quote the parameter value.
17498
17499 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17500
17501         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17502         form in gnus-group-name-charset-method-alist.
17503
17504         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17505         overrides the default layout edit-form.
17506
17507         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17508
17509         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17510
17511 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17514         as unfetched articles.
17515
17516 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17517
17518         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17519
17520 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17521
17522         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17523         original back end that keeps marks in the local system.
17524
17525 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17528         arg of pop-to-buffer for XEmacs.
17529         (gnus-article-read-summary-keys): Ditto; don't restore window
17530         configuration if summary command ends up with neither article buffer
17531         nor summary buffer; describe bindings if summary keys end with C-h.
17532
17533 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17534
17535         * message.el (message-fix-before-sending): Skip raw message part to be
17536         forwarded while checking illegible text.
17537         (message-forward-make-body-mime, message-forward-make-body):
17538         Mark signed or encrypted raw message as having no illegible text.
17539
17540 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17541
17542         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17543         (gnus-message-with-timestamp-1): New macro.
17544         (gnus-message-with-timestamp): New function.
17545         (gnus-message): Use them.
17546
17547         * nnheader.el (nnheader-message): Use them.
17548
17549 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17550
17551         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17552         .newsrc.eld file.
17553
17554 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * gnus-agent.el (gnus-agent-fetch-headers)
17557         (gnus-agent-retrieve-headers):
17558         Bind gnus-decode-encoded-address-function to identity.
17559
17560         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17561         available also when the server returns simply a dot.
17562
17563         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17564
17565 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17566
17567         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17568
17569 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * gnus-ems.el (gnus-x-splash): Make it work.
17572
17573         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17574         from being used.
17575
17576         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17577
17578 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17579
17580         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17581         4th and the 5th arguments.
17582
17583         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17584         the front stickiness.
17585         (gnus-article-summary-command-nosave): Correct the order of the
17586         arguments passed to pop-to-buffer.
17587         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17588         summary command ends up with the article buffer.
17589
17590         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17591         the same faces.
17592
17593 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17594
17595         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17596
17597 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17598
17599         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17600         * gnus-sum.el (gnus-summary-highlight):
17601         * pgg.el (pgg-sign-region, pgg-sign):
17602         * mail-source.el (mail-source-delete-old-incoming-confirm):
17603         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17604
17605 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * gnus-art.el (gnus-mime-view-part-externally)
17608         (gnus-mime-view-part-internally): Fix predicate function passed to
17609         completing-read.
17610
17611         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17612
17613         * gnus.el (gnus-update-message-archive-method): Add :version.
17614
17615 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17616
17617         * gnus.el (gnus-update-message-archive-method): New variable.
17618
17619         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17620         according to gnus-message-archive-method if
17621         gnus-update-message-archive-method is non-nil.
17622
17623 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17624
17625         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17626         Suggested by Loic Dachary <loic@dachary.org>.
17627         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17628
17629 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * message.el (message-pop-to-buffer): Add switch-function argument.
17632         (message-mail): Pass switch-function argument to it.
17633
17634 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17635
17636         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17637         Improve doc string.
17638
17639 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17642         (gnus-header-content):
17643         * gnus-cite.el (gnus-cite-10):
17644         * gnus-srvr.el (gnus-server-closed):
17645         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17646         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17647         (gnus-group-mail-3-empty, gnus-group-mail-low)
17648         (gnus-group-mail-low-empty, gnus-splash):
17649         * message.el (message-header-to, message-header-cc)
17650         (message-header-subject, message-header-other, message-header-name)
17651         (message-header-xheader, message-separator, message-cited-text)
17652         (message-mml): Lighten colors of faces used for dark background.
17653
17654 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17655
17656         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17657         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17658
17659 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * message.el (message-narrow-to-headers-or-head):
17662         Ignore mail-header-separator in the body.
17663
17664 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17667         same as window size.
17668
17669 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17670
17671         * message.el (message-font-lock-keywords): Use message-header-xheader
17672         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17673         ahead of the anything pattern, to get it recognized.
17674
17675 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17678         spam.el loads uses it in the compiled defadvice form.
17679
17680 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17681
17682         * gnus-sum.el (gnus-articles-to-read)
17683         (gnus-summary-insert-old-articles): Don't truncate group name for
17684         `read-string'.
17685
17686         * gnus-util.el (gnus-limit-string): Delete this function.
17687
17688         * gnus-sum.el (gnus-simplify-subject-fully):
17689         Use `truncate-string-to-width' instead.
17690
17691 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17692
17693         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17694         Tell if, on summary exit, the next group has to be selected.
17695         (gnus-summary-exit): Use it.
17696
17697 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17698
17699         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17700         non-break space.
17701
17702 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17705         Check if group is not a directory.
17706         (nnfolder-request-expire-articles): Don't delete articles if the target
17707         group is not available.
17708
17709         * nnml.el (nnml-request-create-group): Properly check if group is not a
17710         file.
17711         (nnml-request-expire-articles): Don't delete articles if the target
17712         group is not available.
17713
17714         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17715         Don't quote characters that are within parentheses.
17716
17717 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17720         (gnus-handle-ephemeral-exit): Select article according to it.
17721
17722 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17723
17724         * message.el (message-insert-formated-citation-line): Remove newline.
17725         (message-citation-line-format): Add final \n here so that the user can
17726         avoid a blank line.
17727
17728 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17729
17730         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17731         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17732         Update lanl/arXiv support.
17733
17734 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17735
17736         * gnus.el: Bump version number.
17737
17738 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17739
17740         * gnus.el (gnus-version-number): Bump version.
17741
17742 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17743
17744         * gnus.el: No Gnus v0.6 is released.
17745
17746 2007-04-27  Didier Verna  <didier@xemacs.org>
17747
17748         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17749         * gmm-utils.el (gmm-regexp-concat): ... here.
17750         * message.el: Don't require 'gnus-util.
17751         (message-dont-reply-to-names): Handle name change above.
17752         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17753
17754 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17755
17756         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17757         since the initial value varies according to the system.
17758
17759 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17762
17763 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17764
17765         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17766
17767 2007-04-24  Didier Verna  <didier@xemacs.org>
17768
17769         Improve the type of gnus-ignored-from-addresses.
17770         * gnus-util.el (gnus-orify-regexp): New function.
17771         * message.el (gnus-util): Require it.
17772         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17773         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17774         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17775
17776 2007-04-24  Didier Verna  <didier@xemacs.org>
17777
17778         * gnus-sum.el:
17779         * gnus-utils.el: Fix some trailing whitespaces.
17780
17781 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17784         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17785         article's Message-ID; refer parent article in summary buffer.
17786
17787         * message.el (message-bounce): Call mime-to-mml.
17788
17789         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17790         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17791         optimize and/or forms properly.
17792
17793 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17794
17795         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17796         URL.
17797
17798 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17799
17800         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17801
17802 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17805         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17806         displayed of multipart/alternative part if it is invoked from summary
17807         buffer.
17808
17809         * mm-view.el (mm-inline-text-html-render-with-w3m)
17810         (mm-inline-text-html-render-with-w3m-standalone)
17811         (mm-inline-render-with-function): Use mail-parse-charset by default.
17812
17813 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17814
17815         * parse-time.el (parse-time-string-chars): Check if CHAR
17816         is less than the length of parse-time-syntax.
17817
17818 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17821         from gnus-newsgroup-processable.
17822
17823 2007-04-16  Didier Verna  <didier@xemacs.org>
17824
17825         * gnus-msg.el (gnus-configure-posting-styles):
17826         Handle message-signature-directory properly with :file syntax.
17827         Reported by "Leo".
17828
17829 2007-04-11  Didier Verna  <didier@xemacs.org>
17830
17831         New user option: message-signature-directory.
17832         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17833         * message.el (message-insert-signature): Ditto.
17834         * message.el (message-signature-file): Doc update.
17835         * message.el (message-signature-directory): New.
17836
17837 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * gnus-msg.el (gnus-inews-yank-articles):
17840         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17841
17842 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * message.el (message-yank-original): Make sure cited text ends with
17845         newline; don't exchange point and mark.
17846
17847 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17848
17849         * tls.el (open-tls-stream): Properly handle case where there
17850         is no associated buffer.
17851
17852 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17853
17854         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17855         message-yank-original, make sure (< mark TEXT point).
17856
17857 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17858
17859         * message.el (message-fill-column): New variable.
17860         (message-mode): Use it.  Add comment on a possible new hook.
17861
17862         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17863         (nnmail-get-new-mail): Reformat.
17864
17865         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17866
17867         * gmm-utils.el: Fix Commentary.
17868         (gmm-tool-bar-from-list): Fix typo in doc string.
17869
17870 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17871
17872         * message.el (message-yank-original): Don't switch point and mark
17873         unnecessarily to put point and mark as documented.
17874
17875 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17876
17877         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17878         from the message heads.
17879
17880 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17881
17882         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17883         article buffer does not have a window.  This may not be the best
17884         solution but is certainly better than setting the start of the null,
17885         that is the current, window.
17886
17887 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17888
17889         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17890         (gnus-draft-setup): Run it.
17891
17892         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17893         gnus-score-fast-scoring.  Allow regexp.
17894         (gnus-score-headers): Use it.
17895
17896         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17897         XEmacs.
17898
17899         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17900         string.
17901         (gnus-button-alist): Also catch `<f1> k ...'.
17902         (gnus-treat-display-x-face): Fix doc string.
17903
17904 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17905
17906         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17907         evaluation of gnus-extended-version to ensure correct generation of the
17908         User-Agent header when message-generate-headers-first is used.
17909
17910 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17911
17912         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17913         hashcash-path is nil.  Don't call callback with incorrect number of
17914         parameters if val is 0.
17915
17916 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17917
17918         * message.el (message-required-news-headers):
17919         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17920
17921 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17922
17923         * tls.el (open-tls-stream): In handshake-waiting loop,
17924         don't wait more if there is output available to process.
17925
17926 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
17927
17928         * tls.el (tls-program): Doc fix.
17929
17930 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17931
17932         * message.el (message-generate-new-buffers): Change the meaning of the
17933         nil value; add `standard' to the choices; treat t as `unique'; improve
17934         doc string.
17935         (gnus-select-frame-set-input-focus): Autoload.
17936         (message-buffer-name): Search for the existing message buffer if
17937         message-generate-new-buffers is nil or `standard'; treat the value t of
17938         message-generate-new-buffers as `unique'.
17939         (message-pop-to-buffer): Raise the frame already displaying the message
17940         buffer; clear the echo area after querying.
17941         (message-setup): Pass the `continue' argument to compose-mail.
17942         (message-mail): Prefer `switch-function' if it is given; search for the
17943         existing message buffer if the `continue' argument is non-nil; pass
17944         continue and switch-function arguments to compose-mail by way of
17945         message-setup.
17946         (message-mail-other-window): Adjust argument of message-setup.
17947         (message-mail-other-frame): Ditto.
17948
17949 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17950
17951         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
17952         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
17953         to turn font-lock on when turning gnus-message-citation-mode on.
17954
17955 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
17956
17957         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
17958         (mml-smime-function-alist): New variable; add epg as the backend.
17959         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
17960         mml-smime- functions instead.
17961         * mm-view.el: Require smime.
17962
17963 2007-03-05  Didier Verna  <didier@xemacs.org>
17964
17965         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
17966         instead of just inheritance for posting styles.
17967         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
17968
17969 2007-02-24  Chris Moore  <dooglus@gmail.com>
17970
17971         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
17972         * pgg-pgp.el (pgg-pgp-encrypt-region):
17973         * pgg-gpg.el (pgg-gpg-encrypt-region):
17974         Check pgg-encrypt-for-me if no other recipients.
17975
17976 2007-02-24  John Paul Wallington  <jpw@pobox.com>
17977
17978         * tls.el (tls-certtool-program): Fix custom type.
17979
17980 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
17983         and point-at-eol instead of line-(beginning|end)-position.
17984
17985         * assistant.el (assistant-parse-buffer): Ditto.
17986
17987         * netrc.el (netrc-parse-services): Ditto.
17988
17989 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
17990
17991         * mml2015.el (mml2015-epg-find-usable-key): New function.
17992         (mml2015-epg-sign): Use it.
17993         (mml2015-epg-encrypt): Use it.
17994
17995 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17996
17997         * message.el (message-make-in-reply-to): Quote name containing
17998         non-ASCII characters.  It will make the RFC2047 encoder cause an error
17999         if there are special characters.  Reported by NAKAJI Hiroyuki
18000         <nakaji@jp.freebsd.org>.
18001
18002 2007-02-27  Didier Verna  <didier@xemacs.org>
18003
18004         Include the group parameters as well as the topic ones in the
18005         inheritance filter process.
18006         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18007         argument GROUP-PARAMS-LIST.
18008         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18009
18010 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18011
18012         * nntp.el (nntp-never-echoes-commands)
18013         (nntp-open-connection-functions-never-echo-commands): New variables.
18014         (nntp-send-command): Use them.
18015
18016 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18017
18018         * mml2015.el (mml2015-epg-verify): Simplify.
18019
18020 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * mml.el (mml-content-disposition-alist): New user option.
18023         (mml-content-disposition): New function.
18024         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18025         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18026
18027 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18028
18029         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18030         verification.
18031
18032 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18033
18034         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18035         articles posted in the last 24 hours.
18036
18037 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18038
18039         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18040
18041 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18042
18043         * nntp.el (nntp-send-command): Don't wait for echoes when
18044         nntp-open-ssl-stream is used.
18045
18046 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18049         (gnus-message-add-citation-keywords)
18050         (gnus-message-remove-citation-keywords): Remove.
18051         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18052         directly, make the variables in font-lock-defaults buffer-local, add
18053         gnus-message-citation-keywords to them and then update the value of
18054         font-lock-keywords.
18055
18056 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * message.el (message-cite-original-1): Don't call
18059         gnus-article-highlight-citation.
18060
18061         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18062         citations; fix line count.
18063
18064 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18065
18066         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18067         (gnus-message-add-citation-keywords)
18068         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18069         versions of font-lock-add-keywords and font-lock-remove-keywords to
18070         work with XEmacs correctly.
18071
18072 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18073
18074         * gnus-cite.el (gnus-cite-face-list): Set the values of
18075         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18076         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18077         (gnus-message-cite-prefix-regexp): New variable.
18078         (gnus-message-search-citation-line): Use it; protect against long
18079         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18080         the 0th match data for Emacs.
18081         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18082         (gnus-message-add-citation-keywords): Append keywords rather than
18083         prepending; emulate font-lock-add-keywords if it is not available.
18084         (gnus-message-remove-citation-keywords):
18085         Emulate font-lock-remove-keywords if it is not available.
18086
18087         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18088
18089         * message.el (message-cite-prefix-regexp): Set the value of
18090         gnus-message-cite-prefix-regexp.
18091
18092 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18093
18094         * nnweb.el (nnweb-google-parse-1): Update parser.
18095
18096 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18097
18098         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18099
18100 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18101
18102         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18103         regexp.
18104
18105 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18108         string-to-multibyte.
18109         (uudecode-decode-region-internal): Use it.
18110
18111         * lpath.el: Fbind string-as-multibyte for XEmacs.
18112
18113 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18114
18115         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18116         Fix custom choice.
18117
18118         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18119
18120 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18121
18122         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18123
18124         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18125         `write-region' to respect `mm-inhibit-file-name-handlers'.
18126
18127 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18128
18129         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18130         Use gnus-home-directory instead of "~/" or "$HOME".
18131
18132 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18133
18134         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18135         to mention filename.
18136         Add comments at beginning regarding usage.
18137         (encrypt-write-file-contents): Change interactive so a string is
18138         acceptable.  If the file has no associated model, show an error instead
18139         of a nonsense prompt.
18140
18141 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18142
18143         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18144         Thanks to Yoshihiko Yamada for kind notification of this typo.
18145
18146 2007-01-12  Kenichi Handa  <handa@m17n.org>
18147
18148         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18149         multibyte buffer.
18150
18151 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18152
18153         * gnus-score.el (gnus-score-fast-scoring): New variable.
18154         (gnus-score-headers): Use it.
18155
18156         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18157
18158         * message.el (message-cite-original-1):
18159         Call gnus-article-highlight-citation if requested.
18160         (message-make-from): Allow name and address as optional arguments.
18161
18162         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18163
18164         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18165         bugs to doc string.
18166         (gnus-button-alist): Add mid\\|message-id.
18167         (gnus-button-fetch-group): Extend for use in
18168         `browse-url-browser-function'.
18169         (gnus-button-url-regexp): Try to catch paired parentheses like in
18170         Wikipedia URLs.
18171
18172         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18173         Suggested by Simon Krahnke <overlord@gmx.li>.
18174
18175 2007-01-13  Romain Francoise  <romain@orebokech.com>
18176
18177         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18178         Update copyright.
18179
18180 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18181
18182         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18183
18184 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18185
18186         * gnus-registry.el (gnus-registry-unfollowed-groups)
18187         (gnus-registry-split-fancy-with-parent): Fix documentation.
18188
18189 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18190
18191         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18192         from nnweb groups.
18193
18194 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18195
18196         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18197         Xref urls.  Erase buffer before requesting head.
18198
18199         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18200
18201 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18202
18203         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18204         customizable.
18205
18206 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18207
18208         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18209         no signing key is found.
18210         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18211         no encrypting and/or signing key is found.
18212
18213 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18214
18215         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18216
18217 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18218
18219         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18220         headers read from disk with the ones newly found in the current search.
18221         This should no longer cause problems, because the article numbers in
18222         Gmane's `nov.php' output are ignored since the previous change.
18223
18224 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18225
18226         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18227
18228 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18231         replace-regexp-in-string; bind url-version; fbind display-images-p and
18232         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18233         find-face and set-itimer-function for Emacs; bind itimer-list for
18234         Emacs.
18235
18236         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18237
18238 2007-01-01  Romain Francoise  <romain@orebokech.com>
18239
18240         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18241
18242 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18243
18244         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18245         `define-minor-mode' macro definition expanded properly.
18246         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18247         exclude it there.
18248
18249         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18250         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18251         `fboundp' test.
18252         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18253         This is OK to autoload in (S)XEmacs now.
18254
18255 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18256
18257         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18258         keystroke.
18259         (gnus-summary-limit-to-singletons): Fix typo.
18260
18261         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18262         else fails.
18263
18264 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18265
18266         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18267         docstring.
18268
18269         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18270         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18271         (gnus-summary-insert-dormant-articles): Fix typo in message.
18272
18273 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18274
18275         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18276         nil for XEmacs.
18277         (gnus-message-citation-mode): Don't autoload in XEmacs.
18278
18279         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18280
18281 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18282
18283         * nnimap.el (nnimap-expunge-search-string):
18284         Mention nnimap-search-uids-not-since-is-evil in docstring.
18285
18286 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18287
18288         * spam.el: Revert to make-obsolete-variable because
18289         define-obsolete-variable-alias is not supported in Emacs 21.
18290
18291         * spam.el (spam-ifile-path, spam-ifile-database-path)
18292         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18293         make-obsolete-variable.
18294         (spam-bsfilter-path, spam-bsfilter-program)
18295         (spam-spamassassin-path, spam-spamassassin-program)
18296         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18297         Don't use "path" inappropriately.
18298         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18299         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18300         variable names.
18301
18302 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18303
18304         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18305         summary buffer.
18306
18307         * password.el (password-cache-remove): Use clear-string to burn
18308         password, if available.
18309
18310 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18311
18312         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18313
18314         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18315
18316         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18317         (gnus-message-highlight-citation): Move defcustom here from
18318         gnus-cite.el.
18319         (gnus-message-citation-mode): Autoload.
18320
18321         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18322         checks to make it compile with XEmacs.
18323         (gnus-message-citation-mode): New minor mode.
18324         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18325         (gnus-message-highlight-citation): New variables.
18326         (gnus-message-search-citation-line)
18327         (gnus-message-add-citation-keywords)
18328         (gnus-message-remove-citation-keywords)
18329         (turn-on-gnus-message-citation-mode)
18330         (turn-off-gnus-message-citation-mode): New functions.
18331
18332 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18333
18334         * gnus-cite.el: Enable highlighting of different citation levels in
18335         message-mode.
18336
18337 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18338
18339         * message.el (message-make-fqdn): Fix comment.
18340         (message-bogus-system-names): Add ".local".
18341
18342         * spam.el (spam-ifile-path, spam-ifile-program)
18343         (spam-ifile-database-path, spam-ifile-database)
18344         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18345         Don't use "path" inappropriately.
18346         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18347         strings.
18348         (spam-check-ifile, spam-ifile-register-with-ifile)
18349         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18350         Use new variable names.
18351
18352         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18353         (gnus-treat-display-smileys): Simplify using
18354         gnus-image-type-available-p.
18355
18356         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18357         available.
18358
18359         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18360         Use `display-images-p' if available.
18361
18362 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18363
18364         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18365         one after turning on the buffer's multibyteness instead of decoding
18366         them directly in the unibyte buffer that causes unexpected conversion
18367         in Emacs 23 (unicode).
18368
18369 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18370
18371         * message.el (message-generate-hashcash): Fix custom type.
18372
18373 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18374
18375         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18376
18377 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18378
18379         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18380         disconnect icons.  Add help text.
18381
18382 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18383
18384         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18385         negated to be consistent with the others we handle.
18386
18387 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18388
18389         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18390         version of gnus-summary-buffer to something, so that we can use two
18391         article buffers at the same time.
18392
18393 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18394
18395         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18396         trigger all the extra headers.
18397         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18398         sorting.
18399
18400 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18401
18402         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18403         solid groups.
18404
18405 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18406
18407         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18408
18409 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18410
18411         * legacy-gnus-agent.el: Add Copyright notice.
18412
18413 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18414
18415         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18416
18417 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18418
18419         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18420
18421         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18422         to make it work reliably in CVS Emacs.
18423         (gnus-summary-limit-strange-charsets-predicate)
18424         (gnus-summary-limit-to-predicate): New functions.
18425
18426 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18427
18428         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18429         specifying array size.
18430         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18431         array if it is too small.
18432         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18433         (gnus-sort-threads-loop): New function.
18434
18435 2006-12-06  Chris Moore  <dooglus@gmail.com>
18436
18437         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18438         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18439
18440 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18441
18442         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18443         options.
18444
18445 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18446
18447         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18448         DOS-ing the recipient.
18449
18450         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18451         the headers when creating the mapping to avoid mismappings.
18452         (nnweb-gmane-create-mapping): Always nix out old mapping.
18453
18454 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18455
18456         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18457         and mm-verify-option to never.
18458
18459 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * message.el (message-signed-or-encrypted-p): New function.
18462         (message-forward-make-body): Use it.
18463
18464         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18465         Replace encode-coding-string with mm-encode-coding-string.
18466
18467 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * nneething.el (nneething-decode-file-name):
18470         Replace decode-coding-string with mm-decode-coding-string.
18471
18472         * gnus-int.el (gnus-open-server): Say failed server's name.
18473
18474 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18475
18476         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18477         strings to a single string.  Quote `errors-file-name'.
18478         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18479         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18480         Adjust calls.  Use `shell-quote-argument'.
18481
18482 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18483
18484         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18485         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18486
18487         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18488         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18489         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18490         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18491         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18492         (gnus-subscribe-newsgroup, gnus-1):
18493         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18494         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18495         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18496         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18497
18498 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18499
18500         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18501         keystroke.
18502         (gnus-summary-limit-to-bodies): Implement headersp.
18503
18504 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18505
18506         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18507
18508 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18509
18510         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18511
18512 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18513
18514         * message.el (message-generate-hashcash): Expand range of values to
18515         include `opportunistic'.
18516         (message-send-mail): Use it.
18517
18518 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18519
18520         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18521         and comment it.
18522
18523         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18524
18525 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18526
18527         * gnus-util.el (gnus-extract-address-components): Improve comment.
18528
18529 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18530
18531         * gnus-util.el (gnus-extract-address-components): Work with address in
18532         which the name portion contains @.
18533
18534         * lpath.el: Fbind custom-autoload.
18535
18536 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18537
18538         * gnus.el (gnus-start): Move custom group up.
18539         (gnus-select-method): Don't autoload, but make it available for
18540         `customize-variable'.
18541         (gnus-getenv-nntpserver): Don't autoload.
18542
18543 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18544
18545         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18546
18547 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18548
18549         * message.el (message-sendmail-extra-arguments): New variable.
18550         (message-send-mail-with-sendmail): Use it.
18551
18552 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18553
18554         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18555         mm-with-unibyte-current-buffer to make string unibyte.
18556
18557         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18558         mm-string-as-multibyte.
18559
18560 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18561
18562         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18563         Reported by Werner Koch <wk@gnupg.org>.
18564
18565 2006-11-14  Daiki Ueno  <ueno@p360>
18566
18567         * mml2015.el: Autoload epa-select-keys when compiling.
18568
18569 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18570
18571         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18572         message-options.
18573         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18574
18575 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18576
18577         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18578         EasyPG (< 0.0.6).
18579         (mml2015-always-trust): New user option.
18580         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18581         prompt.
18582
18583 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18584
18585         * nntp.el (nntp-authinfo-force): New variable.
18586         (nntp-send-authinfo): Use it.
18587
18588 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18589
18590         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18591         decode encoded words.  Improve prompt.  Add comment about forwarding.
18592         (message-replacement-char): Move up.
18593
18594 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18595
18596         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18597         instead of gnus-intersection because arguments of gnus-sorted-nunion
18598         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18599
18600 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18601
18602         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18603         (message-simplify-subject-functions):
18604         Enable message-strip-subject-encoded-words by default.
18605
18606 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18607
18608         * message.el (message-strip-subject-encoded-words): New function.
18609         (message-simplify-subject-functions): New variable.
18610         (message-simplify-subject): Use it.  Fix typo in doc string.
18611         Support message-strip-subject-encoded-words.
18612
18613 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18614
18615         * gnus-diary.el (gnus-diary-delay-format-function):
18616         * nndiary.el (nndiary-reminders):
18617         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18618
18619 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18620
18621         * gnus-art.el (article-hide-boring-headers): Fetch date from
18622         gnus-original-article-buffer to avoid problems with localized date
18623         strings.
18624
18625 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18626
18627         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18628
18629 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18630
18631         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18632         New variables.
18633         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18634         (mm-charset-synonym-alist): Move some entries to
18635         mm-codepage-iso-8859-list.
18636         (mm-charset-synonym-alist, mm-charset-override-alist):
18637         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18638
18639 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18640
18641         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18642
18643 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18644
18645         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18646         with Emacs 21 and XEmacs.
18647
18648 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18649
18650         * spam.el (spam-parse-address): New function for better parsing,
18651         catching errors, etc.
18652         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18653
18654 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18655
18656         * mm-view.el: Add interactive arg to html2text autoload.
18657
18658 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18661
18662 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18663
18664         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18665         New variables.
18666         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18667         (mm-charset-synonym-alist): Move some entries to
18668         mm-codepage-iso-8859-list.
18669
18670         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18671
18672 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18673
18674         * message.el (message-citation-line-format)
18675         (message-insert-formated-citation-line): Fix implementation of %E, %N
18676         and %n according to the doc string.
18677
18678 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18679
18680         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18681         Use car-safe to avoid bad parses.
18682
18683 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18684
18685         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18686         names.
18687
18688         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18689
18690 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18693         header.
18694
18695         * message.el (message-draft-headers): Add Date.
18696         (message-headers-to-generate): Fix typo in docstring.
18697
18698         * nndraft.el (nndraft-required-headers): New variable.
18699         (nndraft-generate-headers): Use it.
18700
18701         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18702
18703 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18704
18705         * gnus-registry.el (gnus-registry-wash-for-keywords)
18706         (gnus-registry-find-keywords): New functions to allow easy searching of
18707         articles that are in the registry.
18708
18709 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18710
18711         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18712         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18713         Reported by Damien Elmes <damien@repose.cx>.
18714
18715 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18716
18717         * gnus.el (gnus-mime): Remove unused custom group.
18718
18719 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18720
18721         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18722         "blank line" when searching for end of armor headers.
18723
18724 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18725
18726         * gmm-utils.el (gmm-write-region): Fix variable name.
18727
18728 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18729
18730         * gmm-utils.el (gmm-write-region): New function based on compatibility
18731         code from `mm-make-temp-file'.
18732
18733         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18734
18735         * nnmaildir.el (nnmaildir--update-nov)
18736         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18737         Use `gmm-write-region'.
18738
18739 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18740
18741         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18742         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18743
18744         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18745
18746         * message.el (message-replacement-char): New variable.
18747         (message-fix-before-sending): Use it.
18748         (message-simplify-subject): New function to remove duplicate code.
18749         (message-reply, message-followup): Use it.
18750
18751         * gnus-sum.el (gnus-summary-make-menu-bar):
18752         Clarify gnus-summary-limit-to-articles.
18753
18754 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * gnus-util.el (gnus-with-local-quit): New macro.
18757
18758         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18759
18760 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18761
18762         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18763         ignore non-string data.
18764
18765 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18766
18767         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18768         non-string data (needs to be done in the registry too).
18769
18770 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18771
18772         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18773         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18774         (gnus-registry-split-fancy-with-parent)
18775         (gnus-registry-fetch-simplified-message-subject-fast)
18776         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18777         Remove text properties on ingress into the registry and when it's saved.
18778         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18779         registry from entries with no groups.
18780
18781 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18782
18783         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18784         function to remove string properties.
18785
18786 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18787
18788         * gmm-utils.el (gmm): Adjust custom version.
18789
18790         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18791         Adjust custom version.
18792
18793         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18794
18795 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18796
18797         * gnus-art.el (gnus-insert-prev-page-button)
18798         (gnus-insert-next-page-button): Simplify.  Reformat.
18799
18800 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18801
18802         * gnus-art.el (gnus-insert-prev-page-button)
18803         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18804
18805 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18806
18807         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18808
18809 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18810
18811         * gnus-art.el (gnus-insert-mime-button)
18812         (gnus-insert-mime-security-button):
18813         Apply gnus-article-button-face to MIME and security buttons.
18814
18815 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18816
18817         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18818         readable.
18819
18820 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18821
18822         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18823
18824 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18825
18826         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18827         `browse-url-of-file' instead of `browse-url'.
18828
18829 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18830
18831         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18832         regexp.  Articles containing quotation were cut prematurely.
18833
18834 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * message.el (message-cite-original-1): Use nobody by default for the
18837         value of From header.
18838         (message-reply): Ditto.
18839
18840 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18841
18842         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18843         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18844         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18845
18846 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18847
18848         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18849         mails in the doc string.  Add some URLs in comment.
18850         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18851
18852 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18853
18854         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18855         backslashes handling and the way to find boundaries of quoted strings.
18856
18857 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18858
18859         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18860         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18861         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18862         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18863
18864 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18865
18866         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18867         doc string.
18868         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18869
18870 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18871
18872         * lpath.el: Fbind epg-check-configuration.
18873
18874 2006-09-06  Simon Josefsson  <jas@extundo.com>
18875
18876         * mml2015.el (mml2015-use): Doc fix, mention epg.
18877
18878 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18879
18880         * mml2015.el (mml2015-use): Default to epg, if available.
18881
18882 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18883
18884         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18885         message-sender.
18886         (mml1991-epg-encrypt): Ditto.
18887         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18888         message-sender.
18889         (mml2015-epg-encrypt): Ditto.
18890
18891 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18892
18893         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18894         several common directories.
18895
18896 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18897
18898         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18899         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18900
18901 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18902
18903         * gnus-art.el (article-decode-encoded-words): Make it fast.
18904
18905 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18906
18907         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18908
18909         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18910         in quoted string into `\'.
18911
18912 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18913
18914         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18915         Use standard-syntax-table.
18916
18917 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18918
18919         * gnus-art.el (gnus-decode-address-function): New variable.
18920         (article-decode-encoded-words): Use it to decode headers which are
18921         assumed to contain addresses.
18922         (gnus-mime-delete-part): Remove useless `or'.
18923
18924         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
18925         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
18926         (gnus-nov-parse-line): Use it to decode From header.
18927         (gnus-get-newsgroup-headers): Ditto.
18928         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
18929
18930         * mail-parse.el (mail-decode-encoded-address-region): New alias.
18931         (mail-decode-encoded-address-string): New alias.
18932
18933         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18934         New function.
18935         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
18936         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
18937         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
18938         (rfc2047-decode-string): Ditto.
18939         (rfc2047-decode-address-region): New function.
18940         (rfc2047-decode-address-string): New function.
18941
18942 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
18943
18944         * message.el (message-caesar-buffer-body): Allow rotating headers.
18945
18946         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
18947
18948         * message.el (message-insert-formated-citation-line): Fix %f.
18949         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
18950
18951 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18952
18953         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
18954         (gnus-bookmark-mouse-available-p): New macro.
18955         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
18956         (gnus-bookmark-bmenu-show-infos): Use it.
18957         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
18958         (gnus-bookmark-bmenu-hide-infos): Ditto.
18959         (gnus-bookmark-remove-properties): New function.
18960         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
18961         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
18962         (gnus-bookmark-write-file): Bind coding-system-for-write.
18963         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
18964         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
18965         group before selecting it.
18966         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
18967         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
18968         quit-window if it is not available; use gnus-mouse-2 and bind it to
18969         gnus-bookmark-bmenu-select-by-mouse.
18970         (gnus-bookmark-show-details): Remove unused variable `details-list'.
18971         (gnus-bookmark-bmenu-select-by-mouse): New function.
18972
18973 2006-08-13  Romain Francoise  <romain@orebokech.com>
18974
18975         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
18976         space.
18977
18978 2006-08-10  Romain Francoise  <romain@orebokech.com>
18979
18980         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
18981         (dns-mode-soa-auto-increment-serial): New user option.
18982         (dns-mode-soa-maybe-increment-serial): New function.
18983         (dns-mode): Add the latter to `write-contents-functions'.
18984
18985 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * compface.el (uncompface): Use binary rather than raw-text-unix.
18988
18989 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * compface.el (uncompface): Make sure the eol conversion doesn't take
18992         place when communicating with the external programs.
18993         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18994
18995 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * nnheader.el (nnheader-insert-head): Fix typo in comment.
18998
18999 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19000
19001         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19002         Make it more robust by parsing author and date independently.
19003
19004 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19005
19006         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19007
19008 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19009
19010         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19011         first matching secret key.
19012         (mml2015-epg-encrypt): Ditto.
19013
19014         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19015         first matching secret key.
19016         (mml1991-epg-encrypt): Ditto.
19017
19018         * mml2015.el (mml2015-encrypt-to-self): New user option.
19019         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19020         mml2015-epg-encrypt-to-self is set.
19021
19022         * mml1991.el (mml1991-encrypt-to-self): New variable.
19023         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19024         mml1991-epg-encrypt-to-self is set.
19025
19026         * mml2015.el (mml2015-signers): New user option.
19027         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19028         (mml2015-epg-encrypt): Allow to select signing keys.
19029
19030         * mml1991.el (mml1991-signers): New variable.
19031         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19032         (mml1991-epg-encrypt): Allow to select signing keys.
19033
19034 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * nnheader.el (nnheader-insert-head): Make it work even if the file
19037         uses CRLF for the line-break code.
19038
19039 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19040
19041         * mml2015.el: Require mml-sec instead of password.
19042         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19043         (mml2015-cache-passphrase): Inherit the default value from
19044         mml-secure-cache-passphrase.
19045         (mml2015-passphrase-cache-expiry): Inherit the default value from
19046         mml-secure-passphrase-cache-expiry.
19047
19048         * mml1991.el: Require mml-sec instead of password.
19049         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19050         (mml1991-cache-passphrase): Inherit the default value from
19051         mml-secure-cache-passphrase.
19052         (mml1991-passphrase-cache-expiry): Inherit the default value from
19053         mml-secure-passphrase-cache-expiry.
19054
19055         * mml-sec.el: Require password.
19056         (mml-secure-verbose): New user option.
19057         (mml-secure-cache-passphrase): New user option.
19058         (mml-secure-passphrase-cache-expiry): New user option.
19059
19060 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19061             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19062
19063         * pgg-def.el (pgg-truncate-key-identifier):
19064         Truncate the key ID to 8 letters from the end.
19065
19066 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19067
19068         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19069         workaround for the url package included with Emacs.
19070
19071         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19072
19073 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19074
19075         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19076         correctly.  This fixes a bug caused by the 2006-05-12 change.
19077
19078 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19079
19080         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19081         some information about the error when saying that the `bogus' mail
19082         group will be used.
19083
19084 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19085
19086         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19087         string.
19088
19089 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19090
19091         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19092
19093 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19094
19095         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19096
19097 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19098
19099         * mml1991.el (mml1991-function-alist): Add epg.
19100         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19101         (mml1991-epg-encrypt): New functions.
19102
19103 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19104
19105         * mml2015.el (mml2015-verbose): New variable.
19106         (mml2015-cache-passphrase): Ditto.
19107         (mml2015-passphrase-cache-expiry): Ditto.
19108         (mml2015-function-alist): Add epg.
19109         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19110         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19111         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19112         New functions.
19113
19114 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19115
19116         * message.el (message-cite-original-1): Preserve region when removing
19117         quoted text due to X-No-Archive in order to avoid bogus attribution
19118         when citing multiple messages.
19119
19120 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19121
19122         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19123         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19124
19125 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19126
19127         * gnus-diary.el (gnus-user-format-function-d)
19128         (gnus-user-format-function-D): Autoload.
19129
19130         * imap.el (Commentary): Fix typo.
19131
19132         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19133         2006-04-22 contribution.
19134
19135 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19136
19137         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19138         It didn't really fix the bogosity I'm seeing with solid web groups.
19139
19140 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19141
19142         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19143         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19144         created using server names.  If we use the feature without declaring
19145         it, Gnus does not properly manage server and group state.
19146
19147         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19148         bound.
19149
19150 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19151
19152         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19153         looking up the method using GROUP's prefix before inventing a new one.
19154         It is used on killed/unknown groups in various places where returning
19155         an all-new method isn't expected by the caller.
19156
19157         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19158         and match semantics of gnus-group-real-prefix.
19159
19160 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19161
19162         * nnmail.el (nnmail-broken-references-mailers): New variable.
19163         (nnmail-ignore-broken-references): New function generalizing
19164         nnmail-fix-eudora-headers.
19165         (nnmail-fix-eudora-headers): Now obsolete.
19166
19167         * gnus-art.el (gnus-button-handle-custom):
19168         Support `customize-apropos*'.
19169
19170 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19171
19172         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19173
19174         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19175         articles.
19176
19177 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19178
19179         * message.el (message-cite-reply-above): New variable.
19180         (message-yank-original): Use it.
19181
19182 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19185
19186 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19187
19188         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19189         as read.
19190
19191         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19192
19193 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19194
19195         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19196         (gnus-bookmark-default-file): Use gnus-directory.
19197         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19198         Remove "*" in doc string.
19199         (gnus-bookmark-write-file): Simplify.
19200         (gnus-bookmark-maybe-sort-alist): Use `when'.
19201         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19202         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19203         Add FIXME about Emacs 21 and XEmacs compatibility.
19204         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19205         compatibility.
19206         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19207         compatibility.
19208         (gnus-bookmark-menu-heading): Fix version.
19209
19210 2006-06-19  Bastien Guerry  <bzg@altern.org>
19211
19212         * gnus-bookmark.el: New file.
19213
19214 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19215
19216         * message.el (message-syntax-checks): Doc fix.
19217
19218 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19219
19220         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19221         unsubscribed groups as if they were killed ones.  It causes duplicate
19222         entries in gnus-newsrc-alist.
19223
19224 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19225
19226         * message.el (message-syntax-checks): Doc fix.
19227         (message-send-mail): Add check for continuation headers.
19228         (message-check-news-header-syntax): Fix regexp used to check for
19229         continuation headers.
19230
19231 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19232
19233         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19234
19235 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19236
19237         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19238
19239 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19242         default-truncate-lines.
19243
19244 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19247         to fill the utf-8 entry.
19248
19249         * lpath.el: Fbind unicode-precedence-list.
19250
19251 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19252
19253         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19254
19255 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19256
19257         * gnus-agent.el (directory-files-and-attributes): Move all the way
19258         forward (the third and final move).
19259         (gnus-agent-read-agentview): Trap reconstruction errors due to
19260         nonexistent directory.  Handle by returning nil.
19261
19262 2006-05-30  Didier Verna  <didier@xemacs.org>
19263
19264         * message.el (message-dont-reply-to-names): Update the custom type.
19265         * message.el (message-dont-reply-to-names): New defsubst: potentially
19266         convert a list of regexps into a single one.
19267         * message.el (message-get-reply-headers): Use it.
19268         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19269
19270 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19271
19272         * gnus-agent.el (directory-files-and-attributes): Move forward.
19273
19274 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19275
19276         * gnus-ml.el (gnus-mailing-list-subscribe)
19277         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19278         (gnus-mailing-list-message): Fix doc strings.
19279
19280 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19281
19282         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19283         of doing it manually.
19284
19285 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19286
19287         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19288         comment.
19289
19290 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19291
19292         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19293         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19294         (gnus-agent-read-local): All symbols allocated in my-obarray.
19295         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19296         (gnus-agent-regenerate-group): Check numeric names to see if they are
19297         messages or groups.
19298         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19299         better way of do this...)
19300
19301         * gnus-cache.el (gnus-agent-total-fetched-for):
19302         Ignore 'dummy.group' (there should be a better way of do this...)
19303
19304 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19305
19306         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19307         (gnus-saved-headers): Ditto.
19308         (gnus-default-article-saver): Mention functions may have properties.
19309         (gnus-article-save): Override gnus-save-all-headers and
19310         gnus-saved-headers by :headers property which saver function may have.
19311         (gnus-summary-save-in-file): Add :headers property.
19312         (gnus-summary-write-to-file): Ditto.
19313
19314         * gnus-sum.el (gnus-summary-save-article): Bind
19315         gnus-prompt-before-saving to t when saving many articles in a file;
19316         always show all headers.
19317
19318         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19319
19320 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19321
19322         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19323         marks.
19324
19325         * message.el (message-indent-citation): Add optional arguments to allow
19326         using it outside of message buffers.
19327
19328         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19329         (gnus-article-treat-unfold-headers): Use it.
19330         (gnus-article-truncate-lines): New variable.
19331         (gnus-article-mode): Use it.
19332         (gnus-article-toggle-truncate-lines): New function.
19333
19334         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19335         Add gnus-article-toggle-truncate-lines.
19336
19337         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19338         coding system in XEmacs, use binary.
19339
19340 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19341
19342         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19343         after-load-alist.
19344
19345         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19346         this function should save decoded articles.
19347         (gnus-summary-write-to-file): Use property to specify this function
19348         should save decoded articles and specify gnus-summary-save-in-file
19349         should be used to save articles other than the first one when saving
19350         many articles.
19351         (gnus-summary-save-body-in-file): Use property to specify this
19352         function should save decoded articles.
19353         (gnus-summary-write-body-to-file): Use property to specify this
19354         function should save decoded articles and specify
19355         gnus-summary-save-body-in-file should be used to save articles other
19356         than the first one when saving many articles.
19357
19358         * gnus-sum.el (gnus-summary-save-article): Simplify.
19359
19360 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * gnus-art.el (gnus-default-article-saver):
19363         Add gnus-summary-write-body-to-file.
19364         (gnus-article-save-coding-system): Don't use coding system object
19365         in XEmacs.
19366         (gnus-read-save-file-name): Add optional `dir-var' argument which
19367         specifies directory in which files are saved; work even if optional
19368         `variable' argument is not specified.
19369         (gnus-summary-write-to-file): Read file name.
19370         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19371         (gnus-summary-write-body-to-file): New function.
19372
19373         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19374         (gnus-summary-local-variables): Add it.
19375         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19376         (gnus-summary-save-article): Remove optional `decode' argument;
19377         determine whether to decode articles by the value of
19378         gnus-default-article-saver; when saving many files using
19379         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19380         it first and use gnus-summary-save-in-file or
19381         gnus-summary-save-body-in-file thereafter unless
19382         gnus-prompt-before-saving is always; move point to article which
19383         will be saved.
19384         (gnus-summary-save-article-file): Revert.
19385         (gnus-summary-write-article-file): Revert.
19386         (gnus-summary-save-article-body-file): Revert.
19387         (gnus-summary-write-article-body-file): New function.
19388
19389 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19390
19391         * gnus-art.el (gnus-default-article-saver): Doc fix.
19392         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19393         from gnus-summary-save-article-coding-system, and default to a
19394         certain coding system.
19395         (gnus-output-to-file): Add coding cookie and encode text according
19396         to gnus-article-save-coding-system; don't use mm-append-to-file.
19397
19398         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19399         gnus-art.el and rename to gnus-article-save-coding-system.
19400         (gnus-summary-save-article): Require gnus-art; don't show all
19401         headers if it decodes articles; don't add coding cookie here;
19402         don't bind mm-text-coding-system-for-write.
19403         (gnus-summary-save-article-file): Save decoded articles.
19404         (gnus-summary-write-article-file): When saving many files, use
19405         gnus-summary-write-to-file first and gnus-summary-save-in-file
19406         thereafter unless gnus-prompt-before-saving is always.
19407         (gnus-summary-save-article-body-file): Save decoded articles.
19408
19409         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19410
19411 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19412
19413         * nnrss.el (nnrss-check-group): Bind hash-index.
19414
19415 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19416
19417         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19418         its hash index.  Store this hash in `nnrss-group-data'.
19419         (nnrss-read-group-data): Update accordingly.
19420
19421 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19422
19423         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19424         entry.
19425
19426         * gnus-sum.el (gnus-summary-make-menu-bar):
19427         Add gnus-article-browse-html-article.
19428
19429 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19430
19431         * gnus-sum.el (gnus-summary-mime-map):
19432         Add gnus-article-browse-html-article.
19433
19434         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19435
19436 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19437
19438         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19439         suitable coding systems in customize.
19440
19441 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19442
19443         * mail-source.el (mail-sources): Fix custom type.
19444
19445 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19446
19447         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19448         (gnus-summary-expire-articles-now): Shorten prompt.
19449
19450         * gmm-utils.el (wid-edit): Require.
19451         (defun-gmm): Rename from `gmm-defun-compat'.
19452         (gmm-image-search-load-path): Use it.
19453         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19454
19455 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19456
19457         * gnus-sum.el (gnus-summary-save-article-coding-system):
19458         New variable.
19459         (gnus-summary-save-article): Add optional `decode' argument.
19460         If it is set and gnus-summary-save-article-coding-system is non-nil,
19461         save decoded article.
19462         (gnus-summary-write-article-file): Save decoded article if
19463         gnus-summary-save-article-coding-system is non-nil.
19464
19465         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19466         type.
19467
19468 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19469
19470         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19471
19472 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19473
19474         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19475         first to test gnus-single-article-buffer which may be buffer-local.
19476
19477         * gnus-sum.el (gnus-summary-setup-buffer):
19478         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19479         group; make gnus-article-buffer, gnus-article-current, and
19480         gnus-original-article-buffer always buffer-local.
19481         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19482         group.
19483         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19484
19485 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19486
19487         * nnml.el (nnml-request-compact-group): Compressed files might not
19488         have .gz extension.
19489
19490 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19491
19492         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19493         (mm-copy-to-buffer): Use with-current-buffer.
19494         (mm-display-part): Simplify.
19495         (mm-inlinable-p): Add optional arg `type'.
19496
19497 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19498
19499         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19500         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19501         Try harder to show the attachment internally or externally using
19502         gnus-mime-view-part-as-type.
19503
19504 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19505
19506         * message.el (message-from-style, message-signature-separator)
19507         (message-user-organization-file, message-send-mail-function)
19508         (message-citation-line-function, message-yank-prefix)
19509         (message-indent-citation-function, message-signature)
19510         (message-signature-file, message-signature-insert-empty-line):
19511         Remove autoloads.
19512
19513         * gnus-art.el (gnus-buttonized-mime-types):
19514         Remove "multipart/signed".  Revert 2006-04-26 change.
19515
19516 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19517
19518         * gnus.el (gnus-version-number): Bump version.
19519
19520 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19521
19522         * gnus.el: No Gnus v0.5 is released.
19523
19524 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19525
19526         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19527         fetching articles by message-id.
19528
19529 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19530
19531         * message.el (hashcash): Require hashcash as normal.
19532
19533         * ecomplete.el (ecomplete-highlight-match-line):
19534         Use point-at-eol.
19535         (ecomplete-highlight-match-line): Use `highlight', because that
19536         face exists in both Emacs and XEmacs.
19537
19538         * message.el (message-display-abbrev): Use point-at-bol.
19539
19540         * mail-source.el: Don't require timer/timer-funcs.
19541
19542         * gnus-async.el: Ditto.
19543
19544         * password.el: Ditto.
19545
19546         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19547
19548         * mm-url.el: Ditto.
19549
19550         * gnus-xmas.el: Don't require timer-funcs.
19551
19552         * mm-util.el: Require timer/timer-funcs.
19553
19554 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19555
19556         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19557         Close.
19558
19559 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19560
19561         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19562         unibyte after clear-decrypt function runs.
19563
19564         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19565         returns as a unibyte string.
19566
19567 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19568
19569         * lpath.el: Revert.
19570
19571         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19572         (pgg-gpg-process-sentinel): Revert.
19573
19574         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19575         (pgg-pgp-lookup-key): Revert.
19576
19577         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19578         (pgg-pgp5-lookup-key): Revert.
19579
19580         * pgg.el (pgg-fetch-key): Revert.
19581
19582 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19583
19584         * lpath.el: Fbind string-as-multibyte for XEmacs.
19585
19586         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19587         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19588         (mml1991-pgg-encrypt): Ditto.
19589
19590         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19591         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19592         a multibyte buffer.
19593
19594         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19595         (pgg-pgp-lookup-key): Ditto.
19596
19597         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19598         (pgg-pgp5-lookup-key): Ditto.
19599
19600         * pgg.el (pgg-fetch-key): Ditto.
19601
19602 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19603
19604         * message.el (message-user-organization-file): Check several
19605         locations of the organization file.
19606
19607         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19608         Add gnus-article-view-part-as-type.
19609
19610         * gnus-art.el (gnus-article-view-part-as-type): New function.
19611
19612         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19613         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19614
19615         * mml.el: Simplify autoload.
19616         (mml-mode): defvar dnd-protocol-alist instead of using
19617         symbol-value.
19618         (mml-default-directory): New variable.
19619         (mml-minibuffer-read-file): Use it.
19620         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19621
19622         * message.el (message-citation-line-format): New variable.
19623         (message-insert-formated-citation-line): New function.
19624         (message-citation-line-function):
19625         Add `message-insert-formated-citation-line' to custom type.
19626
19627         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19628         to doc string.
19629
19630         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19631         depending on mm-verify-option.
19632
19633 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19634
19635         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19636         binding pgg-* variables; reimplement the section which prevents
19637         MIME header from being signed.
19638         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19639         pgg-text-mode; remove a blank line at the top of body.
19640
19641         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19642         lines at the top of body; use gnus-newsgroup-charset if there's no
19643         Charset header.
19644
19645 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19646
19647         * message.el (message-self-insert-commands): Doc fix.
19648
19649         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19650         (mm-uu-pgp-encrypted-test): Ditto.
19651         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19652         between header and body; return application/pgp-encrypted handle
19653         if decryption failed; decode decrypted body by charset.
19654
19655         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19656         element match to application/pgp-*.
19657
19658 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19659
19660         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19661         HTML.
19662
19663 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19664
19665         * mail-source.el (mail-source-call-script): Message the error
19666         string.
19667
19668 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19669
19670         * gnus-util.el (gnus-byte-compile): Use it.
19671
19672 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19673
19674         * gnus-util.el (kill-empty-logs): New function.
19675
19676 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19677
19678         * message.el (message-mail-alias-type): Doc fix.
19679         (message-mail-alias-type-p): New function.
19680         (message-send): Use it.
19681         (message-mode): Ditto.
19682         (message-strip-forbidden-properties): Ditto.
19683
19684         * ecomplete.el (ecomplete-database-file-coding-system):
19685         New variable.
19686         (ecomplete-save): Use it.
19687         (ecomplete-setup): Use it.
19688
19689 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * message.el (message-self-insert-commands): New variable.
19692         (message-strip-forbidden-properties): Use it.
19693
19694 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19695
19696         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19697         that doesn't make XEmacs choke.
19698
19699 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19700
19701         * gnus-util.el (gnus-replace-in-string):
19702         Prefer replace-regexp-in-string over of replace-in-string.
19703
19704 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19705
19706         * gnus-util.el (gnus-select-frame-set-input-focus):
19707         Use select-frame-set-input-focus if it is available in XEmacs; use
19708         definition defined in Emacs 22 for old Emacsen.
19709
19710         * dgnushack.el: Autoload unmorse-region for XEmacs.
19711
19712         * lpath.el: Bind cursor-in-non-selected-windows and
19713         select-frame-set-input-focus for XEmacs.
19714
19715 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19716
19717         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19718
19719 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19720
19721         * gnus-registry.el (gnus-registry-cache-save): Remove text
19722         properties when saving via the temp buffer.
19723
19724 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19725
19726         * message.el (message-generate-hashcash): Honor custom type.
19727
19728 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19729
19730         * message.el (message-generate-hashcash): Default to non-nil when
19731         hashcash is found.
19732
19733         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19734         (gnus-refer-thread-limit): Increase default to 500.
19735
19736         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19737
19738         * flow-fill.el (fill-flowed): Allow delete-space.
19739
19740 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19741
19742         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19743         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19744         Remove autoloads.
19745
19746 2006-04-18  Simon Josefsson  <jas@extundo.com>
19747
19748         * message.el (message-generate-hashcash): Default to.
19749
19750 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19753         concatenating segments rather than before concatenating them.
19754
19755 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19756
19757         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19758
19759 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19760
19761         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19762
19763         * message.el (message-forward-make-body-plain):
19764         Allow message-forward-ignored-headers to be a list.
19765         (message-remove-ignored-headers): Factor out into function.
19766         (message-forward-make-body-mml): Use it.
19767
19768         * imap.el (imap-quote-specials): New function.
19769         (imap-login-auth): Quote specials.
19770
19771         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19772         (rfc2231-parse-string): Allow concatanation of parameters that
19773         aren't contiguous.  The test case is
19774           (mail-header-parse-content-type "message/external-body;
19775             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19776             access-type=LOCAL-FILE;
19777             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19778
19779 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19780
19781         * nntp.el (nntp-accept-process-output): Return the value of
19782         `nnheader-accept-process-output'.
19783
19784 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19785
19786         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19787         (gnus-button-alist): Recognize more diff formats.
19788         (gnus-button-patch): Strip directory.
19789
19790 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19791
19792         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19793         Emacs 22 when setting focus.
19794
19795 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19796
19797         * gnus-art.el (gnus-article-treat-types): Do treatment of
19798         text/x-verbatim parts.
19799         (gnus-button-patch): New command.
19800
19801         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19802         addresses that contain invalid characters.
19803
19804 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19805
19806         * message.el (message-put-addresses-in-ecomplete):
19807         Use gnus-replace-in-string.
19808         (message-is-yours-p): Use the more correct
19809         mail-header-parse-address instead of
19810         mail-extract-address-components.
19811         (message-put-addresses-in-ecomplete): Fix typo.
19812
19813         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19814         keystroke.
19815
19816         * gnus-art.el (gnus-treatment-function-alist): Change order of
19817         newsgroups/generic header folding to avoid double-folding.
19818
19819         * message.el (message-hidden-headers): Add X-Draft-From.
19820
19821         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19822         New command.
19823         (gnus-summary-repeat-search-article-backward): New command.
19824
19825         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19826         groups in the parent topic.
19827
19828 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19829
19830         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19831         (spam-extra-header-to-number): Return the CRM114 number as a
19832         number instead of a string.
19833
19834 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19835
19836         * gnus-art.el (gnus-face-properties-alist): Move here from
19837         gnus-fun.
19838
19839         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19840
19841 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19842
19843         * message.el (message-strip-forbidden-properties): Only display on
19844         self-insert-command.
19845
19846         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19847         reindent.
19848         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19849
19850 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19851
19852         * smiley.el (smiley-style): Fix typo.
19853
19854 2006-03-23  Kenichi Handa  <handa@m17n.org>
19855
19856         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19857         instead of set-buffer-multibyte.
19858
19859 2006-03-23  Kenichi Handa  <handa@m17n.org>
19860
19861         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19862         buffer and then decode the buffer text if necessary.
19863         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19864         first, and after mm-encode-body, change the buffer to unibyte.
19865
19866 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19867
19868         * hashcash.el (hashcash-insert-payment-async-2):
19869         Use message-goto-eoh instead of doing it manually.
19870         (mail-add-payment): Use message-narrow-to-header instead of trying
19871         to do the same itself.
19872
19873         * message.el (message-hidden-headers): Add Face.
19874
19875         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19876         reparenting code.
19877         (gnus-summary-reparent-children): Refactored out code.
19878         (gnus-summary-thread-map): New keystroke.
19879         (gnus-summary-reparent-children): Make into command.
19880
19881         * smiley.el (smiley-style): Default to `medium' if using a large
19882         font.
19883
19884         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19885         does it itself.
19886
19887         * message.el (message-point-in-header-p): Simplify definition.
19888
19889 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19890
19891         * nnagent.el (nnagent-request-set-mark): Silence log file
19892         writing.
19893         (nnagent-request-set-mark): Use write-region instead of
19894         append-to-file.
19895
19896         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19897         strange select method.
19898
19899         * ecomplete.el (ecomplete-display-matches): Get highlightling
19900         right.
19901         (ecomplete-display-matches): Use literals.
19902         (ecomplete-display-matches): Disable message logging.
19903
19904         * message.el (message-display-abbrev): Small optimization.
19905
19906         * ecomplete.el (ecomplete-display-matches): Allow automatic
19907         display.
19908
19909         * message.el (message-strip-forbidden-properties):
19910         Display abbrevs.
19911         (message-display-abbrev): Get automatic display right.
19912
19913         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19914         keystrokes.
19915
19916 2006-04-13  Romain Francoise  <romain@orebokech.com>
19917
19918         TODO: Backport to v5-10!
19919
19920         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19921         Move here (and rename) from gnus-registry.el.
19922
19923         * gnus-registry.el: Require gnus-util.
19924         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
19925
19926 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19927
19928         * gnus-group.el (gnus-group-catchup-current):
19929         Change if-then-else-if-then-else into cond.
19930         (gnus-group-catchup): Indent.
19931         (group-name-at-point): New function.
19932         (gnus-fetch-group): Provide default from thing at point.
19933
19934 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19935
19936         * message.el (message-display-abbrev): Fix regexp.
19937
19938         * ecomplete.el (ecomplete-highlight-match-line):
19939         Reimplement choosing.
19940         (ecomplete-highlight-match-line): Fix up code rewrite, remove
19941         dead variables.
19942
19943         * message.el (message-newline-and-indent): Remove debugging.
19944         (message-display-abbrev): Use new implementation.
19945
19946 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
19947
19948         * gnus-art.el (gnus-article-mode):
19949         Set cursor-in-non-selected-windows to nil.
19950
19951         * smiley.el: Revert previous change.
19952         (smiley-data-directory): defvar it before using it in the
19953         defcustom of `smiley-style'.
19954
19955 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19956
19957         * message.el (message-newline-and-indent): New function.
19958
19959         * ecomplete.el: Implement more bits.
19960
19961         * message.el (message-put-addresses-in-ecomplete): Clean up the
19962         string.
19963
19964         * ecomplete.el (ecomplete-add-item): Chop off decimals.
19965
19966         * gnus-sum.el (gnus-summary-save-parts):
19967         Bind gnus-summary-save-parts-counter and use it to make unique file
19968         names.
19969
19970         * gnus-art.el (gnus-ignored-headers): Add some more headers.
19971
19972         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
19973         parameter to say whether to actually parse the individual
19974         addresses.
19975
19976         * message.el (message-put-addresses-in-ecomplete): New function.
19977         (ecomplete): Require.
19978         (message-mail-alias-type): Add ecomplete as an option.
19979
19980 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
19981
19982         * flow-fill.el (fill-flowed): Remove trailing space from blank
19983         quoted lines.
19984
19985 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19986
19987         * smiley.el (smiley-style): Move definition later to avoid a
19988         compilation warning.
19989
19990 2006-04-12  Kenichi Handa  <handa@m17n.org>
19991
19992         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19993         buffer and then decode the buffer text if necessary.
19994         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19995         first, and after mm-encode-body, change the buffer to unibyte.
19996         Use mm-disable-multibyte instead of set-buffer-multibyte.
19997
19998 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19999
20000         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20001         Content-Type header instead of Content-Disposition header.
20002         (gnus-mime-inline-part): Ditto.
20003         (gnus-mime-view-part-as-charset): Ignore charset that the part
20004         specifies.
20005
20006         * mm-decode.el (mm-display-part): Work with external parts and
20007         usual parts similarly.
20008
20009         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20010         instead of gnus-display-mime.
20011
20012         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20013         instead of with-temp-buffer.
20014
20015         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20016         tag to summarized topics part in order to encode non-ASCII text.
20017
20018 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20019
20020         * smiley.el (smiley-style): New variable.
20021         (smiley-directory): New function.
20022         (smiley-data-directory): Derive from `smiley-style' using
20023         `smiley-directory'.
20024         (smiley-regexp-alist): Add new entries.
20025
20026         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20027         (gnus-article-browse-delete-temp): Add :version.
20028
20029 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20030
20031         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20032         the sieve region.
20033
20034 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20035
20036         * gnus.el (gnus-version-number): Bump version.
20037
20038 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20039
20040         * gnus.el: No Gnus v0.4 is released.
20041
20042 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20043
20044         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20045         layout.
20046
20047         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20048         unknown charset.
20049
20050         * message.el (message-header-synonyms): Add Original-To to the
20051         default.
20052
20053         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20054         optional parameter.
20055
20056 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20057
20058         * gnus-fun.el (gnus): Require it for gnus-directory.
20059
20060 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20061
20062         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20063
20064 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20065
20066         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20067
20068 2006-04-05  Simon Josefsson  <jas@extundo.com>
20069
20070         * password.el (password-reset): New function.
20071
20072 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20073
20074         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20075         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20076
20077 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20078
20079         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20080         Some whitespace was matched into the url, which broke browsing hits
20081         > 100 when mm-url-use-external was nil.
20082
20083 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20084
20085         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20086         Check gnus-extra-headers for 'Newsgroups.
20087
20088         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20089         bound.
20090
20091 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20092
20093         * pgg-gpg.el: Clean up process buffers every time gpg processes
20094         complete.
20095
20096 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20097
20098         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20099         doc string.
20100
20101 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20102
20103         * pgg-gpg.el (pgg-gpg-process-filter)
20104         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20105
20106         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20107         lines, temporary fix.
20108
20109 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20110
20111         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20112
20113 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20114
20115         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20116         default-enable-multibyte-characters.  This reverts the change from
20117         revision 6.17 which is no longer necessary because the passphrase
20118         is sent separately now.  GnuPG messages are unreadable under
20119         multibyte locales with default-enable-multibyte-characters set to
20120         nil.
20121
20122 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20123
20124         * message.el (message-tool-bar-gnome): Move "spell".
20125
20126 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20127
20128         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20129         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20130         instead.
20131
20132 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20133
20134         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20135         Improve newsgroups handling for NNTP overviews which don't include
20136         Newsgroups.
20137
20138 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20139
20140         * message.el (message-resend): Bind message-generate-hashcash to nil.
20141
20142 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20143
20144         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20145         when searching for already-paid recipients.
20146
20147 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20148
20149         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20150         passphrases when it is not needed.
20151         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20152         passphrase stuff from gpg, should only be necessary when you use
20153         gpg with a smartcard.
20154
20155 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20156
20157         * mml.el (mml-insert-mime): Ignore cached contents of
20158         message/external-body part.
20159
20160         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20161         (mm-insert-part): Ditto.
20162
20163 2006-03-23  Simon Josefsson  <jas@extundo.com>
20164
20165         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20166         Reiner.
20167         (pgg-gpg-use-agent-p): Use it again.
20168
20169 2006-03-23  Simon Josefsson  <jas@extundo.com>
20170
20171         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20172         older emacsen.
20173         (pgg-gpg-use-agent-p): Don't use it.
20174
20175 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20176
20177         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20178         if we can.
20179
20180 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20181
20182         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20183         (pgg-gpg-update-agent): New function.
20184         (pgg-gpg-use-agent-p): New function.
20185         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20186         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20187         (pgg-gpg-sign-region): Use it.
20188
20189 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20190
20191         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20192         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20193
20194 2006-03-21  Simon Josefsson  <jas@extundo.com>
20195
20196         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20197         <wilde@sha-bang.de>.
20198         (pgg-gpg-use-agent): New variable.
20199         (pgg-gpg-process-region): Use it.
20200         (pgg-gpg-encrypt-region): Likewise.
20201         (pgg-gpg-encrypt-symmetric-region): Likewise.
20202         (pgg-gpg-decrypt-region): Likewise.
20203         (pgg-gpg-sign-region): Likewise.
20204         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20205
20206 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20207
20208         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20209
20210         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20211         Add comment on version.
20212
20213 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20214
20215         * smiley.el: Add missing test smiley.
20216
20217 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20218
20219         * mm-decode.el (mm-with-part): New macro.
20220         (mm-get-part): Use it; work with message/external-body as well.
20221         (mm-save-part): Treat name and filename equally.
20222
20223         * mm-extern.el (mm-extern-cache-contents): New function.
20224         (mm-inline-external-body): Use it; force the part to be displayed;
20225         move undisplayer added to the cached handle to the parent.
20226
20227         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20228         (gnus-mime-view-part-as-type): Work with message/external-body.
20229
20230         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20231
20232 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20233
20234         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20235         images in image-load-path.  [Sync with image.el, revision 1.60, in
20236         Emacs.]
20237
20238 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20239
20240         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20241         path rather than symbol.  Always return list of directories.
20242         Guarantee that image directory comes first.  [Sync with image.el,
20243         revision 1.59, in Emacs.]
20244
20245         * message.el (message-make-tool-bar): Adjust to new API of
20246         `gmm-image-load-path-for-library'.
20247
20248         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20249
20250         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20251
20252 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20253
20254         * gnus-art.el (gnus-article-only-boring-p):
20255         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20256         intangible text.
20257         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20258
20259 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20260
20261         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20262         Use `defun' instead of `gmm-defun-compat'.
20263
20264 2006-03-14  Simon Josefsson  <jas@extundo.com>
20265
20266         * message.el (message-unique-id): Don't use message-number-base36
20267         if (user-uid) is a float.
20268         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20269
20270 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20271
20272         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20273
20274         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20275         empty line between a part and a message part.
20276
20277 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20278
20279         * smiley.el: Add more test smileys.
20280         (smiley-data-directory, smiley-regexp-alist)
20281         (gnus-smiley-file-types): Fix doc strings.
20282         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20283         adding new elements.
20284         (smiley-mouse-map): Unused code.  Make it a comment.
20285
20286 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20287
20288         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20289         scan latest NoCeM messages instead of old ones.
20290         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20291         delimiters that are recently used.
20292         (gnus-nocem-load-cache): Add autoload cookie.
20293
20294         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20295
20296         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20297         level which is larger than gnus-use-nocem is specified.
20298
20299         * gnus-group.el (gnus-group-get-new-news): Ditto.
20300
20301 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20302
20303         * gnus-util.el (gnus-tool-bar-update): New function.
20304
20305         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20306         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20307
20308         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20309
20310         * gnus-group.el (gnus-group-redraw-when-idle)
20311         (gnus-group-redraw-check): Remove.
20312         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20313
20314 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20315
20316         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20317         if optional last element is specified in splits (FIELD VALUE...).
20318
20319 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20320
20321         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20322         to gmm-image-load-path-for-library.  Call with no-error argument.
20323         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20324
20325         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20326
20327         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20328
20329         * gmm-utils.el (gmm-image-load-path): Remove alias.
20330
20331 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20332
20333         * gmm-utils.el (gmm-image-load-path): Add alias.
20334
20335         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20336         nnml-generate-nov-databases-1.
20337         (nnml-generate-nov-databases): Use it.
20338         (nnml-generate-nov-databases-directory): Document no-active
20339         argument.
20340
20341         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20342         directory if path is t.  Add no-error.
20343
20344         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20345         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20346
20347         * gnus-art.el (gnus-article-browse-delete-temp-files):
20348         Simplify resetting gnus-article-browse-html-temp-list.
20349
20350         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20351         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20352         Add example to docstring.  Rename local variables.  Move error
20353         checks to default case in cond and simplify.
20354
20355 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20356
20357         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20358         handle is multipart when calling it recursively.
20359         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20360
20361 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20362
20363         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20364         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20365
20366 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20367
20368         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20369         is loaded.
20370
20371         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20372         loaded.
20373
20374 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20375
20376         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20377         to "Emacs 23 (unicode)" in doc string.
20378
20379         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20380         "Emacs 23 (unicode)" in comment.
20381
20382 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20383
20384         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20385
20386         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20387         characters 160 through 255 in Emacs 23.
20388
20389 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20390
20391         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20392         gnus-article-browse-html-temp.
20393         (gnus-article-browse-delete-temp): Make it customizable.
20394         Add `file'.  Adjust doc string.
20395         (gnus-article-browse-delete-temp-files): Add argument.
20396         Allow query for each file.  Adjust doc string.
20397         (gnus-article-browse-html-parts):
20398         Add `gnus-article-browse-delete-temp-files' to
20399         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20400
20401 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20402
20403         * gnus-art.el (gnus-article-browse-html-temp)
20404         (gnus-article-browse-delete-temp): New variables.
20405         (gnus-article-browse-delete-temp-files): New function.
20406         (gnus-article-browse-html-parts): Use it.
20407
20408 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20409
20410         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20411
20412         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20413         string.
20414
20415         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20416         gnus-summary-insert-new-articles when unplugged.
20417         Remove gnus-summary-search-article-forward.
20418
20419         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20420         display-visual-class instead of display-color-cells.
20421
20422 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20423
20424         * dgnushack.el: Autoload customize-group for XEmacs.
20425
20426         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20427         message/* containing non-ASCII text properly.
20428
20429 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20430
20431         * message.el: Require gmm-utils, remove autoloads.
20432         (message-tool-bar): Set default based on
20433         gmm-tool-bar-style.
20434         (message-tool-bar-gnome): Add gmm-customize-mode.
20435
20436         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20437         gmm-tool-bar-style.
20438         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20439
20440         * gnus-group.el (gnus-group-tool-bar): Set default based on
20441         gmm-tool-bar-style.
20442         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20443
20444         * gmm-utils.el (gmm-image-directory): Rename variable from
20445         gmm-image-load-path.
20446         (gmm-image-load-path): Use gmm-image-directory.
20447         (gmm-customize-mode): New function.
20448         (gmm-tool-bar-style): New variable.
20449
20450         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20451         gnus-group-redraw-line-number.
20452         (gnus-group-redraw-check): Simplify.
20453         (gnus-group-tool-bar-update): Remove redraw check.
20454         (gnus-group-make-tool-bar): Add redraw check.
20455
20456 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20457
20458         * gnus-art.el (gnus-button): Add missing parentheses.
20459
20460 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20461
20462         * lpath.el: Fbind line-number-at-pos.
20463
20464 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20465
20466         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20467
20468 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20469
20470         * gnus-art.el (gnus-button): New face.
20471         (gnus-article-button-face): Use it.
20472
20473         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20474         Add gnus-summary-next-page.  Re-order.
20475
20476         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20477         next-node are now included.
20478         (gnus-group-redraw-line-number): New internal variable.
20479         (gnus-group-redraw-check): Helper function for updating the tool
20480         bar.
20481         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20482
20483         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20484
20485         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20486         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20487         Use it to match format of Spamassassin 3.0 and later.
20488         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20489         (spam-check-bogofilter)
20490         (spam-bogofilter-register-with-bogofilter): Fix args of
20491         `gnus-error' calls.
20492
20493 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20494
20495         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20496         unnecessary interaction when sending queued mails.
20497         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20498
20499 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20500
20501         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20502         first or last are nil.
20503
20504 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20505
20506         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20507
20508 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20509
20510         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20511
20512 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20513
20514         * dns.el (query-dns): Protect more against buggy tcp output.
20515
20516 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20517
20518         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20519         nov.php.
20520
20521 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20522
20523         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20524         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20525         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20526         output on the server side.
20527         (nnweb-google-create-mapping): Update regexps and add some
20528         progress indication.
20529
20530 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20531
20532         * gnus-group.el (gnus-group-tool-bar-gnome):
20533         Fix gnus-agent-toggle-plugged.  Re-order icons.
20534         (gnus-group-tool-bar-gnome):
20535         Add gnus-group-{prev,next}-unread-group.
20536         (gnus-group-tool-bar-gnome): Re-order icons.
20537
20538         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20539         Move gnus-summary-insert-new-articles.
20540
20541         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20542         Fix comments.
20543
20544         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20545         also available in Emacs 21.3.
20546
20547         * message.el (message-fix-before-sending): Change "Emacs 22" to
20548         "Emacs 23 (unicode)" in comment.
20549
20550         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20551         "Emacs 23 (unicode)" in comment.
20552
20553         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20554         comment.
20555         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20556
20557         * mm-view.el (mm-fill-flowed): Add :version.
20558
20559 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20560
20561         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20562         and load-path.
20563
20564 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20565
20566         * message.el: Autoload gmm-image-load-path.
20567         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20568         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20569         consitency.
20570
20571         * gmm-utils.el (gmm-image-load-path): Also search in
20572         "../etc/images".  Don't set gmm-image-load-path if we don't find
20573         the image.
20574
20575 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20576
20577         * gmm-utils.el (gmm-image-load-path): Don't make
20578         `gmm-image-load-path' include subdirectories which the second arg
20579         `image' might specify.
20580
20581         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20582         subdirectory to icon file names.
20583
20584         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20585
20586 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20587
20588         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20589         gmm-image-load-path calls.
20590
20591         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20592
20593         * message.el (message-make-tool-bar): Ditto.
20594
20595         * mml.el (mml-preview): Add comment concerning tool bar icons.
20596
20597         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20598         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20599
20600         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20601         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20602
20603         * message.el (message-tool-bar-gnome): Use new icon names.
20604         (message-make-tool-bar): Use `gmm-image-load-path'.
20605
20606         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20607         New functions from MH-E.
20608         (gmm-image-load-path): New variable from MH-E.
20609         (gmm-image-load-path): New function from MH-E.  Add arguments
20610         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20611         *-image-load-path-called-flag.
20612
20613 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20614
20615         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20616
20617 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20618
20619         * nnimap.el (nnimap-request-move-article): Change folder back to
20620         source group before deleting.
20621
20622 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20623
20624         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20625
20626         * gnus-art.el (mm-url-insert-file-contents-external):
20627         Autoload mm-url.
20628
20629         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20630
20631 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20632
20633         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20634         coding system which mm-charset-to-coding-system returns for a
20635         given charset is valid.
20636
20637 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20638
20639         * html2text.el (html2text-remove-tag-list):
20640         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20641
20642 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20643
20644         * gnus-cus.el: Revert 2005-10-17 change.
20645
20646 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20647
20648         * gnus-art.el (article-strip-banner):
20649         Call article-really-strip-banner only when the regexp match is made.
20650
20651 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20652
20653         * gnus-art.el (article-strip-banner):
20654         Use gnus-extract-address-components instead of
20655         mail-header-parse-addresses to make it work with non-ASCII text;
20656         remove mail-encode-encoded-word-string.
20657
20658         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20659         values which are surrounded with \"...\"; make it never cause a
20660         Lisp error; give up parsing of parameters if it failed in
20661         extracting type.
20662
20663 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20664
20665         * smime.el (smime-cert-by-ldap-1): Fix bug where
20666         `smime-ldap-search' returns results without userCertificates.
20667
20668 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20669
20670         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20671
20672 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20673
20674         * spam.el (spam-check-spamassassin-headers): Adapt format for
20675         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20676         <ari@mbf.ocn.ne.jp>.
20677         (spam-list-of-processors): Add spam-use-gmane.
20678
20679 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20680
20681         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20682         make-temp-file; make it work with XEmacs as well.
20683
20684         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20685         mm-make-temp-file.
20686
20687         * mm-decode.el (mm-display-external): Use the 3rd arg of
20688         mm-make-temp-file.
20689         (mm-create-image-xemacs): Ditto.
20690
20691 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20692
20693         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20694         with message-narrow-to-headers.
20695         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20696         (gnus-draft-check-draft-articles): New function.
20697         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20698
20699 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20700
20701         * gnus-art.el (gnus-article-browse-html-parts):
20702         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20703         Don't use suffix argument for mm-make-temp-file for Emacs 21
20704         compatibility.  Remove useless `format'.
20705
20706 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20707
20708         * nnweb.el (nnweb-google-wash-article): Update regexps.
20709         (nnweb-group-alist): Use defvoo instead of defvar.
20710
20711 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20712
20713         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20714         re-loading nn* modules.
20715
20716 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20717
20718         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20719         for `tool-bar-mode' and don't check it's default-value.
20720
20721         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20722
20723         * message.el (message-make-tool-bar): Ditto.
20724
20725         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20726         `substring'.  Shorten tmp-file name.
20727
20728         * gnus.el: Remove bogus comment.
20729
20730 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20731
20732         * gnus-art.el (gnus-article-browse-html-parts): New function.
20733         (gnus-article-browse-html-article): New function for viewing html
20734         articles with a browser.
20735
20736 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20737
20738         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20739         in elisp.
20740         (pgg-gpg-encrypt-symmetric-region): Ditto.
20741         (pgg-gpg-sign-region): Ditto.
20742
20743         * pgg-def.el (pgg-text-mode): New variable.
20744
20745         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20746         (mml2015-pgg-encrypt): Ditto.
20747
20748         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20749         (mml1991-pgg-encrypt): Ditto.
20750
20751 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20752
20753         * nnfolder.el (nnfolder-insert-newsgroup-line):
20754         Use message-make-date instead of current-time-string.
20755
20756         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20757         to gnus-decoded which mm-uu might set.
20758
20759 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20760
20761         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20762         don't decode quoted parameters; remove misimported Emacs code.
20763         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20764         (rfc2231-decode-encoded-string): Don't use split-string which
20765         behaves differently according to Emacs version; use
20766         mm-decode-coding-region to convert charset to coding-system.
20767         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20768         (rfc2231-encode-string): Remove misimported Emacs code.
20769
20770 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20771
20772         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20773         when calling mail-header-parse-content-type.
20774         (article-de-quoted-unreadable): Ditto.
20775         (article-de-base64-unreadable): Ditto.
20776         (article-wash-html): Ditto.
20777
20778         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20779         calling mail-header-parse-content-type and
20780         mail-header-parse-content-disposition.
20781         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20782         mail-header-parse-content-type.
20783
20784         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20785         insert charset and format parameters; encode description after
20786         inserting it to buffer.
20787         (mml-insert-parameter): Fold lines properly even if a parameter is
20788         segmented into two or more lines; change the max column to 76.
20789
20790         * rfc1843.el (rfc1843-decode-article-body): Don't use
20791         ignore-errors when calling mail-header-parse-content-type.
20792
20793         * rfc2231.el (rfc2231-parse-string): Return at least type if
20794         possible; don't cause an error even if it fails in parsing of
20795         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20796         (rfc2231-encode-string): Don't break lines at the beginning, leave
20797         it to mml-insert-parameter.
20798
20799         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20800         calling mail-header-parse-content-type.
20801
20802 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20803
20804         * spam-report.el (spam-report-gmane-use-article-number):
20805         Improve doc string.
20806         (spam-report-gmane-internal): Check if a suitable header was found
20807         in the article.
20808
20809 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20812         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20813
20814 2006-02-05  Romain Francoise  <romain@orebokech.com>
20815
20816         Update copyright notices of all files in the gnus directory.
20817
20818 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20819
20820         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20821
20822 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20823
20824         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20825         segmented lines of parameter value to cope with Thunderbird 1.5
20826         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20827         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20828         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20829
20830 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20831
20832         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20833         parts.
20834
20835 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20836
20837         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20838         there's only one active file for all servers.
20839         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20840         solid groups.  Gnus might have used a FAST request to select the group.
20841         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20842         and nnweb-search redundantly in the active file.
20843         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20844         (nnweb-request-create-group): Don't use ARGS.
20845         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20846         initializations.  Let nnoo do the work.
20847
20848 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20849
20850         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20851         Say the part has been decoded.
20852
20853         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20854
20855 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20856
20857         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20858         mailcap-viewer-test-cache when there's no 'test clause, since that
20859         will invert the meaning of a "nil" test previously determined by
20860         mailcap-mailcap-entry-passes-test.
20861
20862 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20863
20864         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20865         compiling.
20866
20867         * gnus-sum.el: Ditto.
20868
20869         * message.el: Don't bind tool-bar-map when compiling.
20870
20871 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20872
20873         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20874
20875 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20876
20877         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20878         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20879         current Google Groups.
20880
20881 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20882
20883         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20884         and tool-bar-mode.
20885
20886         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20887         and tool-bar-mode.
20888
20889         * message.el (message-tool-bar-update): Simplify.
20890         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20891
20892         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20893         gnus-summary-buffer.
20894         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20895         gnus-summary-reply.
20896
20897         * gmm-utils.el (gmm): Add :version.
20898
20899 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20900
20901         * Makefile.in (clean): New rule.
20902         (distclean): Use it.
20903
20904 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20905
20906         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20907         Don't autoload.
20908
20909 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20910
20911         * gmm-utils.el (gmm-verbose): Add :group.
20912
20913 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20914
20915         * message.el: Change some comments WRT tool-bars.
20916
20917         * gnus-sum.el (gnus-summary-tool-bar)
20918         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20919         (gnus-summary-tool-bar-zap-list): New variables.
20920         (gnus-summary-make-tool-bar): Complete rewrite using
20921         `gmm-tool-bar-from-list'.
20922
20923         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
20924         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
20925         New variables.
20926         (gnus-group-make-tool-bar): Complete rewrite using
20927         `gmm-tool-bar-from-list'.
20928         (gnus-group-tool-bar-update): New function.
20929
20930         * message.el (message-mode-field-menu): Add "Show hidden Headers".
20931
20932 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20933
20934         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
20935         is dissected into a single part of which the type is the same as
20936         the given one; decode charset.
20937
20938 2006-01-21  Kevin Ryde  <user42@zip.com.au>
20939
20940         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
20941         into alists as symbol not string, since that's what
20942         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
20943         look for.
20944
20945 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
20946
20947         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
20948         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
20949
20950         * message.el (message-tool-bar-gnome): Use gmm-ignore.
20951
20952 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20953
20954         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
20955         (gnus-xmas-mime-security-button-menu): New function.
20956
20957         * gnus-art.el (gnus-mime-security-button-commands): New variable.
20958         (gnus-mime-security-button-menu): New definition.
20959         (gnus-mime-security-button-map): Use them.
20960         (gnus-mime-security-button-menu): New function.
20961         (gnus-insert-mime-security-button): Addition to help echo.
20962         (gnus-mime-security-run-function, gnus-mime-security-save-part)
20963         (gnus-mime-security-pipe-part): New functions.
20964
20965         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
20966         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
20967
20968         * mm-decode.el (mm-handle-set-disposition): Remove.
20969         (mm-handle-set-description): Remove.
20970
20971 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20972
20973         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
20974         (mm-w3m-standalone-supports-m17n-p): New function.
20975         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
20976         w3m usage.
20977
20978         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
20979         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
20980
20981 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
20982
20983         * message.el (message-tool-bar-zap-list):
20984         Use gmm-tool-bar-zap-list as custom type.
20985         (message-tool-bar-update): New function.
20986         (message-tool-bar, message-tool-bar-gnome)
20987         (message-tool-bar-retro): Add message-tool-bar-update.
20988         (message-tool-bar-gnome): Add flyspell-buffer.
20989
20990         * gnus-util.el (gnus-error): Describe `args'.
20991
20992         * gmm-utils.el (gmm-error): Describe `args'.
20993         (gmm-tool-bar-zap-list): New widget.
20994         (gmm-tool-bar-from-list): Improve description of `zap-list'.
20995
20996 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20997
20998         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
20999         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21000         the number of recursive calls.
21001
21002         * mm-decode.el (mm-handle-set-disposition): New macro.
21003         (mm-handle-set-description): New macro.
21004
21005 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21008         encoding.
21009
21010 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21011
21012         * message.el (message-tool-bar-zap-list, message-tool-bar)
21013         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21014         (message-tool-bar-local-item-from-menu): Remove.
21015         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21016         (message-make-tool-bar): New function.
21017         (message-mode): Use `message-make-tool-bar'.
21018
21019         * gmm-utils.el: New file.
21020         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21021         (gmm-lazy): New widget copied from `nnmail.el'.
21022         (gmm-tool-bar-from-list): New function for creating customizable
21023         tool bars.
21024         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21025         output.
21026         (gmm): Add :prefix to defgroup.
21027
21028 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21029
21030         * gmm-utils.el (gmm-widget-p): New function.
21031
21032 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21033
21034         * mml.el (mml-attach-file): Describe `description' in doc string.
21035         (mml-menu): Add Emacs MIME manual and PGG manual.
21036
21037 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21038
21039         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21040
21041 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21042
21043         * nntp.el (nntp-end-of-line): Doc fix.
21044
21045 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21046
21047         * imap.el (imap-open): Handle case where buffer is a buffer
21048         object.
21049
21050 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21051
21052         * gnus-delay.el (gnus-delay): Don't autoload.
21053         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21054         to be re-loaded when customizing the `gnus-delay' group.
21055
21056 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21057
21058         * message.el (message-insert-citation-line): Use newlines.
21059
21060 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21061
21062         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21063         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21064         these routines, so the passphrase can be managed externally and
21065         passed in to the system.
21066         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21067         pgg-add-passphrase-to-cache function.
21068
21069         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21070         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21071         these routines, so the passphrase can be managed externally and
21072         passed in to the system.
21073         (pgg-pgp5-sign-region): Use new name of
21074         pgg-add-passphrase-to-cache function.
21075
21076 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21077
21078         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21079         part of the decoded armor to find the key-identifier.
21080         (pgg-gpg-lookup-key-owner): New function to return the
21081         human-readable identifier of a key owner.
21082         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21083         itself.
21084         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21085         the key value) if we have a key and can match it against a secret
21086         key.  Also, added a note pointing out fact that the prompt only
21087         indicates the first matching key.
21088
21089         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21090         pgg-decrypt-region.
21091         (pgg-add-passphrase-to-cache): Rename from
21092         `pgg-add-passphrase-cache' to reduce confusion (all callers
21093         changed).
21094         (pgg-remove-passphrase-from-cache): Rename from
21095         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21096         changed).
21097         (pgg-read-passphrase, pgg-add-passphrase-cache)
21098         (pgg-remove-passphrase-cache): Add informative docstrings.
21099         (pgg-decrypt): Convey provided passphrase in subordinate call to
21100         pgg-decrypt-region.
21101
21102 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21103
21104         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21105         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21106         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21107         'passphrase' argument, so the passphrase can be managed externally
21108         and then passed in to the system.
21109
21110         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21111         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21112         so the passphrase cache can be used reliably with identifiers
21113         besides a pgp packet's key id.
21114
21115         * pgg-gpg.el (pgg-gpg-encrypt-region)
21116         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21117         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21118         these routines, so the passphrase can be managed externally and
21119         passed in to the system.
21120
21121         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21122         'notruncate' argument, so the passphrase cache can be used
21123         reliably with identifiers besides a pgp packet's key id.
21124
21125 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21126
21127         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21128         symmetric encryption.
21129         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21130         encrypted session key.
21131         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21132         message ask for the passphrase in a proper way.
21133
21134         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21135         New user commands for symmetric encryption.
21136
21137 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21138
21139         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21140
21141         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21142
21143 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21144
21145         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21146
21147 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21148
21149         * mm-decode.el (mm-inlined-types): Add application/pgp.
21150         (mm-automatic-display): Ditto.
21151
21152         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21153         part as text.
21154
21155 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21156
21157         * nnrss.el: Update copyright.
21158         (nnrss-opml-import): Query whether to subscribe to each entry.
21159
21160         * gnus-art.el:
21161         * gnus-sum.el:
21162         * gnus-xmas.el:
21163         * messagexmas.el:
21164         * mm-uu.el:
21165         * mm-view.el: Update copyright.
21166
21167 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21168
21169         * message.el (message-info): New function.
21170         (message-mode-menu): Add it.
21171         Update copyright.
21172
21173         * ChangeLog: Fix and update copyright.
21174
21175 2006-01-13  Romain Francoise  <romain@orebokech.com>
21176
21177         * message.el (message-forward-subject-name-subject): Prefer the
21178         address to 'nowhere' if the sender has no name.
21179         Fix typo.  Update copyright year.
21180
21181 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21182
21183         * gnus-art.el (article-wash-html):
21184         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21185         (gnus-article-wash-html-with-w3m-standalone): New function.
21186
21187         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21188         mm-inline-text-html-render-with-w3m-standalone.
21189         (mm-text-html-washer-alist): Map w3m-standalone to
21190         gnus-article-wash-html-with-w3m-standalone.
21191         (mm-inline-text-html-render-with-w3m-standalone): New function.
21192
21193 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21194
21195         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21196         Improve LaTeX.
21197
21198 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21199
21200         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21201         (nnrss-request-article): Render text/plain parts as HTML.
21202
21203         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21204         the buffer.
21205
21206 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21207
21208         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21209         custom definition of `gnus-posting-styles'.
21210
21211         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21212         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21213
21214 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21215
21216         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21217         Use nntp for bug archive.
21218
21219 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21220
21221         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21222         parts.
21223         (nnrss-normalize-date): New function converts ISO 8601 date into
21224         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21225         (nnrss-check-group): Use it.
21226
21227 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21228
21229         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21230
21231         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21232         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21233         (nnrss-insert-w3): Ditto.
21234
21235 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21236
21237         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21238         the articles to be forwarded including the case where neither a
21239         number of articles nor a region is specified.
21240
21241 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21242
21243         * nnrss.el (nnrss-request-article): Fix last change; fill
21244         text/plain parts.
21245
21246 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21247
21248         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21249         in text/plain part.
21250         (nnrss-check-group): Don't add excessive newline to dc:subject.
21251
21252 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21253
21254         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21255         article.
21256
21257 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21258
21259         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21260         (nnml-use-compressed-files, nnml-save-mail): Support other
21261         comression programs such as bzip2.
21262
21263 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21264
21265         * dns.el (query-dns): Make sure we check the buffer size before
21266         removing tcp headers.
21267
21268 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21269
21270         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21271         remove MIME buttons associated with multipart/alternative parts.
21272         (gnus-mime-display-alternative): Tag buttons using `article-type'
21273         text property.
21274
21275         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21276         associated with multipart/alternative parts.
21277
21278         * gnus-art.el (gnus-signature-separator): Fix custom type.
21279
21280         * mm-decode.el (mm-inlined-types): Fix custom type.
21281         (mm-keep-viewer-alive-types): Ditto.
21282         (mm-automatic-display): Ditto.
21283         (mm-attachment-override-types): Ditto.
21284         (mm-inline-override-types): Ditto.
21285         (mm-automatic-external-display): Ditto.
21286
21287 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21288
21289         * spam-report.el (spam-report-user-mail-address)
21290         (spam-report-user-agent): New variables.
21291         (spam-report-url-ping-plain): Use spam-report-user-agent.
21292
21293 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21294
21295         * gnus-art.el (gnus-button-handle-custom): Do not just use
21296         `customize-apropos' for any "M-x customize-*" button but the
21297         function called for.  Accept both the function name and its
21298         argument in order to achieve this.
21299         (gnus-button-alist): Remove support for "custom:" URL's.
21300         Pass function name to `gnus-button-handle-custom' in case of "M-x
21301         customize-*" buttons.
21302
21303 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21304
21305         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21306         multipart/alternative and add xref to mm-discouraged-alternatives
21307         in doc string.
21308
21309         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21310         gnus-buttonized-mime-types in doc string.
21311
21312 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21313
21314         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21315         Suggest image/.* in the doc string.
21316
21317 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21318
21319         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21320         message-marks (Debian bug#342521).
21321
21322 2005-12-12  Simon Josefsson  <jas@extundo.com>
21323
21324         * password.el (password-read-from-cache): Add.
21325         (password-read): Use it.
21326
21327 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21328
21329         * rfc2047.el (rfc2047-charset-to-coding-system):
21330         Recognize us-ascii as a MIME charset.
21331
21332         * mm-bodies.el (mm-decode-content-transfer-encoding):
21333         Protect against the case where the 2nd arg TYPE is nil.
21334
21335 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21336
21337         * pop3.el (pop3-stream-type): Fix custom version.
21338
21339         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21340
21341 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21342
21343         * mm-decode.el (mm-display-external): Add missing cdr.
21344
21345 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21346
21347         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21348         RFC1524) if it is in mailcap or add a suffix according to
21349         mailcap-mime-extensions when generating a temp filename; postpone
21350         deleting a temp file for 2 seconds for some wrappers, shell
21351         scripts, and so on, which might exit right after having started a
21352         viewer command as a background job.
21353
21354 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21355
21356         * nntp.el (nntp-marks-directory): Fix custom group.
21357
21358         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21359         steps when < 10.
21360
21361         * gnus-start.el (gnus-no-server-1):
21362         Mention `gnus-level-default-subscribed' in doc string.
21363
21364 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21365
21366         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21367         parens.
21368
21369 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21370
21371         * gnus-xmas.el (gnus-use-toolbar): Revert.
21372         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21373         gnus-use-toolbar is default.
21374
21375         * messagexmas.el (message-use-toolbar): Revert.
21376         (message-setup-toolbar): Use global default-toolbar if
21377         message-use-toolbar is default.
21378
21379 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21380
21381         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21382         according to default-toolbar-visible-p.
21383
21384         * messagexmas.el (message-use-toolbar): Ditto.
21385
21386 2005-11-26  Dave Love  <fx@gnu.org>
21387
21388         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21389         (tls-program, tls-success): Provide openssl alternative.
21390
21391         * starttls.el: Doc fixes.
21392         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21393         SERVICE to PORT.
21394
21395         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21396         port null or service name.
21397         (starttls-negotiate): Autoload.
21398
21399 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21400
21401         * message.el (message-kill-to-signature): Fix interactive spec.
21402
21403 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21404
21405         * pop3.el (pop3-open-server): Recognize a string as a service name.
21406
21407 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21408
21409         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21410
21411 2005-11-23  Dave Love  <fx@gnu.org>
21412
21413         Add pop3s, pop3/starttls.
21414
21415         * pop3.el (pop3-authentication-scheme): Clarify doc.
21416         (open-tls-stream, starttls-open-stream): Autoload.
21417         (pop3-stream-type): New.
21418         (pop3-open-server): Use it.
21419
21420         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21421         for POP.
21422         (mail-source-keyword-map): Add :stream for POP.
21423         (mail-source-fetch-pop): Use pop3-stream-type.
21424
21425 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21426
21427         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21428         of current-time-string.
21429
21430 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21431
21432         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21433         date header.
21434
21435 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21436
21437         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21438         it can seriously impact performance as it bypasses the agent's
21439         local caches.
21440
21441 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21442
21443         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21444         must be explicitly online rather than "not explicitly offline" for
21445         its flags to be synchronized.
21446
21447         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21448         that gnus-uu-unmark-thread will function correctly.
21449
21450         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21451         1024K is instead displayed as 1M.
21452
21453 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21454
21455         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21456
21457 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21458
21459         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21460
21461 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21462
21463         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21464         error message to display actual error condition.
21465         (gnus-agent-save-local): Avoid saving symbols that are bound to
21466         nil as they simply result in a warning message in
21467         gnus-agent-read-local.
21468
21469 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21470
21471         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21472         rather than make-variable-buffer-local for file-precious-flag.
21473
21474 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21475
21476         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21477         for duplicates which are removed.  The invalid sort check then
21478         triggers a rescan after the sort as sorting may have moved
21479         duplicate entries such that they can be cheaply detected.
21480
21481 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21482
21483         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21484
21485 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21486
21487         * gnus-agent.el (gnus-agent-article-alist-save-format):
21488         Change internal variable to a custom variable.  Change default value
21489         from compressed(2) to uncompressed(1).
21490         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21491         support for uncompressed agentview files.  Taken together, reading
21492         the agentview file should now be 6-7 times faster.
21493
21494 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21495
21496         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21497         as a buffer-local variable.  This avoids creating truncated
21498         dribble files as a result of a hang up, eg.
21499
21500 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21501
21502         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21503         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21504         XEmacs.
21505
21506 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21507
21508         * gnus-start.el (gnus-start-draft-setup):
21509         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21510
21511         * gnus.el (gnus-splash): Change custom group.
21512         (gnus-group-get-parameter, gnus-group-parameter-value):
21513         Describe allow-list argument.
21514
21515         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21516         string.
21517
21518 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21519
21520         * gnus-art.el (gnus-default-article-saver): Add user-defined
21521         `function' to custom type.
21522
21523 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21524
21525         * imap.el (imap-open): Handle case where buffer is a buffer
21526         object.
21527
21528 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21529
21530         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21531         long lines.
21532         (gnus-cache-delete-group): Wrap doc strings.
21533
21534         * gnus-agent.el (gnus-agent-rename-group)
21535         (gnus-agent-delete-group): Wrap doc strings.
21536
21537 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21538
21539         * messagexmas.el (message-use-toolbar): Change the valid values
21540         into default, top, bottom, left, and right.
21541         (message-toolbar-thickness): New variable.
21542         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21543         well.
21544         (message-setup-toolbar): Make it work.
21545
21546         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21547         (gnus-use-toolbar): Change the valid values into default, top,
21548         bottom, left, and right.
21549         (gnus-toolbar-thickness): New variable.
21550         (gnus-xmas-setup-toolbar): New function.
21551         (gnus-xmas-setup-group-toolbar): Use it.
21552         (gnus-xmas-setup-summary-toolbar): Use it.
21553
21554 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21555
21556         * gnus-start.el (gnus-1): Add "native" to
21557         gnus-predefined-server-alist.
21558
21559         * gnus.el (gnus-method-to-server): Don't add "native" to the
21560         lists here, because that leads to problems when
21561         gnus-select-method is bound.
21562
21563 2005-11-09  Simon Josefsson  <jas@extundo.com>
21564
21565         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21566         use (not sort-by-date) instead.
21567
21568 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21569
21570         * gnus-delay.el (gnus-delay-group): Don't autoload.
21571         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21572         to be re-loaded when customizing the `gnus-delay' group.
21573
21574 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21575
21576         * message.el: Revert last changes.
21577         (message-insert-citation-line): Use newlines.
21578
21579 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21580
21581         * message.el (message-courtesy-message)
21582         (message-mark-insert-begin, message-mark-insert-end)
21583         (message-elide-ellipsis, message-cancel-message)
21584         (message-add-header, message-change-subject)
21585         (message-cross-post-followup-to-header)
21586         (message-cross-post-insert-note, message-reduce-to-to-cc)
21587         (message-widen-reply, message-delete-not-region)
21588         (message-kill-to-signature, message-insert-signature)
21589         (message-insert-importance-high, message-insert-importance-low)
21590         (message-insert-or-toggle-importance)
21591         (message-insert-disposition-notification-to)
21592         (message-indent-citation, message-yank-original)
21593         (message-cite-original-without-signature, message-cite-original)
21594         (message-insert-citation-line, message-position-on-field)
21595         (message-fix-before-sending, message-send-mail-partially)
21596         (message-send-mail, message-send-mail-with-sendmail)
21597         (message-send-mail-with-qmail, message-send-news)
21598         (message-check-news-header-syntax, message-generate-headers)
21599         (message-insert-courtesy-copy, message-fill-address)
21600         (message-fill-header, message-shorten-references)
21601         (message-setup-1, message-cancel-news)
21602         (message-forward-make-body-plain, message-forward-make-body-mime)
21603         (message-forward-make-body-mml, message-encode-message-body)
21604         (message-forward-make-body-digest-plain)
21605         (message-forward-make-body-digest-mime)
21606         (message-use-alternative-email-as-from): Insert `hard-newline'
21607         instead of ordinary newlines.
21608
21609 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21610
21611         * message.el (message-generate-headers): Downcase the argument
21612         given to message-check-element.
21613
21614 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21615
21616         * nntp.el (nntp-authinfo-rejected): New error condition.
21617         (nntp-wait-for): Use new error condition to signal authentication
21618         error.
21619         (nntp-retrieve-data): Rethrow new error condition to break out of
21620         recursive call to nntp-send-authinfo.
21621
21622 2005-11-08  Romain Francoise  <romain@orebokech.com>
21623
21624         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21625         (gnus-summary-exit-map): Bind to `Z p'.
21626         (gnus-summary-make-menu-bar): Add menu item.
21627
21628 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21629
21630         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21631         (gnus-treat-*): Add `first' in all doc strings.
21632
21633         * gnus-group.el (gnus-group-compact-group): Fix typo.
21634
21635 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21636
21637         * gnus.el (gnus-parameters-case-fold-search): New variable.
21638         (gnus-parameters-get-parameter): Use it.
21639
21640         * gnus-score.el (gnus-home-score-file): Doc fix.
21641
21642 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21643
21644         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21645
21646 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21647
21648         * mm-util.el (mm-special-display-p): New function.
21649
21650         * mml.el (mml-preview): Use it; doc fix.
21651
21652 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21653
21654         * imap.el (imap-open): Handle case where buffer is a buffer object.
21655
21656 2005-10-29  Romain Francoise  <romain@orebokech.com>
21657
21658         * message.el (message-fix-before-sending): Fix comment.
21659
21660 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21661
21662         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21663
21664 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21665
21666         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21667         Used in gnus-score.el.
21668
21669 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21670
21671         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21672
21673 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21674
21675         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21676         whitespace removed in revision 7.8.  Use concatenated string to
21677         protect trailing whitespace.
21678
21679 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21680
21681         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21682         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21683         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21684         Courier IMAP ("some version from 2004").  Mostly based on similar
21685         code in the same function.
21686
21687 2005-10-26  Didier Verna  <didier@xemacs.org>
21688
21689         * gnus-group.el (gnus-group-compact-group): Invalidate original
21690         article buffer.
21691         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21692         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21693         NOV database and in article itself.
21694         Invalidate article backlog.
21695
21696 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21697
21698         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21699
21700 2005-10-26  Simon Josefsson  <jas@extundo.com>
21701
21702         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21703         part of 2004-07-25 change.
21704
21705 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21706
21707         * message.el (message-display-completion-list): New function.
21708         (message-expand-group): Use it; make sure the Completions buffer
21709         is modifiable.
21710 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21711
21712         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21713         user-mail-name is an empty string.
21714
21715 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21716
21717         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21718         depending on gnus-score-decay-constant.
21719
21720         * encrypt.el (encrypt-insert-file-contents)
21721         (encrypt-write-file-contents): Don't use `gnus-message'.
21722
21723         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21724         arguments.
21725         (mm-uu-type-alist): Add message-marks and insert-marks.
21726         Pass arguments to mm-uu-verbatim-marks-extract.
21727         (mm-uu-hide-markers): New variable.
21728         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21729
21730         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21731         (gnus-convert-image-to-face-command): Use "convert" by default to
21732         allow other input image formats.
21733         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21734         accordingly.
21735
21736 2005-10-23  Simon Josefsson  <jas@extundo.com>
21737
21738         * imap.el (imap-gssapi-program): Align command line parameters
21739         with latest GNU SASL.
21740         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21741
21742 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21743
21744         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21745         HTML.
21746         (nnslashdot-request-article): Ditto.
21747
21748         * lpath.el (featurep): Add nobreak-char-display.
21749
21750 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21751
21752         * mail-source.el (mail-source-fetch-pop): Require pop3.
21753         (mail-source-check-pop): Ditto.
21754
21755 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21756
21757         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21758         errors.
21759
21760 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21761
21762         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21763         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21764
21765         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21766
21767         * mm-bodies.el (mm-decode-string):
21768         Call `mm-charset-to-coding-system' with allow-override argument.
21769
21770 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21771
21772         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21773         (rfc2047-charset-to-coding-system): New function.
21774         (rfc2047-decode-encoded-words): New function.
21775         (rfc2047-decode-region): Use them.
21776         (rfc2047-decode-cte): Remove.
21777         (rfc2047-parse-and-decode): Remove.
21778         (rfc2047-decode): Remove.
21779
21780 2005-10-15  Kenichi Handa  <handa@m17n.org>
21781
21782         * rfc2047.el (rfc2047-decode-cte): New function.
21783         (rfc2047-decode-region): Change the way to decode successive
21784         encoded-words: decode B- or Q-encoding in each encoded-word,
21785         concatenate them, and decode it as charset.
21786
21787 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21788
21789         * lpath.el: Fbind codepage-setup for XEmacs.
21790
21791 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21792
21793         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21794         widget-move-and-invoke.
21795         (gnus-custom-mode): Use gnus-custom-map.
21796
21797 2005-10-15  Bill Wohler  <wohler@newt.com>
21798
21799         * message.el (message-tool-bar-map): Rename image file from
21800         mail_send to mail/send.
21801
21802 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21803
21804         * message.el (message-expand-group): Pass the common
21805         prefix substring of completion to `display-completion-list'.
21806
21807 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21808
21809         * mml-sec.el (mml-secure-method): New internal variable.
21810         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21811         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21812         New functions using mml-secure-method.
21813
21814         * mml.el (mml-mode-map): Add key bindings for those functions.
21815         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21816         Harder <harder@myrealbox.com>.
21817         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21818         Goto end of message if point is the headers of the message.
21819
21820         * message.el (message-in-body-p): New function.
21821
21822         * assistant.el: Autoload gnus-util and netrc.
21823
21824         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21825         Use `mm-charset-override-alist' only when decoding.
21826
21827         * mm-bodies.el (mm-decode-body):
21828         Call `mm-charset-to-coding-system' with allow-override argument.
21829
21830         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21831         `filename' from Content-Disposition if Content-Type doesn't
21832         provide `name'.
21833         (gnus-mime-view-part-as-type): Set default instead of
21834         initial-input.
21835
21836 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21837
21838         * format-spec.el (format-spec): Propagate text properties of % spec.
21839
21840 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21841
21842         * gnus-art.el (gnus-treat-predicate): Add `first'.
21843
21844 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21845
21846         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21847         (mm-charset-override-alist): New variable.
21848         (mm-charset-to-coding-system): Use it.
21849         (mm-codepage-setup): New helper function.
21850         (mm-charset-eval-alist): New variable.
21851         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21852         Warn about unknown charsets.
21853
21854         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21855
21856 2005-10-04  David Hansen  <david.hansen@gmx.net>
21857
21858         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21859         (nnrss-check-group): Ditto.
21860
21861 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21862
21863         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21864         Rename x-gnus-verbatim to x-verbatim.
21865         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21866
21867         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21868         x-verbatim.
21869
21870         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21871
21872         * gnus-util.el (gnus-remove-duplicates): Remove.
21873
21874         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21875         instead of gnus-remove-duplicates.
21876
21877         * message.el (message-remove-duplicates): Remove.
21878         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21879         message-remove-duplicates.
21880
21881         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21882         available, else use implementation from `delete-dups'.
21883
21884         * message.el (message-insert-expires): New function.
21885         (message-mode-map): Add key binding.
21886         (message-mode-field-menu): Add menu entry.
21887         (message-mode): Document it.
21888         (message-make-expires-date): Use `message-make-date'.
21889
21890 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21891
21892         * message.el (message-make-expires-date): New function.
21893
21894 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21895
21896         * Makefile.in (list-installed-shadows): New entry.
21897         (install): Use it.
21898         (remove-installed-shadows): New entry.
21899
21900         * dgnushack.el (dgnushack-default-load-path): New variable.
21901         (dgnushack-find-lisp-shadows): New function.
21902         (dgnushack-remove-lisp-shadows): New function.
21903
21904 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21905
21906         * Makefile.in (install-el-elc): New entry.
21907         (install): Use it so that .el files are necessarily installed.
21908
21909 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21910
21911         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21912
21913 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21914
21915         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21916         function rather than the diff-mode.el package.
21917         (mm-display-external): Use with-current-buffer.
21918         (mm-viewer-completion-map, mm-viewer-completion-map):
21919         Move initialization inside declaration.
21920
21921 2005-09-29  Simon Josefsson  <jas@extundo.com>
21922
21923         * spam.el: Load hashcash when compiling, to avoid warnings.
21924         Don't autoload mail-check-payment.
21925         (spam-check-hashcash): Define unconditionally, since hashcash.el
21926         is part of Gnus now.  Ignore errors from payment checking.
21927
21928 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
21929
21930         * message.el (message-bold-region, message-unbold-region):
21931         Rename from `bold-region' and `unbold-region'.
21932
21933         * message.el: Remove useless autoloads.
21934
21935 2005-09-28  Simon Josefsson  <jas@extundo.com>
21936
21937         * message.el (message-use-idna): Default to t.
21938         (message-use-idna): Test whether encoding works too.  Doc fix.
21939
21940 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21941
21942         * nntp.el (nntp-warn-about-losing-connection): Remove.
21943
21944 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
21945
21946         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
21947         customizable.  Change default value.
21948         (mm-uu-diff-groups-regexp): Change default value.
21949         (mm-uu-type-alist): Add doc string.
21950         (mm-uu-configure): Add doc string.  Make it interactive.
21951         (mm-uu-tex-groups-regexp): New variable.
21952         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
21953         (mm-uu-type-alist): Add LaTeX documents.
21954         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
21955         of "text/verbatim".
21956         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
21957
21958         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
21959         instead of "text/verbatim".
21960
21961         * message.el (message-mark-inserted-region)
21962         (message-mark-insert-file): Use slrn style marks when called with
21963         prefix argument.
21964
21965 2005-09-27  Simon Josefsson  <jas@extundo.com>
21966
21967         * message.el (message-idna-to-ascii-rhs-1): Reformat.
21968
21969 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
21970
21971         * message.el (message-remove-duplicates): New function.
21972         Implementation borrowed from `gnus-remove-duplicates'.
21973         (message-idna-to-ascii-rhs): Also encode idna addresses in
21974         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21975         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
21976         only ask about the same idna domain once per header and also tell
21977         in what header to replace the idna domain.
21978
21979         * gnus-art.el (article-decode-idna-rhs): Also decode idna
21980         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
21981         (article-decode-idna-rhs): Fix regexp so that all idna-address in
21982         a header is decoded and not just the last one.
21983
21984 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21985
21986         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
21987         has been decoded.
21988
21989         * mm-decode.el (mm-automatic-display): Add text/verbatim.
21990         (mm-insert-part): Don't modify text if it has been decoded.
21991
21992         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
21993         decoded.
21994
21995         * mm-view.el (mm-inline-text): Don't strip text props unless
21996         decoding enriched or richtext parts.
21997
21998 2005-09-25  Romain Francoise  <romain@orebokech.com>
21999
22000         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22001         * gnus-start.el (gnus-subscribe-interactively):
22002         * gnus-uu.el (gnus-uu-grab-articles):
22003         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22004         space.
22005
22006 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22007
22008         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22009         * mm-view.el (mm-view-pkcs7-decrypt):
22010         * gnus-sum.el (gnus-summary-limit-to-extra)
22011         (gnus-summary-respool-article, gnus-read-move-group-name):
22012         * gnus-score.el (gnus-summary-increase-score):
22013         * gnus-util.el (gnus-completing-read-with-default):
22014         * gnus-art.el (gnus-read-save-file-name)
22015         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22016         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22017         * message.el (message-check-news-header-syntax):
22018         Follow convention for reading with the minibuffer.
22019
22020 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22021
22022         * spam-report.el (spam-report-url-ping-plain):
22023         Use gnus-extended-version as User-Agent.
22024
22025         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22026         default value is nil.
22027
22028         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22029         (mm-uu-verbatim-marks-extract): New function.
22030         (mm-uu-extract): New face.
22031         (mm-uu-copy-to-buffer): Use it.
22032
22033         * spam-report.el (spam-report-gmane-ham): Rename from
22034         `spam-report-gmane-unspam'.
22035         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22036         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22037
22038         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22039         Autoload.
22040         (spam-report-gmane-unregister-routine):
22041         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22042
22043 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22044
22045         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22046         (spam-report-gmane-unregister-routine): Add support for gmane
22047         unregistration.
22048
22049         * spam-report.el (spam-report-gmane-unspam)
22050         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22051         (spam-report-gmane): Change to take a single article and do unspam
22052         registration.
22053
22054 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22055
22056         * mm-url.el (mm-url-decode-entities): Fix regexp.
22057
22058 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22059
22060         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22061         default to nil, to be able to use Gnus at all.  If the default
22062         switches to something else, then the function should be fixed not
22063         be exceedingly slow.
22064
22065 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22066
22067         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22068         fail hard.
22069
22070         * spam-report.el: Add better Keywords line.
22071
22072         * spam.el: Add Maintainer and better Keywords line.
22073
22074 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22075
22076         * gnus-art.el (gnus-article-replace-part)
22077         (gnus-mime-replace-part): New functions.
22078         (gnus-mime-action-alist, gnus-mime-button-commands)
22079         (gnus-mime-save-part-and-strip): Add file argument.
22080         (gnus-article-part-wrapper): Add interactive argument.
22081
22082         * gnus-sum.el (gnus-summary-mime-map):
22083         Add `gnus-article-replace-part'.
22084
22085 2005-09-19  Didier Verna  <didier@xemacs.org>
22086
22087         The nnml compaction feature:
22088         * nnml.el (nnml-request-compact-group): New function.
22089         * nnml.el (nnml-request-compact): New function.
22090         * gnus-int.el (gnus-request-compact-group): New function.
22091         * gnus-int.el (gnus-request-compact): New function.
22092         * gnus-group.el (gnus-group-compact-group): New function.
22093         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22094         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22095         * gnus-srvr.el (gnus-server-compact-server): New function.
22096         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22097         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22098
22099 2005-09-18  Deepak Goel  <deego@gnufans.org>
22100
22101         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22102         format spec.
22103
22104 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22105
22106         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22107
22108 2005-09-15  Romain Francoise  <romain@orebokech.com>
22109
22110         * message.el (message-fill-paragraph): Clarify docstring.
22111
22112 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22113
22114         * gnus-art.el (gnus-mime-display-part): Protect against broken
22115         MIME messages.
22116
22117 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22118
22119         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22120         before parsing header.
22121
22122 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22123
22124         * html2text.el (html2text-replace-list): Add new entities.
22125
22126 2005-09-11  Romain Francoise  <romain@orebokech.com>
22127
22128         * message.el (message-alternative-emails): Improve docstring.
22129         (message-setup-1): Call `message-use-alternative-email-as-from'
22130         after `message-setup-hook' to give it precedence over posting
22131         styles, etc.
22132         (message-use-alternative-email-as-from): Add docstring.
22133         Remove the original From header if present.
22134
22135         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22136         (nnml-save-mail): Use it.
22137
22138         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22139         articles.  Add new argument `silent'.
22140         (gnus-uu-mark-all): Report the total number of marked articles.
22141
22142 2005-09-10  Romain Francoise  <romain@orebokech.com>
22143
22144         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22145         (gnus-uu-mark-series): Likewise.
22146
22147 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22148
22149         * spam-report.el (spam-report-gmane): Fix generation of spam
22150         report URL.
22151
22152 2005-09-10  Simon Josefsson  <jas@extundo.com>
22153
22154         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22155         t, based on discussion on the ding list with Robert Epprecht
22156         <epprecht@solnet.ch>.
22157
22158 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22159
22160         * spam-report.el (spam-report-gmane): Make it work without
22161         X-Report-Spam header.  Gmane now only provides Archived-At.
22162         This is only used if `spam-report-gmane-use-article-number' is nil.
22163         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22164
22165         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22166         make `gnus-summary-sort-by-recipient' work with threading.
22167
22168         * nnweb.el (nnweb-google-wash-article): Print a message if article
22169         is not available.
22170
22171 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22172
22173         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22174         change.  Decode text/* parts content before displaying.
22175
22176 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22177
22178         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22179
22180 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22181
22182         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22183
22184         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22185         url-package-name, url-package-version,
22186         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22187         w3m-display-inline-images, and w3m-minor-mode-map.
22188
22189 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22190
22191         * message.el (message-tab-body-function): Fix mismatched custom type.
22192
22193         * gnus.el (gnus-group-change-level-function): Ditto.
22194
22195         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22196
22197         * gnus-art.el (gnus-signature-limit)
22198         (gnus-article-mime-part-function): Ditto.
22199
22200 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22201
22202         * mml.el (mml-mode): Silence the byte compiler.
22203
22204         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22205         using `(sit-for 0)' before moving the point to the specified part;
22206         skip unbuttonized parts.
22207         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22208         return to the summary window if gnus-auto-select-part is non-nil.
22209
22210 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22211
22212         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22213         New variables.
22214         (mml-dnd-attach-file, mml-mode): Use them.
22215
22216         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22217         Make fetching article by MID work again for Google Groups.
22218         Add FIXME concerning gnus-group-make-web-group.
22219
22220         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22221         Don't depend on Gnus by using mail-extract-address-components if
22222         gnus-extract-address-components is not bound.
22223
22224 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22225
22226         * gnus-art.el (gnus-mime-display-security): Don't display the
22227         signature, but only the signed part.
22228
22229 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22230
22231         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22232
22233         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22234         list, not listp.
22235
22236 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22237
22238         * mm-encode.el (mm-encode-content-transfer-encoding):
22239         Likewise when encoding.
22240
22241         * mm-bodies.el (mm-decode-content-transfer-encoding):
22242         De-canonicalize CRLF for all text content types, not just
22243         text/plain.
22244
22245 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22246
22247         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22248         valid article; point arrow and cursor at the MIME button.
22249
22250 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22251
22252         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22253         Suggested by Dan Christensen <jdc@uwo.ca>.
22254
22255         * mm-decode.el (mm-save-part): Enable change of prompt.
22256
22257 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22258
22259         * gnus-msg.el (gnus-inews-add-send-actions):
22260         Make `message-post-method' lambda parameter ARG `&optional'.
22261
22262 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22263
22264         * gnus-sum.el (gnus-summary-mime-map):
22265         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22266         gnus-article-jump-to-part.
22267
22268         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22269         (gnus-article-edit-part): Use it.
22270         (gnus-article-part-wrapper): Add no-handle argument.
22271         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22272         New functions.
22273
22274 2005-08-29  Romain Francoise  <romain@orebokech.com>
22275
22276         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22277         docstring.
22278         (gnus-face-from-file): Likewise.
22279
22280 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22281
22282         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22283         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22284         non-nil.
22285         (gnus-auto-select-part): New variable.
22286         (gnus-article-jump-to-part): New function.
22287         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22288         (gnus-mime-delete-part): Allow selecting specified part after
22289         deleting or stripping parts.
22290         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22291         part if argument is bogus.
22292
22293 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22294
22295         * gnus-art.el (w3m-minor-mode-map):
22296         * gnus-spec.el (gnus-newsrc-file-version):
22297         * gnus-util.el (nnmail-active-file-coding-system)
22298         (gnus-original-article-buffer, gnus-user-agent):
22299         * gnus.el (gnus-ham-process-destinations)
22300         (gnus-parameter-ham-marks-alist)
22301         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22302         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22303         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22304         * mm-decode.el (gnus-current-window-configuration):
22305         * mm-extern.el (gnus-article-mime-handles):
22306         * mm-url.el (url-current-object, url-package-name)
22307         (url-package-version):
22308         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22309         (smime-keys, w3m-cid-retrieve-function-alist)
22310         (w3m-current-buffer, w3m-display-inline-images)
22311         (w3m-minor-mode-map):
22312         * mml-smime.el (gnus-extract-address-components):
22313         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22314         (gnus-newsrc-hashtb, message-default-charset)
22315         (message-deletable-headers, message-options)
22316         (message-posting-charset, message-required-mail-headers)
22317         (message-required-news-headers):
22318         * mml1991.el (mc-pgp-always-sign):
22319         * mml2015.el (mc-pgp-always-sign):
22320         * nnheader.el (nnmail-extra-headers):
22321         * rfc1843.el (gnus-decode-encoded-word-function)
22322         (gnus-decode-header-function, gnus-newsgroup-name):
22323         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22324
22325 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22326
22327         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22328         the end of the date treatments.
22329
22330 2005-08-15  Simon Josefsson  <jas@extundo.com>
22331
22332         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22333         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22334         Capello and Romain Francoise.
22335         (pgg-fetch-key-function): Remove, not used?
22336         (pgg-insert-url-with-w3): Require url, to get
22337         url-insert-file-contents regardless of where it is defined.
22338
22339 2005-08-13  Romain Francoise  <romain@orebokech.com>
22340
22341         * message.el (message-cite-original-1): New function.
22342         (message-cite-original): Use it.
22343         (message-cite-original-without-signature): Ditto.
22344
22345 2005-08-08  Romain Francoise  <romain@orebokech.com>
22346
22347         * message.el (message-yank-empty-prefix): New variable.
22348         (message-indent-citation): Use it.
22349         (message-cite-original-without-signature): Respect X-No-Archive.
22350
22351 2005-08-08  Simon Josefsson  <jas@extundo.com>
22352
22353         * pgg.el: Autoload url-insert-file-contents instead of loading
22354         w3/url.
22355         (pgg-insert-url-with-w3): Don't load url here.
22356
22357 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22358
22359         * message.el (message-kill-to-signature): Don't insert newline at
22360         bol.
22361         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22362
22363 2005-08-06  Romain Francoise  <romain@orebokech.com>
22364
22365         * message.el (message-user-fqdn): Fix typo in docstring.
22366
22367 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22368
22369         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22370
22371         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22372
22373 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22374
22375         * mm-bodies.el (mm-encode-body): Use coding system rather than
22376         charset to encode text.
22377
22378         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22379         number of charsets if utf-8 is available (XEmacs).
22380
22381 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22382
22383         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22384         taken from `gnus-button-mid-or-mail-regexp'.
22385         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22386         (gnus-button-alist): Improve regexp for domain part of the MIDs
22387         for news:localpart@domain buttons.
22388         (gnus-button-ctan-directory-regexp): Update.
22389
22390 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22391
22392         * sieve-manage.el (sieve-manage-interactive-login):
22393         Use make-local-variable rather than make-variable-buffer-local.
22394         (sieve-manage-open): Ditto.
22395         (sieve-manage-authenticate): Ditto.
22396
22397         * mml.el (mml-generate-mime-1): Make the content type default to
22398         text/plain if the filename is not specified.
22399
22400 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22401
22402         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22403         instead of insert-buffer.
22404
22405         * message.el (message-yank-original): Ditto; set the mark at the
22406         end of the yanked message.
22407
22408 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22409
22410         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22411         lines to scroll rather than to stop it.
22412
22413         * mml.el (mml-generate-default-type): Add doc string.
22414         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22415         default to application/octet-stream when determining the content
22416         type if it is not specified for the part or the mml contents; add
22417         a comment about mml-generate-default-type.
22418
22419 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22420
22421         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22422         make it default to application/octet-stream when determining the
22423         content type if it is not specified for the external contents.
22424
22425 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22426
22427         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22428         segmented parameter but also other parameters might be there.
22429
22430 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22431
22432         * mm-decode.el (mm-display-external): Delete temp file, directory
22433         and buffer immediately if the external process is exited.
22434
22435 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22436
22437         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22438         fewer lines than that of scroll-margin.
22439         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22440
22441 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22442
22443         * gnus-art.el (gnus-article-next-page): Revert.
22444         (gnus-article-beginning-of-window): New macro.
22445         (gnus-article-next-page-1): Use it.
22446         (gnus-article-prev-page): Ditto.
22447         (gnus-article-edit-part): Use insert-buffer-substring instead of
22448         insert-buffer.
22449         (gnus-article-edit-exit): Ditto.
22450
22451         * gnus-util.el (gnus-beginning-of-window): Remove.
22452         (gnus-end-of-window): Remove.
22453
22454         * lpath.el: Don't bind header-line-format and scroll-margin.
22455
22456 2005-07-25  Simon Josefsson  <jas@extundo.com>
22457
22458         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22459         to have the url package without w3.  Reported by Daiki Ueno
22460         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22461
22462 2005-07-20  Didier Verna  <didier@xemacs.org>
22463
22464         * gnus-diary.el: Remove the description comment (nndiary is now
22465         properly documented in the Gnus manual).
22466         Fix the spelling of "Back End".
22467         * nndiary.el: Ditto.
22468         Fix the copyright notice.
22469
22470 2005-07-18  Romain Francoise  <romain@orebokech.com>
22471
22472         * gnus-sum.el (gnus-summary-to-prefix)
22473         (gnus-summary-newsgroup-prefix): New variables.
22474         (gnus-summary-from-or-to-or-newsgroups): Use them.
22475
22476 2005-07-17  Romain Francoise  <romain@orebokech.com>
22477
22478         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22479         space as it's generally not especially interesting to the user.
22480
22481 2005-07-16  Romain Francoise  <romain@orebokech.com>
22482
22483         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22484         nil to avoid prompting and file modification if one of the
22485         messages at the top of the nnfolder file contains a copyright
22486         notice.
22487         Update copyright notice.
22488
22489         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22490         instead of `current-time-string' as the latter creates a time
22491         string that is not RFC 2822 compliant (it lacks the zone).
22492         Update copyright notice.
22493
22494 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22495
22496         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22497         for text/rtf.  Display default in prompt.  Pass default for M-n.
22498
22499         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22500
22501 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22502
22503         * gnus-msg.el (gnus-button-mailto):
22504         Remove save-selected-window-window hackery because it relies on
22505         save-selected-window internals.
22506
22507 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22508
22509         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22510         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22511         (gnus-article-prev-page): Ditto.
22512
22513         * gnus-util.el (gnus-beginning-of-window): New function.
22514         (gnus-end-of-window): New function.
22515
22516         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22517
22518 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22519
22520         * gnus-score.el (gnus-score-edit-all-score):
22521         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22522         gnus-message.
22523
22524 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22525
22526         * gnus-msg.el (gnus-button-mailto):
22527         Remove save-selected-window-window hackery because it relies on
22528         save-selected-window internals.
22529
22530 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22531
22532         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22533         add-minor-mode.
22534         (gnus-binary-mode): Ditto.
22535
22536         * gnus-topic.el (gnus-topic-mode): Ditto.
22537
22538 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22539
22540         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22541         (gnus-article-prev-page): Take scroll-margin into consideration.
22542
22543 2005-07-04  Lute Kamstra  <lute@gnu.org>
22544
22545         Update FSF's address in GPL notices.
22546
22547 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22548
22549         * gnus.el (gnus-exit):
22550         * gnus-group.el (gnus-group-icons):
22551         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22552
22553         * gnus-nocem.el (gnus-nocem):
22554         * message.el (message-various, message-buffers, message-sending)
22555         (message-interface, message-forwarding, message-insertion)
22556         (message-headers, message-news, message-mail):
22557         * pgg-gpg.el (pgg-gpg):
22558         * pgg-parse.el (pgg-parse):
22559         * pgg-pgp.el (pgg-pgp):
22560         * pgg-pgp5.el (pgg-pgp5):
22561         * pop3.el (pop3): Finish `defgroup' description with period.
22562
22563 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22564
22565         * gnus-art.el (article-display-face): Improve the efficiency.
22566         (article-display-x-face): Ditto; remove gray x-face stuff.
22567
22568 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22569
22570         * gnus-art.el (article-display-face): Correct the position in
22571         which Faces are inserted.
22572
22573 2005-06-29  Didier Verna  <didier@xemacs.org>
22574
22575         * gnus-art.el (article-display-face): Display faces in correct
22576         order.
22577
22578 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22579
22580         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22581         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22582         (gnus-nocem-check-article): Fetch the Type header.
22583         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22584         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22585         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22586         make sure gnus-nocem-hashtb is initialized.
22587         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22588         (gnus-nocem-unwanted-article-p): Ditto.
22589
22590         * pgg.el (pgg-verify): Return the verification result.
22591
22592 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22593
22594         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22595         is ascii.
22596
22597 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22598
22599         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22600         `show-nonbreak-escape'.
22601
22602 2005-06-23  Lute Kamstra  <lute@gnu.org>
22603
22604         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22605
22606         * dig.el (dig-mode):
22607         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22608
22609 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22610
22611         * nnimap.el (nnimap-split-download-body): Fix spellings.
22612
22613 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22614
22615         * gnus-art.el (gnus-article-encrypt-body):
22616         * gnus-cus.el (gnus-score-customize):
22617         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22618         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22619
22620 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22621
22622         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22623         header by looking for magic "MII" at the beginning.
22624
22625 2005-06-16  Miles Bader  <miles@gnu.org>
22626
22627         * gnus-xmas.el (gnus-xmas-group-startup-message):
22628         Use renamed gnus-splash face.
22629
22630         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22631         (assistant-field-face): New backward-compatibility alias for renamed
22632         face.
22633         (assistant-render-text): Use renamed assistant-field face.
22634
22635         * spam.el (spam): Remove "-face" suffix from face name.
22636         (spam-face): New backward-compatibility alias for renamed face.
22637         (spam-face, spam-initialize): Use renamed spam face.
22638
22639         * message.el (message-header-to, message-header-cc)
22640         (message-header-subject, message-header-newsgroups)
22641         (message-header-other, message-header-name)
22642         (message-header-xheader, message-separator, message-cited-text)
22643         (message-mml): Remove "-face" suffix from face names.
22644         (message-header-to-face, message-header-cc-face)
22645         (message-header-subject-face, message-header-newsgroups-face)
22646         (message-header-other-face, message-header-name-face)
22647         (message-header-xheader-face, message-separator-face)
22648         (message-cited-text-face, message-mml-face):
22649         New backward-compatibility aliases for renamed faces.
22650         (message-font-lock-keywords): Use renamed message faces.
22651
22652         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22653         (sieve-test-commands, sieve-tagged-arguments):
22654         Remove "-face" suffix from face names.
22655         (sieve-control-commands-face, sieve-action-commands-face)
22656         (sieve-test-commands-face, sieve-tagged-arguments-face):
22657         New backward-compatibility aliases for renamed faces.
22658         (sieve-control-commands-face, sieve-action-commands-face)
22659         (sieve-test-commands-face, sieve-tagged-arguments-face):
22660         Use renamed sieve faces.
22661
22662         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22663         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22664         (gnus-group-news-3-empty, gnus-group-news-4)
22665         (gnus-group-news-4-empty, gnus-group-news-5)
22666         (gnus-group-news-5-empty, gnus-group-news-6)
22667         (gnus-group-news-6-empty, gnus-group-news-low)
22668         (gnus-group-news-low-empty, gnus-group-mail-1)
22669         (gnus-group-mail-1-empty, gnus-group-mail-2)
22670         (gnus-group-mail-2-empty, gnus-group-mail-3)
22671         (gnus-group-mail-3-empty, gnus-group-mail-low)
22672         (gnus-group-mail-low-empty, gnus-summary-selected)
22673         (gnus-summary-cancelled, gnus-summary-high-ticked)
22674         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22675         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22676         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22677         (gnus-summary-low-undownloaded)
22678         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22679         (gnus-summary-low-unread, gnus-summary-normal-unread)
22680         (gnus-summary-high-read, gnus-summary-low-read)
22681         (gnus-summary-normal-read, gnus-splash):
22682         Remove "-face" suffix from face names.
22683         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22684         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22685         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22686         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22687         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22688         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22689         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22690         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22691         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22692         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22693         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22694         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22695         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22696         (gnus-summary-normal-ticked-face)
22697         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22698         (gnus-summary-normal-ancient-face)
22699         (gnus-summary-high-undownloaded-face)
22700         (gnus-summary-low-undownloaded-face)
22701         (gnus-summary-normal-undownloaded-face)
22702         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22703         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22704         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22705         (gnus-splash-face):
22706         New backward-compatibility aliases for renamed faces.
22707         (gnus-group-startup-message): Use renamed gnus faces.
22708
22709         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22710         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22711         (gnus-server-agent): Remove "-face" suffix from face names.
22712         (gnus-server-agent-face, gnus-server-opened-face)
22713         (gnus-server-closed-face, gnus-server-denied-face)
22714         (gnus-server-offline-face):
22715         New backward-compatibility aliases for renamed faces.
22716         (gnus-server-agent-face, gnus-server-opened-face)
22717         (gnus-server-closed-face, gnus-server-denied-face)
22718         (gnus-server-offline-face): Use renamed gnus faces.
22719
22720         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22721         Remove "-face" suffix from face names.
22722         (gnus-picon-xbm-face, gnus-picon-face):
22723         New backward-compatibility aliases for renamed faces.
22724
22725         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22726         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22727         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22728         (gnus-cite-11): Remove "-face" suffix from face names.
22729         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22730         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22731         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22732         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22733         New backward-compatibility aliases for renamed faces.
22734         (gnus-cite-attribution-face, gnus-cite-face-list)
22735         (gnus-article-boring-faces): Use renamed gnus faces.
22736
22737         * gnus-art.el (gnus-signature, gnus-header-from)
22738         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22739         (gnus-header-content): Remove "-face" suffix from face names.
22740         (gnus-signature-face, gnus-header-from-face)
22741         (gnus-header-subject-face, gnus-header-newsgroups-face)
22742         (gnus-header-name-face, gnus-header-content-face):
22743         New backward-compatibility aliases for renamed faces.
22744         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22745
22746         * gnus-sum.el (gnus-summary-selected-face)
22747         (gnus-summary-highlight): Use renamed gnus faces.
22748         * gnus-group.el (gnus-group-highlight): Likewise.
22749
22750 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22751
22752         * gnus-sieve.el (gnus-sieve-article-add-rule):
22753         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22754         * spam-stat.el (spam-stat-buffer-change-to-spam)
22755         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22756
22757         * message.el (message-is-yours-p):
22758         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22759
22760 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22761
22762         * mm-view.el (mm-inline-text): Withdraw the last change.
22763
22764 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22765
22766         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22767         executing enriched-decode.
22768
22769 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22770
22771         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22772         charset of tar files.
22773
22774 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22775
22776         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22777
22778 2005-06-04  Lute Kamstra  <lute@gnu.org>
22779
22780         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22781         information is never recorded.
22782
22783 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22784
22785         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22786
22787 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22788
22789         * pop3.el (pop3-apop): Run md5 in the binary mode.
22790
22791         * starttls.el (starttls-set-process-query-on-exit-flag):
22792         Use eval-and-compile.
22793
22794 2005-05-31  Simon Josefsson  <jas@extundo.com>
22795
22796         * smime.el (smime-replace-in-string): Define.
22797         (smime-cert-by-ldap-1): Use it.
22798
22799 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22800
22801         * gnus-art.el (article-display-x-face): Replace
22802         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22803
22804         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22805         set-process-query-on-exit-flag or process-kill-without-query.
22806
22807         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22808         loop instead of replace-regexp.
22809
22810         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22811         instead of process-kill-without-query if it is available.
22812
22813         * lpath.el: Fbind ldap-search-entries.
22814
22815         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22816         instead of find-file-hooks if it is available.
22817
22818         * mml1991.el: Bind pgg-default-user-id when compiling.
22819
22820         * mml2015.el: Bind pgg-default-user-id when compiling.
22821
22822         * nndraft.el (nndraft-request-associate-buffer):
22823         Use write-contents-functions instead of write-contents-hooks if it is
22824         available.
22825
22826         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22827         instead of find-file-hooks if it is available.
22828
22829         * nntp.el (nntp-open-connection): Replace
22830         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22831         (nntp-open-ssl-stream): Ditto.
22832         (nntp-open-tls-stream): Ditto.
22833
22834         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22835         set-process-query-on-exit-flag or process-kill-without-query.
22836         (starttls-open-stream-gnutls): Use it instead of
22837         process-kill-without-query.
22838         (starttls-open-stream): Ditto.
22839
22840 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22841
22842         * smime.el (smime-cert-by-ldap-1): Don't use
22843         replace-regexp-in-string.
22844
22845 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22846
22847         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22848
22849         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22850         in PEM format.  Adjust to the XEmacs compatibility.
22851
22852 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22853
22854         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22855         by `string-to-number'.
22856         * gnus-agent.el (gnus-agent-regenerate-group)
22857         (gnus-agent-fetch-articles): Ditto.
22858         * gnus-art.el (gnus-button-fetch-group): Ditto.
22859         * gnus-cache.el (gnus-cache-generate-active)
22860         (gnus-cache-articles-in-group): Ditto.
22861         * gnus-group.el (gnus-group-set-current-level)
22862         (gnus-group-insert-group-line): Ditto.
22863         * gnus-score.el (gnus-score-set-expunge-below)
22864         (gnus-score-set-mark-below, gnus-summary-score-effect)
22865         (gnus-summary-score-entry): Ditto.
22866         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22867         (gnus-soup-pack): Ditto.
22868         * gnus-spec.el (gnus-xmas-format): Ditto.
22869         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22870         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22871         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22872         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22873         * nndb.el (nndb-get-remote-expire-response): Ditto.
22874         * nndiary.el (nndiary-parse-schedule-value)
22875         (nndiary-string-to-number, nndiary-request-replace-article)
22876         (nndiary-request-article): Ditto.
22877         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22878         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22879         * nneething.el (nneething-make-head): Ditto.
22880         * nnfolder.el (nnfolder-request-article)
22881         (nnfolder-retrieve-headers): Ditto.
22882         * nnheader.el (nnheader-file-to-number): Ditto.
22883         * nnkiboze.el (nnkiboze-request-article): Ditto.
22884         * nnmail.el (nnmail-process-unix-mail-format)
22885         (nnmail-process-babyl-mail-format): Ditto.
22886         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22887         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22888         (nnmh-request-create-group, nnmh-request-list-1)
22889         (nnmh-request-group, nnmh-request-article): Ditto.
22890         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22891         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22892         * nnsoup.el (nnsoup-make-active): Ditto.
22893         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22894         * nntp.el (nntp-find-group-and-number)
22895         (nntp-retrieve-headers-with-xover): Ditto.
22896         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22897         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22898         (pgg-format-key-identifier): Ditto.
22899         * pop3.el (pop3-last, pop3-stat): Ditto.
22900         * qp.el (quoted-printable-decode-region): Ditto.
22901
22902         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22903         of concat.
22904
22905 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22906
22907         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22908
22909         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22910
22911         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22912
22913         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22914
22915         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22916
22917         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22918
22919         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22920         (gnus-carpal-mode): Ditto.
22921
22922         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
22923         (gnus-browse-mode): Ditto.
22924
22925         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
22926
22927         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
22928
22929 2005-05-29  Richard M. Stallman  <rms@gnu.org>
22930
22931         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
22932
22933 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22934
22935         * gnus-util.el (gnus-run-mode-hooks): New function.
22936
22937         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
22938
22939         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
22940         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
22941
22942 2005-05-27  Lute Kamstra  <lute@gnu.org>
22943
22944         * dns-mode.el (dns-mode): Specify customization group.
22945
22946 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
22947
22948         * gnus-agent.el (gnus-agent-make-mode-line-string):
22949         Use mode-line-highlight as mouse-face.
22950
22951 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22952
22953         * canlock.el (canlock): Change the parent group to news.
22954
22955         * deuglify.el (gnus-outlook-deuglify): Add :group.
22956
22957         * dig.el (dig): Add :group.
22958
22959         * dns-mode.el (dns-mode): Add :group.
22960
22961         * encrypt.el (encrypt): Add :group.
22962
22963         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
22964         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
22965         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
22966         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
22967         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
22968
22969         * gnus-diary.el (gnus-diary): Add :group.
22970
22971         * gnus.el (gnus-group-news-1-face): Add :group.
22972         (gnus-group-news-1-empty-face): Ditto.
22973         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
22974         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
22975         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
22976         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
22977         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
22978         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
22979         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
22980         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
22981         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
22982         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
22983         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
22984         (gnus-summary-high-ticked-face): Ditto.
22985         (gnus-summary-low-ticked-face): Ditto.
22986         (gnus-summary-normal-ticked-face): Ditto.
22987         (gnus-summary-high-ancient-face): Ditto.
22988         (gnus-summary-low-ancient-face): Ditto.
22989         (gnus-summary-normal-ancient-face): Ditto.
22990         (gnus-summary-high-undownloaded-face): Ditto.
22991         (gnus-summary-low-undownloaded-face): Ditto.
22992         (gnus-summary-normal-undownloaded-face): Ditto.
22993         (gnus-summary-high-unread-face): Ditto.
22994         (gnus-summary-low-unread-face): Ditto.
22995         (gnus-summary-normal-unread-face): Ditto.
22996         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
22997         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
22998
22999         * hashcash.el (hashcash): New custom group.
23000         (hashcash-default-payment): Add :group.
23001         (hashcash-payment-alist): Ditto.
23002         (hashcash-default-accept-payment): Ditto.
23003         (hashcash-accept-resources): Ditto.
23004         (hashcash-path): Ditto.
23005         (hashcash-extra-generate-parameters): Ditto.
23006         (hashcash-double-spend-database): Ditto.
23007         (hashcash-in-news): Ditto.
23008
23009         * message.el (message-minibuffer-local-map): Add :group.
23010
23011         * netrc.el (netrc): Add :group.
23012
23013         * sieve-manage.el (sieve-manage-log): Add :group.
23014         (sieve-manage-default-user): Diito.
23015         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23016         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23017         (sieve-manage-authenticators): Ditto.
23018         (sieve-manage-authenticator-alist): Ditto.
23019         (sieve-manage-default-port): Ditto.
23020
23021         * sieve-mode.el (sieve-control-commands-face): Add :group.
23022         (sieve-action-commands-face): Ditto.
23023         (sieve-test-commands-face): Ditto.
23024         (sieve-tagged-arguments-face): Ditto.
23025
23026         * smime.el (smime): Add :group.
23027
23028         * spam-report.el (spam-report): Add :group.
23029
23030         * spam.el (spam, spam-face): Add :group.
23031
23032 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23033
23034         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23035         return \n.\n.\n at the end of articles.  Protect against that.
23036         (nntp-with-open-group): Allow debugging.
23037
23038         * nnheader.el (mail-header-set-extra): Make into a function
23039         because I just could't understand how to quote the list properly.
23040
23041         * dns.el (query-dns-cached): New function.
23042
23043 2005-05-26  Lute Kamstra  <lute@gnu.org>
23044
23045         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23046
23047 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23048
23049         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23050
23051         * gnus-art.el: Don't autoload mail-extract-address-components.
23052
23053         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23054         eval-and-compile to evaluate it.
23055
23056         * hashcash.el: Don't autoload executable-find.
23057
23058         * nndb.el: Don't declare the nndb back end two or more times; don't
23059         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23060
23061         * nntp.el: Autoload format-spec instead of format; use
23062         eval-and-compile to evaluate autoload forms.
23063
23064 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23065
23066         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23067
23068 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23069
23070         * gnus.el (gnus-version-number): Bump version.
23071
23072 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23073
23074         * gnus.el: No Gnus v0.3 is released.
23075
23076 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23077
23078         * lpath.el (featurep): Bind show-nonbreak-escape.
23079
23080 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23081
23082         * gnus-art.el (gnus-article-edit-part): Disable undo.
23083
23084 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23085
23086         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23087         gnus-article-date-lapsed-new-header is t if date timer is active;
23088         skip headers in which the original date value is empty.
23089         (gnus-article-save-original-date): Redefine it as a macro.
23090         (gnus-display-mime): Use it.
23091
23092 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23093
23094         * gnus-art.el (article-date-ut): Support converting date in
23095         forwarded parts as well.
23096         (gnus-article-save-original-date): New function.
23097         (gnus-display-mime): Use it.
23098
23099 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23100
23101         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23102         enclosure element of <item>.
23103
23104 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23105
23106         * message.el (message-kill-buffer-query): Rename from
23107         `message-kill-buffer-query-if-modified'.  Add :version.
23108
23109 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23110
23111         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23112         window layout.
23113
23114 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23115
23116         * mml.el: Autoload dnd when compiling.
23117
23118 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23119
23120         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23121         x-dnd-*.
23122
23123 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23124
23125         * qp.el (quoted-printable-encode-region): Save excursion.
23126
23127 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23128
23129         * message.el (message-kill-buffer-query-if-modified): Add new variable
23130         so the user can kill a modified message buffer quickly.
23131         (message-kill-buffer): Use it.
23132
23133 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23134
23135         * lpath.el: Fbind display-time-event-handler; don't fbind
23136         string-to-multibyte.
23137
23138         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23139
23140 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23141
23142         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23143         contained in text because xml.el decodes entities) with LFs.
23144
23145 2005-04-11  Lute Kamstra  <lute@gnu.org>
23146
23147         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23148         differently.
23149
23150 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23151
23152         * mm-util.el (mm-detect-coding-region): Typo.
23153
23154 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23155
23156         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23157
23158 2005-04-06  Deepak Goel  <deego@gnufans.org>
23159
23160         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23161         user-function allow user modifications of the scores.
23162         (spam-stat-score-buffer-user): New function, to allow
23163         user-computed modifications to the score.
23164         (spam-stat-score-buffer-user-functions): List of additional
23165         scoring functions.
23166         (spam-stat-error-holder): Global temporary error holder.
23167         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23168         variable.
23169
23170 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23171
23172         * gnus-registry.el (gnus-registry-clean-empty-function)
23173         (gnus-registry-trim, gnus-registry-fetch-groups)
23174         (gnus-registry-delete-group): Groups that match
23175         `gnus-registry-ignored-groups' are removed from the registry
23176         entries, not just ignored for splitting.  This helps clean up the
23177         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23178         to get all the groups a message ID is in.
23179
23180         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23181         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23182         (spam-stat-score-buffer-user-functions): Add :number custom type.
23183
23184 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23185
23186         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23187         argument in XEmacs.
23188
23189         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23190         (nnrss-request-group): Decode group name first.
23191         (nnrss-request-article): Make a text/plain article if mml-to-mime
23192         failed.
23193         (nnrss-get-encoding): Return a compatible encoding according to
23194         nnrss-compatible-encoding-alist.
23195         (nnrss-find-el): Use consp instead of listp.
23196         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23197
23198 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23199
23200         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23201         which Emacs 20 doesn't support.
23202         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23203
23204 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23205
23206         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23207         silence the byte compiler inside the defun.
23208
23209         * gnus-demon.el (parse-time-string): Add autoload.
23210
23211         * gnus-delay.el (parse-time-string): Add autoload.
23212
23213         * gnus-art.el (parse-time-string): Add autoload.
23214
23215         * nnultimate.el (parse-time): Require for `parse-time-string'.
23216
23217 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23218
23219         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23220
23221         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23222
23223         * smime.el (smime-ldap-host-list): Add :version.
23224
23225 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23226
23227         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23228         pass it to `gnus-browse-read-group'.
23229         (gnus-browse-read-group): Add NUMBER argument and pass it to
23230         `gnus-group-read-ephemeral-group'.
23231
23232         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23233         argument and pass it to `gnus-group-read-group'.
23234
23235 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23236
23237         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23238         mm-xemacs-find-mime-charset-1 if we have the mule feature
23239         available at runtime.
23240
23241 2005-03-25  Werner Lemberg  <wl@gnu.org>
23242
23243         * nnmaildir.el: Replace `illegal' with `invalid'.
23244
23245 2005-03-23  Lute Kamstra  <lute@gnu.org>
23246
23247         * time-date.el: Add comment on time value formats.
23248         Don't require parse-time.
23249         (with-decoded-time-value): New macro.
23250         (encode-time-value): New function.
23251         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23252         (days-to-time): Return a valid time value when arg is huge.
23253         (time-since): Use time-subtract.
23254         (time-to-number-of-days): Use time-to-seconds.
23255
23256 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23257
23258         * gnus-start.el (gnus-display-time-event-handler):
23259         Check display-time-timer at runtime rather than only at load time
23260         in case display-time-mode is turned off in the mean time.
23261
23262 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23263
23264         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23265         used.
23266
23267         * nneething.el (nneething-map-file-directory): Derive from
23268         `gnus-directory'.
23269
23270         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23271         the To/Cc button.
23272
23273 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23274
23275         * nnmaildir.el (nnmaildir-request-accept-article):
23276         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23277
23278 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23279
23280         * gnus-async.el: Require timer-funcs at compile time when in
23281         XEmacs for `run-with-idle-timer'.
23282
23283 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23284
23285         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23286         autoloaded function.
23287
23288 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23289
23290         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23291
23292 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23293
23294         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23295
23296 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23297
23298         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23299         Add gnus-expert-user to default.
23300
23301 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23302
23303         * nnimap.el (nnimap-open-server): Ditto.
23304
23305         * imap.el (imap-authenticate): Fix typo.
23306
23307 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23308
23309         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23310         buffer (since IMAP server might return FETCH response out of
23311         order, and the nntp buffer must be sorted).
23312
23313 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23314
23315         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23316         comparison on string.
23317
23318         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23319         (gnus-agent-score): Rename category keywords to match gnus-cus.
23320         (gnus-agent-summary-fetch-series): Modify to protect against
23321         gnus-agent-summary-fetch-group clearing processable flags.
23322         (gnus-agent-synchronize-group-flags): Update live group buffer as
23323         synchronization may occur due to the user toggle the plugged
23324         status.
23325         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23326         successfully downloaded.
23327         (gnus-agent-expire-group-1): Avoid using markers when the overview
23328         is in ascending order; greatly improves performance.
23329         (gnus-agent-regenerate-group):
23330         Use gnus-agent-synchronize-group-flags to reset read status in both
23331         gnus and server.
23332         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23333
23334 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23335
23336         * message.el: Don't autoload former message-utils variables.
23337         (message-strip-subject-trailing-was): Change doc string.
23338
23339         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23340         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23341         (nnweb-google-search): Add "hl=en" here.
23342         (nnweb-google-parse-1, nnweb-google-create-mapping):
23343         Don't hardcode URL.
23344
23345 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23346
23347         * message.el (message-get-reply-headers, message-followup):
23348         Mention related variables `message-use-followup-to' and
23349         `message-use-mail-followup-to', in the information buffer.
23350
23351         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23352         of broken groups(-beta).google.com.
23353
23354 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23355
23356         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23357         parameter to invoked gnus-request-move-article; remove the
23358         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23359         all at once instead of once per article.
23360         (gnus-summary-remove-process-mark): Accept a list of articles as
23361         well as a single article for processing.
23362
23363         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23364         parameter.
23365
23366         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23367
23368         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23369
23370         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23371         parameter.
23372
23373         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23374         parameter.
23375
23376         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23377         parameter and remove the gnus-sum-hint-move-is-internal variable.
23378
23379         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23380         parameter.
23381
23382         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23383         parameter.
23384
23385         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23386         parameter.
23387
23388         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23389
23390         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23391         parameter.
23392
23393         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23394         parameter.
23395
23396 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23397
23398         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23399         a more conservative way.
23400
23401 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23402
23403         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23404         buffer, so it moves the window's cursor.
23405
23406 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23407
23408         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23409         `mm-dissect-multipart' and receive the from field as an (optional)
23410         argument from `mm-dissect-multipart'.
23411         (mm-dissect-multipart): Receive the from field as an argument and
23412         pass it on when we call `mm-dissect-buffer' on MIME parts.
23413         Fixes verification/decryption of signed/encrypted MIME parts.
23414
23415 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23416
23417         * gnus-sum.el (gnus-summary-move-article):
23418         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23419         whatever it calls (right now, only nnimap-request-move article
23420         respects it).
23421
23422         * nnimap.el (nnimap-request-move-article):
23423         When gnus-sum-hint-move-is-internal is set, don't do the extra
23424         nnimap-request-article.
23425
23426 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23427
23428         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23429
23430         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23431         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23432
23433         * gnus-sum.el (gnus-summary-caesar-message):
23434         Apply `gnus-treat-article' after rotation.
23435
23436         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23437         doc string.
23438
23439 2005-02-22  Simon Josefsson  <jas@extundo.com>
23440
23441         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23442         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23443         <arne@arnested.dk>.
23444         (encrypt): Add password-cache and password-cache-expiry as group
23445         members.
23446
23447 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23448
23449         * smime.el (smime-ldap-host-list): Doc fix.
23450         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23451         cache) password.
23452         (smime-sign-region): Use it.
23453         (smime-decrypt-region): Use it.
23454         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23455         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23456         fails.
23457         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23458         certificate from DER to PEM format rather than calling openssl.
23459
23460         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23461
23462         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23463         for signing/encryption.
23464
23465         * mml.el (mml-parse-1): Use them.
23466
23467 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23468
23469         * nnrss.el (nnrss-verbose): Remove.
23470         (nnrss-request-group): Use `nnheader-message' instead.
23471
23472 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23473
23474         * nnrss.el (nnrss-verbose): New variable.
23475         (nnrss-request-group): Make it say nnrss is requesting a group.
23476
23477 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23478
23479         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23480         Handle news URL with given port correctly.
23481
23482 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23483
23484         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23485         containing special characters.
23486
23487         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23488
23489         * mml.el (mime-to-mml): Ditto.
23490
23491         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23492         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23493         (rfc2047-decode-region): Quote decoded words containing special
23494         characters when rfc2047-quote-decoded-words-containing-tspecials
23495         is non-nil.
23496
23497 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23498
23499         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23500
23501         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23502
23503 2005-02-15  Simon Josefsson  <jas@extundo.com>
23504
23505         * nnimap.el (nnimap-debug): Doc fix.
23506
23507         * imap.el (imap-debug): Doc fix.
23508
23509 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23510
23511         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23512
23513 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23514
23515         * gnus.el (spam-contents): Improve docs for spam-contents
23516         parameter in its variable incarnation.
23517
23518 2005-02-14  Simon Josefsson  <jas@extundo.com>
23519
23520         * smime-ldap.el: Use require instead of load-library for ldap.
23521         (smime-ldap-search): Indent.
23522         (smime-ldap-search-internal): Shorten line.
23523
23524         * smime.el (smime-cert-by-dns): Add doc-string.
23525         (smime-cert-by-ldap-1): Indent.
23526
23527         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23528         mml-smime-get-dns-ldap.
23529         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23530
23531 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23532
23533         * smime.el: Require smime-ldap.
23534         (smime-ldap-host-list): New variable.
23535         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23536
23537         * mml-smime.el (mml-smime-encrypt-query): New function.
23538         (mml-smime-encrypt-query): Use it.
23539
23540         * smime-ldap.el: New file.
23541
23542 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23543
23544         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23545
23546 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23547
23548         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23549         argument in doc string.  Make query for type more clear.
23550
23551 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23552
23553         * gnus.el (gnus-group-startup-message): Search for gnus images in
23554         etc/images/gnus.
23555         * mm-util.el (mm-image-load-path): Likewise.
23556         * smiley.el (smiley-data-directory): Search for smilies in
23557         etc/images/smilies.
23558
23559 2005-02-09  Kim F. Storm  <storm@cua.dk>
23560
23561         Change Emacs release version from 21.4 to 22.1 throughout.
23562         Change Emacs development version from 21.3.50 to 22.0.50.
23563
23564 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23565
23566         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23567
23568         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23569         non-Mule XEmacs as well.
23570         (mm-decompress-buffer): Signal an error intentionally if it does
23571         not decompress compressed data because auto-compression-mode is
23572         disabled.
23573
23574 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23575
23576         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23577         an ID in the registry even if it has no groups.
23578
23579 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23580
23581         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23582         merge it into mm-decompress-buffer.
23583         (gnus-mime-copy-part): Use the MIME part charset, the value which
23584         a user specified or gnus-newsgroup-charset for decoding, like
23585         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23586         save-buffer what was used.  Suggested by Kevin Ryde
23587         <user42@zip.com.au>.
23588         (gnus-mime-inline-part): Allow the name parameter as well as the
23589         filename parameter; force decompressing of compressed data; always
23590         display contents being not decoded as unibyte.
23591
23592         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23593         as well as the filename parameter.
23594
23595         * mm-util.el (mm-decompress-buffer):
23596         Merge gnus-mime-jka-compr-maybe-uncompress.
23597         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23598         of compressed data.
23599
23600 2005-02-08  Simon Josefsson  <jas@extundo.com>
23601
23602         * imap.el (imap-log): Doc fix.
23603
23604 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23605
23606         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23607         the coding cookies; decompress compressed parts.
23608
23609         * mml.el (mml-generate-mime-1): Add the charset parameter according
23610         to the value which a user specified manually or the coding cookie.
23611
23612         * mm-util.el (mm-string-to-multibyte): New function.
23613         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23614         (mm-coding-system-to-mime-charset): New function.
23615         (mm-decompress-buffer): New function.
23616         (mm-find-buffer-file-coding-system): New function.
23617
23618         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23619         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23620         parts.
23621
23622 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23623
23624         * mm-view.el (mm-display-inline-fontify): Decode a part according
23625         to the charset parameter.
23626
23627 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23628
23629         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23630         prefix arg is neither nil nor a number, as info specifies.
23631
23632 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23633
23634         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23635         timestamps.
23636
23637 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23638
23639         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23640         groups error checking and notify user.
23641
23642 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23643
23644         * message.el (message-send-mail-function): Check existence of
23645         sendmail-program first before using default value
23646         `message-send-mail-with-sendmail'.  Otherwise use more generic
23647         `smtpmail-send-it'.
23648
23649 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23650
23651         * nntp.el (nntp-request-update-info): Always return nil.
23652
23653 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23654
23655         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23656
23657 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23658
23659         * message.el (message-beginning-of-line): Change the behavior when
23660         invoked between BOL and : so that it first moves backward.
23661
23662 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23663
23664         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23665         article buffer when editing of the article is discarded.
23666         (gnus-article-prepare): Revert.
23667
23668 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23669
23670         * gnus-art.el (gnus-article-prepare):
23671         Remove message-strip-forbidden-properties from the local hook.
23672
23673 2005-01-27  Simon Josefsson  <jas@extundo.com>
23674
23675         * password.el (password-cache-add): Only start one timer per key.
23676         Reported by Derek Atkins <warlord@MIT.EDU>.
23677
23678 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23679
23680         * run-at-time.el: Remove.  It is no longer needed as
23681         timer-funcs.el in the xemacs-base package has a working version of
23682         `run-at-time'.
23683
23684         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23685
23686         * password.el: Require timer-funcs instead of run-at-time in
23687         XEmacs.
23688         Remove `password-run-at-time' macro.
23689         (password-cache-add): Use `run-at-time' instead of
23690         `password-run-at-time'.
23691
23692         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23693         Remove `nnheader-cancel-function-timers' alias,
23694         `cancel-function-timers' exists in XEmacs in timer-funcs.
23695
23696         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23697         for `run-with-idle-timer'.
23698
23699         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23700         for `run-at-time'.
23701
23702         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23703         for `with-timeout'.
23704
23705         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23706         the same as for XEmacs 21.4.
23707         No need to ignore `run-with-idle-timer', this function exists in
23708         XEmacs now in timer-funcs.el in the xemacs-base package.
23709         (dgnushack-compile): No need to delete
23710         run-at-time.el from the list of files to compile because it
23711         doesn't exist anymore.
23712
23713 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23714
23715         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23716         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23717
23718 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23719
23720         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23721         sensitively.
23722
23723 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23724
23725         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23726
23727 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23728
23729         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23730         which will be inserted according to the multibyteness of a buffer
23731         rather than the type of contents.  Suggested by ARISAWA Akihiro
23732         <ari@mbf.ocn.ne.jp>.
23733
23734         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23735         of string which old xml.el may return rather than a string.
23736
23737 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23738
23739         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23740
23741 2005-01-16  Simon Josefsson  <jas@extundo.com>
23742
23743         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23744         idn/idna.el isn't available.
23745         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23746         <michael@waxrat.com>.
23747
23748         * hashcash.el: Remove non-FSF copyright header.
23749
23750         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23751         (hashcash-generate-payment): Use it.
23752         (hashcash-generate-payment-async): Use it.
23753
23754 2005-01-15  Simon Josefsson  <jas@extundo.com>
23755
23756         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23757         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23758
23759         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23760         gnus-summary-idna-message.
23761         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23762         (gnus-summary-idna-message): New function.
23763
23764 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23765
23766         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23767         gnus-novice-user.
23768
23769 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23770
23771         * nnrss.el (nnrss-request-delete-group): Delete entries in
23772         nnrss-group-alist as well.
23773         (nnrss-save-server-data): Insert newline.
23774
23775 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23776
23777         * gnus.el (gnus-user-agent): Use list of symbols instead of
23778         symbols.  Display full version number for (S)XEmacs.
23779         Optionally display (S)XEmacs codename.
23780
23781         * gnus-util.el (gnus-emacs-version): Update for new
23782         `gnus-user-agent'.
23783
23784         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23785         Gnus version.
23786
23787 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23788
23789         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23790         which is unreadable in some setups.
23791
23792 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23793
23794         * gnus-spec.el (gnus-update-format-specifications): Flush the
23795         group format spec cache if it doesn't support decoded group names.
23796
23797 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23798
23799         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23800         Allow to apply decay on score files matching a regexp.
23801
23802 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23803
23804         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23805         compatibility in %g and %c.
23806
23807 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23808
23809         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23810         name for only %g and %c.
23811         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23812         of gnus-tmp-group to decoded group name.
23813         (gnus-group-make-rss-group): Exclude `/'s from group names.
23814
23815 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23816
23817         * nnrss.el (nnrss-get-encoding): Fix regexp.
23818
23819 2004-12-27  Simon Josefsson  <jas@extundo.com>
23820
23821         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23822         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23823         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23824
23825 2004-12-17  Kim F. Storm  <storm@cua.dk>
23826
23827         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23828
23829         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23830
23831 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23832
23833         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23834
23835 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23836
23837         * nnrss.el: Require rfc2047 and mml.
23838         (nnrss-file-coding-system): New variable.
23839         (nnrss-format-string): Redefine it as an inline function.
23840         (nnrss-decode-group-name): New function.
23841         (nnrss-string-as-multibyte): Remove.
23842         (nnrss-retrieve-headers): Decode group name; don't use
23843         nnrss-format-string.
23844         (nnrss-request-group): Decode group name.
23845         (nnrss-request-article): Decode group name; allow a Message-ID as
23846         well as an article number; don't use nnrss-format-string; encode a
23847         Message-ID string which may contain non-ASCII characters; use
23848         mml-to-mime to compose a MIME article.
23849         (nnrss-request-expire-articles): Decode group name.
23850         (nnrss-request-delete-group): Decode group name.
23851         (nnrss-fetch): Clarify error message.
23852         (nnrss-read-server-data): Use insert-file-contents instead of load;
23853         bind file-name-coding-system; use multibyte buffer.
23854         (nnrss-save-server-data): Bind coding-system-for-write to the
23855         value of nnrss-file-coding-system; bind file-name-coding-system;
23856         add coding cookie.
23857         (nnrss-read-group-data): Use insert-file-contents instead of load;
23858         bind file-name-coding-system; use multibyte buffer.
23859         (nnrss-save-group-data): Bind coding-system-for-write to the
23860         value of nnrss-file-coding-system; bind file-name-coding-system.
23861         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23862         make it work with non-ASCII text.
23863         (nnrss-find-el): Make it work with old xml.el as well.
23864
23865 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23866
23867         * nnrss.el (nnrss-get-encoding): New function.
23868         (nnrss-fetch): Use unibyte buffer initially; bind
23869         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23870         decode contents according to the encoding attribute.
23871         (nnrss-save-group-data): Add coding cookie.
23872         (nnrss-mime-encode-string): New function.
23873         (nnrss-check-group): Use it to encode subject and author.
23874
23875 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23876
23877         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23878         imaginary variable.
23879
23880 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23881
23882         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23883         correctly even if there are wide characters.
23884
23885 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23886
23887         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23888         downcased symbol names; make a new cache instead of reusing
23889         bbdb-hashtable.
23890
23891 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23892
23893         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23894         concatenating segments rather than before concatenating them.
23895         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23896
23897         * message.el (message-get-reply-headers): Bind `extra'.
23898
23899 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23900
23901         * message.el (message-extra-wide-headers): New variable.
23902         (message-get-reply-headers): Use it.
23903
23904 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23905
23906         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23907         (gnus-agent-group-pathname): Ditto.
23908
23909         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23910
23911         * gnus-group.el (gnus-group-make-group): Decode group name.
23912         (gnus-group-make-rss-group): Register the group data after opening
23913         the nnrss group.
23914
23915 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23916
23917         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23918         by expiry now get marked as read.
23919
23920 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23921
23922         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
23923
23924 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
23925
23926         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
23927         unify Latin characters in XEmacs.
23928         (mm-find-mime-charset-region): Use it.
23929
23930 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23931
23932         * gnus-util.el (gnus-delete-directory): New function.
23933
23934         * gnus-agent.el (gnus-agent-delete-group): Use it.
23935
23936         * gnus-cache.el (gnus-cache-delete-group): Use it.
23937
23938 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23939
23940         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
23941         names.
23942
23943 2004-12-16  Simon Josefsson  <jas@extundo.com>
23944
23945         * hashcash.el (hashcash-payment-alist): Fix custom :type.
23946
23947 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23948
23949         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
23950
23951         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
23952         (gnus-group-set-current-level): Decode group name.
23953
23954 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
23955
23956         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
23957         failed.
23958
23959 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23960
23961         * gnus-group.el (gnus-group-delete-group): Decode group name.
23962         (gnus-group-make-rss-group): Encode group name.
23963         (gnus-group-catchup-current): Decode group name.
23964         (gnus-group-kill-group): Decode group name.
23965
23966 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23967
23968         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
23969
23970 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23971
23972         * gnus-group.el (gnus-group-make-rss-group):
23973         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
23974
23975         * gnus-start.el (gnus-setup-news): Honor user's setting to
23976         gnus-message-archive-method.  Suggested by Lute Kamstra
23977         <lute@gnu.org>.
23978
23979 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
23980
23981         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
23982         global counterparts of the buffer-local variables.
23983
23984 2004-11-16  Romain Francoise  <romain@orebokech.com>
23985
23986         * gnus-sum.el (gnus-summary-exit): Don't clear the global
23987         counterparts of the buffer-local variables.
23988
23989 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23990
23991         * message.el (message-forbidden-properties): Fix typo in doc
23992         string.
23993
23994 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
23995
23996         * gnus-util.el (gnus-replace-in-string): Add doc string.
23997
23998         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
23999         to avoid problems when splitting mails with many recipients.
24000
24001 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24002
24003         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24004         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24005
24006 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24007
24008         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24009         if there is no hashtable in memory or file modification time is
24010         newer than cached timestamp.
24011
24012 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24013
24014         * gnus-sum.el (gnus-summary-limit-to-recipient):
24015         Implement not-matching option.
24016
24017 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24018
24019         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24020         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24021         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24022         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24023         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24024         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24025
24026 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24027
24028         * message.el (message-forward-make-body-mml): Remove headers
24029         according to message-forward-ignored-headers if a message is decoded.
24030
24031 2004-12-02  Romain Francoise  <romain@orebokech.com>
24032
24033         * message.el (message-forward-make-body-plain): Always remove
24034         headers according to message-forward-ignored-headers.
24035
24036 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24037
24038         * spam.el (spam-summary-prepare-exit): Remove the
24039         gnus-summary-limit pop for now, it has problems with ham marks for
24040         me.
24041
24042 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24043
24044         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24045         correctly.
24046
24047 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24048
24049         * format-spec.el (format-spec): Message the char.
24050
24051 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24052
24053         * gnus-art.el (gnus-split-methods): Reformat comments.
24054
24055         * spam.el (spam-summary-prepare-exit): Remove article limits
24056         before exiting the summary buffer.
24057
24058 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24059
24060         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24061         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24062
24063         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24064         order to silence the byte compiler.
24065
24066         * spam.el: Fix the way to silence the byte compiler, which
24067         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24068         bbdb-search-simple, spam-BBDB-register-routine,
24069         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24070         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24071         spam-stat-buffer-is-spam, spam-stat-load,
24072         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24073         spam-stat-save and spam-stat-split-fancy.
24074
24075 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24076
24077         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24078         which may confuse users.
24079         (canlock-password-for-verify): Ditto.
24080
24081         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24082
24083         * gnus-art.el (gnus-emphasis-alist): Ditto.
24084
24085         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24086
24087         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24088
24089         * gnus-start.el (gnus-save-killed-list): Ditto.
24090
24091         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24092         (gnus-sum-thread-tree-root): Ditto.
24093         (gnus-sum-thread-tree-false-root): Ditto.
24094         (gnus-sum-thread-tree-single-indent): Ditto.
24095
24096         * message.el (message-courtesy-message): Ditto.
24097         (message-archive-note): Ditto.
24098         (message-subscribed-address-file): Ditto.
24099         (message-user-fqdn): Ditto.
24100
24101         * spam-report.el (spam-report-gmane-regex): Ditto.
24102
24103         * spam.el (spam-blackhole-good-server-regex): Ditto.
24104
24105 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24106
24107         * mml.el (mml-preview): Widen the message buffer before copying
24108         the contents to the preview buffer; sort headers before previewing.
24109
24110         * message.el (message-hidden-headers): Fix the way to avoid a bug
24111         in the `repeat' widget in Emacs 21.3 or earlier.
24112
24113 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24114
24115         * message.el (message-hidden-headers): Default to "^References:".
24116         Improve customization type.  Suggested by Reiner Steib
24117         <Reiner.Steib@gmx.de>.
24118
24119 2004-11-25  Romain Francoise  <romain@orebokech.com>
24120
24121         * message.el (message-strip-forbidden-properties): Remove check for
24122         obsolete `message-hidden' text property, hidden headers are not
24123         accessible in the buffer anymore.
24124
24125 2004-11-22  Romain Francoise  <romain@orebokech.com>
24126
24127         * message.el (message-header-format-alist): Add `From' in list
24128         so that it can be sorted.
24129         (message-fix-before-sending): Widen and sort headers before
24130         sending.
24131         (message-hide-headers): Use narrowing to hide headers by moving
24132         them to the top of the buffer and narrowing to the region
24133         underneath.
24134
24135 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24136
24137         * message.el (message-strip-forbidden-properties):
24138         Bind buffer-read-only (etc) to nil.
24139
24140 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24141
24142         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24143         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24144
24145 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24146
24147         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24148
24149 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24150
24151         * dns.el (query-dns): Use sit-for to time instead of
24152         accept-process-output, since that doesn't seem to work on udp
24153         sockets.
24154
24155 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24156
24157         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24158
24159 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24160
24161         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24162         doc string.  Improve doc string.
24163
24164 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24165
24166         * nntp.el (nntp-request-update-info): Return nil if
24167         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24168         may not call gnus-activate-group which uselessly issues the GROUP
24169         commands for all nntp groups and wastes time.  Reported by Romain
24170         Francoise <romain@orebokech.com>.
24171
24172         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24173
24174 2004-11-15  Simon Josefsson  <jas@extundo.com>
24175
24176         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24177         headers separately.
24178         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24179         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24180
24181 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24182
24183         * gnus-start.el (gnus-convert-old-newsrc):
24184         Assign legacy-gnus-agent to 5.10.7.
24185
24186 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24187
24188         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24189         start of the lines.
24190
24191 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24192
24193         * hashcash.el (hashcash-default-payment): Change default to 20.
24194         (hashcash-default-accept-payment): Change default to 20.
24195         (hashcash-process-alist): New variable.
24196         (hashcash-generate-payment-async): Add.
24197         (hashcash-already-paid-p): Add.
24198         (hashcash-insert-payment): Don't generate payments twice.
24199         (hashcash-insert-payment-async): Add.
24200         (hashcash-insert-payment-async-2): Add.
24201         (hashcash-cancel-async): Add.
24202         (hashcash-wait-async): Add.
24203         (hashcash-processes-running-p): Add.
24204         (hashcash-wait-or-cancel): Add.
24205         (mail-add-payment): New optional argument.  Conditionally start
24206         asynchronous calculation.
24207         (mail-add-payment-async): Add.
24208
24209         * message.el (message-send-mail): Wait for asynchronous hashcash
24210         results.  Don't clobber existing X-Hashcash headers.
24211         (message-setup-1): Call mail-add-payment-async when
24212         message-generate-hashcash is non-nil.
24213
24214 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24215
24216         * message.el (message-use-alternative-email-as-from): Examine the
24217         From header as well; use message-make-from in order to include a
24218         user's full name.
24219
24220 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24221
24222         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24223         default; improve customization type.
24224         (gnus-emphasis-custom-with-format): New macro.
24225         (gnus-emphasis-custom-value-to-external): New function.
24226         (gnus-emphasis-custom-value-to-internal): New function.
24227
24228 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24229
24230         * dns.el (query-dns): Resolve reverse addresses.
24231
24232 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24233
24234         * gnus-group.el (gnus-group-get-new-news): Use it.
24235
24236         * gnus-start.el (gnus-check-reasonable-setup): New function.
24237
24238 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24239
24240         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24241         "Args out of range" error.  Reported by Arnaud Giersch
24242         <arnaud.giersch@free.fr>.
24243
24244 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24245
24246         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24247
24248 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24249
24250         * spam.el (spam group): Add :version.
24251
24252         * pgg-def.el (pgg group): Add :version.
24253
24254 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24255
24256         * gnus-art.el (gnus-article-edit-article): Don't associate the
24257         article buffer with a draft file.  This is a temporary measure
24258         against the 2004-08-22 change to gnus-article-edit-mode.
24259
24260 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24261
24262         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24263         (html2text-format-tags): Remove unused variable `attr'.
24264
24265 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24266
24267         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24268
24269         * tls.el (tls-process-connection-type, tls-success)
24270         (tls-certtool-program): Add :version.
24271
24272         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24273         (starttls-extra-arguments, starttls-process-connection-type)
24274         (starttls-connect, starttls-failure, starttls-success): Add :version.
24275
24276         * spam-stat.el (spam-stat): Add :version.
24277
24278         * sieve.el (sieve): Add :version.
24279
24280         * sha1.el (sha1): Add :version.
24281         (sha1-use-external): Remove redundant version.
24282
24283         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24284         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24285         (nnmail-split-fancy-match-partial-words)
24286         (nnmail-split-lowercase-expanded): Add :version.
24287
24288         * nndiary.el (nndiary): Add :version.
24289
24290         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24291
24292         * mml-sec.el (mml-default-sign-method)
24293         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24294         Add :version.
24295
24296         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24297
24298         * mm-url.el (mm-url-use-external, mm-url-program)
24299         (mm-url-arguments): Add :version.
24300
24301         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24302         (mm-attachment-file-modes, mm-decrypt-option)
24303         (mm-w3m-safe-url-regexp): Add :version.
24304
24305         * message.el (message-cite-prefix-regexp)
24306         (message-sendmail-envelope-from, message-minibuffer-local-map)
24307         (message-user-fqdn, message-completion-alist): Add :version.
24308
24309         * gnus-win.el (gnus-configure-windows-hook)
24310         (gnus-use-frames-on-any-display): Add :version.
24311
24312         * gnus-art.el (gnus-article-address-banner-alist)
24313         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24314         (gnus-treat-from-picon, gnus-treat-mail-picon)
24315         (gnus-treat-x-pgp-sig): Add :version.
24316
24317         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24318         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24319         (gnus-summary-article-delete-hook)
24320         (gnus-summary-display-while-building): Add :version.
24321
24322         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24323         (gnus-get-top-new-news-hook): Add :version.
24324
24325         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24326         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24327
24328         * gnus-registry.el (gnus-registry): Add :version.
24329
24330         * gnus-spec.el (gnus-use-correct-string-widths)
24331         (gnus-make-format-preserve-properties): Add :version.
24332
24333         * gnus.el (gnus-group-charter-alist)
24334         (gnus-group-fetch-control-use-browse-url)
24335         (gnus-install-group-spam-parameters): Add :version.
24336
24337         * gnus-diary.el (gnus-diary): Add :version.
24338
24339         * gnus-delay.el (gnus-delay): Add :version.
24340
24341         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24342         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24343         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24344         Add :version.
24345
24346         * gnus-agent.el (gnus-agent-max-fetch-size)
24347         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24348         (gnus-agent-prompt-send-queue): Add :version.
24349
24350         * deuglify.el (gnus-outlook-deuglify): Add :version.
24351
24352         * html2text.el: Beautify code.  Improve doc strings.
24353         Some checkdoc cleanup.
24354         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24355
24356 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24357
24358         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24359
24360 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24361
24362         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24363         when package is loaded.
24364
24365         * spam.el (spam-summary-score-preferred-header): Add global preference
24366         for people who want to override the default SpamAssassin over
24367         Bogofilter preference (when both are set).
24368         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24369         (spam-user-format-function-S):
24370         Check spam-summary-score-preferred-header.
24371         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24372         (spam-user-format-function-S): Format the score correctly.
24373
24374 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24375
24376         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24377         signature file.  Suggested by Manoj Srivastava
24378         <srivasta@golden-gryphon.com>.
24379
24380         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24381         iso-2022-jp even in the Japanese language environment.
24382         Suggested by Jason Rumney <jasonr@gnu.org>.
24383
24384 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24385
24386         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24387         use the same characters as the dummy marks; make it free from
24388         getting affected by the language environment.
24389         (gnus-summary-read-group-1): Update mark positions only when the
24390         format spec is updated.
24391
24392         * gnus-spec.el (gnus-update-format-specifications): Return a list
24393         of updated types.
24394
24395 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24396
24397         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24398         of boundp to check if display-warning is available.
24399
24400 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24401
24402         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24403
24404 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24405
24406         * nnspool.el (nnspool-spool-directory): Use news-path if the
24407         news-directory variable is not bound.
24408
24409         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24410         function instead of display-warning if it is not available.
24411
24412 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24413
24414         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24415         v5-10: Use `point-at-bol'.
24416
24417 2004-10-26  Simon Josefsson  <jas@extundo.com>
24418
24419         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24420         <chenggao@gmail.com>.
24421
24422 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24423
24424         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24425         instead.
24426
24427 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24428
24429         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24430         to remove a server from the nnimap-server-buffer-alist.
24431         (nnimap-open-connection, nnimap-close-server): Use it.
24432
24433         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24434
24435 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24436
24437         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24438         running the major-mode function.
24439
24440 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24441
24442         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24443         dummy marks in the right way.
24444
24445 2004-10-18  David Edmondson  <dme@dme.org>
24446
24447         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24448         excessively.
24449
24450 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24451
24452         * gnus-util.el (gnus-split-references): Accept a nil references
24453         string and go on blissfully.
24454
24455         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24456         cases where the references string is non-nil but has no references.
24457
24458         * encrypt.el: Add autoload tags.
24459
24460         * spam.el (spam-resolve-registrations-routine): Remove article
24461         from unregistration list too.  Reported by David Hanak
24462         <dhanak@isis.vanderbilt.edu>
24463
24464 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24465
24466         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24467         nil.  Change custom type.
24468
24469 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24470
24471         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24472
24473         * gnus-sum.el (gnus-summary-move-article): Use it.
24474
24475 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24476
24477         * encrypt.el: Add autoload cookies.
24478
24479         * spam.el (spam-backend-article-list-property)
24480         (spam-backend-get-article-todo-list)
24481         (spam-backend-put-article-todo-list)
24482         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24483         Resolve registrations separately.
24484         (spam-register-routine): Format comments.
24485         (spam-unregister-routine, spam-register-routine): Always call with
24486         specific-articles, no default list.
24487         (spam-summary-prepare-exit): Use the spam-classifications function.
24488
24489         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24490         gnus-encrypt.el.
24491
24492         * encrypt.el: Copied from gnus-encrypt.el.
24493
24494         * gnus-encrypt.el: Commented that it's obsolete.
24495
24496 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24497
24498         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24499         (gnus-score-save): Use it.
24500
24501         * message.el (message-bury): Use `window-dedicated-p'.
24502
24503 2004-10-15  Simon Josefsson  <jas@extundo.com>
24504
24505         * pop3.el (top-level): Don't require nnheader.
24506         (pop3-read-timeout): Add.
24507         (pop3-accept-process-output): Add.
24508         (pop3-read-response, pop3-retr): Use it.
24509
24510 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24511
24512         * spam.el (spam-register-routine): Move comment.
24513         (spam-verify-bogofilter): Use 'unknown for the initial
24514         spam-bogofilter-valid state, not 'never.
24515
24516         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24517         for netrc-machine.
24518
24519         * nnimap.el (nnimap-open-connection):
24520         Use netrc-machine-user-or-password.
24521
24522 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24523
24524         * gnus-registry.el (gnus-registry-unload-hook):
24525         Set as a variable with add-hook.
24526
24527         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24528         of news-path.
24529
24530         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24531
24532         * spam.el: Delete duplicate `provide'.
24533         (spam-unload-hook): Set as a variable with add-hook.
24534
24535 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24536
24537         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24538         in the doc string.
24539
24540         * message.el (message-ignored-news-headers)
24541         (message-ignored-supersedes-headers)
24542         (message-ignored-resent-headers)
24543         (message-forward-ignored-headers): Improve custom type.
24544
24545 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24546
24547         * message.el (message-tokenize-header): Fix 2004-09-06 change
24548         which used point-min in the wrong place.
24549
24550 2004-10-12  Simon Josefsson  <jas@extundo.com>
24551
24552         * tls.el (tls-certtool-program): New variable.
24553         (tls-certificate-information): New function, based on
24554         ssl-certificate-information.
24555
24556 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24557
24558         * compface.el: Move the version of ELisp-based uncompface program
24559         to the contrib directory because of the copyright problem.
24560
24561 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24562
24563         * message.el (message-kill-buffer): Raise the current frame.
24564
24565 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24566
24567         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24568
24569         * gnus.el (message-y-or-n-p): Autoload.
24570
24571         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24572         (pop3-password-required, pop3-authentication-scheme)
24573         (pop3-leave-mail-on-server): Make customizable.
24574         (pop3): New custom group.
24575         (pop3-retr): Remove `sleep-for' statements.
24576         Suggested by Dave Love <fx@gnu.org>.
24577
24578         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24579         Windows/DOS.
24580
24581         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24582         (imap-parse-body): Fix incorrect use of `assert'.
24583         Suggested by Dave Love <fx@gnu.org>.
24584
24585         * mml.el (mml-minibuffer-read-disposition): Require match.
24586         Suggested by Dave Love <fx@gnu.org>.
24587
24588 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24589
24590         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24591         doc string.
24592
24593 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24594
24595         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24596
24597 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24598
24599         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24600         instead of calling `mm-insert-inline', to decode text/* parts
24601         before displaying them.
24602
24603 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24604
24605         * mm-uu.el (mm-uu-text-plain-type): New variable.
24606         (mm-uu-pgp-signed-extract-1): Use it.
24607         (mm-uu-pgp-encrypted-extract-1): Use it.
24608         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24609         bind mm-uu-text-plain-type with that value.
24610         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24611         mm-uu-dissect.
24612
24613 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24614
24615         * gnus-group.el (gnus-update-group-mark-positions):
24616         * gnus-sum.el (gnus-update-summary-mark-positions):
24617         * message.el (message-check-news-body-syntax):
24618         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24619         of string-as-multibyte.
24620
24621 2004-10-05  Juri Linkov  <juri@jurta.org>
24622
24623         * gnus-group.el (gnus-update-group-mark-positions):
24624         * gnus-sum.el (gnus-update-summary-mark-positions):
24625         * message.el (message-check-news-body-syntax):
24626         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24627         8-bit unibyte values to a multibyte string for search functions.
24628
24629 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24630
24631         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24632         (mm-uu-dissect-text-parts): New function.
24633
24634         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24635         dissect text parts.
24636
24637         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24638         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24639
24640         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24641
24642         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24643         Use gnus-current-topics instead of gnus-current-topic.
24644
24645 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24646
24647         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24648
24649 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24650
24651         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24652         where appropriate.
24653
24654         * nnml.el (nnml-generate-active-info): do.
24655
24656         * nndiary.el (nndiary-generate-active-info): do.
24657
24658         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24659         (gnus-topic-move): do.
24660
24661         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24662         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24663
24664         * gnus-srvr.el (gnus-server-prepare)
24665         (gnus-server-open-all-servers): do.
24666
24667         * gnus-msg.el (gnus-summary-cancel-article)
24668         (gnus-summary-resend-message)
24669         (gnus-summary-mail-crosspost-complaint): do.
24670
24671         * gnus-move.el (gnus-change-server): do.
24672
24673         * gnus-group.el (gnus-group-unmark-all-groups)
24674         (gnus-group-set-current-level): do.
24675
24676 2004-10-04  Simon Josefsson  <jas@extundo.com>
24677
24678         * message.el (message-generate-hashcash): Doc fix.
24679
24680 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24681
24682         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24683         avoid infinite recursion via gnus-get-function.
24684
24685 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24686
24687         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24688
24689         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24690
24691         * nnmail.el (nnmail-split-history): do.
24692
24693         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24694         (nnml-request-delete-group): do.
24695
24696         * nnslashdot.el (nnslashdot-read-groups): do.
24697
24698         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24699         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24700
24701         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24702         (nnspool-sift-nov-with-sed): Use last.
24703         (nnspool-retrieve-headers-with-nov): Use mapc.
24704         (nnspool-request-newgroups): Use dolist.
24705         (nnspool-request-group): Use last.
24706
24707         * nntp.el (nntp-read-server-type): Use dolist.
24708
24709         * nnvirtual.el (nnvirtual-create-mapping)
24710         (nnvirtual-update-read-and-marked): Use dolist.
24711         (nnvirtual-convert-headers): Simplify.
24712
24713 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24714
24715         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24716         Add support for sync'ing tick marks.
24717
24718 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24719
24720         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24721         there's no visible header.
24722
24723 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24724
24725         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24726         When necessary, pass full group name to gnus-request-set-marks.
24727
24728 2004-10-01  Simon Josefsson  <jas@extundo.com>
24729
24730         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24731         acroread.
24732
24733 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24734
24735         * spam-report.el (spam-report-gmane): Fix interactive.
24736
24737         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24738
24739         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24740         when writing file.
24741         (gnus-agent-synchronize-flags): Don't default to being
24742         interactive.
24743
24744 2004-09-30  Simon Josefsson  <jas@extundo.com>
24745
24746         * message.el (message-generate-hashcash): Add.
24747         (message-send-mail): Use it, call mail-add-payment.
24748
24749 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24750
24751         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24752
24753 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24754
24755         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24756         gnus-requst-update-info with explicit code to sync the in-memory
24757         info read flags with the marks being sync'd to the backend.
24758
24759         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24760
24761 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24762
24763         * spam.el (spam-verify-bogofilter): Add new function.
24764         (spam-check-bogofilter)
24765         (spam-bogofilter-register-with-bogofilter): Use it.
24766         (spam-verify-bogofilter): Add small fixes.
24767
24768 2004-09-28  Simon Josefsson  <jas@extundo.com>
24769
24770         * hashcash.el (hashcash-generate-payment): Revert.
24771
24772 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24773
24774         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24775         Use gnus-extract-references instead of gnus-split-references.
24776
24777         * gnus-util.el (gnus-extract-references): Add new function, analogous
24778         to gnus-split-references but extracts only the message-ID without
24779         anything extra.
24780
24781         * hashcash.el (hashcash-generate-payment)
24782         (hashcash-check-payment): Do the right thing if hashcash-path is
24783         nil (because the hashcash program could not be found).
24784
24785         * spam.el (spam-use-hashcash): Remove comment.
24786
24787 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24788
24789         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24790         (gnus-cache-enter-article, gnus-cache-remove-article)
24791         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24792
24793         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24794
24795         * gnus-art.el (article-hide-boring-headers)
24796         (article-translate-strings, article-display-face)
24797         (gnus-article-mime-match-handle-first)
24798         (gnus-article-highlight-headers)
24799         (gnus-article-add-buttons-to-head): do.
24800
24801 2004-09-27  Simon Josefsson  <jas@extundo.com>
24802
24803         * hashcash.el: New version, from
24804         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24805         ../contrib/.
24806
24807 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24808
24809         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24810
24811 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24812
24813         * gnus-dup.el (gnus-dup-open): Use mapc.
24814         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24815
24816         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24817         Reported by Stefan Wiens <s.wi@gmx.net>.
24818
24819         * gnus.el (gnus-shutdown): Use dolist.
24820
24821         * gnus-undo.el (gnus-undo): Use mapc.
24822
24823         * nnrss.el (nnrss-generate-active): do.
24824
24825         * message.el (message-cite-original-without-signature)
24826         (message-cite-original): Use mapc.
24827         (message-do-actions, message-make-forward-subject): Use dolist.
24828
24829 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24830
24831         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24832         deletion to remove entire duplicate line.  Fixes merged article
24833         number bug.
24834
24835 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24836
24837         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24838         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24839         first ask if you want to open a server and then, even when you
24840         responded with no, asking if you want to synchronize the server's
24841         flags.
24842         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24843         multi-line expressions.
24844         (gnus-agent-synchronize-group-flags): New internal function.
24845         Updates marks in memory (in the info structure) AND in the
24846         backend.
24847
24848         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24849
24850         * nnagent.el (nnagent-request-set-mark):
24851         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24852         method, to ensure that synchronization updates marks in the
24853         backend and in the info (in memory) structure.
24854
24855 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24856
24857         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24858         convention fully; don't miss the root article of a thread; make
24859         the X-Draft-From header with correct article numbers.
24860
24861 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24862
24863         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24864         unless plugged.  Disable the agent so that an open failure causes
24865         an error.
24866
24867         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24868         Revert 2004-09-21 change.  The backend must be opened while
24869         synchronizing flags even when the backend stores the flags
24870         locally.
24871
24872 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24873
24874         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24875         in `header' match.  Reported by Svend Tollak Munkejord.
24876
24877         * message.el (message-cite-original): Fix use of
24878         `message-cite-articles-with-x-no-archive'.
24879
24880 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24881
24882         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24883         (gnus-window-to-buffer): Ditto.
24884
24885         * mml.el (mml-preview-buffer): New variable.
24886         (mml-preview): Manage window layout with gnus-buffer-configuration.
24887
24888         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24889         X-Draft-From header even if those articles aren't quoted.
24890
24891 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24892
24893         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24894         (gnus-request-set-mark, gnus-request-update-mark): Use new
24895         g-s-t-u-l-m to decide to use backend even when unplugged.
24896
24897 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24898
24899         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24900         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24901
24902 2004-09-20  Simon Josefsson  <jas@extundo.com>
24903
24904         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24905         "utf-16-le".
24906
24907 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24908
24909         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24910
24911 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24912
24913         * uudecode.el (uudecode-use-external): Add :version.
24914
24915         * smime.el (smime-CA-file, smime-encrypt-cipher)
24916         (smime-dns-server): Add :version.
24917
24918         * smiley.el (gnus-smiley-file-types): Add :version.
24919
24920         * sha1.el (sha1-use-external): Add :version.
24921
24922         * pgg-def.el (pgg-query-keyserver): Add :version.
24923
24924         * nnmail.el (nnmail-fancy-expiry-targets)
24925         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
24926         Add :version.
24927
24928         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
24929         (nnimap-retrieve-groups-asynchronous): Add :version.
24930         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
24931
24932         * mml.el (mml-content-disposition-parameters)
24933         (mml-insert-mime-headers-always): Add :version.
24934
24935         * mm-util.el (mm-coding-system-priorities): Add :version.
24936
24937         * mm-decode.el (mm-inline-text-html-with-images)
24938         (mm-keep-viewer-alive-types, mm-external-terminal-program)
24939         (mm-verify-option): Add :version.
24940         (mm-text-html-renderer): Change :version.
24941
24942         * message.el (message-fcc-externalize-attachments)
24943         (message-required-headers, message-draft-headers)
24944         (message-subject-trailing-was-query)
24945         (message-subject-trailing-was-ask-regexp)
24946         (message-subject-trailing-was-regexp, message-mark-insert-begin)
24947         (message-mark-insert-end, message-archive-header)
24948         (message-archive-note, message-cross-post-default)
24949         (message-cross-post-note, message-followup-to-note)
24950         (message-cross-post-note-function, message-use-mail-followup-to)
24951         (message-subscribed-address-functions)
24952         (message-subscribed-address-file, message-subscribed-addresses)
24953         (message-subscribed-regexps, message-allow-no-recipients)
24954         (message-yank-cited-prefix, message-signature-insert-empty-line)
24955         (message-hidden-headers, message-hierarchical-addresses)
24956         (message-mail-user-agent, message-use-idna)
24957         (message-valid-fqdn-regexp)
24958         (message-strip-special-text-properties, message-header-synonyms)
24959         (message-beginning-of-line, message-tab-body-function): Add :version.
24960         (message-insert-canlock, message-wide-reply-confirm-recipients):
24961         Change :version.
24962
24963         * mail-source.el (mail-source-ignore-errors): Add :group, :type
24964         and :version.
24965         (mail-source-delete-old-incoming-confirm)
24966         (mail-source-movemail-program): Add :version.
24967
24968         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
24969         (gnus-agent-cache, gnus-agent): Change :version.
24970
24971         * gnus-util.el (gnus-use-byte-compile): Change :version.
24972
24973         * gnus-sum.el (gnus-summary-make-false-root-always)
24974         (gnus-summary-default-high-score)
24975         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
24976         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
24977         (gnus-read-all-available-headers, gnus-article-emulate-mime)
24978         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
24979         (gnus-sum-thread-tree-single-indent)
24980         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
24981         (gnus-sum-thread-tree-leaf-with-other)
24982         (gnus-sum-thread-tree-single-leaf): Add :version.
24983         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
24984         (gnus-article-loose-mime): Change :version.
24985
24986         * gnus-start.el (gnus-backup-startup-file)
24987         (gnus-save-startup-file-via-temp-buffer): Add :version.
24988
24989         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
24990         (gnus-server-offline-face): Add :version.
24991
24992         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
24993
24994         * gnus-msg.el (gnus-gcc-externalize-attachments)
24995         (gnus-debug-files, gnus-debug-exclude-variables)
24996         (gnus-discouraged-post-methods): Change :version.
24997         (gnus-confirm-mail-reply-to-news)
24998         (gnus-confirm-treat-mail-like-news): Add :version.
24999
25000         * gnus-int.el (gnus-server-unopen-status): Add :version.
25001
25002         * gnus-group.el (gnus-group-jump-to-group-prompt)
25003         (gnus-large-ephemeral-newsgroup)
25004         (gnus-fetch-old-ephemeral-headers): Add :version.
25005
25006         * gnus-fun.el (gnus-x-face-directory)
25007         (gnus-convert-pbm-to-x-face-command)
25008         (gnus-convert-image-to-x-face-command)
25009         (gnus-convert-image-to-face-command): Add :version.
25010
25011         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25012
25013         * gnus-cite.el (gnus-cite-blank-line-after-header)
25014         (gnus-article-boring-faces): Add :version.
25015
25016         * gnus-art.el (gnus-buttonized-mime-types)
25017         (gnus-inhibit-mime-unbuttonizing)
25018         (gnus-treat-display-face)
25019         (gnus-treat-body-boundary): Change :version.
25020         (gnus-body-boundary-delimiter, gnus-picon-databases)
25021         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25022         (gnus-treat-date-english, gnus-treat-fold-headers)
25023         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25024         (gnus-treat-mail-picon, gnus-treat-wash-html)
25025         (gnus-article-encrypt-protocol)
25026         (gnus-use-idna, gnus-article-over-scroll)
25027         (gnus-mime-display-multipart-alternative-as-mixed)
25028         (gnus-mime-display-multipart-related-as-mixed)
25029         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25030         (gnus-ctan-url, gnus-button-ctan-handler)
25031         (gnus-button-handle-ctan-bogus-regexp)
25032         (gnus-button-ctan-directory-regexp)
25033         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25034         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25035         (gnus-button-man-level, gnus-button-emacs-level)
25036         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25037
25038         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25039         (gnus-agent-go-online): Change :version.
25040         (gnus-agent-expire-unagentized-dirs)
25041         (gnus-agent-auto-agentize-methods): Add :version.
25042
25043         * flow-fill.el (fill-flowed-display-column)
25044         (fill-flowed-encode-column): Add :version.
25045
25046         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25047         (gnus-outlook-deuglify-unwrap-max)
25048         (gnus-outlook-deuglify-cite-marks)
25049         (gnus-outlook-deuglify-unwrap-stop-chars)
25050         (gnus-outlook-deuglify-no-wrap-chars)
25051         (gnus-outlook-deuglify-attrib-cut-regexp)
25052         (gnus-outlook-deuglify-attrib-verb-regexp)
25053         (gnus-outlook-deuglify-attrib-end-regexp)
25054         (gnus-outlook-display-hook): Add :version.
25055
25056         * binhex.el (binhex-use-external): Add :version.
25057
25058 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25059
25060         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25061         and `invisible'.
25062
25063 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25064
25065         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25066         in gnus-registry-trim.
25067
25068 2004-09-13  Simon Josefsson  <jas@extundo.com>
25069
25070         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25071
25072         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25073
25074         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25075         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25076         <yamaoka@jpl.org>.
25077         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25078         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25079         <yamaoka@jpl.org>.
25080
25081         * sieve.el (sieve-manage-mode): Ditto.
25082
25083 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25084
25085         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25086
25087 2004-09-11  Simon Josefsson  <jas@extundo.com>
25088
25089         * dns-mode.el: Add.
25090
25091         * mm-view.el (mm-display-dns-inline): Add.
25092
25093         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25094         (mm-automatic-display): Ditto.
25095
25096         * mailcap.el (mailcap-mime-data): Add text/dns.
25097         (mailcap-mime-extensions): Map .soa to text/dns.
25098
25099 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25100
25101         * gnus-art.el (article-decode-mime-words, article-babel)
25102         (gnus-article-highlight-signature, gnus-article-add-buttons)
25103         (gnus-signature-toggle): Remove unnecessary bindings of
25104         `inhibit-read-only' inherited from v5.10 merge.
25105
25106 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25107
25108         * nntp.el (nntp): New customization group.
25109         (nntp-authinfo-file): Add customization group.
25110
25111         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25112
25113         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25114
25115         * gnus.el (to-address, to-list, subscribed)
25116         (large-newsgroup-initial): Ditto.
25117
25118         * flow-fill.el (fill-flowed-display-column)
25119         (fill-flowed-encode-column): Ditto.
25120
25121 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25122
25123         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25124         Use point-min rather than 1.
25125         (message-send-mail): Use buffer-size rather than point-max.
25126
25127         * gnus-sum.el (gnus-summary-search-article-forward):
25128         Signal a specific `search-failed' rather than a generic `error'.
25129
25130         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25131         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25132         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25133
25134 2004-09-10  Simon Josefsson  <jas@extundo.com>
25135
25136         * nndb.el (require): Remove tcp and duplicate cl.
25137
25138 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25139
25140         * gnus-agent.el (directory-files-and-attributes): Move forward.
25141
25142 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25143
25144         * gnus-agent.el (directory-files-and-attributes):
25145         Optionally defined to support XEmacs.
25146
25147 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25148
25149         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25150         to avoid run-time CL dependencies.
25151         (gnus-agent-unfetch-articles): New function.
25152         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25153         article numbers even when local .overview file is missing.
25154         (gnus-agent-read-article-number): New function.  Only accepts
25155         27-bit article numbers.
25156         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25157         Use gnus-agent-read-article-number.
25158         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25159         from backend while recognizing that article numbers in .overview
25160         must be valid.
25161         (gnus-agent-update-files-total-fetched-for):
25162         Use directory-files-and-attributes to improve performance.
25163         * gnus-int.el (gnus-request-move-article):
25164         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25165         improve performance.
25166
25167         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25168         some users confused by references to .newsrc when they only have a
25169         .newsrc.eld file.
25170         (gnus-convert-mark-converter-prompt)
25171         (gnus-convert-converter-needs-prompt): Fix use of property list.
25172         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25173         New function.  Used internally to only display 'gnus converting
25174         files' message when actually necessary.
25175
25176         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25177         methods now autoloaded.
25178
25179 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25180
25181         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25182         identifiers.
25183
25184 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25185
25186         * gnus-picon.el: Fix indentation and closing parenthesis.
25187
25188 2004-09-01  Simon Josefsson  <jas@extundo.com>
25189
25190         * message.el (message-canlock-generate): Require sha1, not
25191         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25192         to require within a function.  Sadly, if sha1.el isn't loaded, the
25193         let binding in m-c-g will hide the defcustom definition, which is
25194         bad.)
25195
25196         * canlock.el: Require sha1, not sha1-el.
25197
25198         * message.el: Don't autoload sha1 (there is a autoload cookie in
25199         sha1.el).
25200
25201         * sha1-el.el: Rename to sha1.el.
25202
25203 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25204
25205         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25206
25207 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25208
25209         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25210
25211 2004-08-30  Kim F. Storm  <storm@cua.dk>
25212
25213         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25214
25215         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25216         Add :group 'nnimap.
25217
25218 2004-08-30  Andreas Schwab  <schwab@suse.de>
25219
25220         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25221         ?* and ?\;.
25222
25223         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25224         and ?\' to symbol instead of whitespace.
25225
25226 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25227
25228         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25229
25230         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25231         instead of re-search-forward.
25232
25233         * gnus-uu.el (gnus-uu-save-article): Ditto.
25234         (gnus-uu-post-encode-uuencode): Ditto.
25235
25236         * html2text.el (html2text-clean-list-items): Ditto.
25237         (html2text-clean-dtdd): Ditto.
25238         (html2text-format-tags): Ditto.
25239
25240         * message.el (message-send-mail-with-sendmail): Fix regexp.
25241         (message-fill-field-general): Use search-forward instead of
25242         re-search-forward.
25243         (unbold-region): Ditto.
25244
25245         * nnrss.el (nnrss-request-article): Ditto.
25246
25247         * nnslashdot.el (nnslashdot-request-article): Ditto.
25248
25249         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25250
25251         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25252         "Unrecognized menu descriptor" error in XEmacs.
25253
25254 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25255
25256         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25257         parent article of a sparse article in the thread hashtb.
25258
25259 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25260
25261         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25262         (nnmail-expand-newtext): Lowercase expanded entries if
25263         nnmail-split-lowercase-expanded is non-nil.
25264
25265 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25266
25267         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25268
25269         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25270         of gnus-tmp-news-method into string under XEmacs.  It will be
25271         passed to gnus-correct-length which takes only a string argument.
25272
25273 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25274
25275         * gnus-util.el (gnus-bind-print-variables): New macro.
25276         (gnus-prin1): Use it.
25277         (gnus-prin1-to-string): Use it.
25278         (gnus-pp): New function.
25279         (gnus-pp-to-string): New function.
25280
25281         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25282         Replace pp-to-string with gnus-pp-to-string.
25283         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25284         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25285         * gnus-msg.el (gnus-debug): Ditto.
25286         * gnus-score.el (gnus-score-save): Ditto.
25287         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25288         gnus-pp-to-string.
25289         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25290         with gnus-pp.
25291         * score-mode.el (gnus-score-pretty-print): Ditto.
25292         * webmail.el (webmail-debug): Ditto.
25293
25294 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25295
25296         * gnus-art.el (article-display-face, article-display-x-face):
25297         Use buffer-read-only.
25298
25299 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25300
25301         * gnus-art.el (article-hide-list-identifiers):
25302         Bind inhibit-read-only as t.
25303
25304 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25305
25306         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25307
25308 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25309
25310         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25311         (gnus-narrow-to-page): Don't assume point-min == 1.
25312         (gnus-article-edit-mode): Derive from message-mode.
25313
25314         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25315         point-min == 1.
25316
25317         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25318         Disable incorrect use of `assert'.
25319
25320         * message.el (message-mode): Set comment-start-skip.
25321
25322
25323 2004-08-22  Sam Steingold  <sds@gnu.org>
25324
25325         * pop3.el (pop3-leave-mail-on-server): New user variable.
25326         (pop3-movemail): Delete mail only when it is nil.
25327
25328 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25329
25330         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25331
25332         * mml.el (mml-preview): Use `pop-to-buffer'.
25333
25334         * message.el (message-goto-mail-followup-to): Insert after "To".
25335         (message-carefully-insert-headers): Add comment.
25336
25337         * gnus.el: Remove unused variable `gnus-article-check-size'.
25338
25339         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25340
25341         * gnus-art.el (gnus-button-alist):
25342         Improve `gnus-button-handle-library' entry.
25343
25344 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25345
25346         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25347         Use downcase, since XEmacs capitalizes error messages differently.
25348
25349 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25350
25351         * nntp.el: Add (require 'gnus) due to reference to
25352         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25353
25354 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25355
25356         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25357         Bind `mm-fill-flowed'.
25358
25359         * mm-decode.el (mm-dissect-singlepart): Check it.
25360
25361 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25362
25363         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25364         'imap' for netrc parsing.
25365
25366 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25367
25368         * mailcap.el (mailcap-mime-data): Mark as risky.
25369
25370 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25371
25372         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25373         may be included in the encoded word.
25374         (rfc2047-encode): Don't append a space if the encoded word
25375         includes close parenthesis.
25376
25377 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25378
25379         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25380         of text within parentheses.
25381
25382 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25383
25384         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25385         (gnus-encrypt-write-file-contents): Make the password key the file
25386         name PLUS the cipher, not just the cipher.  Also remove failed
25387         passwords from the cache.
25388
25389 2004-08-06  Simon Josefsson  <jas@extundo.com>
25390
25391         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25392         Doc fix.
25393
25394 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25395
25396         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25397         LWSP.
25398
25399 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25400
25401         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25402         Try to append in-reply-to: data to the references: header.
25403
25404         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25405         (netrc-parse): Use gnus-encrypt.el functions.
25406
25407         * gnus-encrypt.el: Add new file for encryption support; currently
25408         does only a few GPG ciphers and an internal XOR cipher.
25409
25410         * password.el: Add comments on using password-read-and-add.
25411         (password-read-and-add): Add function to read and add the
25412         password to the cache at once.
25413
25414 2004-07-28  Simon Josefsson  <jas@extundo.com>
25415
25416         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25417         parameter (but don't use it, for now).
25418
25419         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25420         instead of hard coding to nil.
25421
25422 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25423
25424         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25425         as mm-inline-image-xemacs does.
25426
25427 2004-07-26  Simon Josefsson  <jas@extundo.com>
25428
25429         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25430         Revert part of 2004-07-17 change below.
25431
25432 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25433
25434         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25435         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25436
25437 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25438
25439         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25440         quotes that actually start with ">" at the beginning of the
25441         lines.
25442
25443 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25444
25445         * rfc2047.el (rfc2047-encode-region): Fix last change.
25446         (rfc2047-encode-parameter): Remove useless concat.
25447
25448 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25449
25450         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25451         encode special characters; fix some kind of misconfigured headers;
25452         signal a real error if debug-on-quit or debug-on-error is non-nil.
25453         (rfc2047-encode-max-chars): New variable.
25454         (rfc2047-encode-1): Use it.
25455         (rfc2047-encode-parameter): New function.
25456
25457         * mml.el (mml-insert-parameter): Remove an excessive space.
25458
25459 2004-07-17  Simon Josefsson  <jas@extundo.com>
25460
25461         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25462         Kai Grossjohann <kai@emptydomain.de>.
25463         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25464         (gnus-group-make-menu-bar): Ditto.
25465
25466         * gnus-util.el (gnus-group-server): Add.
25467
25468 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25469
25470         * message.el (message-clone-locals): Clone sendmail and smtp
25471         variables.
25472
25473 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25474
25475         * rfc2047.el (rfc2047-encode-region): Fix last change.
25476
25477 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25478
25479         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25480         characters as non-special.
25481
25482 2004-07-09  Simon Josefsson  <jas@extundo.com>
25483
25484         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25485         Users will lose all flag changes made while unplugged with
25486         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25487         good default.  See numerous reports on ding mailing list.
25488
25489 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25490
25491         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25492         add generate-head-function and generate-article-function to the
25493         rfc822-forward entry.
25494         (nndoc-rfc822-forward-generate-article): New function.
25495         (nndoc-rfc822-forward-generate-head): New function.
25496
25497         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25498
25499 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25500
25501         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25502         respect display group parameter and gnus-summary-expunge-below.
25503         (gnus-articles-to-read): Remove unused reference to display group
25504         parameter.
25505
25506 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25507
25508         * nnheader.el (nnheader-uniquify-message-id): New experimental
25509         variable.
25510         (nnheader-nov-read-message-id): Use it.
25511
25512         * spam-report.el (spam-report-gmane): Add interactive.
25513
25514 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25515
25516         * mm-encode.el (mm-content-transfer-encoding-defaults):
25517         Use qp-or-base64 for the application/* types.
25518
25519 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25520
25521         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25522
25523 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25524
25525         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25526         trim value.
25527
25528 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25529
25530         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25531         New macro and function.
25532         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25533
25534 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25535
25536         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25537         after-load-alist.
25538
25539 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25540
25541         * gnus-group.el (gnus-group-get-new-news-this-group):
25542         Don't update info that isn't there.
25543
25544 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25545
25546         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25547         entry.
25548
25549 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25550
25551         * mm-view.el (mm-inline-render-with-function): Use multibyte
25552         buffer; decode html source by charset.
25553
25554         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25555
25556         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25557         Mule-UCS is loaded under XEmacs.
25558         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25559
25560 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25561
25562         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25563
25564 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25565
25566         * mm-util.el (mm-coding-system-p): Return a coding-system.
25567         (mm-mime-mule-charset-alist): Use shift_jis instead of
25568         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25569         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25570         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25571         instead of japanese-shift-jis and iso-latin-1 respectively in
25572         order to share the default value with both Emacs and XEmacs-mule.
25573         (mm-mule-charset-to-mime-charset):
25574         Make mm-coding-system-priorities effective.
25575         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25576         while predicating of candidates upon the priorities.
25577
25578 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25579
25580         * gnus-sum.el (gnus-summary-make-menu-bar):
25581         Add gnus-uu-invert-processable.
25582
25583         * gnus.el: Autoload gnus-uu-invert-processable.
25584
25585 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25586
25587         * mm-util.el (mm-with-multibyte-buffer): New macro.
25588
25589         * rfc2047.el (rfc2047-encode-string): Use it.
25590         (rfc2047-encode-region): Move point to the end of the region after
25591         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25592
25593 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25594
25595         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25596         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25597
25598 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25599
25600         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25601         (gnus-cite-parse): Ignore quoted envelope From_.
25602         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25603
25604 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25605
25606         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25607         invalid addresses.
25608
25609 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25610
25611         * spam.el: Change section markers, revise TODO list.
25612         (spam-backends): Make new master list of all installed backends.
25613         (spam-summary-exit-behavior): Add new variable to determine how
25614         messages moves are done at summary exit.
25615         (spam-move-spam-nonspam-groups-only)
25616         (spam-process-ham-in-nonham-groups)
25617         (spam-process-ham-in-spam-groups): Remove variables, the
25618         spam-summary-exit-behavior variable should be used to manage this
25619         behavior.
25620         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25621         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25622         and spam-old-spam-articles.
25623         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25624         Add empty variables, placeholders for the backends they represent.
25625         (spam-set-difference): Move, unchanged.
25626         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25627         unless the user has a processor variable.
25628         (spam-classifications, spam-classification-valid-p)
25629         (spam-backend-properties, spam-backend-property-valid-p)
25630         (spam-backend-function-type-valid-p)
25631         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25632         (spam-report-articles-gmane, spam-report-articles-resend):
25633         Remove functions, they are not needed.
25634         (spam-install-backend-super, spam-backend-list)
25635         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25636         (spam-backend-function, spam-backend-ham-registration-function)
25637         (spam-backend-spam-registration-function)
25638         (spam-backend-ham-unregistration-function)
25639         (spam-backend-spam-unregistration-function)
25640         (spam-backend-statistical-p, spam-backend-mover-p)
25641         (spam-install-backend-alias, spam-install-checkonly-backend)
25642         (spam-install-mover-backend, spam-install-nocheck-backend)
25643         (spam-install-backend, spam-install-statistical-backend)
25644         (spam-install-statistical-checkonly-backend): Add backend installation
25645         support.
25646         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25647         (spam-group-processor-p): Use the new backend code and respect the
25648         summary exit behavior.
25649         (spam-mark-spam-as-expired-and-move-routine): Remove.
25650         (spam-summary-prepare): Change to use the new spam-old-articles
25651         variable.
25652         (spam-copy-or-move-routine, spam-copy-spam-routine)
25653         (spam-move-spam-routine, spam-copy-ham-routine)
25654         (spam-move-ham-routine): Add code to copy/move ham or spam.
25655         (spam-fetch-field-fast): Improve doc and code, plus allow the
25656         'number request.
25657         (spam-list-of-checks, spam-list-of-statistical-checks):
25658         Remove variables.
25659         (spam-split, spam-find-spam): Use the new backend code.
25660         (spam-registration-functions): Remove variable.
25661         (spam-unregister-routine): Add convenience wrapper.
25662         (spam-log-undo-registration, spam-register-routine)
25663         (spam-log-processing-to-registry)
25664         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25665         where possible.
25666         (spam-check-gmane-xref, spam-check-regex-headers)
25667         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25668         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25669         (spam-check-bogofilter-headers, spam-check-spamoracle)
25670         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25671         (spam-check-crm114-headers): Use the spam-split-group that
25672         spam-split prepares, no need to determine it every time.
25673
25674         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25675         to the nnheader-parse-naked-head call.
25676
25677         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25678
25679         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25680         the nnheader-nov-read-message-id call.
25681
25682 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25683
25684         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25685         gnus-activate-group twice.  Suggested by Markus Peter
25686         <warp@spin.de>.
25687
25688 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25689
25690         * gnus-art.el (gnus-article-time-format): Exchange the order of
25691         day and month in the default value; fix customization type.
25692         (article-date-ut): Use add-text-properties.
25693         (article-make-date-line): Use message-make-date instead of
25694         current-time-string.
25695
25696         * message.el (message-fetch-field): Don't use set-text-properties.
25697         (message-make-date): Simplify.
25698
25699         * messagexmas.el (message-xmas-make-date): New function.
25700         (message-xmas-redefine): Defalias message-make-date to it.
25701
25702 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25703
25704         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25705         (rfc2047-encode-region): Treat text within parentheses as special;
25706         show the original text when error has occurred.
25707
25708         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25709         already-computed method to gnus-activate-group.
25710
25711         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25712         same select-methods identical Lisp objects.
25713
25714         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25715         object when modifying the info.
25716
25717 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25718
25719         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25720         gnus-opened-servers since it has never been opened with the new
25721         configuration yet.
25722
25723 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25724
25725         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25726         arg to nnheader-generate-fake-message-id.
25727
25728 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25729
25730         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25731         number and build a fake message ID localized to a group and
25732         article number (so it's repeatable from that point on).
25733         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25734         ID format.
25735
25736         * gnus-sum.el (gnus-get-newsgroup-headers):
25737         Call nnheader-generate-fake-message-id with the article number.
25738
25739 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25740
25741         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25742         end-of-buffer.
25743
25744 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25745
25746         * message.el (message-ignored-supersedes-headers): Add Approved.
25747
25748 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25749
25750         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25751         goto-char.
25752         (rfc2047-encode): Fold the line before encoding.
25753
25754 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25755
25756         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25757         folding -- not all headers can be folded, and this should be done
25758         by the message composition mode.  Probably.  I think.
25759
25760 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25761
25762         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25763         fast.
25764
25765         * gnus-ems.el (gnus-remove-image): Don't use
25766         message-text-with-property; remove only the image found first.
25767
25768         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25769         found first.
25770
25771 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25772
25773         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25774
25775 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25776
25777         * message.el (message-text-with-property): Make it fast and accept
25778         optional arguments.
25779         (message-strip-forbidden-properties): Use it.
25780         (message-fix-before-sending): Follow the m-t-w-p change.
25781
25782         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25783
25784 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25785
25786         * gnus-art.el (article-hide-headers): Don't change the buffer
25787         mistakenly when performing mml-preview even if
25788         gnus-single-article-buffer is nil.
25789
25790 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25791
25792         * message.el (message-expand-name-databases): New user option.
25793         (message-expand-name): Use it.
25794
25795 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25796
25797         * spam.el (spam-report-articles-resend)
25798         (spam-report-resend-register-routine): Allow ham reporting.
25799         (spam-report-resend-register-ham-routine): Add wrapper.
25800         (spam-registration-functions): Add ham resending functions.
25801         (spam-list-of-processors): Add ham resend processor.
25802
25803         * gnus.el (ham-resend-to): Add new group parameter.
25804         (spam-process): Add ham resend option.
25805
25806         * spam-report.el (spam-report-resend): Allow reporting ham.
25807         (spam-report-resend-ham): Add wrapper.
25808
25809 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25810
25811         * message.el (message-cite-articles-with-x-no-archive):
25812         New variable.
25813         (message-cite-original): Use it.
25814
25815 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25816
25817         * message.el (message-cite-original): Respect X-No-Archive.
25818
25819 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25820
25821         * gnus-art.el (article-hide-headers): Refer to the values for
25822         gnus-ignored-headers and gnus-visible-headers in the summary
25823         buffer since a user may have set them as group parameters.
25824
25825 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25826
25827         * assistant.el (assistant-node-name): Add convenience function.
25828         (assistant-render-text, assistant-render-node): Add error handling,
25829         plus handle multiple next nodes.
25830         (assistant-find-next-node): Comment out for now.
25831         (assistant-find-next-nodes): Add function, returns list of next
25832         nodes.
25833
25834 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25835
25836         * mail-source.el (mail-source-directory): Fix doc-string.
25837
25838 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25839
25840         * assistant.el (assistant-render-text, assistant-eval): Add :set
25841         widget type, which is different because it takes and returns a
25842         list.  Much hilarity ensues.
25843
25844 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25845
25846         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25847
25848         * gnus-group.el (gnus-group-get-new-news-this-group):
25849         Add doc-string.
25850
25851         * gnus-start.el (gnus-activate-group): Add doc-string.
25852
25853 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25854
25855         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25856
25857 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25858
25859         * assistant.el (assistant-render-text): Try to add a :set
25860         widget, more to come.
25861
25862         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25863         strings.
25864         (spam-report-articles-resend)
25865         (spam-register-routine): Do registration iff any articles warrant
25866         it.
25867         (spam-summary-prepare-exit): Change log message for nil group
25868         destinations.
25869
25870 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25871
25872         * spam.el (spam-report-resend-register-routine):
25873         Allow spam-report-resend-to to be a group parameter or a global value.
25874
25875 2004-05-26  Simon Josefsson  <jas@extundo.com>
25876
25877         * starttls.el: Merge with my GNUTLS based starttls.el.
25878         (starttls-gnutls-program, starttls-use-gnutls)
25879         (starttls-extra-arguments, starttls-process-connection-type)
25880         (starttls-connect, starttls-failure, starttls-success):
25881         New variables.
25882         (starttls-program, starttls-extra-args): Doc fix.
25883         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25884         New functions.
25885         (starttls-negotiate, starttls-open-stream):
25886         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25887         function if it is set.
25888
25889 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25890
25891         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25892         structured fields.
25893
25894 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25895
25896         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25897
25898 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25899
25900         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25901         Add variable.
25902         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25903         assigning the spam-mark to new messages.
25904
25905 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25906
25907         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25908
25909 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25910
25911         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25912
25913         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25914         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25915         default.
25916
25917 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25918
25919         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25920         correct data.
25921
25922 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
25923
25924         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
25925         (spam-group-processor-p): Fix function.
25926         (spam-group-processor-multiple-p)
25927         (spam-group-spam-processor-report-gmane-p)
25928         (spam-group-spam-processor-report-resend-p)
25929         (spam-group-spam-processor-bogofilter-p)
25930         (spam-group-spam-processor-blacklist-p)
25931         (spam-group-spam-processor-ifile-p)
25932         (spam-group-ham-processor-ifile-p)
25933         (spam-group-spam-processor-spamoracle-p)
25934         (spam-group-spam-processor-crm114-p)
25935         (spam-group-ham-processor-bogofilter-p)
25936         (spam-group-spam-processor-stat-p)
25937         (spam-group-ham-processor-stat-p)
25938         (spam-group-ham-processor-whitelist-p)
25939         (spam-group-ham-processor-BBDB-p)
25940         (spam-group-ham-processor-spamoracle-p)
25941         (spam-group-ham-processor-copy-p): Remove functions with some
25942         prejudice against unneeded code.
25943         (spam-report-articles-resend)
25944         (spam-report-resend-register-routine): Allow the group/topic
25945         spam-resend-to value to override spam-report-resend-to.
25946         (spam-summary-prepare-exit): Invoke spam-group-processor-p
25947         properly now.
25948
25949         * gnus.el (spam-resend-to): Add group/topic parameter.
25950         (spam-process): Move the OBSOLETE processors to the end of the
25951         choices.
25952
25953 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
25954
25955         * spam-report.el (spam-report-resend-to, spam-report-resend):
25956         Start with resend-to set to nil, and then ask the user if necessary.
25957         (spam-report-resend): spam-report-resend takes a list of articles, not
25958         separate article numbers.
25959
25960 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25961
25962         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
25963         addition to emacs-w3m.
25964
25965 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25966
25967         * assistant.el (assistant-authinfo-data): New function.
25968         (assistant-eval): Eval for entire assistant.
25969
25970         * netrc.el (netrc-services-file): New variable.
25971         (netrc-parse-services): New function.
25972         (netrc-find-service-name): New function.
25973         (netrc-find-service-number): New function.
25974         (netrc-port-equal): New function.
25975         (netrc-machine): Use it.
25976
25977         * nnimap.el (nnimap-open-connection): Use netrc.
25978
25979         * gnus-util.el (gnus-netrc-get): Remove aliases.
25980
25981         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
25982
25983         * assistant.el (wid-edit): Fix compilation.
25984
25985         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
25986
25987 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
25988
25989         * gnus-util.el (gnus-set-file-modes): New function.  (small
25990         patch).
25991
25992 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25993
25994         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
25995
25996         * assistant.el (assistant-render-node): Fix up rendering and
25997         read-only text.
25998         (assistant-render-node): Reset.
25999         (assistant-make-read-only): Not sticky.
26000
26001 2004-05-20  Danny Siu  <dsiu@adobe.com>
26002
26003         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26004         centered even when gnus-auto-center-summary is t.
26005
26006 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26007
26008         * dns.el (dns-get-txt-answer): New function.
26009         (dns-read-txt): Ditto.
26010         (query-dns): Use it.
26011
26012 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26013
26014         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26015         active for foreign groups even if the group level is higher than
26016         the specified value.
26017
26018 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26019
26020         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26021         non-active groups.
26022
26023         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26024
26025 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26026
26027         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26028
26029 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26030
26031         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26032         (spam-crm114-header, spam-crm114-spam-switch)
26033         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26034         (spam-crm114-positive-spam-header)
26035         (spam-crm114-database-directory, spam-list-of-processors)
26036         (spam-group-spam-processor-crm114-p)
26037         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26038         (spam-generic-score, spam-list-of-checks)
26039         (spam-list-of-statistical-checks, spam-registration-functions)
26040         (spam-check-crm114-headers, spam-crm114-score)
26041         (spam-check-crm114, spam-crm114-register-with-crm114)
26042         (spam-crm114-register-spam-routine)
26043         (spam-crm114-unregister-spam-routine)
26044         (spam-crm114-register-ham-routine)
26045         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26046
26047 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26048
26049         * gnus.el: Add spam-use-crm114.
26050
26051         * spam.el (spam-list-of-processors, spam-registration-functions):
26052         Add spam-use-resend.
26053         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26054         (spam-report-articles-gmane): Add doc fix.
26055         (spam-report-articles-resend, spam-report-resend-register-routine):
26056         Add wrappers around spam-report-resend-to.
26057
26058         * spam-report.el (spam-report-resend-to, spam-report-resend):
26059         Add support for resending spam.
26060         (spam-report-gmane): Fix line length >80.
26061
26062         * gnus.el (spam-process): Add spam-use-resend.
26063
26064 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26065
26066         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26067         number of processed spam messages.
26068         (spam-ham-copy-or-move-routine): Return the number of processed
26069         ham messages.
26070         (spam-summary-prepare-exit): Use the above values to decide
26071         whether status messages should be displayed.
26072
26073 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26074
26075         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26076         `rfc2047-encoding-function-alist' in order to avoid conflicting
26077         with the old version.
26078         (rfc2047-encode-region): Concatenate words containing non-ASCII
26079         characters in structured fields; don't encode space-delimited
26080         ASCII words even in unstructured fields; don't break words at
26081         char-category boundaries.
26082         (rfc2047-encode-1): New function.
26083         (rfc2047-encode): Use it; encode text so that it occupies the
26084         maximum width within 76-column; work correctly on Q encoding for
26085         iso-2022-* charsets.
26086         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26087         sure not to break a line just after the header name.
26088         (rfc2047-b-encode-region): Remove.
26089         (rfc2047-b-encode-string): New function.
26090         (rfc2047-q-encode-region): Remove.
26091         (rfc2047-q-encode-string): New function.
26092
26093         * mm-util.el (mm-replace-in-string): New function.
26094
26095 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26096
26097         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26098         Really get it right.
26099         (gnus-inews-make-draft): Really.
26100
26101 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26102
26103         * nnmh.el (nnmh-request-list-1): Don't check the link count
26104         before descending.  (small patch)
26105
26106 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26107
26108         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26109         stuff.
26110
26111         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26112         Match on real group name.
26113
26114         * gnus-art.el (gnus-signature-limit): Doc fix.
26115
26116         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26117
26118         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26119
26120 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26121
26122         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26123         isn't a string.
26124
26125 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26126
26127         * gnus-draft.el (gnus-draft-send):
26128         Bind rfc2047-encode-encoded-words.
26129
26130         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26131         (rfc2047-encodable-p): Say that =? needs encoding.
26132         (rfc2047-encode-encoded-words): New variable.
26133
26134         * gnus-group.el (gnus-group-select-group): Doc fix.
26135
26136         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26137
26138         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26139         to nil.
26140
26141         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26142
26143         * nnheader.el (nnheader-get-lines-and-char): New function.
26144
26145 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26146
26147         * gnus-msg.el (gnus-summary-followup-with-original):
26148         Document yanking of region when active.
26149
26150 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26151
26152         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26153         groups if the group level is higher than the specified value.
26154
26155 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26156
26157         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26158         (gnus-group-jump-to-group): Add prefix argument using
26159         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26160         non-active group.
26161
26162         * compface.el (uncompface): Be verbose when changing
26163         `uncompface-use-external'.
26164
26165         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26166         handle manual section.
26167
26168 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26169
26170         * gnus-art.el (gnus-button-alist): Revert previous change.
26171
26172 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26173
26174         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26175
26176 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26177
26178         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26179         whether backend can accept message.
26180
26181         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26182
26183 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26184
26185         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26186         Avoid creating directory when nntp-marks-is-evil is true.
26187         Reported by Reiner Steib.
26188
26189 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26190
26191         * gnus-picon.el (gnus-picon-insert-glyph):
26192         Add optional `nostring' argument.
26193
26194 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26195
26196         * gnus-picon.el (gnus-picon-style): New variable.
26197         (gnus-picon-transform-address): Support `gnus-picon-style'.
26198
26199 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26200
26201         * message.el (message-fill-field): Return point.
26202         (message-generate-headers): Go to end of field.
26203
26204         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26205         stuff for non-living groups.
26206
26207 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26208
26209         * gnus-art.el (gnus-article-followup-with-original)
26210         (gnus-article-reply-with-original): gnus-mark-active-p ->
26211         gnus-region-active-p.
26212
26213 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26214
26215         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26216         only when there is spam or ham to be processed.
26217
26218 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26219
26220         * mail-source.el (mail-source-delete-crash-box): Refactor.
26221         (mail-source-fetch): Use it.
26222         (mail-source-fetch-file): Ditto.
26223         (mail-source-fetch-directory): Run postscript in loop.
26224         (mail-source-fetch-pop): Delete.
26225         (mail-source-fetch-maildir): Ditto.
26226         (mail-source-fetch-imap): Ditto.
26227
26228         * imap.el (imap-authenticators): Comment out sasl.
26229
26230         * message.el (message-skip-to-next-address): New function.
26231         (message-fill-header-address): Refactor.
26232         (message-fill-address): Use it.
26233         (message-delete-address): Use it.
26234         (message-fill-header-general): Refactor.
26235         (message-fill-field-address): Rename.
26236         (message-narrow-to-field): Find the start of the header.
26237         (message-header-format-alist): Don't pre-fill.
26238         (message-fill-header): Remove.
26239         (message-insert-header): New function.
26240         (message-shorten-references): Use it.
26241
26242         * rfc2047.el (rfc2047-field-value): Strip props.
26243
26244         * mail-parse.el (mail-header-make-address): New alias.
26245
26246         * ietf-drums.el (ietf-drums-make-address): New function.
26247
26248         * imap.el: Add compiler directives.
26249
26250         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26251
26252         * gnus-art.el (article-decode-idna-rhs): Don't use
26253         message-idna-inside-rhs-p.
26254
26255 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26256
26257         * message.el (message-idna-inside-rhs-p): Remove.
26258         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26259
26260         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26261         false positives.
26262
26263 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26264
26265         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26266
26267 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26268
26269         * nneething.el (nneething-file-name): Don't create spurious
26270         files.
26271
26272         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26273         (gnus-inews-do-gcc): Remove sleep.
26274
26275         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26276         part under point.
26277
26278         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26279         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26280
26281 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26282
26283         * spam.el (spam-summary-prepare-exit): Fix (length).
26284
26285 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26286
26287         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26288         as expired without moving it" message when there are spam
26289         messages left.
26290
26291 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26292
26293         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26294         header is not nil.
26295
26296 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26297
26298         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26299         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26300         (nntp-marks-changed-p): New arg SERVER.
26301         (nntp-request-update-info): Adjust caller.
26302
26303 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26304
26305         * nntp.el (nntp-save-marks): Pass missing arg.
26306
26307 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26308
26309         * nntp.el: Support marks.
26310         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26311         (nntp-marks-modtime, nntp-marks-directory): New variables.
26312         (nntp-request-set-mark, nntp-request-update-info)
26313         (nntp-possibly-create-directory, nntp-marks-changed-p)
26314         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26315         New functions.
26316
26317 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26318
26319         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26320         (gnus-xmas-redefine): Rename.
26321
26322         * gnus-score.el (gnus-score-insert-help):
26323         Use gnus-select-lowest-window.
26324
26325         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26326         appt-select-lowest-window and rename to gnus-select-lowest-window.
26327
26328         * gnus.el: do.
26329
26330 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26331
26332         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26333         encodings of MIME-encoded words, in order to improve
26334         interoperability with several broken MUAs.
26335
26336 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26337
26338         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26339         tags, only when charsets are not specified in headers.
26340         (mm-inline-text-html-render-with-w3m): Ditto.
26341
26342         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26343         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26344
26345 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26346
26347         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26348         instead of MIME-decoded from fields when checking
26349         `gnus-article-address-banner-alist'.
26350
26351 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26352
26353         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26354         description rather than subject.
26355
26356 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26357
26358         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26359
26360 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26361
26362         * gnus.el (gnus-version-number): Bump.
26363
26364 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26365
26366         * gnus.el: No Gnus v0.2 is released.
26367
26368 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26369
26370         * gnus-agent.el (gnus-agent-read-agentview):
26371         Inline gnus-uncompress-range.
26372
26373 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26374
26375         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26376         `exec-installed-p'.
26377
26378 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26379
26380         * gnus.el (spam-process, spam-autodetect-methods):
26381         Add bsfilter and bsfilter-headers.
26382
26383         * spam.el (spam-bsfilter): New customize group.
26384         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26385         (spam-bsfilter-header, spam-bsfilter-probability-header)
26386         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26387         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26388         (spam-bsfilter-database-directory): New options.
26389         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26390         (spam-list-of-statistical-checks, spam-registration-functions):
26391         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26392         (spam-bsfilter-score): New command.
26393         (spam-check-bsfilter-headers, spam-check-bsfilter)
26394         (spam-bsfilter-register-with-bsfilter)
26395         (spam-bsfilter-register-spam-routine)
26396         (spam-bsfilter-unregister-spam-routine)
26397         (spam-bsfilter-register-ham-routine)
26398         (spam-bsfilter-unregister-ham-routine): New functions.
26399         (spam-generic-score): Support bsfilter; Accept an optional argument
26400         to recalcurate spam score even if scoring header has already been
26401         added.
26402         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26403         optional argument to recalcurate spam score even if scoring header
26404         has already been added.
26405
26406 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26407
26408         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26409         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26410         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26411         link is missing.
26412
26413 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26414
26415         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26416         (html2text-get-attr): Rewrite.
26417
26418         * message.el (message-setup-1): Remove redundant put-text-property
26419         on mail-header-separator.
26420
26421 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26422
26423         * gnus-registry.el (gnus-registry-cache-whitespace)
26424         (gnus-registry-action, gnus-registry-spool-action)
26425         (gnus-registry-split-fancy-with-parent): Change message levels
26426         from 5 to 3 or 7, as needed.
26427
26428         * spam.el (spam-summary-prepare-exit)
26429         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26430         (spam-split, spam-find-spam, spam-log-undo-registration)
26431         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26432         level from 5 to 6.
26433
26434 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26435
26436         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26437         2004-03-04 change).
26438
26439 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26440
26441         * sieve-manage.el (sieve-manage-open):
26442         * nnweb.el (nnweb-insert-html):
26443         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26444         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26445         * nnspool.el (nnspool-request-group):
26446         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26447         * nnml.el (nnml-request-update-info):
26448         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26449         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26450         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26451         (nnimap-request-set-mark):
26452         * nnfolder.el (nnfolder-request-update-info):
26453         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26454         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26455         * gnus-uu.el (gnus-uu-find-articles-matching):
26456         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26457         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26458         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26459         * gnus-nocem.el (gnus-nocem-scan-groups):
26460         * gnus-int.el (gnus-start-news-server):
26461         * gnus-group.el (gnus-group-make-kiboze-group)
26462         (gnus-group-browse-foreign-server):
26463         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26464         Use mapc when appropriate.
26465
26466 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26467             Adam Sjøgren  <asjo@koldfront.dk>
26468             Wes Hardaker  <wes@hardakers.net>
26469             Michael Shields  <shields@msrl.com>
26470
26471         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26472         may need for spam sorting and scoring.
26473         (spam-user-format-function-S): Add user format function suitable for
26474         general use.
26475         (spam-article-sort-by-spam-status): Add sorting function for summary
26476         sorting.
26477         (spam-extra-header-to-number): Add function to get a score from a
26478         header.
26479         (spam-summary-score): Add function to get a numeric score from the
26480         headers.
26481         (spam-generic-score): Fix function doc, was in wrong place.
26482         (spam-initialize): Take symbols when it's run, and install the
26483         extra headers that spam-necessary-extra-headers thinks we need.
26484
26485 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26486
26487         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26488         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26489
26490 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26491
26492         * gnus-sum.el (gnus-set-global-variables)
26493         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26494         (gnus-article-get-xrefs, gnus-summary-best-group)
26495         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26496         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26497         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26498         Use with-current-buffer.
26499
26500 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26501
26502         * spam.el (spam-summary-prepare-exit): Simplify logic.
26503         (spam-fetch-article-header): Read the article header if it's not
26504         available.
26505         (spam-list-articles): Simplify logic.
26506         (spam-filelist-register-routine): Fix bug with unregister-list.
26507
26508         * gnus-registry.el: Fix comments at beginning.
26509
26510 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26511
26512         * message.el (message-cater-to-broken-inn): Remove.
26513         (message-shorten-references): Make sure the total folded length of
26514         References is shorter than 998 characters to cater to a bug in INN
26515         2.3.  Also, don't pretend that references aren't folded -- this
26516         hasn't worked for a while.
26517
26518 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26519
26520         * gnus-agent.el (gnus-agentize):
26521         gnus-agent-send-mail-real-function no longer set to current value
26522         of message-send-mail-function but rather a lambda that calls
26523         message-send-mail-function.  The change makes the agent real-time
26524         responsive to user changes to message-send-mail-function.
26525
26526 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26527
26528         * legacy-gnus-agent.el
26529         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26530         help from Florian Weimer <fw@deneb.enyo.de>
26531
26532 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26533
26534         * nnmail.el (nnmail-cache-insert): Revert last change.
26535
26536 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26537
26538         * nnmail.el (nnmail-cache-insert): Always check whether
26539         nnmail-cache-ignore-groups matches a group name.
26540
26541 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26542
26543         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26544         (spam-find-spam, spam-log-processing-to-registry)
26545         (spam-log-registered-p, spam-log-unregistration-needed-p)
26546         (spam-log-undo-registration): Use gnus-message instead of
26547         gnus-error, none of these errors are fatal.
26548
26549         * gnus-registry.el (gnus-registry-clean-empty-function)
26550         (gnus-registry-clean-empty): Remove only empty entries without
26551         extra data.
26552
26553 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26554
26555         * spam-stat.el (spam-stat-buffer-change-to-spam)
26556         (spam-stat-buffer-change-to-non-spam): Change (error) to
26557         (gnus-message 8) invocation.
26558
26559 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26560
26561         * nntp.el (nntp-via-netcat-command): New variable.
26562         (nntp-via-netcat-switches): New variable.
26563         (nntp-open-via-rlogin-and-netcat): New function.
26564         (nntp-open-connection-function): Doc fix.
26565         (nntp-telnet-command): Doc fix.
26566         (nntp-end-of-line): Doc fix.
26567         (nntp-via-rlogin-command): Doc fix.
26568         (nntp-via-user-name): Doc fix.
26569         (nntp-via-address): Doc fix.
26570
26571 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26572
26573         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26574         error in Emacs 21.1.
26575
26576 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26577
26578         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26579
26580 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26581
26582         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26583         (gnus-agent-with-refreshed-group): New macro.
26584         (gnus-agent-rename-group): New function.
26585         (gnus-agent-delete-group): New function.
26586         (gnus-agent-save-group-info): Use gnus-command-method when
26587         `method' parameter is nil.  Don't write nil entries into the
26588         active file.
26589         (gnus-agent-get-group-info): New function.
26590         (gnus-agent-fetch-articles):
26591         Use gnus-agent-update-files-total-fetched-for to increment disk space
26592         used.
26593         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26594         Use gnus-agent-update-view-total-fetched-for to increment disk space
26595         used.
26596         (gnus-agent-get-local): Add optional parameters to avoid calling
26597         gnus-group-real-name and gnus-find-method-for-group.
26598         (gnus-agent-set-local): Delete stored entry if either min, or max,
26599         are nil.
26600         (gnus-agent-fetch-session): Reworded error/quit messages.
26601         On quit, use gnus-agent-regenerate-group to record existance of any
26602         articles fetched to disk before the quit occurred.
26603         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26604         gnus-agent-update-view-total-fetched-for, and
26605         gnus-agent-update-files-total-fetched-for to decrement disk space
26606         used.
26607         (gnus-agent-retrieve-headers):
26608         Use gnus-agent-update-view-total-fetched-for to increment disk space
26609         used.
26610         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26611         with gnus-agent-update-files-total-fetched-for to decrement disk
26612         space and fresh group buffer.
26613         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26614         (gnus-agent-need-update-total-fetched-for): New variable.
26615         (gnus-agent-update-files-total-fetched-for): New function.
26616         (gnus-agent-update-view-total-fetched-for): New function.
26617         (gnus-agent-total-fetched-for): New function.
26618
26619         * gnus-cache.el (gnus-cache-save-buffers):
26620         Use gnus-cache-update-overview-total-fetched-for to change disk space
26621         used by this group.
26622         (gnus-cache-possibly-enter-article):
26623         Use gnus-cache-update-file-total-fetched-for to increment disk space
26624         used by this group.
26625         (gnus-cache-possibly-remove-article):
26626         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26627         used by this group.
26628         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26629         (gnus-cache-rename-group): New function.
26630         (gnus-cache-delete-group): New function.
26631         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26632         (gnus-cache-need-update-total-fetched-for): New variable.
26633         (gnus-cache-with-refreshed-group): New macro.
26634         (gnus-cache-update-file-total-fetched-for): New function.
26635         (gnus-cache-update-overview-total-fetched-for): New function.
26636         (gnus-cache-rename-group-total-fetched-for): New function.
26637         (gnus-cache-delete-group-total-fetched-for): New function.
26638         (gnus-cache-total-fetched-for): New function.
26639
26640         * gnus-group.el: Require gnus-sum and autoload functions to
26641         resolve warnings when gnus-group.el compiled alone.
26642         (gnus-group-line-format): Document new %F.
26643         (size of Fetched data) group line format; identifies disk space
26644         used by agent and cache.
26645         (gnus-group-line-format-alist): Define new F format.
26646         (gnus-total-fetched-for): New function.
26647         (gnus-group-delete-group): No longer update
26648         gnus-cache-active-altered as gnus-request-delete-group now keeps
26649         the cache in sync.
26650         (gnus-group-list-active): Let the agent store a server's active
26651         list if currently plugged.
26652
26653         * gnus-int.el (gnus-request-delete-group):
26654         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26655         local disk in sync with the server.
26656         (gnus-request-rename-group):
26657         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26658         local disk in sync with the server.
26659
26660         * gnus-start.el (gnus-get-unread-articles):
26661         Cosmetic simplification to logic.
26662
26663         * gnus-util.el (gnus-rename-file): New function.
26664
26665 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26666
26667         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26668
26669 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26670
26671         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26672         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26673
26674 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26675
26676         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26677         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26678
26679 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26680
26681         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26682
26683 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26684
26685         * spam.el (spam-set-difference): Add function to replace
26686         gnus-set-difference in spam.el.
26687         (spam-summary-prepare-exit): Use spam-set-difference.
26688
26689 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26690
26691         * gnus-registry.el (gnus-registry-cache-file): Update to use
26692         gnus-dribble-directory OR gnus-home-directory OR ~.
26693         (gnus-registry-split-fancy-with-parent): Fix doc.
26694
26695 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26696
26697         * message.el (message-exchange-point-and-mark):
26698         Use message-mark-active-p.  Suggested by Jesper Harder
26699         <harder@ifa.au.dk>.
26700
26701 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26702
26703         * message.el (message-exchange-point-and-mark): Don't activate
26704         region if it was inactive.  Suggested by Hiroshi Fujishima
26705         <pooh@nature.tsukuba.ac.jp>.
26706
26707 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26708
26709         * gnus-art.el (article-display-face): Display Faces in the same
26710         order as X-Faces.
26711
26712 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26713
26714         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26715
26716 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26717
26718         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26719         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26720         (gnus-article-mime-hierarchy): Remove.
26721         (gnus-article-mime-hierarchy-next): Remove.
26722         (gnus-article-mode): Revert 2004-03-19 change.
26723         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26724         (gnus-insert-mime-button): Revert 2004-03-19 change.
26725         (gnus-mime-accumulate-hierarchy): Remove.
26726         (gnus-mime-enter-multipart): Remove.
26727         (gnus-mime-leave-multipart): Remove.
26728         (gnus-mime-display-part): Revert 2004-03-19 change.
26729         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26730
26731         * mml.el (mml-preview): Revert 2004-03-19 change.
26732
26733 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26734
26735         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26736
26737 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26738
26739         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26740         t while entering a file name using the mm-with-multibyte macro.
26741         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26742
26743         * mm-util.el (mm-with-multibyte): New macro.
26744
26745 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26746
26747         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26748         New user option.
26749         (gnus-mime-multipart-functions): Doc and customization fix.
26750         (gnus-article-mime-hierarchy): New variable.
26751         (gnus-article-mime-hierarchy-next): New variable.
26752         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26753         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26754         gnus-article-mime-hierarchy-next to nil.
26755         (gnus-insert-mime-button): Show hierarchy numbers.
26756         (gnus-mime-accumulate-hierarchy): New function.
26757         (gnus-mime-enter-multipart): New function.
26758         (gnus-mime-leave-multipart): New function.
26759         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26760         (gnus-mime-display-alternative): Show hierarchy numbers.
26761
26762         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26763         gnus-article-mime-hierarchy-next to nil.
26764
26765 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26766
26767         * dns.el: Don't require gnus-xmas.
26768
26769 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26770
26771         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26772         inline PGP.
26773         (mml-menu): Disable mml-quote-region if mark is inactive.
26774
26775 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26776
26777         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26778         when the group's active is not available.
26779
26780 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26781
26782         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26783         error.
26784
26785 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26786
26787         * imap.el (imap-store-password): New variable.
26788         (imap-interactive-login): Use it.
26789         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26790
26791 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26792
26793         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26794         window-start and hscroll to summary window.
26795
26796 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26797
26798         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26799         conversion message to newsrc-dribble when an actual conversion is
26800         performed.
26801
26802 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26803
26804         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26805
26806 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26807
26808         * mm-decode.el (mm-complicated-handles): New function reviving
26809         former definition of mm-multiple-handles.
26810
26811         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26812         (gnus-mime-delete-part): Use it.
26813
26814 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26815
26816         * gnus-agent.el (gnus-agent-read-local):
26817         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26818         avoid the implicit assumption that they will always be equal.
26819         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26820         coding-system-for-write, as the with-temp-file macro first prints
26821         to a buffer then saves the buffer.
26822
26823 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26824
26825         * gnus-art.el (gnus-article-edit-part): New function.
26826         (gnus-mime-save-part-and-strip): Use it; do query instead of
26827         signaling an error; don't use mm-multiple-handles.
26828         (gnus-mime-delete-part): Ditto.
26829
26830 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26831
26832         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26833         old file versions.
26834         (gnus-group-prepare-hook): Remove function that converted list
26835         form of gnus-agent-expire-days to group properties.
26836
26837         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26838         (gnus-request-accept-article): Re-indented.
26839
26840         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26841         converters to handle old agent file formats.  Add logic for a
26842         "backup before upgrading warning".
26843         (gnus-convert-mark-converter-prompt): Developers can mark
26844         functions as needing (default), or not needing,
26845         gnus-convert-old-newsrc's "backup before upgrading warning".
26846         (gnus-convert-converter-needs-prompt): Tests whether the user
26847         should be protected from potentially irreversable changes by the
26848         function.
26849
26850         * legacy-gnus-agent.el: New.  Provides converters that are only
26851         loaded when gnus-convert-old-newsrc needs to call them.
26852
26853 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26854
26855         * mail-source.el (mail-source-touch-pop): Doc fix.
26856
26857         * message.el (message-smtpmail-send-it): Doc fix.
26858
26859 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26860
26861         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26862
26863         * nnmail.el (nnmail-split-fancy): do.
26864
26865         * gnus-kill.el (gnus-kill, gnus-execute): do.
26866
26867 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26868
26869         * gnus-sum.el (gnus-widget-reversible-match)
26870         (gnus-widget-reversible-to-internal)
26871         (gnus-widget-reversible-to-external): New functions.
26872         (gnus-widget-reversible): New widget.
26873         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26874
26875 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26876
26877         * gnus-sum.el (gnus-thread-sort-functions)
26878         (gnus-article-sort-functions): Document `(not F)' items.
26879
26880 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26881
26882         * spam.el (spam-use-gmane-xref): Add new backend.
26883         (spam-gmane-xref-spam-group): Add variable to control the name of the
26884         Gmane spam group.
26885         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26886         (spam-regex-headers-spam, spam-regex-headers-ham)
26887         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26888         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26889         backends and checks.
26890         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26891
26892         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26893         an autodetect method.
26894
26895 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26896
26897         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26898         articles are being added to a group.
26899         (gnus-request-replace-article): Inform the agent that articles
26900         need to be uncached as the cached contents are no longer valid.
26901
26902 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26903
26904         * binhex.el: Don't autoload executable-find.
26905
26906         * canlock.el: Don't autoload mail-fetch-field.
26907
26908         * dgnushack.el: Autoload c-mode for XEmacs.
26909
26910         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26911
26912         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26913         rmail-dont-reply-to and rmail-output.
26914
26915         * gnus-score.el: Don't autoload ffap-string-at-point.
26916
26917         * gnus-setup.el: Don't autoload sc-cite-original.
26918
26919         * imap.el: Don't autoload base64-decode-string,
26920         base64-encode-string and md5.
26921
26922         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
26923         and rmail-msg-restore-non-pruned-header.
26924
26925         * mm-decode.el: Don't autoload executable-find.
26926
26927         * mm-url.el: Don't autoload executable-find.
26928
26929         * mm-view.el: Don't autoload diff-mode.
26930
26931         * nndb.el: Don't autoload news-reply-mode, news-setup,
26932         cancel-timer and telnet.
26933
26934         * password.el: Don't autoload run-at-time for Emacs.
26935
26936         * sha1-el.el: Don't autoload executable-find.
26937
26938         * sieve-mode.el: Don't autoload c-mode.
26939
26940         * uudecode.el: Don't autoload executable-find.
26941
26942 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26943
26944         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
26945         (gnus-agent-possibly-alter-active): Avoid null in numeric
26946         comparison.
26947         (gnus-agent-set-local): Refuse to save null in local object table.
26948         (gnus-agent-regenerate-group): The REREAD parameter can now be a
26949         list of articles that will be marked as unread.
26950
26951 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26952
26953         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
26954
26955 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
26956
26957         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
26958         language tags.
26959
26960 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
26961
26962         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
26963         Don't bind "obarray".
26964
26965         * gnus-sum.el (gnus-thread-sort-functions):
26966         Add `gnus-thread-sort-by-most-recent-number' and
26967         `gnus-thread-sort-by-most-recent-date'.
26968         Reported by Kai Grossjohann <kai@emptydomain.de>.
26969
26970 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
26971
26972         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
26973
26974 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26975
26976         * gnus-cus.el (gnus-agent-customize-category):
26977         Remove ignore-errors macro reference that required cl to be loaded at
26978         run-time.
26979
26980         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
26981         single-interval range of the form (min . max).  Previously the
26982         range had to look like ((min . max)).  Likewise, return
26983         (min . max) rather than ((min . max)).
26984         (gnus-range-map): Use gnus-range-normalize to accept
26985         single-interval range.
26986
26987         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
26988         the cache, but not the agent, now appear with their usual face.
26989
26990         * dgnushack.el (loaddir): New variable that is bound to the
26991         directory containing the dgnushack.el file.  Use loaddir, rather
26992         than srcdir, to update load-path.  Change lets dgnushack compile
26993         code in directories other than GNUS/lisp.
26994
26995 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
26996
26997         * lpath.el: Don't bind w3m-safe-url-regexp.
26998
26999         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27000         w3m-safe-url-regexp variable buffer-local.
27001
27002         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27003
27004 2004-02-27  Simon Josefsson  <jas@extundo.com>
27005
27006         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27007         gnus-group-real-prefix.
27008         (gnus-summary-move-article): Use it, instead of
27009         gnus-group-real-prefix.
27010
27011 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27012
27013         * lpath.el: Bind w3m-safe-url-regexp.
27014
27015         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27016         w3m-safe-url-regexp variable buffer-local and set it as the value
27017         of mm-w3m-safe-url-regexp.
27018
27019         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27020
27021         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27022         parsing gnus-posting-styles when the message is not for replying.
27023
27024         * dgnushack.el: Autoload sgml-mode for XEmacs.
27025
27026         * nnrss.el (nnrss-opml-export):
27027         Use mm-set-buffer-file-coding-system instead of
27028         set-buffer-file-coding-system.
27029
27030 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27031
27032         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27033         of checkdoc.el).
27034         * nnrss.el: do.
27035         * gnus-mlspl.el: do.
27036         * gnus-ml.el: do.
27037         * gnus-srvr.el: do.
27038
27039         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27040
27041 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27042
27043         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27044         Corrections to custom-manual links.
27045
27046         * gnus-art.el (gnus-article): Ditto.
27047
27048         * mm-decode.el (mime-display, mime-security): Ditto.
27049
27050 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27051
27052         * flow-fill.el: Typo.
27053
27054 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27055
27056         * spam-wash.el: New file.
27057
27058 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27059
27060         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27061
27062 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27063
27064         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27065         to be run with new-articles as LIST1, not LIST2.
27066         (spam-registration-functions): Add spam-use-ham-copy as a nil
27067         registration backend.
27068
27069 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27070
27071         * spam-stat.el (spam-stat-washing-hook): New option.
27072         (spam-stat-buffer-words): Use it.
27073         (spam-stat-process-directory, spam-stat-test-directory):
27074         Use insert-file-contents-literally.
27075         (spam-stat-coding-system): New variable.
27076         (spam-stat-load, spam-stat-save): Use it.
27077
27078 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27079
27080         * spam-report.el (spam-report-plug-agent):
27081         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27082
27083 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27084
27085         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27086         Allow / in mailto URLs.
27087
27088 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27089
27090         * spam-report.el (spam-report-process-queue): Fix interactive use.
27091         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27092         (spam-report-unplug-agent): Doc fixes.
27093         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27094         (spam-report-agentize, spam-report-deagentize): Autoload.
27095
27096 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27097
27098         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27099
27100         * message.el (message-setup-fill-variables): Add mml tags to
27101         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27102         <ajk@iu.edu>.
27103         (message-mode): Don't modify paragraph-separate there.
27104
27105 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27106
27107         * compface.el (uncompface-use-external): Default to undecided.
27108         (uncompface-use-external-threshold): New variable.
27109         (uncompface-float-time): New macro.
27110         (uncompface): Determine whether to use the external decoder if
27111         uncompface-use-external is undecided.
27112
27113 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27114
27115         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27116         after images.
27117
27118         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27119
27120 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27121
27122         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27123
27124         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27125
27126         * gnus-sum.el (gnus-summary-limit-to-age)
27127         (gnus-summary-limit-children): do.
27128
27129         * gnus-int.el (gnus-request-scan): do.
27130
27131         * gnus-group.el (gnus-group-suspend): do.
27132
27133         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27134
27135         * gnus-cite.el (gnus-cite-parse-attributions): do.
27136
27137         * gnus-agent.el (gnus-summary-set-agent-mark)
27138         (gnus-agent-regenerate-group): do.
27139
27140         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27141
27142         * binhex.el (binhex-decode-region-internal): do.
27143
27144 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27145
27146         * gnus-fun.el (gnus-face-properties-alist): New user option.
27147         (gnus-display-x-face-in-from): Use it.
27148
27149         * gnus-art.el (article-display-face): Ditto.
27150
27151         * compface.el (uncompface-use-external): Default to nil.
27152
27153 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27154
27155         * nntp.el (nntp-erase-buffer): New function.
27156         (nntp-retrieve-data, nntp-send-command)
27157         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27158         (nntp-possibly-change-group): Use it.
27159
27160         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27161         Use with-current-buffer.
27162
27163 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27164
27165         * compface.el: Merge the ELisp-based uncompface program.
27166         (compface): New customization group.
27167         (uncompface-use-external): New user option.
27168         (uncompface): Call uncompface-internal if uncompface-use-external
27169         is nil.
27170         (uncompface-internal): New function.  Note that there are also
27171         some other functions and variables added for this function.
27172
27173 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27174
27175         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27176         if necessary.
27177
27178 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27179
27180         * spam-report.el (spam-report-unplug-agent)
27181         (spam-report-plug-agent, spam-report-deagentize)
27182         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27183         Add support for the Agent in spam-report: when unplugged, report to a
27184         file; when plugged, submit all the requests.
27185
27186         * spam.el (spam-register-routine): Fix message about
27187         registration.
27188
27189 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27190
27191         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27192         dependencies.
27193         (rfc2047-encode): Use it.
27194
27195         * gnus-art.el (gnus-button-marker-list): Move before first
27196         reference.
27197
27198         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27199         (imap-parse-body): Fix format string mismatch.
27200
27201         * gnus-score.el (gnus-summary-increase-score): do.
27202
27203         * nnrss.el (nnrss-close): New function.
27204
27205 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27206
27207         * nnrss.el (nnrss-make-filename): New function.
27208         (nnrss-request-delete-group, nnrss-read-server-data)
27209         (nnrss-save-server-data, nnrss-read-group-data)
27210         (nnrss-save-group-data): Use it.
27211         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27212         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27213         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27214
27215 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27216
27217         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27218
27219 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27220
27221         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27222         files.
27223
27224         * message.el (message-generate-headers-first): Don't quote nil
27225         and t in docstrings.
27226
27227         * imap.el (imap-id): do.
27228
27229         * gnus-agent.el (gnus-agent-consider-all-articles)
27230         (gnus-agent-queue-mail): do.
27231
27232 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27233
27234         * spam-report.el (spam-report-process-queue): New function.
27235         Process requests from `spam-report-requests-file'.
27236         (spam-report-process-queue): Doc fix.
27237
27238 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27239
27240         * spam.el (spam-register-routine)
27241         (spam-log-processing-to-registry, spam-log-registered-p)
27242         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27243         Change "check" to "spam-check" for semi-clarity.
27244
27245 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27246
27247         * pop3.el: Require nnheader.
27248
27249         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27250
27251         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27252
27253         * gnus-picon.el: Require cl.
27254
27255         * gnus-fun.el: Require gnus-ems and gnus-util.
27256
27257         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27258
27259         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27260
27261         * gnus-art.el (gnus-article-edit-mode): Define before first
27262         reference.
27263
27264 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27265
27266         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27267         (gnus-uu-post-encoded): Use point-at-bol.
27268
27269         * gnus-topic.el (gnus-group-active-topic-p): do.
27270
27271         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27272
27273         * gnus-group.el (gnus-group-kill-region): do.
27274
27275         * gnus-art.el (article-date-ut): do.
27276
27277         * message.el (message-fetch-field): Remove redundant
27278         case-fold-search binding.
27279         (message-narrow-to-field): Simplify.
27280
27281 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27282
27283         * spam.el (spam-directory): Derive from `gnus-directory'.
27284
27285         * spam-report.el (spam-report-url-to-file)
27286         (spam-report-requests-file): New function and variable for offline
27287         reporting.
27288         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27289         and user defined function.
27290         (spam-report-url-ping-mm-url): Remove doubled slash.
27291
27292 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27293
27294         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27295
27296 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27297
27298         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27299         Fix format string mismatch.
27300
27301         * sieve.el (sieve-deactivate-all): do.
27302
27303         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27304
27305         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27306
27307         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27308
27309         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27310
27311 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27312
27313         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27314         the list of checks.
27315
27316 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27317
27318         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27319         padding.
27320
27321 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27322
27323         * mm-view.el (mm-fill-flowed): New variable.
27324         (mm-inline-text): Use it.
27325
27326 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27327
27328         * spam.el (spam-spamassassin-register-ham-routine)
27329         (spam-spamassassin-register-spam-routine): Fix function names.
27330
27331 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27332
27333         * gnus.el (gnus-tmp-grouplens): Remove.
27334         (gnus-summary-line-format): Remove grouplens.
27335
27336         * gnus-group.el (gnus-group-line-format): Ditto.
27337
27338         * gnus-spec.el (gnus-format-specs): Ditto.
27339         (gnus-update-format-specifications): Flush the group format spec
27340         cache if there's the grouplens stuff.
27341         (gnus-parse-simple-format): Replace %l with the empty string.
27342
27343 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27344
27345         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27346         omission.
27347
27348 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27349
27350         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27351         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27352
27353 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27354
27355         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27356         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27357         New macros and functions.
27358         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27359         Handle > NLINK_MAX messages.
27360         * nnmaildir.el (nnmaildir-request-set-mark):
27361         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27362
27363 2004-01-25  Alex Schroeder  <alex@gnu.org>
27364
27365         * spam-stat.el (spam-stat-process-directory-age): New option.
27366         (spam-stat-process-directory): Use it.
27367
27368 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27369
27370         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27371         (spam-stat-save): Accept prefix argument.
27372
27373 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27374
27375         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27376         links" error.
27377
27378 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27379
27380         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27381         the rest of the and/or forms.
27382
27383 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27384
27385         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27386         compatibility with old .newsrc.eld files.
27387
27388         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27389
27390         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27391
27392         * gnus-start.el (gnus-1): do.
27393
27394         * gnus-group.el (gnus-group-line-format-alist): do.
27395
27396         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27397
27398         * gnus-gl.el: Remove.
27399
27400 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27401
27402         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27403         marks consisting of a single range {for example, (3 . 5)} rather
27404         than a list of a single range { ((3 . 5)) }.
27405
27406 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27407
27408         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27409         Use with-current-buffer.
27410         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27411         avoid consing a string.
27412
27413         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27414         Remove obsolete entries for big5 and gb2312.
27415
27416 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27417
27418         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27419         uncompressed list.
27420
27421 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27422
27423         * spam-stat.el (spam-stat-strip-xref): New function.
27424         (spam-stat-process-directory): Use it.
27425
27426         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27427         here -- it's done in message-fetch-field.
27428
27429 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27430
27431         * gnus-agent.el (gnus-agent-queue-mail)
27432         (gnus-agent-prompt-send-queue): New variables.
27433         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27434         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27435         "nndraft:queue" along to gnus-draft-send.
27436         Use gnus-agent-prompt-send-queue.
27437         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27438         is "nndraft:queue".  Suggested by Gaute Strokkenes
27439         <gs234@srcf.ucam.org>
27440
27441         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27442         (agent-enable-undownloaded-faces): Add.
27443         (gnus-agent-cat-groups): Use eval-and-compile, not
27444         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27445         method of gnus-agent-cat-groups even when the buffer has been
27446         evaled.
27447         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27448         delete gnus-agent-save-active-1.
27449         (gnus-agent-save-groups): Delete.  Identical to
27450         gnus-agent-save-active.
27451         (gnus-agent-write-active): No longer adjust agent's copy of active
27452         file as agent's adjustments are now stored in their own
27453         file.  Remove optional parameter.
27454         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27455         servers.  Add use of min/max range limits from server's local
27456         file.
27457         (gnus-agent-save-alist): Remove unused optional argument.
27458         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27459         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27460         (gnus-agent-set-local): A per-server file that keeps min/max range
27461         limits for articles known to the agent.  Provides a fast mechanism
27462         for altering many active ranges.
27463         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27464         active file (local makes it unnecessary).
27465         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27466
27467         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27468         (agent-enable-undownloaded-faces): Add.
27469
27470         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27471         disable it when sending to "nndraft:queue".
27472         (gnus-group-send-queue): Add safety check to avoid sending queue
27473         when unplugged.
27474
27475         * gnus-group.el (gnus-group-catchup): Use new
27476         gnus-sequence-of-unread-articles, not
27477         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27478         numbers of articles.  Use gnus-range-map to avoid having to
27479         uncompress the unread list.
27480         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27481         Fix invalid ange-ftp reference.
27482
27483         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27484         (gnus-sorted-range-intersection): Intersection of two ranges
27485         without requiring that they first be uncompressed.
27486
27487         * gnus-start.el (gnus-activate-group): Unless blocked by the
27488         caller, possibly expand the active range to include both cached
27489         and agentized articles.
27490         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27491         multiple version-dependent converters.
27492         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27493         gnus-agent-save-active.
27494         (gnus-save-newsrc-file): Save dirty agent range limits.
27495
27496         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27497         gnus-agent-possibly-alter-active.
27498         (gnus-adjust-marked-articles): Faster handling of simple lists.
27499
27500 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27501
27502         * spam-stat.el (spam-stat-test-directory): New optional argument
27503         displays a list of files detected.  Suggested by Andrew Cohen
27504         <cohen@andy.bu.edu>.
27505         (spam-stat-buffer-words-with-scores): Don't narrow and change
27506         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27507
27508 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27509
27510         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27511         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27512         (spam-spamassassin-arguments)
27513         (spam-spamassassin-spam-flag-header)
27514         (spam-spamassassin-positive-spam-flag-header)
27515         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27516         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27517         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27518         (spam-list-of-processors, spam-list-of-checks)
27519         (spam-list-of-statistical-checks, spam-registration-functions)
27520         (spam-check-spamassassin-headers, spam-check-spamassassin)
27521         (spam-spamassassin-score)
27522         (spam-spamassassin-register-with-sa-learn)
27523         (spam-spamassassin-register-spam-routine)
27524         (spam-spamassassin-register-ham-routine)
27525         (spam-assassin-register-spam-routine)
27526         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27527         (spam-bogofilter-score): Fix to show article before scoring.
27528
27529 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27530
27531         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27532         default scoring function.
27533         (spam-generic-score): Call spam-spamassassin-score if
27534         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27535         spam-bogofilter-score otherwise.
27536
27537         * gnus.el (spam-process, spam-autodetect-methods):
27538         Add spamassassin and spamassassin-headers.
27539
27540 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27541
27542         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27543         Suppress unnecessary messages.
27544
27545 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27546
27547         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27548         make-hash-table.
27549
27550 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27551
27552         * canlock.el (base64-encode-string): Don't autoload it.
27553
27554 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27555
27556         * run-at-time.el: Remove useless (require 'itimer),
27557         eval-and-compile and (featurep 'xemacs).
27558
27559 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27560
27561         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27562         GROUP is a virtual group.
27563
27564 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27565
27566         * gnus.el: Autoload `message-y-or-n-p'.
27567
27568 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27569
27570         * pgg-parse.el: Remove unnecessary (require 'custom).
27571
27572         * pgg-def.el: do.
27573
27574         * nnmail.el: do.
27575
27576         * gnus-undo.el: do.
27577
27578         * gnus-picon.el: do.
27579
27580         * gnus-util.el: do.
27581
27582 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27583
27584         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27585
27586 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27587
27588         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27589         handle, as well as a list.
27590
27591         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27592         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27593         (mm-w3m-cid-retrieve): Simplify.
27594
27595 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27596
27597         * message.el (message-kill-to-signature): Allow prefix arg to
27598         specify number of lines to keep before signature.
27599
27600 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27601
27602         * message.el (message-kill-to-signature): Change docstring.
27603
27604 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27605
27606         * canlock.el: Always require sha1-el.
27607         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27608
27609         * message.el: Autoload sha1 only when compiling.
27610
27611         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27612         eudc-expand-inline for XEmacs.
27613
27614 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27615
27616         * message.el (message-canlock-generate): Require sha1-el.
27617
27618 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27619
27620         * message.el (message-expand-name): Silence the byte compiler.
27621
27622         * lpath.el: Add detect-coding-system.
27623
27624         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27625         cus-edit.
27626
27627 2004-01-13  Simon Josefsson  <jas@extundo.com>
27628
27629         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27630         Invoke gnus-score-mode.
27631         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27632
27633         * gnus-range.el (gnus-compress-sequence): Doc fix.
27634         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27635
27636 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27637
27638         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27639
27640 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27641
27642         * spam.el (spam-get-article-as-string): Update to use
27643         gnus-request-article-this-buffer, much simpler.
27644         (spam-get-article-as-buffer): Remove.
27645
27646 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27647
27648         * message.el (message-expand-name): Use EUDC if the user uses that.
27649
27650 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27651
27652         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27653         character for the encoding to avoid consing a string.
27654
27655         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27656         unnecessarily.
27657
27658         * mm-util.el (mm-replace-chars-in-string): Remove.
27659
27660         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27661         of mm-replace-chars-in-string.
27662
27663 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27664
27665         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27666
27667         * mm-util.el (mm-subst-char-in-string): Support inplace.
27668
27669         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27670         a new string in every iteration.  Use shy groups.
27671
27672 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27673
27674         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27675         * gnus-soup.el (gnus-soup-group-brew):
27676         * gnus-msg.el (gnus-put-message):
27677         * gnus-move.el (gnus-group-move-group-to-server):
27678         * gnus-kill.el (gnus-batch-score):
27679         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27680         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27681         (gnus-group-update-group, gnus-group-read-group)
27682         (gnus-group-make-group, gnus-group-make-help-group)
27683         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27684         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27685         (gnus-group-sort-by-unread, gnus-group-catchup)
27686         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27687         (gnus-group-yank-group, gnus-group-set-info)
27688         (gnus-group-list-groups):
27689         * gnus.el (gnus-generate-new-group-name):
27690         * gnus-delay.el (gnus-delay-send-queue):
27691         * nnvirtual.el (nnvirtual-catchup-group):
27692         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27693         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27694         (gnus-group-prepare-topics, gnus-topic-check-topology):
27695         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27696         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27697         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27698         (gnus-group-make-articles-read):
27699         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27700         (gnus-group-change-level, gnus-kill-newsgroup)
27701         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27702         (gnus-get-unread-articles, gnus-make-articles-unread)
27703         (gnus-make-ascending-articles-unread): Use accessor
27704         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27705         to get group information for improved readability.
27706
27707
27708 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27709
27710         * gnus-art.el (article-decode-mime-words, article-babel)
27711         (gnus-article-highlight-signature, gnus-article-add-buttons)
27712         (gnus-signature-toggle): Use gnus-with-article-buffer.
27713
27714         * gnus-art.el (gnus-article-highlight-headers)
27715         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27716
27717         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27718         (gnus-article-set-globals, gnus-request-article-this-buffer)
27719         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27720         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27721         (gnus-mime-display-alternative): Use with-current-buffer.
27722
27723 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27724
27725         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27726         also under 80 char limit, and call gnus-error if needed.
27727         (spam-fetch-article-header): Fix - it was a
27728         buffer-local variable (gnus-newsgroup-data).
27729         (spam-find-spam): Use spam-generate-fake-headers, forget about
27730         spam-insert-fake-headers.
27731         (spam-insert-fake-headers): Remove.
27732
27733 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27734
27735         * deuglify.el (gnus-article-outlook-unwrap-lines)
27736         (gnus-outlook-rearrange-article)
27737         (gnus-outlook-repair-attribution-outlook)
27738         (gnus-outlook-repair-attribution-block)
27739         (gnus-outlook-repair-attribution-other): Remove redundant
27740         save-excursion.
27741
27742 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27743
27744         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27745         (spam-fetch-field-subject-fast)
27746         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27747         (spam-fetch-article-header): Add functions to deal with Gnus
27748         internals for fast retrieval of article header data.
27749         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27750
27751 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27752
27753         * pop3.el (pop3-md5): Remove.
27754         (pop3-apop): Replace pop3-md5 with md5.
27755
27756         * mm-bodies.el: base64 is always built-in.
27757
27758         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27759         Use with-current-buffer.
27760
27761 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27762
27763         * canlock.el (canlock-insert-header): Remove excessive grouping in
27764         regexp.
27765
27766         * gnus-sum.el (gnus-summary-read-document): Ditto.
27767
27768         * gnus-uu.el (gnus-uu-part-number): Ditto.
27769
27770         * html2text.el (html2text-remove-tags): Ditto.
27771         (html2text-format-tags): Ditto.
27772         (html2text-format-single-elements): Ditto.
27773
27774         * mml.el (mml-parse-1): Ditto.
27775
27776 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27777
27778         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27779
27780         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27781
27782         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27783
27784         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27785
27786 2003-11-15  Simon Josefsson  <jas@extundo.com>
27787
27788         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27789         (pgg-gpg-lookup-key): Use regexp match instead of
27790         split-string (split-string is different between emacs 21.2 and
27791         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27792
27793 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27794
27795         * gnus-art.el (gnus-mime-view-all-parts)
27796         (gnus-article-part-wrapper, gnus-article-view-part):
27797         Use with-current-buffer.
27798
27799 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27800
27801         * spam.el (spam-disable-spam-split-during-ham-respool)
27802         (spam-spamoracle-database, spam-cache-lookups)
27803         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27804         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27805         (spam-group-ham-marks, spam-group-spam-marks)
27806         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27807         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27808         also add spam-use-blackholes to the statistical checks.
27809         (spam-fetch-field-fast): Add interface to fetching fields, may
27810         become a macro.
27811         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27812         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27813         (spam-insert-fake-headers): Fake an article when needed.
27814         (spam-find-spam): Fake article when possible.
27815         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27816         (spam-check-bogofilter-headers): Use message-fetch-field instead
27817         of nnmail-fetch-field.
27818
27819 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27820
27821         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27822
27823 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27824
27825         * spam.el (spam-split): Do not require spam-use-CHECK to be
27826         enabled if that check is passed to spam-split explicitly; also
27827         fix so 'spam doesn't get converted to spam-split-group when
27828         spam-split-symbolic-return is t.
27829         (spam-find-spam): Find registrations of the article and use those
27830         instead of re-running spam-split to find the spam/ham
27831         classification of the article.
27832         (spam-log-processing-to-registry, spam-log-registered-p)
27833         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27834         Use gnus-error instead of gnus-message.
27835         (spam-log-registration-type): Add function to determine the
27836         classification of a message based on registry entries; will
27837         return nil if both 'spam and 'ham are found.
27838         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27839         a reasonably fast local cache without the loading errors.
27840         (spam-cache-lookups): Set to t by default.
27841         (spam-find-spam): Don't try to guess spam-cache-lookups.
27842         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27843         spam-caches entry.
27844         (spam-filelist-build-cache, spam-filelist-check-cache):
27845         Fix caching of whitelist/blacklist entries.
27846         (spam-check-whitelist, spam-check-blacklist):
27847         Invoke spam-from-listed-p with a type, not a cache variable.
27848         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27849
27850 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27851
27852         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27853
27854         * nnmail.el (nnmail-split-fancy): do.
27855
27856         * mml.el (mml-parse): do.
27857
27858         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27859         (gnus-score-adaptive): do.
27860
27861 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27862
27863         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27864         (gnus-mime-button-map): Don't set keymap parent.
27865         (gnus-button-ctan-directory-regexp): Use shy grouping.
27866         (gnus-prev-page-map): Don't set keymap parent.
27867         (gnus-prev-page-map): Remove duplicated one.
27868         (gnus-next-page-map): Don't set keymap parent.
27869         (gnus-mime-security-button-map): Ditto.
27870
27871         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27872         version number.
27873
27874         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27875
27876 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27877
27878         * canlock.el (canlock-sha1-function): Remove.
27879         (canlock-sha1-function-for-verify): Remove.
27880         (canlock-openssl-program): Remove.
27881         (canlock-openssl-args): Remove.
27882         (canlock-ignore-errors): Remove.
27883         (canlock-sha1-with-openssl): Remove.
27884         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27885         (canlock-verify): Don't use canlock-ignore-errors.
27886
27887         * sha1-el.el (sha1-string-external): Make it can return a string
27888         in binary form.
27889         (sha1-region-external): Ditto.
27890         (sha1-string-internal): Ditto.
27891         (sha1-region-internal): Ditto.
27892         (sha1-region): Ditto.
27893         (sha1-string): Ditto.
27894         (sha1): Ditto.
27895
27896 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27897
27898         * spam.el (spam-report-articles-gmane): New command.
27899
27900 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27901
27902         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27903
27904         * run-at-time.el (run-at-time-saved): Remove.
27905         (run-at-time): Doc fix.
27906
27907 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27908
27909         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27910         (gnus-summary-limit-map): Add it.
27911         (gnus-summary-make-menu-bar): do.
27912
27913 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27914
27915         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27916         Make attempt at some caching support (done for BBDB only now).
27917         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27918         addresses to be checked.
27919         (spam-clear-cache-BBDB): Add function, to be invoked by
27920         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27921         (spam-check-BBDB): Check and use the caches, if
27922         spam-cache-lookups is on, remove superfluous (provide).
27923
27924 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
27925
27926         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
27927
27928 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
27929
27930         * run-at-time.el (run-at-time-saved): Move to after the definition
27931         of `run-at-time'.
27932
27933         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
27934
27935 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27936
27937         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
27938         mm-w3m-local-map-property.
27939
27940         * mm-view.el (mm-w3m-mode-map): Remove.
27941         (mm-w3m-local-map-property): Remove.
27942         (mm-inline-text-html-render-with-w3m): Don't use
27943         mm-w3m-local-map-property.
27944
27945 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27946
27947         * run-at-time.el: New file.
27948
27949         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
27950         under Emacs.
27951
27952         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
27953         of gnus-set-text-properties.
27954
27955         * gnus-uu.el (gnus-uu-save-article): Ditto.
27956
27957         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
27958
27959         * gnus-cite.el (gnus-cite-parse): Ditto.
27960
27961         * gnus-art.el (gnus-button-push): Use set-text-properties instead
27962         of gnus-.
27963
27964         * gnus-xmas.el (run-at-time): Require run-at-time.
27965
27966         * gnus.el: Change calls to nnheader-run-at-time and
27967         password-run-at-time throughout to use run-at-time directly.
27968
27969         * password.el: Remove definition of run-at-time.
27970
27971         * nnheaderxm.el: Remove definition of run-at-time.
27972
27973 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
27974
27975         * mml.el (mml-minibuffer-read-disposition): Show attachment type
27976         in prompt.
27977
27978 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
27979
27980         * messagexmas.el (message-xmas-redefine): Alias
27981         `message-make-caesar-translation-table' to
27982         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
27983         version.
27984
27985         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
27986         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
27987         `gnus-xmas-set-text-properties'.
27988         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
27989         `gnus-xmas-completing-read'.
27990         (gnus-xmas-completing-read): Removed.
27991         (gnus-xmas-open-network-stream): Removed.
27992
27993         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
27994         XEmacs version.
27995
27996         * dns.el (dns-make-network-process): Use `open-network-stream'
27997         instead of `gnus-xmas-open-network-stream'.
27998
27999         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28000
28001         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28002
28003 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28004
28005         * gnus-art.el (gnus-mime-display-alternative)
28006         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28007         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28008         Don't use gnus-local-map-property.
28009
28010         * gnus-util.el (gnus-local-map-property): Remove.
28011
28012         * mm-view.el (mm-view-pkcs7-decrypt):
28013         Replace gnus-completing-read-maybe-default with completing-read.
28014
28015         * gnus-util.el (gnus-completing-read): do.
28016         (gnus-completing-read-maybe-default): Remove.
28017
28018 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28019
28020         * password.el: Only autoload `run-at-time' if not XEmacs.
28021         Only autoload the itimer functions if XEmacs.
28022
28023 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28024
28025         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28026         XEmacsen.
28027
28028         * dgnushack.el: Autoload executable-find for XEmacs.
28029
28030 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28031
28032         * gnus-art.el (gnus-read-string): Remove.
28033         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28034         read-string.
28035
28036 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28037
28038         * netrc.el: Autoload password-read.
28039         (netrc): Add configuration group.
28040         (netrc-encoding-method, netrc-openssl-path):
28041         Add variables for encoding and decoding of files with symmetric
28042         ciphers.
28043         (netrc-encode): Add assistant function to encode a file with
28044         netrc-encoding-method.
28045         (netrc-parse): Add interactive parameter, added optional
28046         decoding if netrc-encoding-method is non-nil but otherwise
28047         behavior is standard.
28048         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28049         Do s/encode/encrypt/ everywhere.
28050
28051         * spam.el: Remove executable-find autoload.
28052
28053 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28054
28055         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28056
28057         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28058
28059 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28060
28061         * gnus-art.el (gnus-treat-ansi-sequences)
28062         (article-treat-ansi-sequences): New variable and function.
28063         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28064
28065         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28066         Use it.
28067
28068 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28069
28070         * mm-util.el (mm-quote-arg): Remove.
28071
28072         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28073         shell-quote-argument.
28074
28075         * gnus-uu.el (gnus-uu-command): do.
28076
28077         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28078
28079         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28080         with make-char.
28081
28082         * mm-util.el (mm-make-char): Remove.
28083
28084         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28085         add-minor-mode.
28086
28087         * gnus-undo.el (gnus-undo-mode): do.
28088
28089         * gnus-topic.el (gnus-topic-mode): do.
28090
28091         * gnus-sum.el (gnus-dead-summary-mode): do.
28092
28093         * gnus-start.el (gnus-slave-mode): do.
28094
28095         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28096
28097         * gnus-ml.el (gnus-mailing-list-mode): do.
28098
28099         * gnus-gl.el (gnus-grouplens-mode): do.
28100
28101         * gnus-draft.el (gnus-draft-mode): do.
28102
28103         * gnus-dired.el (gnus-dired-mode): do.
28104
28105         * gnus-ems.el (gnus-add-minor-mode): Remove.
28106
28107         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28108         Replace gnus-char-width with char-width.
28109
28110         * gnus-ems.el (gnus-char-width): Remove.
28111
28112         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28113         Replace gnus-char-width with char-width.
28114
28115         * gnus-ems.el (gnus-char-width): Remove.
28116
28117         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28118         definition.
28119         Remove Emacs 20 hash table compatibility code.
28120
28121         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28122         20 compatibility code.
28123
28124         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28125
28126         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28127
28128         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28129         Replace with point-at-{eol,bol}.
28130
28131         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28132
28133         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28134
28135         * flow-fill.el (fill-flowed-point-at-bol)
28136         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28137
28138         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28139         Replace with point-at-{eol,bol} throughout all files.
28140
28141 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28142
28143         * ntlm.el (ntlm-string-as-unibyte): New macro.
28144         (ntlm-build-auth-response): Use it.
28145
28146         Remove Emacs 20 stuff:
28147         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28148         (butlast, mapc, remove): Remove the compiler macros.
28149         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28150         of delq and copy-sequence.
28151         * gnus-art.el (popup-menu): Remove the compiler macro.
28152         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28153         Emacs 20.
28154
28155 2004-01-05  Simon Josefsson  <jas@extundo.com>
28156
28157         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28158         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28159         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28160         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28161         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28162         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28163         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28164         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28165         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28166         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28167         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28168         string-xor into ntlm-string-xor.
28169         Suggested by Jesper Harder <harder@myrealbox.com>.
28170
28171         * ntlm.el: Don't include poem.
28172
28173         * md4.el (print-int32, print-string-hexa): Remove.
28174         Suggested by Jesper Harder <harder@myrealbox.com>.
28175
28176         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28177
28178         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28179         probably breaks emacs with DL patch, but do we care? Is anyone
28180         still using the DL stuff?)
28181
28182         * sieve-manage.el: Use the password package.
28183         (sieve-manage-read-passwd): Remove.
28184         (sieve-manage-interactive-login): Use password.  Re-add
28185         condition-case around loop.
28186
28187         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28188         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28189         Use the password package.
28190
28191 2003-02-19  Simon Josefsson  <jas@extundo.com>
28192
28193         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28194         token.
28195
28196 2002-08-07  Simon Josefsson  <jas@extundo.com>
28197
28198         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28199         (sieve-manage-authenticators)
28200         (sieve-manage-authenticator-alist): Add some SASL mechs.
28201         (sieve-sasl-auth): New function.
28202         (sieve-manage-cram-md5-auth)
28203         (sieve-manage-plain-auth): Rewrite using SASL library.
28204         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28205         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28206         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28207         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28208
28209 2004-01-05  Simon Josefsson  <jas@extundo.com>
28210
28211         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28212         New files.
28213
28214 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28215
28216         * gnus-group.el (gnus-no-groups-message): Update.
28217
28218         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28219
28220 2003-11-09  Simon Josefsson  <jas@extundo.com>
28221
28222         * imap.el: Support for ID IMAP extension (RFC 2971).
28223         (imap-local-variables): Add imap-id.
28224         (imap-id): New variable.
28225         (imap-id): New function.
28226         (imap-parse-response): Parse untagged ID response.
28227         * nnimap.el (nnimap-id): New variable.
28228         (nnimap-open-connection): Use it.
28229
28230 2003-12-28  Simon Josefsson  <jas@extundo.com>
28231
28232         * gnus-score.el (gnus-score-edit-all-score): New.
28233         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28234
28235 2004-01-04  Simon Josefsson  <jas@extundo.com>
28236
28237         * password.el: Add.
28238
28239 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28240
28241         * dns.el (dns-query-types): Fix typo.
28242         (dns-query-types): New function.
28243         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28244         PTR and SOA replies, see RFC 1035.
28245
28246 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28247
28248         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28249
28250         * Move to Changelog.2.
28251
28252 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28253
28254         * gnus.el (gnus-version-number): Bump version.
28255
28256 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28257
28258         * gnus.el: No Gnus v0.1 is released.
28259
28260 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28261
28262         * gnus.el: No Gnus v0.0 is released.
28263
28264 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28265
28266         * gnus.el (gnus-version-number): Bump.
28267         (gnus-version): No.
28268
28269 See ChangeLog.2 for earlier changes.
28270
28271   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28272
28273   This file is part of GNU Emacs.
28274
28275   GNU Emacs is free software: you can redistribute it and/or modify
28276   it under the terms of the GNU General Public License as published by
28277   the Free Software Foundation, either version 3 of the License, or
28278   (at your option) any later version.
28279
28280   GNU Emacs is distributed in the hope that it will be useful,
28281   but WITHOUT ANY WARRANTY; without even the implied warranty of
28282   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28283   GNU General Public License for more details.
28284
28285   You should have received a copy of the GNU General Public License
28286   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28287
28288 ;; Local Variables:
28289 ;; coding: utf-8
28290 ;; fill-column: 79
28291 ;; add-log-time-zone-rule: t
28292 ;; End: