format-spec.el: Work for XEmacs
[gnus] / lisp / ChangeLog
1 2015-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * format-spec.el (format-spec, format-spec-make): Work for XEmacs.
4         Normalize characters into numbers in spec keys.
5
6 2015-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * dgnushack.el (declare-function): Redefine it to use autoload.
9         * lpath.el (gnus-html-prefetch-images): Declare.
10
11 2015-05-04  Glenn Morris  <rgm@gnu.org>
12
13         * gnus-art.el (nneething-get-file-name): Declare rather than autoload.
14
15         * gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.
16
17         * gnus-sync.el (gnus-group-topic): Autoload at run-time.
18         (gnus-topic-create-topic, gnus-topic-enter-dribble):
19         Declare rather than autoload.
20
21         * mm-archive.el (gnus-recursive-directory-files)
22         (mailcap-extension-to-mime): Autoload at run-time.
23
24         * mm-util.el (latin-unity-massage-name)
25         (latin-unity-maybe-remap, latin-unity-representations-feasible-region)
26         (latin-unity-representations-present-region):
27         Declare rather than autoload.
28
29         * mml-smime.el (epg-make-context, epg-passphrase-callback-function):
30         Autoload at run-time.
31         (epg-context-set-signers, epg-context-result-for)
32         (epg-new-signature-digest-algorithm, epg-verify-result-to-string)
33         (epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
34         (epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
35         (epg-configuration, epg-expand-group, epa-select-keys):
36         Declare rather than autoload.
37
38         * nnir.el (nnimap-change-group, nnimap-make-thread-query):
39         Autoload at run-time.
40         (gnus-group-topic-name, nnimap-buffer, nnimap-command)
41         (gnus-registry-get-id-key, gnus-registry-action):
42         Declare rather than autoload.
43
44         * nnmail.el (mail-send-and-exit): Autoload at run-time.
45
46         * spam.el (spam-stat-buffer-change-to-non-spam)
47         (spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
48         (spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
49         (spam-stat-split-fancy): Remove pointless autoloads.
50
51         * mm-view.el (epg-decrypt-string): Autoload.
52         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
53         (epg-sub-key-validity): Fix declarations.
54
55 2015-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
56
57         * gnus.el: Ma Gnus v0.13 is released.
58
59 2015-05-01  Glenn Morris  <rgm@gnu.org>
60
61         * gnus-util.el (iswitchb-read-buffer):
62         * mm-decode.el (libxml-parse-html-region):
63         * mml.el (libxml-parse-html-region):
64         * nnrss.el (libxml-parse-html-region): Update declaration.
65
66 2015-04-27  Glenn Morris  <rgm@gnu.org>
67
68         * message.el (gnus-extract-address-components):
69         Remove bogus declaration that was masking previous problem.
70
71 2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
74         altering the buffer.
75         (hashcash-insert-payment-async-2): Revert previous change because it
76         still means that the mark is moving around.
77
78 2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * gnus-uu.el (gnus-uu-save-article):
81         Make the save-restriction/widen calls make more sense.
82
83 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * gnus-art.el (gnus-use-idna):
86         * gnus-sum.el (gnus-summary-idna-message):
87         * message.el (message-use-idna):
88         Catch the invalid-operation error that idna.el will issue.
89
90 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
91
92         * gnus-group.el (gnus-group--setup-tool-bar-update):
93         cursor-sensor-functions should be a list of functions.
94
95 2015-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
96
97         * gnus-group.el (gnus-tmp-*): Declare.
98         (gnus-update-group-mark-positions): Remove unused `topic' var.
99         (gnus-group-insert-group-line): Remove unused var `header'.
100         (gnus-group--setup-tool-bar-update): New function.
101         (gnus-group-insert-group-line): Use it.
102         (gnus-group-update-eval-form): Declare local
103         dynamically-bound variables.
104         (gnus-group-unsubscribe-group): Use \` and \' to match string bounds.
105
106         * gnus-topic.el (gnus-topic-jump-to-topic)
107         (gnus-group-prepare-topics, gnus-topic-update-topic)
108         (gnus-topic-change-level, gnus-topic-catchup-articles)
109         (gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
110         Use inhibit-read-only.
111         (gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
112         (gnus-topic-mode): Use define-minor-mode and derived-mode-p.
113
114 2015-04-12  João Távora  <joaotavora@gmail.com>
115
116         * message.el (message-mode):
117         Use `set' and `make-local-variable' instead of `setq-local'.
118
119 2015-04-12  Johan Bockgård  <bojohan@gnu.org>
120
121         * gnus-sum.el (gnus-summary-refer-thread):
122         Make sure gnus-newsgroup-unreads remains sorted.
123
124 2015-04-12  João Távora  <joaotavora@gmail.com>
125
126         Improve sexp-based movement in message-mode
127         * message.el (message--syntax-propertize): New function.
128         (message-mode): Set syntax-related vars.d
129         (message-smileys): New variable.
130
131 2015-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
132
133         * gnus-art.el (gnus-hidden-properties): Simplify.
134         (gnus-article-hide-text, gnus-article-unhide-text)
135         (gnus-article-unhide-text-type): Remove special handling of
136         `intangible' since that property is not used any more.
137         (gnus-article-treat-body-boundary): Use gnus-hidden-properties.
138
139 2015-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * dgnushack.el (define-obsolete-function-alias): Add a compiler-marco
142         and a runtime function for it, of which the XEmacs version takes only
143         two arguments.
144
145 2015-04-06  Paul Eggert  <eggert@cs.ucla.edu>
146
147         Use American spelling for 'normalize'
148         * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
149         All uses changed.  Add an alias for obsolete usages.
150
151 2015-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * gnus-art.el (gnus-article-browse-html-save-cid-content):
154         Always return relative file name.
155         (gnus-article-browse-html-parts):
156         Make external links absolute and cid file names relative.
157
158 2015-04-01  Eric Abrahamsen  <eric@ericabrahamsen.net>
159
160         * registry.el (registry-prune): Re-use `registry-full' in
161         `registry-prune'.  It's a bit of redundant work, but safer.
162         Also ensure that target-size is an integer.
163
164 2015-03-31  Daiki Ueno  <ueno@gnu.org>
165
166         * plstore.el (plstore--decrypt): Clear entry in
167         `plstore-passphrase-alist' if decryption failed (bug#20030).
168
169 2015-03-28  Adam Sjøgren  <asjo@koldfront.dk>
170
171         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
172         to "Display" menu.
173
174 2015-03-24  Eric Abrahamsen  <eric@ericabrahamsen.net>
175
176         * nnimap.el (nnimap-split-incoming-mail): If a message is already
177         in the group it should be split to, don't re-copy it into the group.
178
179 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
180
181         * nnmh.el (nnmh-request-expire-articles):
182         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
183
184 2015-03-21  Eric Abrahamsen  <eric@ericabrahamsen.net>
185
186         * registry.el (registry-lookup-secondary, registry-full)
187         (registry-prune, registry-collect-prune-candidates):
188         * gnus-registry.el (gnus-registry-load): Use slot names rather than
189         initarg names in `oref' and `oset'.
190
191 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
192
193         * registry.el (registry-prune): Allow registry to reach full size
194         before pruning.
195
196 2015-03-19  Eric Abrahamsen  <eric@ericabrahamsen.net>
197
198         * registry.el (registry-collect-prune-candidates): Fix call to
199         cl-subseq.
200
201 2015-03-11  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * registry.el (registry-db): Temporary fix old Emacsen compilation.
204
205 2015-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
206
207         * gnus-registry.el (gnus-registry-handle-action)
208         (gnus-registry-post-process-groups): Don't add-to-list on a local var.
209         (gnus-registry-keywords): Make it do something.
210         (gnus-registry-import-eld): Remove unused var `new-entry'.
211         (gnus-registry-action): Remove unused var `to-name'.
212         (gnus-registry-make-db): Prefer `make-instance' to avoid
213         compiler warnings.
214         (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
215
216         * registry.el (registry-db): Don't oset-default an instance-allocated
217         slot.
218
219 2015-03-10  Glenn Morris  <rgm@gnu.org>
220
221         * message.el (message-valid-fqdn-regexp): Bump :version for
222         2014-11-17 change.
223
224 2015-03-07  Rasmus Pank Roulund  <rasmus@pank.eu>
225
226         * gnus-notifications.el (gnus-notifications-action): Raise window
227         frame.
228         (gnus-notifications-action): Allow mark as read.
229         (gnus-notifications-notify): Show uption to mark as read.
230
231 2015-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
232
233         * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
234         (registry-search, registry-delete, registry-size, registry-insert)
235         (registry-reindex, registry-collect-prune-candidates):
236         * gnus-registry.el (gnus-registry-fixup-registry)
237         (gnus-registry-remove-extra-data): Use slot names rather than initarg
238         names in `oref' and `oset'.
239
240 2015-02-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
241         * lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
242         in the group it should be split to, don't re-copy it into the group.
243
244 2015-02-25  Adam Sjøgren  <asjo@koldfront.dk>
245
246         * message.el (message-insert-formatted-citation-line): Change %F to
247         fall back to email address if no first name could be determined.
248
249 2015-02-26  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
252         Fix point motion when removing displayed MIME part.
253         (gnus-article-edit-part): Make jumping to the next part really work
254         when deleting or stripping.
255         (gnus-mime-buttonize-attachments-in-header): Make header attachment
256         buttons identical to the ones in the article body so as to work deleting
257         and stripping.
258
259 2015-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * mm-decode.el (mm-shr)
262         * mm-view.el (mm-inline-text-html-render-with-w3m):
263         Revert my bogus change that made the start marker of a part
264         the "moves after insertion" type.
265
266 2015-02-23  Tassilo Horn  <tsdh@gnu.org>
267
268         * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
269         Tools: https://github.com/politza/pdf-tools) for viewing PDF
270         attachments in emacs.
271
272 2015-02-23  Magnus Henoch  <magnus.henoch@gmail.com>
273
274         * sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
275         instead of sasl-scram-sha-1, as the former is the name that can be
276         required.
277
278         * sasl-scram-rfc.el (sasl-scram-sha-1-steps)
279         (sasl-scram-sha-1-client-final-message)
280         (sasl-scram-sha-1-authenticate-server): Move to end of file.
281
282 2015-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
285
286 2015-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
287
288         * sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map)
289         (sasl-string-prefix-p): New compatibility functions.
290
291 2015-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-compat.el (process-live-p): Added new compat function for Emacs
294         23.
295
296 2015-02-14  Eric Abrahamsen  <eric@ericabrahamsen.net>
297
298         * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
299         from the server LIST response.
300
301 2015-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
302
303         * nnimap.el (nnimap-retrieve-headers): If the server closes connection
304         during header retrieval, error out instead of interpreting the data in
305         the buffer as the only messages there.  This way, we don't mark
306         articles as read on a server hangup (bug#19035).
307
308         * mm-decode.el (mm-head-p): New function.
309         (mm-display-part): Go to a blank line when inserting parts internally.
310
311 2015-02-13  Magnus Henoch  <magnus.henoch@gmail.com>
312
313         * sasl-scram-rfc.el: New file.
314
315         * sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
316         Add SCRAM-SHA-1 first.
317         (sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
318         entry (bug#17636).
319
320 2015-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
321
322         * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
323         that we don't get a warning when setting the buffer-local variable
324         (bug#19573).
325
326         * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
327         `gnus-request-group'.
328
329 2015-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * gnus-art.el (gnus-article-browse-html-save-cid-content)
332         (gnus-article-browse-html-parts): Make cid file names relative if and
333         only if html doesn't specify <base> directory.
334
335 2015-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
336
337         * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
338         parts, because that breaks filling (since buttons are in a bold face).
339
340 2015-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
341
342         * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
343         use gnus-overlays-at and gnus-overlay-put.
344
345 2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
346
347         * mm-decode.el (mm-shr): Only pass the fill column when not using
348         fonts, because limiting the width to what's appropriate for followups
349         doesn't really help when not using proportional fonts.
350
351 2015-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
352
353         * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
354         shr, beacause that breaks folding.
355         (mm-shr): Don't shorten the width when using fonts.
356
357 2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
358
359         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
360         variable; always check the newrc timestamp.
361         (gnus-save-newsrc-file): Always check timestamp.
362
363 2015-02-05  Timo Lilja  <timo.lilja@iki.fi>  (tiny change)
364
365         * mail-source.el (mail-source-call-script): If scripts exit with an
366         error, pop up an error buffer.
367
368 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
369
370         * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
371         as a default.
372
373         * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
374         correct server.
375
376 2015-02-05  Vincent Bernat  <bernat@luffy.cx>  (tiny change)
377
378         * nnimap.el (nnimap-request-group-scan): Fix the function name.
379
380         * gnus-int.el (gnus-request-group-scan): Use the correct function name.
381
382 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
383
384         * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
385         that nnimap works for non-activated backends.
386
387 2015-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
388
389         * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
390         message, since we already get an obsolescence message.  Use `declare'.
391
392 2015-02-04  Eric Abrahamsen  <eric@ericabrahamsen.net>
393
394         * nnir.el: Revert "Enable non-ASCII IMAP searches".
395
396 2015-01-30  Glenn Morris  <rgm@gnu.org>
397
398         * gnus-registry.el (gnus-registry-max-pruned-entries)
399         (gnus-registry-prune-factor, gnus-registry-default-sort-function):
400         Fix :version.
401         (gnus-registry-default-sort-function): Improve :type.
402
403 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
404
405         * nnimap.el (nnimap-request-group): Allow running this function on
406         groups that don't exist in Gnus yet.
407         (nnimap-request-group): Revert previous patch since that made it
408         impossible to enter nnimap groups.
409
410         * message.el (message-smtpmail-send-it): Remove the mail header
411         separator before sending.
412
413 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
414
415         * nnimap.el (nnimap-find-expired-articles): Fix handling of
416         (expiry-wait . never).
417
418 2015-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
419
420         * nnimap.el (nnimap-request-group): Clear the buffer before returning
421         the data.
422
423 2015-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-compat.el (string-bytes): Work for XEmacs.
426
427 2015-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
428
429         * gnus-compat.el (string-bytes): Avoid compilation error on XEmacs.
430
431         * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
432         IMAP.
433
434 2015-01-27  Eric Abrahamsen  <eric@ericabrahamsen.net>
435
436         * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
437
438         * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
439
440         * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
441         be added to the backlog.
442
443 2015-01-26  Tassilo Horn  <tsdh@gnu.org>
444
445         * Makefile.in (all total, warn, fail-on-warning): Call gnus-load.el
446         target with a recursive make call.
447
448 2015-01-26  Trevor Murphy  <trevor.m.murphy@gmail.com>
449
450         * nnimap.el (nnimap-header-parameters): Refactor and request
451         X-GM-LABELS if it's been announced.
452         (nnimap-transform-headers): Gather and output GM-LABELS.
453
454 2014-12-30  Peder O. Klingenberg  <peder@klingenberg.no>
455
456         * mm-decode.el (mm-display-part): Make non-string methods work.
457         Non-string methods are funcalled and work just fine, the test was
458         bogus.
459         * mm-decode.el (mm-display-external): Show "external" lisp viewers in
460         whole frame.
461
462 2015-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
463
464         * nnimap.el (nnimap-request-accept-article): Allow respooling using
465         nnimap.
466
467         * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
468         request rescans when being run interactively.
469
470         * nnimap.el (nnimap-request-group): Don't rescan the group here,
471         because that can be very slow in large groups.
472
473         * gnus-int.el (gnus-request-group-scan): New backend function.
474
475         * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
476
477 2015-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-group.el (gnus-group-suspend): Close all backends.
480
481 2015-01-19  Paul Eggert  <eggert@cs.ucla.edu>
482
483         * dgnushack.el (dgnushack-compile-file): New function.
484         (dgnushack-compile): Use it (bug#19514).
485
486 2015-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
489
490 2015-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
491
492         * registry.el: Don't use <class> as a variable.
493
494 2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
495
496         system-name's returned value can vary
497         Also, the system-name variable is now obsolete.
498         Fixes Bug#19438.
499         * message.el (message-make-fqdn):
500         * nnvirtual.el (nnvirtual-retrieve-headers)
501         (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
502         and avoid naming locals 'system-name'.
503
504 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
505
506         * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
507         lines don't get overlong when responding.
508
509 2014-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * registry.el (cl-remf, cl-loop, cl-subseq):
512         Alias to remf, loop, and subseq respectively for old Emacsen.
513
514 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
515
516         * gnus-group.el (gnus-read-ephemeral-bug-group):
517         Bind coding-system-for-read and coding-system-for-write only around
518         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
519
520 2014-12-18  Paul Eggert  <eggert@cs.ucla.edu>
521
522         * registry.el (registry-db): Set default slot later.
523         This is because its value is not a literal integer.
524
525 2014-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
526
527         * registry.el (registry-db): Fix default registry-db max-size.
528
529 2014-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
530
531         * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
532         add warning.
533
534         * gnus-art.el: Fix up compiler warnings.
535         (article-display-face, article-display-x-face): Remove unused `face'.
536         (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
537         (article-date-ut): Remove unused var `first'.
538         (gnus-article-prepare): Remove unused var `gnus-article'.
539         (gnus-mime-save-part-and-strip): Remove unused var `param'.
540         (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
541         `coding-system' along with corresponding dead code.
542         (gnus-mime-view-part-externally): Remove unused var
543         `mm-user-display-methods'.
544         (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
545         (gnus-display-mime): Remove unused var `handle'.
546         (gnus-mime-display-alternative): Remove unused var `props'.
547         (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
548         (gnus-article-edit-done): Remove unused var `p'.
549         (gnus-url-mailto): Remove unused var `to'.
550         (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
551         total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.
552
553 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
554
555         * registry.el (registry-db): Consolidate the :max-hard and :max-soft
556         slots into a :max-size slot.
557         (registry-db-version): Add new variable for database version number.
558         (registry-prune): Use :max-size slot. Accept and use a sort-function
559         argument.
560         (registry-collect-prune-candidates): Add new function for finding
561         non-precious pruning candidates.
562         (registry-prune-hard-candidates, registry-prune-soft-candidates):
563         Remove obsolete functions.
564         (initialize-instance): Upgrade registry version when starting.
565
566         * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
567         (gnus-registry-max-pruned-entries): Remove obsolete variable.
568         (gnus-registry-cache-file): Change default
569         filename extension to "eieio".
570         (gnus-registry-read): Add new function, split out from
571         `gnus-registry-load', that does the actual object reading.
572         (gnus-registry-load): Use it. Add condition case handler to check for
573         old filename extension and rename to the new one.
574         (gnus-registry-default-sort-function): New variable to specify a sort
575         function to use when pruning.
576         (gnus-registry-save, gnus-registry-insert): Use it.
577         (gnus-registry-sort-by-creation-time): Define a default sort function.
578
579         * tests/gnustest-registry.el (gnustest-registry-make-testable-db):
580         Adjust test for new object signature.
581         (gnustest-registry-pruning-test): Add new pruning test.
582         (gnustest-registry-sort-function): Default sort function for testing.
583         (gnustest-registry-pruning-sort-test): New test for sorting.
584
585 2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * gnus-art.el (gnus-article-mime-handles): Refactor out into own
588         function for reuse.
589         (gnus-mime-buttonize-attachments-in-header): Adjust.
590
591 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * message.el (message-change-subject): Really check whether the subject
594         changed.
595
596 2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
599         PDFs.
600         (mailcap-view-mime): New function.
601
602 2014-12-01  Glenn Morris  <rgm@gnu.org>
603
604         * gnus-cloud.el (gnus-cloud): Add :version tag.
605
606 2014-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * gnus-art.el (gnus-use-idna):
609         * gnus-sum.el (gnus-summary-idna-message):
610         * message.el (message-use-idna):
611         Protect against nil value for idna-program.
612
613         * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
614
615 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
616
617         * auth-source.el (auth-source-macos-keychain-search-items): Return
618         result of `auth-source-macos-keychain-result-append' (bug#19074).
619
620 2014-11-25  Glenn Morris  <rgm@gnu.org>
621
622         * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
623         Add :version tag.
624
625 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * pop3.el (pop3-open-server): Warn unless encrypted.
628
629         * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
630
631 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
632
633         Port new time stamp handling to Emacs 23.2.
634         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
635         * time-date.el (time-add, time-subtract, time-less-p):
636         Use eval-and-compile, not eval-when-compile.
637
638 2014-11-17  Albert Krewinkel  <albert@zeitkraut.de>
639
640         * message.el (message-valid-fqdn-regexp): Add non-internaional new
641         TLDs.
642
643 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
644
645         Port new time stamp handling to old Emacs and to XEmacs.
646         This is needed for Gnus, which copies time-date.el and which
647         runs on older Emacs implementations.
648         * time-date.el (with-decoded-time-value):
649         Handle 'nil' and floating-point arg more compatibly with new Emacs.
650         (encode-time-value, with-decoded-time-value):
651         Obsolete only if new Emacs.
652         (time-add, time-subtract, time-less-p): Define if not new Emacs.
653
654         Improve time stamp handling, and be more consistent about it.
655         This implements a suggestion made in:
656         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
657         Among other things, this means timer.el no longer needs to
658         autoload the time-date module.
659         * time-date.el (seconds-to-time, days-to-time, time-since)
660         (with-decoded-time-value):
661         Treat 'nil' as current time.  This is mostly for XEmacs.
662         (encode-time-value, with-decoded-time-value): Obsolete.
663         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
664         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
665
666 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
669         discarding changes in ephemeral groups.
670
671         * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
672         things the user isn't interested in.
673
674 2014-11-13  Julien Danjou  <jd@abydos>
675
676         * gnus-notifications.el (gnus-notifications-notify): Provide both
677         app-icon and image-path.
678
679 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
680
681         * mm-url.el (mm-url-encode-multipart-form-data):
682         Restore to handle "multipart/form-data" by eww.
683
684 2014-11-07  Tassilo Horn  <tsdh@gnu.org>
685
686         * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
687         Landscheidt.
688
689 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
690
691         Simplify use of current-time and friends.
692         * gnus-delay.el (gnus-delay-article):
693         * gnus-sum.el (gnus-summary-read-document):
694         * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
695         * message.el (message-make-expires-date):
696         Omit unnecessary call to current-time.
697         * gnus-util.el (gnus-float-time): Simplify to an alias because
698         time-to-seconds now behaves like float-time with respect to nil arg.
699         (gnus-seconds-year): Don't call current-time twice to get the current
700         time stamp, as this can lead to inconsistent results.
701         * time-date.el (time-to-seconds) [!float-time]:
702         Use current time if arg is nil, to be compatible with float-time.
703         (time-date--day-in-year): New function, with most of the guts of
704         the old time-to-day-in-year.
705         (time-to-day-in-year): Use it.
706         (time-to-days): Use it, to avoid decoding the same time stamp twice.
707
708 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * gnus.el (gnus-mode-line-buffer-identification):
711         Don't add image data for a non-graphic display (bug#18813).
712
713 2014-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
714
715         * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
716         load-path, it blocks autoloading of find-image (bug#18813).
717
718 2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
719
720         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
721         to keep connection open (bug#18728).
722
723 2014-10-20  Glenn Morris  <rgm@gnu.org>
724
725         * Merge in all changes up to 24.4 release.
726
727 2014-10-15  Jorge A. Alfaro-Murillo  <jorge.alfaro-murillo@yale.edu>  (tiny change)
728
729         * message.el (message-insert-signature): Use `newline' instead of
730         inserting explicit "\n".
731
732 2014-10-15  Sylvain Chouleur  <sylvain.chouleur@gmail.com>
733
734         * gnus-icalendar.el: Support vcal format timezones.
735         (gnus-icalendar-event--decode-datefield): Use icalendar functions to
736         compute dates with associated timezone.
737         (gnus-icalendar-event-from-ical): Compute all timezones.
738
739 2014-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
740
741         * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
742         check the newsrc.eld file's timestamp before saving it.
743         (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
744         timestamp has changed to be newer.
745
746 2014-10-06  Jan Tatarik  <jan.tatarik@gmail.com>
747
748         * gnus-icalendar.el (gnus-icalendar-identities):
749         Include message-alternative-emails.
750
751 2014-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
754         New compatibility functions.
755         (ntlm-build-auth-response): Use them.
756
757 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
758
759         * ntlm.el (ntlm-build-auth-request):
760         Add NTLM2 Session support.  (Bug#15603)
761
762 2014-10-04  Alan Schmitt  <alan.schmitt@polytechnique.org>  (tiny change)
763
764         * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
765         expired messages only when it was built in reverse order.
766
767 2014-10-04  Peter Münster  <pmlists@free.fr>  (tiny change)
768
769         * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
770         last so it can be used in `message-send-hook'.
771
772 2014-09-29  Daiki Ueno  <ueno@gnu.org>
773
774         * mml.el (mml-parse-1): Error out if unknown mode is specified in
775         <#secure> tag (bug#18513).
776
777 2014-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * parse-time.el: Require cl when compiling.
780
781 2014-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
782
783         Use cl-lib as much as possible following the 2014-09-26 change
784         in the Emacs trunk.
785         * parse-time.el: Try requiring cl-lib.
786         (parse-time-incf): Alias to cl-incf or incf.
787         (digit-char-p): Remove.
788         (parse-time-integer): Alias to cl-parse-integer or the one defined.
789         (parse-integer): Rename to parse-time-integer.
790         (parse-time-tokenize, parse-time-rules, parse-time-string)
791         Use parse-time-incf and parse-time-integer.
792
793 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
794
795         * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
796         of ":delete".
797
798 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * gnus-art.el (gnus-article-browse-html-save-cid-content)
801         (gnus-article-browse-html-parts):
802         Revert last change that breaks links other than cid contents.
803
804 2014-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * gnus-art.el (gnus-article-browse-html-save-cid-content)
807         (gnus-article-browse-html-parts): Make cid file names relative.
808
809 2014-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * mm-view.el (mm-display-inline-fontify): Make the working buffer
812         temporarily displayed when running a mode function (at least org-mode
813         requires it).
814
815 2014-08-14  Alan Schmitt  <alan.schmitt@polytechnique.org>
816
817         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
818         the gnus-summary-article-expire-hook should be told where the function
819         is going. In particular, the Gnus registry might want to know.
820
821 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
822
823         * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
824
825 2014-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * gnus-sum.el (gnus-summary-expire-articles): Revert.
828
829 2014-08-05  Eric Abrahamsen  <eric@ericabrahamsen.net>
830
831         * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
832         the gnus-summary-article-expire-hook should be told where the function
833         is going. In particular, the Gnus registry might want to know.
834
835 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
836
837         Don't mishandle year-9999 dates (Bug#18176).
838         * parse-time.el (parse-time-rules):
839         Allow years up to most-positive-fixnum.
840         * time-date.el (date-to-time):
841         Pass "Specified time is not representable" errors through.
842
843 2014-07-31  Tassilo Horn  <tsdh@gnu.org>
844
845         * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
846         groups and t.
847
848 2014-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * gnus-utils.el (gnus-recursive-directory-files):
851         Unify hard or symbolic links (bug#18063).
852
853 2013-07-17  Albert Krewinkel  <albert@zeitkraut.de>
854
855         * gnus-msg.el (gnus-configure-posting-style):
856         Allow string replacements in values when matching against a header.
857
858 2014-07-07  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
861         the dribble buffer even when it is shrunk a lot.
862         <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
863
864 2014-06-26  Glenn Morris  <rgm@gnu.org>
865
866         * mm-util.el (help-function-arglist): Remove outdated declaration.
867
868 2014-06-24  Andreas Schwab  <schwab@linux-m68k.org>
869
870         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
871         attribute values.  (Bug#17834)
872
873 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
874
875         * gnus-sum.el (gnus-summary-edit-article-done):
876         Prefer point-marker to copy-marker of point.
877
878 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * Makefile.in (install-el, install-el-elc): Compress .el files.
881         (uninstall): Remove compressed .el files.
882
883 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
886         (gnus-article-read-summary-keys):
887         Don't bug out when there is no article in the summary buffer.
888         (gnus-mime-buttonize-attachments-in-header):
889         Improve criterion that finds parts to display.
890
891         * gnus-art.el (gnus-mm-display-part):
892         * mm-decode.el (mm-shr):
893         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
894         (mm-insert-inline): Revert last changes.
895
896 2014-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * gnus-art.el (gnus-mm-display-part):
899         * mm-decode.el (mm-shr):
900         * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
901         (mm-insert-inline): Set insertion type of end-marker, not only
902         start-marker, of undisplayer so as to stay after inserted text.
903
904 2014-06-02  Andreas Schwab  <schwab@linux-m68k.org>
905
906         * html2text.el (html2text-get-attr): Fix typo when splitting value from
907         attribute. (Bug#17613)
908
909 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
910
911         * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
912         * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
913
914 2014-05-15  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
917         Don't delete next part button; keep spacing between buttons.
918
919 2014-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
922         Work for the last MIME part in an article.
923         (gnus-mime-display-single): Suppress excessive newlines between parts.
924
925         * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
926         by leading or trailing newline.
927
928 2014-05-12  Sam Steingold  <sds@gnu.org>
929
930         * time-date.el (seconds-to-string): New function to pretty print time
931         delay in seconds.
932
933 2014-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
936         while prompting a user for a file name, etc.
937         (gnus-mime-display-single): Display part with a common appearance no
938         matter whether MIME button is omitted or not; don't add duplicate entry
939         to gnus-article-mime-handle-alist.
940         (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
941
942 2014-05-08  Adam Sjøgren  <asjo@koldfront.dk>
943
944         * mml2015.el (mml2015-display-key-image): New variable.
945
946 2014-05-08  Glenn Morris  <rgm@gnu.org>
947
948         * gnus-fun.el (gnus-grab-cam-face):
949         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
950         This is CVE-2014-3421.
951
952 2014-05-04  Glenn Morris  <rgm@gnu.org>
953
954         * gnus-registry.el (gnus-registry-install-p): Doc fix.
955
956 2014-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
959         the displaying state of a part.
960         (gnus-mm-display-part): Don't insert a newline in the beginning of
961         a part like gnus-mime-inline-part doesn't; work for XEmacs.
962
963         * mm-decode.el (mm-display-part): Don't insert a newline in the top.
964         (mm-shr): Make undisplayer unbreakable.
965
966         * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
967         Don't insert excessive newline.
968         (mm-inline-text-html-render-with-w3m, mm-inline-text)
969         (mm-insert-inline): Make undisplayer unbreakable.
970
971 2014-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
972
973         * gnus.el: Ma Gnus v0.11 is released.
974
975 2014-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
976
977         * gnus-art.el (gnus-mm-display-part):
978         Highlight header attachment buttons.
979
980 2014-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
981
982         * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
983         a part; redisplay a button (enbugged in 2014-02-05).
984
985 2014-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
986
987         * auth-source.el (auth-source-search, auth-source-search-backends):
988         Treat :max 0 as an indicator that a boolean return is wanted, as
989         documented. Reported by Joe Bloggs.
990
991 2014-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-icalendar.el: Require gnus-art.
994
995 2014-04-20  Jan Tatarik  <jan.tatarik@gmail.com>
996
997         * gnus-icalendar.el (gnus-icalendar-event->org-entry)
998         (gnus-icalendar--update-org-event): put event timestamp in
999         the org entry body instead of the drawer.
1000         (gnus-icalendar-event--get-attendee-names): list of participants should
1001         contain even attendees without common name attribute.
1002         (gnus-icalendar--update-org-event): don't generate duplicates of empty
1003         property tags in org drawers.
1004
1005 2014-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         * gmm-utils.el (gmm-format-time-string): New function.
1008
1009         * message.el (message-insert-formatted-citation-line): Use the original
1010         author's time zone to express a date string.
1011
1012 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1013
1014         * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
1015         (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
1016         (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
1017         Silence compiler warnings.
1018         (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
1019
1020 2014-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * mml.el: Require url when compiling.
1023
1024         * gnus-cloud.el (gnus-cloud-parse-version-1):
1025         Use plist-get rather than CL's getf.
1026         (gnus-activate-group, gnus-subscribe-group): Declare.
1027
1028         * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
1029
1030 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
1033         buttons when toggling the header off.
1034
1035 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1036
1037         * tls.el (tls-program): Reflow docstring.
1038
1039 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1040
1041         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
1042         groups work again.
1043
1044 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
1045
1046         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
1047         999 correctly (i.e. "1,342").
1048
1049 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
1050
1051         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
1052         out if the directory doesn't exist.
1053
1054 2014-03-07  Daiki Ueno  <ueno@gnu.org>
1055
1056         * mml2015.el (mml2015-use): Don't check the availability of GnuPG
1057         commands here; instead, only check if epg-config.el is available.
1058
1059 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1060
1061         * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
1062         messages with embedded images.
1063         (mml-generate-mime): Don't bug out if you don't have libxml.
1064
1065 2014-03-06  Lars Ingebrigtsen  <larsi@gnus.org>
1066
1067         * message.el (message-make-html-message-with-image-files): New command.
1068
1069 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1070
1071         * gnus-group.el (gnus-group-make-group): Clarify prompt.
1072
1073         * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
1074
1075 2014-02-23  David Engster  <deng@randomsample.de>
1076
1077         * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
1078         to stay compatible with older Emacsen, so replace `cl-loop' with
1079         `loop'.
1080
1081 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1082
1083         * auth-source.el (auth-source-secrets-listify-pattern): New function.
1084         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
1085         instead, build list of patterns.
1086
1087 2014-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
1090         Display header attachment buttons by gnus-article-prepare-display
1091         rather than gnus-article-prepare so as to view in mml-preview as well.
1092
1093 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1094
1095         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
1096         in `auth-sources' means and link to EPA docs.
1097
1098 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1099
1100         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
1101         (bug#12375).
1102
1103 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
1106         (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
1107
1108 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1109
1110         * message.el (message-tab): Mention what happens on normal tabs
1111         (bug#11297).
1112
1113 2014-02-08  Glenn Morris  <rgm@gnu.org>
1114
1115         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
1116
1117 2014-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display
1120         buttons that are hidden in unselected alternative part as well.
1121         (gnus-mime-display-alternative): Redraw attachment buttons in header.
1122
1123         * gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec.
1124
1125 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1126
1127         * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
1128         keystroke.
1129         (gnus-server-toggle-cloud-server): Only allow clouding applicable
1130         types.
1131
1132         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
1133         with an empty string.
1134
1135 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1136
1137         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
1138         buffer-local in some buffers, so bind it explicitly in the buffer we're
1139         trying to cancel the article in (bug#10808).
1140
1141 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at):
1144         New functions.
1145
1146         * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
1147         New user option.
1148         (gnus-mime-buttonize-attachments-in-header): New function.
1149         (gnus-article-prepare): Use it.
1150         (gnus-mime-inline-part): Suppress extra newline.
1151         (gnus-mm-display-part): Save excursion;
1152         remove useless deleting and adding of buttons.
1153         (gnus-insert-mime-button): Allow insertion in the middle of a line.
1154
1155         * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
1156         Add gnus-mime-buttonize-attachments-in-header.
1157
1158 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1159
1160         * nnimap.el (nnimap-request-articles): New command to download several
1161         articles at once.
1162
1163         * gnus.el (gnus-variable-list): Save Cloud variables.
1164
1165         * gnus-int.el (gnus-request-accept-article): Doc fix.
1166
1167 2014-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1168
1169         * parse-time.el (parse-time-iso8601-regexp)
1170         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1171         it more generally.
1172
1173 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1174
1175         * gnus-cloud.el: New file to provide the Emacs Cloud.
1176
1177         * dgnushack.el: Silence XEmacs w3 warning.
1178
1179         * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
1180         `url-retrieve-synchronously', apparently.
1181
1182         * dgnushack.el: Silence XEmacs dns.el warning.
1183
1184         * gnus-compat.el (gnus-compat): Declare `declare-function' only here
1185         instead of in all files.
1186
1187         * dns.el (network-interface-list): Define for XEmacs.
1188
1189         * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
1190         XEmacs.
1191
1192         * nnrss.el (libxml-parse-html-region): Silence compilation error.
1193
1194 2014-02-01  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1195
1196         * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
1197         `gnus-group-split-fancy'.
1198
1199 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1200
1201         * message.el (message-remove-header): Doc fix.
1202         (message-forward-included-headers): New variable.
1203         (message-remove-ignored-headers): Use it.
1204
1205 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1206
1207         * nnir.el (nnir-request-update-mark): Don't try to update the source
1208         group if we can't find it (bug#16611).
1209
1210 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1211
1212         * gnus-sum.el (gnus-summary-open-group-with-article): New command.
1213
1214 2014-01-31  Magnus Henoch  <magnus.henoch@gmail.com>
1215
1216         * dns.el (dns-servers-up-to-date-p): New function to see whether the
1217         network interfaces changed.
1218         (dns-query): Use it to flush the data.
1219
1220 2013-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
1221
1222         * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
1223         from random face commands.
1224         (gnus-face-directory): Like `gnus-x-face-directory` for png files and
1225         Face.
1226         (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
1227         (gnus--random-face-with-type): Generic function returning a face-type
1228         as a string.
1229         (gnus--insert-random-face-with-type): Generic function inserting a face
1230         in a message buffer header.
1231         (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
1232         (gnus-insert-random-x-face-header): Rewritten to use
1233         `gnus--insert-random-face-with-type`.
1234         (gnus-random-face): Return random (png) Face as string.
1235         (nus-insert-random-face-header): Insert random (png) Face in a message
1236         buffer.
1237
1238 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1239
1240         * mm-url.el: Remove all usage of w3.
1241
1242         * nnrss.el: Ditto.
1243
1244         * mm-decode.el: Ditto.
1245
1246         * mm-view.el: Ditto.
1247
1248         * dgnushack.el: Remove mentions of urldir and w3-dir, since w3 is
1249         outdated and all Emacsen have url.el built-in.
1250
1251         * gnus-setup.el: Remove outdated file.
1252
1253 2014-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1254
1255         * gnus.el: Ma Gnus v0.9 is released.
1256
1257 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1258
1259         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
1260
1261 2014-01-31  Dave Abrahams  <dave@boostpro.com>
1262
1263         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
1264         in the summary buffer (bug#13769).
1265
1266 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1267
1268         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
1269         name if we're using a single article buffer.  Otherwise, it may point
1270         to a killed buffer (bug#13756).
1271
1272 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1273
1274         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
1275         the match data, just save and restore it explicitly (bug#12375).
1276
1277         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
1278         that's needed.
1279
1280         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
1281         the code once (bug#9069).
1282
1283 2014-01-18  Steinar Bang  <sb@dod.no>
1284
1285         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
1286         reading.
1287
1288 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1289
1290         * message.el (message-bury): Call bury-buffer with no argument
1291         in the message-return-action case too.
1292
1293 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
1296         (nnimap-split-fancy, nnimap-split-methods): Declare.
1297
1298         * mm-util.el (help-function-arglist): Declare.
1299
1300 2013-12-28  Glenn Morris  <rgm@gnu.org>
1301
1302         * gnus-sieve.el (gnus-sieve-select-method):
1303         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
1304         (gravatar-rating, gravatar-size):
1305         * message.el (message-minibuffer-local-map):
1306         * sieve-manage.el (sieve-manage-authenticators)
1307         (sieve-manage-authenticator-alist): Specify custom types.
1308
1309         * hashcash.el (hashcash-program): Rename from hashcash-path.
1310         Update callers.
1311
1312         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
1313         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
1314         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
1315
1316         * auth-source.el (auth-sources):
1317         * nnmairix.el (nnmairix-propagate-marks-upon-close):
1318         Fix custom types.
1319
1320         * tls.el (tls-certtool-program): Fix default value.
1321
1322 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1323
1324         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
1325         we get proper traces there, too.
1326
1327 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
1328
1329         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1330         value of the parameters if the current article has a Reply-To or From
1331         field.
1332
1333 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1334
1335         * gnus.el (gnus-group-buffer): Remove duplicate definition.
1336
1337 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1338
1339         * gnus-sum.el (gnus-summary-exit): Stop animations.
1340
1341 2013-12-19  Juri Linkov  <juri@jurta.org>
1342
1343         * gnus.el (gnus-suppress-keymap):
1344         * gnus-art.el (gnus-article-mode-map):
1345         * gnus-group.el (gnus-group-mode-map):
1346         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1347         Remove [backspace] key binding because it shadows DEL (bug#16035).
1348
1349         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1350
1351 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1354         Make sure work directory exists.
1355         (gnus-uu-digest-mail-forward): Store temporary files in work directory
1356         rather than tmp directory.
1357         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1358         not necessarily always run, with it.
1359
1360 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
1361
1362         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1363         value of gnus-icalendar-additional-identities work without restart.
1364
1365 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * mm-util.el (mm-make-temp-file):
1368         Alias to make-temp-file for modern Emacsen.
1369
1370 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1371
1372         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1373         nnir-article-number and nnir-article-group.
1374
1375 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
1376
1377         * message.el (message-send-mail-with-sendmail):
1378         Don't kill error buffer if sending fails.
1379
1380 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
1381
1382         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1383         (gnus-icalendar-event->org-entry)
1384         (gnus-icalendar--update-org-event)
1385         (gnus-icalendar-event->gnus-calendar): Distinguish between
1386         required/optional/non-participant attendee status.  Fix bug causing
1387         the first required event participant to be omitted.
1388
1389 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * gnus-art.el (article-de-quoted-unreadable)
1392         (article-de-base64-unreadable, gnus-mime-copy-part)
1393         * gnus-html.el (gnus-article-html)
1394         * mm-view.el (mm-inline-text-html-render-with-w3)
1395         (mm-inline-text-html-render-with-w3m-standalone)
1396         * rfc2231.el (rfc2231-decode-encoded-string):
1397         Allow overriding charset by mm-charset-override-alist.
1398
1399         * gnus-art.el (gnus-article-browse-html-parts):
1400         Replace LWSPs with `&nbsp;'s in header.
1401
1402         Work for broken Chinese articles.
1403
1404         * gnus-art.el (gnus-article-browse-html-save-cid-content):
1405         Exclude broken handles that gnus-summary-enter-digest-group may create.
1406         (gnus-article-browse-html-parts):
1407         Allow overriding charset by mm-charset-override-alist.
1408
1409 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1410
1411         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1412         (gnus-icalendar-identities): Support additional-identities.
1413
1414 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
1415
1416         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp): Fix
1417         org-timestamp for events ending at midnight.
1418
1419 2013-11-21  Ivan Shmakov  <ivan@siamics.net>
1420
1421         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p): Support debbugs
1422         .log files.
1423
1424 2013-11-20  David Engster  <deng@randomsample.de>
1425
1426         * lpath.el: Fix XEmacs warning for `beginning-of-visual-line'.
1427
1428 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
1429
1430         * message.el (message-beginning-of-line):
1431         Use beginning-of-visual-line when visual-line-mode is turned on.
1432
1433 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
1434
1435         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1436         (gnus-icalendar-event-from-ical)
1437         (gnus-icalendar-event->org-entry)
1438         (gnus-icalendar--update-org-event): Required/optional participation,
1439         list of attendees synced to org.
1440
1441 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1442
1443         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1444         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1445         cancellations to be synced to org if the original appt has an org
1446         outline.
1447
1448 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
1449
1450         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1451         (gnus-icalendar-event->org-entry)
1452         (gnus-icalendar--update-org-event)
1453         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1454
1455 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
1456
1457         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1458         Fix timezone handling in gnus-icalendar export to org.
1459
1460 2013-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * gnus-salt.el (gnus--let-eval): Silence the Buildbot.
1463
1464 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1467
1468 2013-10-30  Glenn Morris  <rgm@gnu.org>
1469
1470         * gnus-group.el (gnus-group-browse-foreign-server):
1471         * gnus-int.el (gnus-start-news-server):
1472         Silence compiler obsolescence warning.
1473
1474 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1475
1476         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1477         `nnoo-current-server' first, then for the actual `nnimap-address' to
1478         allow netrc entries for the nnoo server to coexist with netrc entries
1479         for the `nnimap-address'.
1480
1481 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * mm-decode.el (mm-dissect-buffer): Revert last change.
1484         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1485         The problem that motivated those changes was attributed to a broken
1486         mail sender, and has been fixed.
1487
1488 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1491         token is missing in the Content-Type header.
1492
1493         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1494
1495 2013-09-18  Glenn Morris  <rgm@gnu.org>
1496
1497         * gnus-util.el (image-size): Declare.
1498
1499 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1502         (gnus-icalendar-event-from-ical)
1503         (gnus-icalendar-event--build-reply-event-body)
1504         (gnus-icalendar-event-reply-from-buffer)
1505         (gnus-icalendar-find-org-event-file)
1506         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1507         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1508
1509         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1510
1511 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1512
1513         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1514         Use save-current-buffer.
1515         (gnus-tree-mode-map): Initialize in the declaration.
1516         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1517         (scroll-in-place): Defvar it.
1518         (gnus-tmp-*): Defvar them.
1519         (gnus-get-tree-buffer): Use derived-mode-p.
1520         (gnus--let-eval): New macro.
1521         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1522         non-prefixed variables.
1523         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1524
1525         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1526         vars since it doesn't seem to be available.
1527         (gnus-set-global-variables, gnus-summary-read-group-1)
1528         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1529         (gnus-summary-display-article, gnus-summary-select-article)
1530         (gnus-summary-next-article, gnus-offer-save-summaries)
1531         (gnus-summary-generic-mark): Use derived-mode-p.
1532         (gnus-summary-read-group-1, gnus-summary-exit)
1533         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1534         Adjust calls to gnus-tree-close and gnus-tree-open.
1535
1536         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1537
1538         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1539         (gnus-agent-mode): Use derived-mode-p.
1540         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1541         gnus-command-method and *-command-method to nil, but bind
1542         gnus-command-method to *-command-method instead!
1543         (gnus-agent-fetch-articles): Remove unused var `id'.
1544         (gnus-agent-fetch-headers): Remove unused arg `force'.
1545         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
1546         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1547         (gnus-agent-short-article, gnus-agent-long-article)
1548         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1549         first use.
1550         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1551         `score-param'.
1552         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1553         (gnus-get-predicate): Push in front of the cache, rather than end.
1554         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1555         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
1556         (gnus-agent-expire-unagentized-dirs): Don't rebind
1557         gnus-agent-expire-current-dirs since the defvar silences the warning.
1558         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1559         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1560         (gnus-agent-regenerate): Simplify interactive spec and doc.
1561
1562 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1563
1564         * gnus-int.el (gnus-open-server): Silence compiler.
1565
1566         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1567
1568         * message.el (message-display-completion-list): Abolish.
1569         (message-completion-in-region): Use display-completion-list.
1570
1571 2013-09-17  Glenn Morris  <rgm@gnu.org>
1572
1573         * gnus-util.el (gnus-message-with-timestamp-1):
1574         Use `messages-buffer' function if available.  Ignore read-only.
1575
1576 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1577
1578         * message.el (message-expand-group, message-completion-in-region):
1579         Correct the order of start and end of a region.
1580
1581 2013-09-13  Glenn Morris  <rgm@gnu.org>
1582
1583         * mml2015.el (gnus-create-image): Autoload it.
1584
1585         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1586
1587         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1588         (image-size): Declare.
1589
1590 2013-09-12  Glenn Morris  <rgm@gnu.org>
1591
1592         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1593         Avoid using `find', which i) might not be defined at runtime;
1594         ii) does not work, since its default test is eql, not equal.
1595         (gnus-mime-action-alist): Declare.
1596
1597 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1598
1599         * score-mode.el (gnus-score-mode-map): Move initialization
1600         into declaration.
1601         (gnus-score-mode): Use define-derived-mode.
1602         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1603         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1604         into declaration.
1605         (gnus-kill-file-mode): Use define-derived-mode.
1606         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1607         Use derived-mode-p.
1608         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1609         (gnus-group-setup-buffer, gnus-group-name-at-point)
1610         (gnus-group-make-web-group, gnus-group-enter-directory)
1611         (gnus-group-suspend): Use derived-mode-p.
1612         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1613         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1614         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1615         (gnus-article-setup-buffer, gnus-article-prepare)
1616         (gnus-article-prepare-display, gnus-sticky-article)
1617         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1618         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1619         (gnus-article-read-summary-keys): Use derived-mode-p.
1620
1621 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1624
1625 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1628         shift_jis from the default value set for Japanese users.
1629
1630 2013-08-13  Glenn Morris  <rgm@gnu.org>
1631
1632         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1633
1634         * gnus.el (gnus-valid-select-methods): Fix type.
1635
1636         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1637
1638 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * mm-decode.el (mm-display-external): Run a timer for the temp files
1641         deletion after a viewer exits; add a deletion timer for the needsterm
1642         case, too.
1643
1644         * mm-decode.el (mm-display-external): Try to delete temporary files by
1645         using a 1-min. timer.
1646
1647 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1650         New internal variables.
1651         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1652         (mm-display-external): Use it to delete temporary files instead of
1653         using timers.
1654
1655 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656
1657         * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
1658
1659 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
1660
1661         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1662         with cond for backwards compatability.
1663
1664 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * mm-decode.el (mm-display-external): Bind process-connection-type to
1667         nil; don't delete a temp file immediately even if a viewer finishes,
1668         since it may be a shell script, like xdg-open, that launches a real
1669         viewer program belatedly.
1670
1671 2013-08-05  Dave Abrahams  <dave@boostpro.com>
1672
1673         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1674         that we can create nndoc groups that excerpt other groups.
1675
1676 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * gnus-delay.el (gnus-delay-article): Fix typo.
1679
1680         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1681         articles.
1682
1683         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1684         we can get spell-checking etc.
1685
1686 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1689         a single one used for encoding the whole text in a header.
1690
1691 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * dgnushack.el (dgnushack-compile): `icalendar--decode-isodatetime'
1694         doesn't work properly on XEmacs.
1695
1696 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1699         before sending.
1700
1701         * dgnushack.el (dgnushack-compile): Add a temporary check for
1702         gnus-icalendar.
1703
1704         * mm-decode.el (mm-command-output): New face.
1705         (mm-display-external): Use it.
1706
1707 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
1708
1709         * nnmbox.el (nnmbox-request-article): Don't change point.
1710
1711 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1714         Include `handle' parameter.
1715
1716 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
1717
1718         * gnus-icalendar.el: New file.
1719
1720 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1723
1724         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1725         dummy roots, too.
1726
1727 2013-08-01  David Edmondson  <dme@dme.org>
1728
1729         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1730         out on ttys.
1731
1732 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1735         not empty.
1736
1737         * nnrss.el (nnrss-discover-feed): Indent.
1738
1739 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1742
1743 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1746         dirty to ensure nnimap data being saved.
1747
1748 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1749
1750         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1751         menu entry.
1752
1753         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1754         the current thread's total score instead of the current article's
1755         score.
1756
1757         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1758         (gnus-sort-threads-recursively): Delete defcustom.
1759         (gnus-sort-threads-recursive): Adapt accordingly.
1760
1761 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
1762
1763         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1764         (gnus-sort-threads-recursive): Use it.
1765         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1766         again.  Now that determines how to sort subthreads.
1767
1768 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
1769
1770         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1771         (gnus-sort-threads): Use it.
1772
1773 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
1774
1775         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1776         punctuation characters follow parentheses (bug#14950).
1777
1778 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * gnus.el (gnus-continuum-version):
1781         * gnus-msg.el (gnus-extended-version): Simplify.
1782
1783         * gnus.el (gnus-continuum-version-1): Remove.
1784         * gnus-msg.el (gnus-bug): Revert.
1785
1786         Calculate gnus-version correctly on Cygwin.
1787
1788         * gnus.el (gnus-continuum-version): Do main calculations in integers.
1789         (gnus-continuum-version-1): New function, return a string.
1790
1791         * gnus-msg.el (gnus-extended-version, gnus-bug):
1792         Use gnus-continuum-version-1 instead of gnus-continuum-version.
1793
1794 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
1795
1796         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1797         (bug#13384).
1798
1799 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1802         that were only relevant in a development version a long time ago.
1803
1804 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1807         that the old Emacs 24s bundle.
1808
1809 2013-07-10  David Engster  <deng@randomsample.de>
1810
1811         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1812         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
1813         fixes a bug in Emacs trunk where the 'unexist' marks were always
1814         removed at startup because "Gnus v5.13" was considered smaller than "Ma
1815         Gnus v0.03".
1816
1817 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
1818
1819         * gnus.el (gnus-summary-line-format): Reference
1820         `gnus-user-date-format-alist' for the &user-date; format, not
1821         `gnus-summary-user-date-format-alist'.
1822
1823 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1826         delete files (bug#13481).
1827
1828 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1829
1830         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1831
1832 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1833
1834         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1835         display images.
1836
1837         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1838
1839         * message.el (message-cancel-news): According to
1840         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1841         preferred over "cmsg cancel" in the Subject.
1842
1843         * nnir.el (nnir-engines): Note that the group specs are regexps
1844         (bug#13238).
1845
1846         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1847         gotten read-only text properties, ensure that those aren't heeded when
1848         copying stuff over (bug#13434).
1849
1850         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1851         (bug#13762).
1852
1853 2013-07-05  David Kastrup  <dak@gnu.org>
1854
1855         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1856         authinfo file again (important for blank passwords).  This had been
1857         broken with 2013-06-15 change.
1858
1859 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1860
1861         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1862         Revert 2013-01-14 change.
1863
1864 2013-07-02  Daiki Ueno  <ueno@gnu.org>
1865
1866         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1867         of 'create-image' for XEmacs compatibility; check errors when decoding
1868         image.  Reported by Uwe Brauer.
1869
1870 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1873         gnus-button-push revised at 2011-01-19.
1874
1875 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
1878         now live in the lisp/net Emacs 24 repository.
1879
1880 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * eww.el (eww-update-header-line-format): Quote % characters.
1883
1884 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * eww.el (eww-process-text-input): Display passwords as asterisks.
1887
1888         * shr.el (shr-make-table-1): Protect against invalid column-spans.
1889
1890 2013-06-19  Tom Tromey  <tromey@redhat.com>
1891
1892         * eww.el (eww-top-url): Remove.
1893         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
1894         (eww-render): Set new variables.  Don't set eww-top-url.
1895         (eww-handle-link): Handle "prev", "home", and "contents".
1896         Downcase the rel text.
1897         (eww-top-url): Choose best top URL.
1898
1899 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * eww.el: Rewrite to implement form elements "by hand" instead of
1902         relying in widget.el.  Using widget.el leads to too many
1903         user interface inconsistencies.
1904         (eww-self-insert): Implement entering commands in text fields.
1905         (eww-process-text-input): New function to make text input field editing
1906         work.
1907         (eww-submit): Rewrite to use the new-style form methods.
1908         (eww-select-display): Display the correct selected item.
1909         (eww-change-select): Implement changing the select value.
1910         (eww-toggle-checkbox): Implement radio/checkboxes.
1911         (eww-update-field): Fix compilation error.
1912         (eww-tag-textarea): Implement <textarea>.
1913
1914         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
1915         don't shadow mode-specific bindings.
1916
1917         * eww.el (eww-browse-url): Don't push stuff onto history if there's
1918         nothing to push.
1919
1920         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
1921
1922 2013-06-19  Glenn Morris  <rgm@gnu.org>
1923
1924         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1925
1926 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1927
1928         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1929
1930 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * shr.el (shr-make-table-1): Implement <td rowspan>.
1933         (shr-table-horizontal-line): Allow nil as a value, and change the
1934         default.
1935         (shr-insert-table-ruler): Respect the nil value.
1936
1937 2013-06-18  Tom Tromey  <tromey@barimba>
1938
1939         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
1940         New defvars.
1941         (eww-open-file): New defun.
1942         (eww-render): Initialize new variables.
1943         (eww-display-html): Handle "link" and "a".
1944         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
1945         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
1946         (eww-back-url): Rename from eww-previous-url.
1947         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
1948         defuns.
1949
1950 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * shr.el (shr-tag-table): Insert the images after the table, so that
1953         they're not covered by the table colourisation, which often looked
1954         awkward.
1955         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1956         <dd>.
1957         (shr-make-table-1): Implement <td colspan=> support.
1958         (shr-insert-document): Use one less than window width if `shr-width' is
1959         nil, since otherwise things may get one character too wide.
1960
1961 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * eww.el (eww-detect-charset): Improve regexp; move backward.
1964
1965 2013-06-18  Glenn Morris  <rgm@gnu.org>
1966
1967         * mm-decode.el (widget-convert-button): Autoload.
1968
1969         * sieve-manage.el (mm-enable-multibyte): Autoload.
1970
1971         * shr.el (libxml-parse-html-region): Declare.
1972         (shr-render-buffer): Explicit error if no libxml2 support.
1973
1974 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
1975
1976         * auth-source.el (auth-source-current-line): New function.
1977         (auth-source-netrc-parse-entries): When a data token is "machine",
1978         assume we're in the wrong place and abort parsing the current line.
1979
1980 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1983         (eww-convert-widgets): Don't bug out if the first widget starts at the
1984         beginning of the buffer.
1985         (eww-convert-widgets): Fix last patch.
1986         (eww-tag-input): Support <input type=image>.
1987
1988         * shr.el (shr-insert-table): Respect border-collapse: collapse.
1989         (shr-tag-base): Protect against base specs that are degenerate.
1990         (shr-ensure-paragraph): Don't delete empty lines that have text
1991         properties, because these may be input fields.
1992
1993         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1994         we can navigate to them.
1995
1996         * shr.el (shr-colorize-region): Put the colours over the entire region.
1997         (shr-inhibit-decoration): New variable.
1998         (shr-add-font): Use it to inhibit text property decorations while doing
1999         preliminary table renderings.  This speeds up typical Wikipedia page
2000         renderings by 15%.
2001         (shr-tag-span): Don't respect the <title>, because that overwrites the
2002         help-echo from links inside the spans.
2003         (shr-next-link): Use `help-echo' for navigation, so that we can
2004         navigate to form elements, too.
2005
2006         * eww.el (eww-button): New face.
2007         (eww-convert-widgets): Use it to make submit buttons more button-like.
2008
2009         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
2010         that Gnus commands work.
2011
2012         * shr.el (shr-render-td): Support horizontal alignment.
2013
2014         * eww.el (eww-put-color): Removed.
2015         (eww-colorize-region): Use `add-face-text-property'.
2016
2017         * shr.el (shr-add-font): Append face data, so that we get the correct
2018         precedence: The innermost value (which is applied first) wins.
2019         (shr-make-overlay): Obsolete function.
2020
2021         * mm-decode.el (mm-convert-shr-links): New function to convert
2022         new-style shr URL links into widgets.
2023         (mm-shr): Use it.
2024
2025         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
2026         widget commands, since we're no longer using widgets for links.
2027
2028         * shr.el (shr-next-link): New command.
2029         (shr-previous-link): New command.
2030         (shr-urlify): Don't use `widget-convert', because that's slow.
2031         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
2032         because collecting the overlays and reapplying them when generating
2033         tables is slow.
2034         (shr-insert-table): Ditto.
2035
2036 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2037
2038         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
2039         * shr.el (browse-url): Require `url'.
2040         * eww.el (url): Require format-spec.
2041
2042 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2043
2044         * eww.el (eww-display-html): Default to using the entire window width.
2045         (eww-browse-url): Don't add a User-Agent header (twice), because that
2046         makes Bing refuse connection.
2047
2048         * shr.el (shr-make-table): Cache the table rendering at the table
2049         level, and not the <td> level.  This is a bit faster.
2050
2051         * eww.el (eww-render): Go to the correct ID when given URLs ending with
2052         #id.
2053
2054         * shr.el (shr-tag-li): Don't require a new paragraph, since other
2055         browsers don't.
2056         (shr-expand-url): Respect #anchor links.
2057         (shr-parse-base): Chop off the anchor before using.
2058         (shr-descend): Respect display: none.
2059         (shr-descend): Allow marking elements that have certain IDs.
2060
2061         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
2062
2063         * shr.el (shr-expand-url): Don't bug out on zero-length links.
2064
2065         * eww.el (eww-tag-textarea): Support <textarea>.
2066
2067 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2068
2069         * shr.el (shr-dom-to-xml): Fixed function call.
2070
2071         * eww.el (eww): New group.
2072         (eww-header-line-format): New custom variable.
2073         (eww-current-title): New variable.
2074         (eww-display-html): Update header and handle title tag.
2075         (eww-update-header-line-format): New function.
2076         (eww-tag-title): New function.
2077
2078         * shr.el (shr-dom-to-xml): New function.
2079         (shr-tag-svg): Add support for the SVG tag.
2080         (shr-bullet): New custom variable.
2081         (shr-tag-li): Support custom bullet in unordered lists.
2082
2083 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * shr.el (shr-expand-url): Respect // URLs.
2086
2087         * eww.el (eww-tag-body): Override the shr body rendering so that we can
2088         put a background colour onto the entire buffer.
2089         (eww-render): When being redirected, use the redirect URL as the new
2090         base URL.
2091
2092         * shr.el (shr-parse-base): Fix parsing error.
2093
2094         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
2095
2096         * shr.el (shr-parse-base): New function.
2097         (shr-expand-url): Use it to expand relative URLs reliably.
2098
2099 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
2100
2101         * auth-source.el (auth-source-search-collection): Fix docstring.
2102         (auth-source-netrc-parse): Refactor and improve netrc parser to support
2103         single-quoted strings and multiline entries.
2104         (auth-source-netrc-parse-next-interesting)
2105         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
2106         functions to support parser.
2107
2108 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * eww.el (eww-submit): Get submit button logic right when hitting RET
2111         on non-submit buttons.
2112
2113         * shr.el: Remove shr-preliminary-table-render, since that can't really
2114         be used for anything in practice.
2115
2116 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2117
2118         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2119         (sieve-manage-quit).
2120
2121 2013-06-14  Glenn Morris  <rgm@gnu.org>
2122
2123         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
2124
2125 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
2126
2127         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
2128         control the maximum size of photo ID image.
2129         (mml2015-epg-key-image-to-string): Respect it.
2130
2131 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
2134         instead of the final one so that we can more easily distinguish them.
2135
2136         * eww.el (eww-submit): Compute the submission URL correctly.
2137
2138 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2139
2140         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
2141         Use plist-get rather than CL's getf.
2142         (sieve-manage-parse-capability): Avoid CL's remove-if.
2143
2144 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
2145
2146         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
2147         (sieve-manage-quit).
2148
2149 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * shr.el (shr-expand-url): Expansion should chop off the bits after the
2152         last slash.
2153
2154         * eww.el (eww-tag-select): Use the first value as the default value.
2155
2156 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2157
2158         * eww.el (eww): Prepend urls with http:// if scheme is missing.
2159         (eww-mode): Use `define-derived-mode'.
2160         (eww-parse-headers): Parse headers from beginning of buffer so that
2161         file:// links work.
2162
2163 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
2166
2167 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
2170         to handle them at all.
2171
2172 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
2175         work, too.
2176         (eww-tag-select): Implement <select>.
2177
2178 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2179
2180         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
2181         stream managing functions by using open-protocol-stream to do most of
2182         the work.  Has the nice benefit of enabling STARTTLS.
2183         Wait for capabilities after STARTTLS: following RFC5804, the server
2184         sends new capabilities after successfully establishing a TLS connection
2185         with the client.  The client should update the cached list of
2186         capabilities, but we just ignore the answer for now.
2187         (sieve-manage-network-p, sieve-manage-network-open)
2188         (sieve-manage-starttls-p, sieve-manage-starttls-open)
2189         (sieve-manage-forward, sieve-manage-streams)
2190         (sieve-manage-stream-alist): Remove unneeded functions neither in the
2191         API, nor called by any other function.
2192         Enable Multibyte for SieveManage buffers: The parser won't properly
2193         handle umlauts and line endings unless multibyte is turned on in the
2194         process buffer.
2195
2196 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * eww.el (eww-tag-input): Support password fields.
2199         (eww-submit): Support POST.
2200
2201 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * eww.el (eww-tag-form): Protect against degenerate forms.
2204
2205         * shr.el (shr-expand-url): Expand URLs that start with a slash
2206         correctly.
2207
2208         * eww.el (eww-submit): Get submit button logic right.
2209
2210         * shr.el (shr-final-table-render): New variable to signal when we're
2211         doing the final table rendering so that we can collect more data at
2212         that point.
2213
2214         * eww.el (eww-submit): Make form submission work.
2215         (eww-tag-input): Implement submit buttons.
2216         (eww-click-radio): Implement radio and checkboxes.
2217         (eww-submit): Handle hidden elements.
2218
2219         * shr.el (shr-descend): Allow other packages to override (or provide)
2220         rendering of elements.
2221         (shr-expand-url): Strip query strings from URLs before expanding them.
2222
2223         * eww.el: Don't require cl-lib.
2224         (eww-tag-form): Start form support.
2225
2226         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
2227
2228         * eww.el: Start writing a new, tiny web browser.
2229         (eww-previous-url): New command.
2230         (eww-quit): New command.
2231
2232 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
2233
2234         * sieve.el: Put point at beginning of buffer when viewing a script.
2235         (sieve-open-server): Respect the PORT parameter.  Show the correct port
2236         number in sieve-buffer's header.  Fixed code to also work with a string
2237         as port specifier.  Properly close the connection on pressing 'q'.  Make
2238         sieve-manage-quit close the connection and process buffer.  Also, remove
2239         duplicate keybinding for 'q'.
2240
2241 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
2242
2243         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
2244         make it easier to read.
2245         (mm-pkcs7-enveloped-magic): Ditto.
2246
2247 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
2248
2249         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
2250         before `image-type-available-p' to avoid loading the image libraries
2251         needlessly.
2252
2253 2013-06-05  David Engster  <deng@randomsample.de>
2254
2255         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
2256         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
2257         to see whether the group was synced before.
2258
2259 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
2260
2261         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
2262         when opening the connection.
2263         Suggested by João Távora <joaotavora@gmail.com> in
2264         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
2265
2266 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
2269         assume Date header begins with "Date", that may be customized into
2270         something like "X-Sent" using gnus-article-time-format.
2271         (article-transform-date): Allow multi-line Date header.
2272
2273 2013-06-02  David Engster  <deng@randomsample.de>
2274
2275         * registry.el (initialize-instance, registry-lookup)
2276         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2277         (registry-lookup-secondary-value, registry-search, registry-delete)
2278         (registry-insert, registry-reindex, registry-size, registry-prune): Do
2279         not wrap methods in `eval-and-compile'.  This breaks due to latest
2280         changes in EIEIO (introduction of eieio-core.el).
2281
2282 2013-05-30  Glenn Morris  <rgm@gnu.org>
2283
2284         * nnmail.el (nnmail-fancy-expiry-target):
2285         Also bind mail-dont-reply-to-names.
2286
2287         * spam-stat.el (spam-stat-save):
2288         No need to tweak font-lock in temp buffers.
2289
2290         * shr.el (shr-put-image): Silence compiler.
2291
2292 2013-05-29  Glenn Morris  <rgm@gnu.org>
2293
2294         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2295
2296         * gnus-group.el (gnus-sequence-of-unread-articles)
2297         (gnus-summary-add-mark, gnus-mark-article-as-read)
2298         (gnus-group-make-articles-read): Declare.
2299
2300         * gnus-sum.el (gnus-parameter-list-identifier)
2301         (gnus-article-stop-animations, gnus-stop-downloads)
2302         (gnus-article-only-boring-p, article-goto-body)
2303         (gnus-flush-original-article-buffer, article-narrow-to-head)
2304         (gnus-article-hidden-text-p, gnus-delete-wash-type)
2305         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2306
2307         * gnus.el: No need to eval-and-compile autoloads.
2308
2309         * gravatar.el (help-function-arglist): Autoload.
2310
2311         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2312
2313         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2314
2315         * spam.el: No need to load spam-report when compiling.
2316         No need to eval-and-compile autoloads.
2317         (spam-report-resend-to): Declare.
2318         (spam-report-resend-register-routine): Require 'spam-report.
2319
2320 2013-05-24  Julien Danjou  <julien@danjou.info>
2321
2322         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2323         setup.
2324
2325 2013-05-23  Glenn Morris  <rgm@gnu.org>
2326
2327         * gnus-util.el (rmail-swap-buffers-maybe)
2328         (rmail-maybe-set-message-counters, rmail-count-new-messages)
2329         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2330         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2331
2332         * mm-decode.el: No need to load term when compiling.
2333         (term-mode, term-char-mode): Declare.
2334
2335         * mm-util.el: No need to load jka-compr when compiling.
2336         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2337
2338         * nnmaildir.el: Require is automatically eval-and-compile.
2339         (nnmail): Require at run-time too.
2340
2341         * registry.el (registry-size): Move definition before use.
2342
2343 2013-05-22  Daiki Ueno  <ueno@gnu.org>
2344
2345         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2346         signed data to conform the standard.  (Bug#14232)
2347
2348 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
2349
2350         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2351         double angle quotation mark.
2352
2353 2013-05-20  Glenn Morris  <rgm@gnu.org>
2354
2355         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
2356
2357 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2358
2359         * message.el (message-insert-formatted-citation-line): handle finding
2360         first/lastname when more than 2 names appear.
2361
2362 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
2363
2364         * shr.el (shr-tag-span): New function.
2365
2366 2013-05-18  Glenn Morris  <rgm@gnu.org>
2367
2368         * message.el (message-mode): Use message-mode-abbrev-table,
2369         with text-mode-abbrev-table as parent.  (Bug#14413)
2370
2371 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * message.el (message-expand-group): Decode group names.
2374
2375 2013-05-16  Julien Danjou  <julien@danjou.info>
2376
2377         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2378         app-icon.
2379
2380 2013-05-15  Glenn Morris  <rgm@gnu.org>
2381
2382         * shr-color.el (shr-color-visible-luminance-min)
2383         (shr-color-visible-distance-min): Use shr-color group.
2384
2385 2013-05-11  Glenn Morris  <rgm@gnu.org>
2386
2387         * gnus-vm.el: Make it loadable without VM.
2388         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2389         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2390
2391 2013-05-09  Glenn Morris  <rgm@gnu.org>
2392
2393         * mml1991.el: Make it loadable.  (Bug#13456)
2394
2395         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2396         * gnus-async.el (gnus-async-post-fetch-function):
2397         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2398         * gnus-html.el (gnus-html-image-cache-ttl):
2399         * gnus-notifications.el (gnus-notifications-timeout):
2400         * gnus-picon.el (gnus-picon-properties):
2401         * gnus-util.el (gnus-completion-styles):
2402         * gnus.el (gnus-other-frame-resume-function):
2403         * message.el (message-user-organization-file)
2404         (message-cite-reply-position):
2405         * nnir.el (nnir-summary-line-format)
2406         (nnir-retrieve-headers-override-function):
2407         * shr-color.el (shr-color-visible-luminance-min):
2408         * shr.el (shr-blocked-images):
2409         * spam-report.el (spam-report-resend-to):
2410         * spam.el (spam-summary-exit-behavior): Fix custom types.
2411
2412         * gnus-salt.el (gnus-selected-tree-face): Fix default.
2413
2414 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2417         because of let-binding help-xref-following.  (Bug#14356)
2418
2419 2013-05-06  Glenn Morris  <rgm@gnu.org>
2420
2421         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
2422
2423 2013-05-04  Andrew Cohen  <cohen@bu.edu>
2424
2425         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2426         entering into the registry.
2427
2428 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2429
2430         * gnus.el: Ma Gnus v0.7 is released.
2431
2432 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2435         (Bug#14304)
2436
2437 2013-04-27  Glenn Morris  <rgm@gnu.org>
2438
2439         * gnus.el (gnus-list-debbugs):
2440         Use require rather than autoload.  (Bug#14262)
2441
2442 2013-04-27  Julien Danjou  <julien@danjou.info>
2443
2444         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2445         port to "sieve" now that it has an official IANA port assigned.
2446
2447 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2450         Don't set the MAILHOST environment variable permanently (Bug#14271).
2451
2452 2013-04-26  Glenn Morris  <rgm@gnu.org>
2453
2454         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
2455
2456 2013-04-25  Andrew Cohen  <cohen@bu.edu>
2457
2458         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2459         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
2460
2461 2013-04-24  Andrew Cohen  <cohen@bu.edu>
2462
2463         * nnir.el (nnir-close-group): Make sure we are in the right group.
2464
2465         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2466         dependency table from all newly retrieved headers.
2467
2468 2013-04-16  David Edmondson  <dme@dme.org>
2469
2470         Support <img src="data:...">.
2471
2472         * shr.el (shr-image-from-data): New function.
2473         (shr-tag-img): Use it.
2474
2475 2013-04-14  Andrew Cohen  <cohen@bu.edu>
2476
2477         * nnir.el (nnir-request-set-mark): Make sure we are in the right
2478         group.
2479
2480 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2483         corresponding to any existing group (Bug#14166).
2484
2485 2013-04-10  Andrew Cohen  <cohen@bu.edu>
2486
2487         * nnir.el (number-sequence): No longer used.
2488         (nnir-request-set-mark): New function.
2489         (nnir-request-update-info): Improve marks updating.
2490         (nnir-request-scan): Don't duplicate marks updating.
2491         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2492         Use 'assq rather than 'assoc.  Quote anonymous function.
2493         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2494         Use 'gnus-group-prefixed-p.
2495         (gnus-summary-create-nnir-group): Make sure server for method is open.
2496
2497 2013-04-04  Andrew Cohen  <cohen@bu.edu>
2498
2499         * nnir.el (gnus-nnir-group-p): New function.
2500         (nnir-possibly-change-group): Use it.
2501
2502         * gnus-msg.el (gnus-setup-message): Use it.
2503
2504 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * mml.el (mml-minibuffer-read-description): Use `default' insted of
2507         `initial-input' for the argument name.
2508         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2509
2510 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
2511
2512         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2513         (used by MH-E).
2514
2515 2013-04-01  Andrew Cohen  <cohen@bu.edu>
2516
2517         * nnir.el (nnir-request-update-mark): Improve mark updating in original
2518         group.
2519
2520         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2521         fix compilation.
2522
2523 2013-03-31  Andrew Cohen  <cohen@bu.edu>
2524
2525         * nnir.el (nnir-method-default-engines): And another typo.
2526
2527 2013-03-30  Andrew Cohen  <cohen@bu.edu>
2528
2529         * nnir.el (nnir-method-default-engines): Fix typo.
2530
2531 2013-03-29  Andrew Cohen  <cohen@bu.edu>
2532
2533         * nnir.el: Define 'number-sequence for xemacs.
2534         (gnus-summary-create-nnir-group): New function to create an nnir group
2535         from an nnir summary buffer based on the current query.
2536         (nnir-request-create-group): Update to allow nnir group creation based
2537         on the current query.
2538
2539 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2540
2541         * nndraft.el (nndraft-request-expire-articles):
2542         Make expiry target always `delete'.
2543
2544 2013-03-27  Andrew Cohen  <cohen@bu.edu>
2545
2546         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2547         buffer use the posting-style and gcc of the original article group.
2548         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2549
2550         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
2551         after other deffoos.
2552
2553 2013-03-25  Andrew Cohen  <cohen@bu.edu>
2554
2555         * nnir.el: Major rewrite.  Cleaner separation between searches and group
2556         management.  Marks are now shown in nnir summary buffers.  Rudimentary
2557         support for real (i.e. not ephemeral) nnir groups.
2558         (gnus-summary-make-nnir-group): New function for initiating searches
2559         from a summary buffer.
2560
2561 2013-03-18  Sam Steingold  <sds@gnu.org>
2562
2563         * message.el (message-bury): Minor cleanup.
2564
2565 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
2566
2567         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
2568
2569 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * nndir.el (nndir-request-list): Remove 2nd argument passed to
2572         nnml-request-list.  (Bug#13873)
2573         (nndir-request-newsgroups): Remove, unused.
2574
2575         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2576
2577 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
2578
2579         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
2580         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
2581         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2582
2583 2013-03-03  Ted Phelps  <phelps@gnusto.com>
2584
2585         * shr.el: Make all the overlays set the `evaporate' property so that
2586         they're removed properly.
2587
2588 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
2589
2590         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2591         shell-quote-argument.
2592
2593 2013-02-22  David Engster  <deng@randomsample.de>
2594
2595         * gnus-registry.el (gnus-registry-save): Provide class name when
2596         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
2597         `condition-case' to stay compatible with older EIEIO versions which
2598         only accept one argument.
2599
2600 2013-02-17  Daiki Ueno  <ueno@gnu.org>
2601
2602         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2603         (epg-user-id-validity): Autoload.
2604         (mml2015-epg-check-user-id): New function.
2605         (mml2015-epg-check-sub-key): New function split from
2606         mml2015-epg-find-usable-key.
2607         (mml2015-epg-find-usable-key): Accept context, name, usage, and
2608         optional name-is-key-id, to handle the case when user-id is unusable.
2609         Reported by Łukasz Stelmach <stlman@poczta.fm>.
2610
2611 2013-02-17  Glenn Morris  <rgm@gnu.org>
2612
2613         * shr.el (shr-put-image): Use image-multi-frame-p if available.
2614
2615 2013-02-16  Glenn Morris  <rgm@gnu.org>
2616
2617         * shr.el (shr-put-image): Only animate images that specify a delay.
2618         This is consistent with the old image-animated-p behavior.
2619
2620 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2623         for XEmacs.
2624
2625 2013-02-13  Juri Linkov  <juri@jurta.org>
2626
2627         * gnus-art.el (gnus-article-mode-map):
2628         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2629         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
2630
2631 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
2632
2633         * auth-source.el (auth-source-format-prompt): Don't get confused by
2634         any "\" in replacement text.  (Bug#13637)
2635
2636 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
2637
2638         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2639         (gnus-backend-trace): Honour gnus-backend-trace.
2640
2641         * mml.el (mml-insert-part): Insert closing tag.
2642
2643         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2644
2645 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2648         able to find the article, which can happen in debbugs groups,
2649         apparently.
2650
2651 2013-01-16  Glenn Morris  <rgm@gnu.org>
2652
2653         * smiley.el (smiley-style): Make the file loadable in batch mode.
2654
2655 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2656
2657         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2658         imap process running.
2659
2660 2013-01-14  Julien Danjou  <julien@danjou.info>
2661
2662         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2663         Compare addresses against addresses, not against the full From field.
2664
2665 2013-01-13  Richard Stallman  <rms@gnu.org>
2666
2667         * message.el (message-forward-make-body-mime): New args BEG, END
2668         specify what part of FORWARD-BUFFER to use.  Do the work directly
2669         instead of calling `mml-insert-buffer'.
2670
2671 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2672
2673         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2674         cross-reference(s).
2675
2676         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2677         cross-reference(s).
2678
2679 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2680
2681         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2682         and point-max-marker.
2683         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2684
2685 2013-01-11  Julien Danjou  <julien@danjou.info>
2686
2687         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2688         max are almost equal.  Also return the correct value for V which is
2689         already between 0 and 1.
2690
2691 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
2692
2693         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2694         to mml2015-encrypt-to-self.
2695         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2696
2697 2013-01-09  Daiki Ueno  <ueno@gnu.org>
2698
2699         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2700         mml-smime-epg-find-usable-secret-key.
2701
2702 2013-01-08  Glenn Morris  <rgm@gnu.org>
2703
2704         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2705
2706 2013-01-07  Daiki Ueno  <ueno@gnu.org>
2707
2708         * mml-smime.el: Support signing by sender.
2709         Requested by Uwe Brauer.
2710         (mml-smime-sign-with-sender): New user option analogous
2711         to mml2015-sign-with-sender.
2712         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2713         (mml-smime-epg-find-usable-secret-key): New helper function copied from
2714         mml2015.el.
2715
2716 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2719         isn't running, because Gnus will probably not know how to handle the
2720         Gcc header (bug#11941).
2721
2722         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2723         articles.
2724
2725 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * nnfolder.el (nnfolder-recursive-directory-files): New function.
2728         (nnfolder-generate-active-file): Make this function work with recursive
2729         folder names.
2730
2731 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2732
2733         * nntp.el (nntp-open-connection): Use HELP as the capability command
2734         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2735         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
2736
2737 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
2738
2739         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2740         place holder since this gives `Invalid face reference: nil' messages.
2741         Use the `default' face instead.  It has the same effect here, even
2742         though it is not no-op.
2743
2744         * gnus-util.el
2745         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2746
2747 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2748
2749         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2750         non-string posting styles (bug#13285).
2751
2752 2012-12-27  Glenn Morris  <rgm@gnu.org>
2753
2754         * plstore.el (plstore-passphrase-callback-function):
2755         Use plstore-get-file.
2756
2757 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
2758
2759         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2760         stderr.
2761
2762 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2765
2766         * gnus-compat.el (set-buffer-multibyte): Remove.
2767
2768 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2769
2770         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2771         temporary file to get PGP key image.  Pass no-show-photos when
2772         extracting image to avoid having it pop up twice.
2773
2774 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
2775
2776         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2777         eligible for treatment.
2778
2779         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2780         lines.  This makes summary commands with hidden threads work more
2781         reliably.
2782
2783         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2784         button to mark the hidden citations (bug#9395).
2785
2786 2012-12-26  Daiki Ueno  <ueno@gnu.org>
2787
2788         * mml2015.el (mml2015-epg-signature-to-string): New function.
2789         (mml2015-epg-verify-result-to-string): New function.
2790         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2791         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2792         instead of epg-verify-result-to-string.
2793         (epg-signature-key-id, epg-signature-to-string): Autoload.
2794         (epg-verify-result-to-string): Remove autoload.
2795
2796 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
2797
2798         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2799         ID image from GPG public key.
2800         (mml2015-epg-key-image-to-string): New function.
2801
2802 2012-12-25  Leo Liu  <sdl.web@gmail.com>
2803
2804         * plstore.el (plstore-passphrase-callback-function): Fix error when
2805         error when plstore-cache-passphrase-for-symmetric-encryption is set
2806         (bug#13264).
2807
2808 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2809
2810         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2811         buffer to the article buffer here, because that clobbers multiple
2812         article buffers.
2813
2814         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2815         buffer always points to the right summary buffer.
2816
2817 2012-12-25  John Wiegley  <jwiegley@gmail.com>
2818
2819         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2820         the password (bug#12097).
2821
2822 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2823
2824         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2825         (bug#13263).
2826
2827         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2828         buffer exists before using it (bug#12475).
2829
2830         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2831         offline groups (bug#11937).
2832
2833         * message.el (message-yank-original): When using customize to set the
2834         value of `message-cite-style', the variable it set to a symbol that's
2835         the name of the variable, which must then be dereferenced (bug#12616).
2836
2837 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
2838
2839         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2840         the `face' property with a list whose car is the face specified in the
2841         format string and whose cdr is (nil).
2842         * lisp/gnus-util.el
2843         (gnus-put-text-property-excluding-characters-with-faces):
2844         Change accordingly.
2845         (gnus-get-text-property-excluding-characters-with-faces): New function.
2846         * lisp/gnus-sum.el (gnus-summary-highlight-line):
2847         * lisp/gnus-salt.el (gnus-tree-highlight-node):
2848         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2849
2850 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2851
2852         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2853         login methods.
2854         (nnimap-login): Respect the `nnimap-authenticator' variable.
2855
2856         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2857         mark state when moving articles.  Otherwise unticked articles will get
2858         their ticks back after moving.
2859
2860 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2861
2862         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2863
2864         * message.el (message-ignored-news-headers): Always remove
2865         X-Message-SMTP-Method to avoid information leakage if the user
2866         mistakenly inserts the header into news messages.
2867
2868         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2869
2870         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2871         right than four characters, this command would move point to
2872         `point-max'.  Don't do that.
2873
2874         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2875         to nil to allow re-selecting groups that gain articles.
2876         (gnus-bug-group-download-format-alist): Update the URL.
2877
2878 2012-12-23  Andreas Schwab  <schwab@suse.de>
2879
2880         * shr.el (shr-tag-em): Render em as italic, not bold.
2881
2882 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
2883
2884         * gnus-int.el (gnus-backend-trace): Factor out into its own function
2885         for reuse.
2886         (gnus-open-server): Use it to add more tracing.
2887         (gnus-finish-retrieve-group-infos): Add backend tracing.
2888         (gnus-backend-trace): Also note the elapsed seconds.
2889
2890 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
2891
2892         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2893         Set epa-file-encrypt-to from variable to avoid querying.
2894
2895 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
2896
2897         * sieve-mode.el (sieve-font-lock-keywords):
2898         Keywords should be word delimited.  (Bug#13173)
2899
2900 2012-12-13  Andreas Schwab  <schwab@suse.de>
2901
2902         * tls.el (tls-program): Update customize type.
2903
2904 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2907         instead of <pre> to align message header.
2908
2909 2012-12-12  Sam Steingold  <sds@gnu.org>
2910
2911         * gnus.el (gnus-other-frame-resume-function): Add user option.
2912         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2913
2914 2012-12-06  Sam Steingold  <sds@gnu.org>
2915
2916         * gnus-start.el (gnus-before-resume-hook): Add.
2917         (gnus-1): Run it when Gnus is alive.
2918
2919 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2922         * gnus-art.el (article-unsplit-urls)
2923         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2924         * gnus-registry.el (gnus-registry-get-article-marks)
2925         * message.el (message-goto-body): Use it.
2926         (message-called-interactively-p): Remove.
2927
2928         * spam-stat.el (spam-stat-called-interactively-p): New macro.
2929         (spam-stat-score-buffer): Use it.
2930
2931         * spam.el: Silence the warnings against BBDB functions when compiling.
2932
2933         * gnus-score.el (gnus-score-decode-text-parts):
2934         Use append+mapcar instead of the cl function mapcan.
2935
2936 2012-12-05  Sam Steingold  <sds@gnu.org>
2937
2938         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2939         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2940         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2941
2942 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * gmm-utils.el (gmm-called-interactively-p): Revert.
2945         This seems to cause Emacs to get stuck!
2946         * gnus-art.el (article-unsplit-urls)
2947         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2948         * gnus-registry.el (gnus-registry-get-article-marks)
2949         * message.el (message-goto-body)
2950         (message-called-interactively-p): Revert.
2951
2952         * gmm-utils.el (gmm-called-interactively-p): New function.
2953         * gnus-art.el (article-unsplit-urls)
2954         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2955         * gnus-registry.el (gnus-registry-get-article-marks)
2956         * message.el (message-goto-body): Use it.
2957         (message-called-interactively-p): Remove.
2958
2959         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2960         * gnus-sync.el (gnus-sync-lesync-call)
2961         * message.el (message-read-from-minibuffer): Use it.
2962
2963 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * gmm-utils.el (gmm-flet): Remove.
2966         * gnus-sync.el (gnus-sync-lesync-call)
2967         * message.el (message-read-from-minibuffer): Don't use it.
2968
2969 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * gmm-utils.el (gmm-labels): Use cl-labels if available.
2972
2973 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2976
2977         * gnus-sync.el (gnus-sync-lesync-call)
2978         * message.el (message-read-from-minibuffer): Use gmm-flet.
2979
2980         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2981
2982         * gnus-util.el (gnus-macroexpand-all): Remove.
2983
2984 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
2985
2986         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2987         to TAB, not [tab].
2988         (gnus-summary-article-map): Likewise.
2989
2990         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2991         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2992
2993 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2994
2995         * time-date.el: Commentary fix.
2996
2997 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2998
2999         * color.el: Don't require cl.
3000         (color-complement): `caddr' -> `nth 2'.
3001
3002         * time-date.el (time-to-seconds): De-obsolete.
3003
3004 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * message.el (message-get-reply-headers):
3007         Make sure the reply goes to the author if it is a wide reply.
3008
3009 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
3010
3011         * gnus-score.el (gnus-score-body):
3012         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
3013         scoring by body.
3014
3015 2012-11-16  Glenn Morris  <rgm@gnu.org>
3016
3017         * gnus-diary.el (nndiary-request-create-group-functions)
3018         (nndiary-request-update-info-functions)
3019         (gnus-subscribe-newsgroup-functions)
3020         (nndiary-request-accept-article-functions):
3021         Use new names for hooks rather than obsolete aliases.
3022
3023 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * dgnushack.el (define-obsolete-variable-alias): Simplify.
3026
3027 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
3030         in meta tag with the one the part specifies in its header.
3031
3032 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3033
3034         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
3035         by default.
3036
3037 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
3040         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
3041
3042 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
3045         and a runtime function for it, of which the XEmacs version takes only
3046         two arguments.
3047
3048 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3049
3050         * nndiary.el (nndiary-request-create-group-functions)
3051         (nndiary-request-update-info-functions)
3052         (nndiary-request-accept-article-functions):
3053         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
3054         "-hooks" suffix.
3055
3056 2012-10-19  Julien Danjou  <julien@danjou.info>
3057
3058         * gnus-art.el: Require gnus-util because it uses
3059         `gnus-timer--function'.
3060
3061 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3062
3063         * starttls.el (starttls-extra-arguments): Doc fix.
3064
3065 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
3068         it.
3069
3070 2012-10-06  Glenn Morris  <rgm@gnu.org>
3071
3072         * gnus-notifications.el (gnus-notifications):
3073         Add missing group :version tag.
3074         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
3075         (gnus-gcc-post-body-encode-hook):
3076         * gnus-sync.el (gnus-sync-lesync-name)
3077         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
3078
3079 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3080
3081         * color.el (color-hsl-to-rgb): Fix incorrect results for
3082         small and large hue values.  (Bug#12559)
3083
3084 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         New UIDL implementation.
3087
3088         * mail-source.el (mail-sources, mail-source-keyword-map):
3089         Add :leave as a pop3 keyword.
3090         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
3091
3092         * pop3.el (pop3-leave-mail-on-server): Allow number.
3093         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
3094         (pop3-movemail): Add UIDL support.
3095         (pop3-send-streaming-command): Take a list of mail numbers instead of
3096         the number of mails.
3097         (pop3-write-to-file): Add X-UIDL header.
3098         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
3099         (pop3-uidl-add-xheader): New functions.
3100
3101         * message.el (message-ignored-resent-headers):
3102         Add X-Content-Length and X-UIDL headers.
3103
3104 2012-10-05  Glenn Morris  <rgm@gnu.org>
3105
3106         * color.el (color-name-to-rgb, color-rgb-to-hex)
3107         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3108         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3109         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3110         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3111
3112 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
3115         a user about whether to delete temp files if once a user answered as n.
3116
3117 2012-09-25  Chong Yidong  <cyd@gnu.org>
3118
3119         * password-cache.el (password-read-and-add): Use a declare form to mark
3120         this function obsolete.
3121
3122 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * lpath.el: Bind mail-encode-mml for old Emacsen.
3125
3126 2012-09-17  Richard Stallman  <rms@gnu.org>
3127
3128         * message.el (message-in-body-p): Don't set mark or modify buffer.
3129
3130         * mml.el (mml-attach-file): Doc fix.
3131         (mml-attach-external, mml-attach-buffer, mml-attach-file):
3132         Set mail-encode-mml when in Mail mode.
3133         Simplify code to set HEAD and move back to HEAD.
3134         (mml-insert-multipart, mml-insert-part):
3135         Set mail-encode-mml when in Mail mode.
3136
3137 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * gnus-util.el (gnus-timer--function): New function.
3140
3141         * gnus-art.el (gnus-article-stop-animations): Use it.
3142
3143 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3144
3145         Fix glitches caused by addition of psec to timers.
3146         * gnus-art.el (gnus-article-stop-animations): Use timer--function
3147         rather than raw access to timer vector.
3148
3149 2012-09-11  Julien Danjou  <julien@danjou.info>
3150
3151         * gnus-notifications.el (gnus-notifications): Check for nil values in
3152         ignored addresses check.
3153
3154 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3155
3156         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
3157
3158 2012-09-07  Chong Yidong  <cyd@gnu.org>
3159
3160         * gnus-util.el
3161         (gnus-put-text-property-excluding-characters-with-faces): Restore.
3162
3163         * gnus-salt.el (gnus-tree-highlight-node):
3164         * gnus-sum.el (gnus-summary-highlight-line):
3165         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
3166
3167 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3168
3169         * gnus-util.el: Fix compilation error on XEmacs 21.4.
3170
3171 2012-09-06  Juri Linkov  <juri@jurta.org>
3172
3173         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
3174         scheme for buffer names to be more consistent with other group and
3175         article buffer names in Gnus.
3176
3177 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
3178
3179         * gnus-util.el
3180         (gnus-put-text-property-excluding-characters-with-faces): Removed.
3181
3182         * gnus-compat.el: Define compat function `add-face' from Wolfgang
3183         Jenkner.
3184
3185         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
3186
3187         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
3188
3189         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
3190
3191 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
3194         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
3195
3196         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
3197         string-prefix-p in Emacs >=23.2.
3198
3199         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
3200         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
3201         instead of string-match-p.
3202         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
3203
3204 2012-09-06  Kenichi Handa  <handa@gnu.org>
3205
3206         * qp.el (quoted-printable-decode-region): Fix previous change; handle
3207         lowercase a..f.
3208
3209 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3210
3211         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
3212
3213 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
3214
3215         * nnimap.el (nnimap-request-move-article): Decode the group name when
3216         doing internal moves to avoid charset issues.
3217
3218         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
3219         TIME is set.
3220
3221 2012-09-05  Juri Linkov  <juri@jurta.org>
3222
3223         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
3224         than one group at a time (bug#11961).
3225
3226 2012-09-05  Julien Danjou  <julien@danjou.info>
3227
3228         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
3229         this hide the real reason with a message giving absolutely no hint.
3230
3231 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
3232
3233         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
3234         to the backend (bug#11804).
3235
3236         * message.el (message-insert-newsgroups): Don't insert newsgroup
3237         duplicates (bug#12275).
3238
3239 2012-09-05  John Wiegley  <johnw@newartisans.com>
3240
3241         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
3242         sieve rules.
3243
3244 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
3245
3246         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
3247         function.
3248
3249         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
3250
3251         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
3252
3253 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
3254
3255         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
3256         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
3257         This should make nnmaildir more usable with offlineimap.
3258
3259 2012-09-05  Julien Danjou  <julien@danjou.info>
3260
3261         * nnimap.el (nnimap-request-list): Revert change that made listing
3262         synchronous.
3263         (nnimap-get-responses): Restore.
3264
3265 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
3266
3267         * dgnushack.el: XEmacs 21.5 compilation fix.
3268
3269         * gnus-notifications.el (gnus-notifications-notify): Use it.
3270
3271         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
3272         warnings on XEmacs.
3273
3274 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3275
3276         Better seeds for (random).
3277         * gnus-sync.el (gnus-sync-lesync-setup):
3278         * message.el (message-canlock-generate, message-unique-id):
3279         Change (random t) to (random), now that the latter is more random.
3280
3281 2012-08-31  Dave Abrahams  <dave@boostpro.com>
3282
3283         * nnimap.el (nnimap-change-group): Document result value
3284
3285         * auth-source.el (auth-sources): Fix macos keychain access.
3286
3287         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
3288         allow the backend `request-head' function to determine the group
3289         name on its own.
3290         (gnus-request-expire-articles): Filter out negative article numbers
3291         during expiry (Bug#11980).
3292
3293         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
3294         O(N^2) to O(N).  This makes warping into huge groups tolerable.
3295
3296         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
3297         you've found the article when you haven't.
3298
3299         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
3300         that nnimap-change-group can return t.
3301
3302 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3303
3304         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
3305
3306 2012-08-30  Julien Danjou  <julien@danjou.info>
3307
3308         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
3309         `gnus-notifications-timeout'.
3310         (gnus-notifications-timeout): Add.
3311         (gnus-notifications-action): New function.
3312         (gnus-notifications-notify): Add :action using
3313         `gnus-notifications-action'.
3314         (gnus-notifications-id-to-msg): New variable.
3315         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
3316         notifications id to messages.
3317
3318 2012-08-30  Kenichi Handa  <handa@gnu.org>
3319
3320         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
3321         once.
3322
3323 2012-08-29  Julien Danjou  <julien@danjou.info>
3324
3325         * gnus-notifications.el: New file.
3326         (gnus-notifications-notify): New function.
3327         (gnus-notifications): Use `gnus-notifications-notify'.
3328
3329 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
3332         transfer encoding first; bind gnus-newsgroup-charset to the charset
3333         that the article specifies (Bug#12209).
3334
3335 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
3338         (gnus-group-customize-done): Encode values posting-style holds.
3339
3340         * gnus-msg.el (gnus-summary-resend-message)
3341         (gnus-configure-posting-styles): Decode values posting-style group
3342         parameter holds.
3343
3344 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
3347         `name' and `address' in Resent-From header.
3348
3349 2012-08-14  Chong Yidong  <cyd@gnu.org>
3350
3351         * gnus-art.el (article-display-face): Handle failure in
3352         gnus-create-image (Bug#11802).
3353
3354 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3355
3356         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3357         Use defsetf.
3358
3359 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
3360
3361         * auth-source.el (auth-source-plstore-search)
3362         (auth-source-secrets-search): Ignore :require and :type in search spec.
3363
3364 2012-08-06  Julien Danjou  <julien@danjou.info>
3365
3366         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
3367         `nnimap-request-move-article'.
3368
3369         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3370         Remove autoload, already handled by gnus.el.
3371
3372         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
3373
3374         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
3375         supported by nnimap actually.  Reverts previous change.
3376
3377         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
3378         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
3379         to-buffer argument that is already supported.
3380
3381 2012-08-05  Julien Danjou  <julien@danjou.info>
3382
3383         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3384         Add autoload.
3385
3386 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * gnus.el (gnus-valid-select-methods): Fix custom type.
3389
3390 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
3391
3392         * auth-source.el (auth-sources, auth-source-backend-parse)
3393         (auth-source-macos-keychain-search)
3394         (auth-source-macos-keychain-search-items)
3395         (auth-source-macos-keychain-result-append)
3396         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3397         auth-source.el through the /usr/bin/security utility.
3398         (auth-sources): Fix syntax error.
3399         (auth-source-macos-keychain-result-append): Fix variable name.
3400         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3401
3402 2012-07-27  Julien Danjou  <julien@danjou.info>
3403
3404         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3405         Emacs < 24.1
3406
3407 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * message.el (message-kill-address): Don't kill last newline.
3410         (message-skip-to-next-address): Don't move to the next header.
3411         (message-fill-field-address): Work properly.
3412
3413 2012-07-25  Julien Danjou  <julien@danjou.info>
3414
3415         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3416
3417 2012-07-24  Julien Danjou  <julien@danjou.info>
3418
3419         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3420
3421         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3422         (nntp-async-timer-handler): Remove, unused.
3423
3424         * nnimap.el (nnimap-get-responses): Remove, unused.
3425
3426         * nnheader.el (mail-header-set-extra): Remove, unused.
3427
3428         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
3429         unused.
3430
3431         * mm-view.el (mm-view-sound-file): Remove, unused.
3432
3433         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3434         (mm-url-encode-multipart-form-data): Remove, unused.
3435
3436         * message.el (message-remove-signature, message-make-host-name)
3437         (message-fill-address): Remove, unused.
3438
3439         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3440         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3441         unused.
3442
3443         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
3444         (gnus-xmas-call-region): Remove, unused.
3445
3446         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3447
3448         * gnus-util.el (gnus-extract-address-component-name)
3449         (gnus-extract-address-component-email, gnus-sortable-date)
3450         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3451         (gnus-process-live-p): Remove, unused.
3452
3453         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3454
3455         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3456         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3457         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3458         function.
3459
3460         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3461
3462         * gnus-score.el (gnus-summary-score-crossposting)
3463         (gnus-score-regexp-bad-p): Remove, unused.
3464
3465         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3466
3467         * gnus-range.el (gnus-sublist-p): Remove, unused.
3468
3469         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3470         unused.
3471
3472         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3473
3474         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3475         (gnus-request-associate-buffer): Remove, unused.
3476
3477         * gnus-group.el (gnus-group-set-method-info)
3478         (gnus-group-set-params-info): Remove, unused.
3479
3480         * gnus-fun.el (gnus-shell-command-to-string)
3481         (gnus-shell-command-on-region): Remove, unused.
3482
3483         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3484
3485         * gnus-art.el (gnus-article-text-type-exists-p)
3486         (article-translate-characters, gnus-article-hide-text-of-type)
3487         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3488         Remove, unused.
3489
3490 2012-07-22  Andrew Cohen  <cohen@bu.edu>
3491
3492         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3493
3494 2012-07-21  Julien Danjou  <julien@danjou.info>
3495
3496         * message.el (message-dont-reply-to-names): Replace deprecated
3497         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3498         (message-get-reply-headers): Ditto.
3499
3500 2012-07-18  Julien Danjou  <julien@danjou.info>
3501
3502         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3503         `sieve-upload-and-kill'.
3504
3505         * sieve.el (sieve-bury-buffer): Remove function.
3506         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3507         (sieve-upload-and-kill): New function, mapped to C-c C-c.
3508
3509 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
3510
3511         * shr.el (shr-expand-url): Handle URL starting with `//'.
3512
3513 2012-07-13  Chong Yidong  <cyd@gnu.org>
3514
3515         * smime.el (smime-certificate-info): Set buffer-read-only directly,
3516         instead of calling toggle-read-only with a (bogus) argument.
3517
3518 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
3519
3520         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3521         of initial input when reading the author to restrict the summary to.
3522
3523 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * mm-decode.el (mm-shr):
3526         Allow overriding charset by mm-charset-override-alist.
3527
3528 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * gnus-art.el (gnus-article-view-part):
3531         Toggle subparts of multipart/alternative part.
3532
3533 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3534
3535         * shr.el (shr-render-buffer): New command.
3536         (shr-visit-file): Use it.
3537
3538 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3541         Set no-byte-compile and no-update-autoloads.
3542
3543 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3546
3547 2012-06-25  Julien Danjou  <julien@danjou.info>
3548
3549         * nnimap.el (nnimap-request-articles-find-limit): Rename from
3550         `nnimap-request-move-articles-find-limit' since we do not use it only
3551         for move operations.
3552         (nnimap-request-accept-article): Use
3553         `nnimap-request-articles-find-limit' to limit search by message-id.
3554
3555 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3556
3557         Support higher-resolution time stamps (Bug#9000).
3558
3559         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
3560         VARLIST.  It's optional, for backward compatibility.
3561         (encode-time-value): New optional arg PICO.  New type 3.
3562         (time-to-seconds) [!float-time]: Support the new picoseconds
3563         component if it's used.
3564         (seconds-to-time, time-subtract, time-add):
3565         Support ps-resolution time stamps as well.
3566
3567 2012-06-19  Julien Danjou  <julien@danjou.info>
3568
3569         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
3570
3571         * nnimap.el (nnimap-log-buffer): Check that
3572         `window-point-insertion-type' is boundp, since it's not available in
3573         XEmacs.
3574
3575 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3576
3577         * nnimap.el (nnimap-log-buffer): Add this, setting
3578         `window-point-insertion-type' in the buffer to t.
3579         (nnimap-log-command): Use nnimap-log-buffer.
3580
3581 2012-06-19  Julien Danjou  <julien@danjou.info>
3582
3583         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
3584         argument to be able to limit the search.
3585         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
3586         (nnimap-request-move-articles-find-limit): Add this to limit the search
3587         by Message-Id after a message move.
3588         (nnimap): Add defgroup.
3589
3590 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3591
3592         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3593
3594 2012-06-15  Julien Danjou  <julien@danjou.info>
3595
3596         * nnimap.el (nnimap-find-article-by-message-id): Use
3597         `nnimap-possibly-change-group' rather than its own EXAMINE call.
3598         (nnimap-possibly-change-group): Add read-only argument.
3599         (nnimap-request-list): Use nnimap-possibly-change-group rather than
3600         issuing EXAMINE manually.
3601         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
3602         with read-only argument.
3603         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.  We
3604         cannot possibly change because we need to be sure that it's either
3605         read-write or read-only.
3606
3607 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3610         being bound to a lambda form.
3611
3612 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
3613
3614         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3615         articles when fetch-old is non-nil (bug#11370).
3616
3617 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
3618
3619         * gnus-picon.el (gnus-picon-properties): New defcustom.
3620         (gnus-picon-create-glyph): Use it.
3621
3622 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * gnus-group.el (gnus-group-get-new-news): Respect
3625         `gnus-group-use-permanent-levels', as documented (bug#11638).
3626
3627 2012-06-10  Dave Abrahams  <dave@boostpro.com>
3628
3629         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3630         groups (bug#11641).
3631
3632 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
3633
3634         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3635         is an integer to avoid later problems.
3636
3637 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3640         locales.
3641
3642         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3643         on a handle.
3644
3645         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3646         address as the default.
3647         (gnus-summary-insert-old-articles): Don't include unexisting messages.
3648
3649         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
3650         makes no sense to query the user about internal files.
3651
3652         * gnus-spec.el: Remove all the byte-compilation stuff, since
3653         benchmarking shows that it doesn't help when entering large summary
3654         buffers.
3655
3656         * gnus-xmas.el (gnus-xmas-define): Remove.
3657
3658         * gnus-util.el (gnus-byte-code): Remove.
3659
3660         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3661         grouplens stuff.
3662
3663 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3666         (bug#11514).
3667
3668 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
3669
3670         * message.el (message-buffers): Return all buffers derived from Message
3671         to make `gnus-dired-attach' work with mu4e.
3672
3673 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3674
3675         * nntp.el: Stop the `letf' madness.
3676         (nntp--report-1): New var.
3677         (nntp-report): Merge nntp-report-1 into it.
3678         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3679         the nntp-report function.
3680
3681         * auth-source.el: Fix comment-style to follow the convention.
3682
3683 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
3684
3685         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3686         (mm-dissect-singlepart): Don't guess the MIME type of
3687         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3688         set.
3689         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3690         toplevel MIME type is multipart/encrypted.
3691
3692 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3695         a string so that Gcc works (bug#11514).
3696
3697 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3698
3699         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3700         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3701
3702 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3703
3704         * gnus-win.el (gnus-configure-frame): Don't signal an error when
3705         jumping to *Server* from a dedicated *Group* window.
3706         (gnus-configure-frame): CSE.
3707
3708         * gnus-registry.el: Minor style cleanup.
3709         (gnus-registry--set/remove-mark): New function, extracted from
3710         gnus-registry-install-shortcuts.
3711         (gnus-registry-install-shortcuts): Use it.
3712
3713 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * nnspool.el (news-path): Use eval-and-compile.
3716
3717 2012-05-24  Glenn Morris  <rgm@gnu.org>
3718
3719         * nnspool.el (news-directory, news-path, news-inews-program):
3720         Move here from paths.el.  Don't see a need for these to be autoloaded.
3721
3722         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3723         Merge in doc from paths.el version.  Don't see any need for this to be
3724         autoloaded, or for the warning about users not setting it.
3725
3726 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
3727
3728         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
3729         format.  In particular, add an optional argument and a docstring.
3730
3731         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3732
3733         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3734         current before calling `gnus-groups-to-gnus-format'.
3735         Note that this was already the case for `gnus-active-to-gnus-format'.
3736
3737 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
3738
3739         Fix minor Y10k bug.
3740         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3741
3742 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3743
3744         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3745         message once it's actually open.
3746
3747 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3748
3749         * gnus.el: Ma Gnus v0.5 is released.
3750
3751 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3752
3753         * auth-source.el (auth-source--aput-1, auth-source--aput)
3754         (auth-source--aget): New functions and macros.
3755         Use them instead of aput/aget.
3756
3757 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
3758
3759         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3760
3761 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3762
3763         * plstore.el (plstore-called-interactively-p): New compat macro copied
3764         from message.el.
3765         (plstore-mode): Use it.
3766
3767 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
3768
3769         * plstore.el: Revive the editing feature.
3770         (plstore-mode): New mode to edit plstore file.
3771         (plstore-mode-toggle-display, plstore-mode-original)
3772         (plstore-mode-decoded): New command.
3773         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3774         (plstore--insert-buffer, plstore--make): New function.
3775         (plstore-open, plstore-save): Simplify by using them.
3776
3777 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3780
3781 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
3782
3783         * tls.el (open-tls-stream): Remove unused binding.
3784
3785 2012-04-16  Glenn Morris  <rgm@gnu.org>
3786
3787         * nndraft.el (nndraft-request-list): Fix declaration.
3788
3789 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * mm-decode.el (mm-dissect-buffer): Doc fix.
3792
3793         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3794         don't have a current group.
3795
3796         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
3797         buffer if it doesn't exist.
3798
3799         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
3800         given, mark the group as ephemeral with the current window conf.
3801
3802         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3803         buffer exists, which it doesn't if we haven't started Gnus.
3804         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3805
3806 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * mml.el (mml-generate-mime): Allow specifying what the top-level part
3809         type is.
3810
3811         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
3812         `unexists' entries.
3813         (gnus-clean-old-newsrc): Fix last checkin.
3814
3815         * nnimap.el (nnimap-update-info): None of the articles below the active
3816         low-water mark exist.
3817
3818         * dgnushack.el: Get rid of XEmacs compilation warning.
3819
3820         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3821         would have gotten if we posted to the group, and use that to compare
3822         against the message we want to cancel (bug#10808).
3823
3824         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
3825         on XEmacs.
3826
3827 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3828
3829         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
3830         `scroll-margin'.
3831
3832 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
3833
3834         * gnus-cite.el (gnus-dissect-cited-text): A single line without
3835         citation prefix within a block of cited text should be considered part
3836         of that block *only* if it is a blank line.
3837
3838 2012-04-09  Chong Yidong  <cyd@gnu.org>
3839
3840         * binhex.el, hashcash.el, uudecode.el:
3841         Remove * characters from the front of variable docstrings.
3842
3843 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3846         before kinsoku-bol characters nor within kinsoku-eol characters.
3847
3848 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3851         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
3852         (gnus-sync-read): Use mapc instead of mapcar.
3853
3854         * mm-archive.el: Require mm-decode for some macros.
3855         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
3856         the byte compiler.
3857         (mm-archive-decoders): New function that returns the value of
3858         the mm-archive-decoders variable.
3859
3860         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
3861         instead.
3862         (mm-dissect-singlepart): Use the function mm-archive-decoders.
3863
3864         * nnimap.el (gnus-refer-thread-use-nnir):
3865         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3866
3867 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3868
3869         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
3870
3871 2012-03-12  Peter Münster  <pmrb@free.fr>
3872
3873         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3874         (gnus-demon-cancel): Ditto.
3875         (gnus-demon-run-callback): When function cannot be called due to low
3876         idleness, call it when idleness reaches the expected value, instead of
3877         waiting another timer period.
3878         (gnus-demon-init): Add `time' to arguments of call-back.
3879
3880 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
3883
3884         * gnus.el: Register gnus-registry functions.
3885
3886         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
3887         indent.
3888
3889         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
3890         enabled before warping.
3891
3892 2012-03-22  Dave Abrahams  <dave@boostpro.com>
3893
3894         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
3895         registry about each article retrieved.
3896
3897         * gnus-int.el (gnus-select-group-with-message-id): New function.
3898         (gnus-try-warping-via-registry): Ditto.
3899         (gnus-warp-to-article): Fall back on the registry.
3900
3901 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
3902
3903         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
3904         inboxes.
3905
3906 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907
3908         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3909
3910 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3913         gnus-gcc-self-resent-messages may be a group parameter.
3914         (gnus-summary-resend-message): Don't encode encoded words in header
3915         when Gcc'ing resent message.
3916
3917 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3918
3919         * shr.el (shr-insert): Treat non-breaking space just like normal
3920         space.  This seems to produce more pleasing results.
3921         (shr-insert): Only insert a blank line if we're starting from an image.
3922         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
3923         (shr-ensure-paragraph): Consider lines with white space to be blank.
3924
3925 2012-03-15  Elias Pipping  <pipping@lavabit.com>
3926
3927         * Makefile.in: Respect DESTDIR.
3928
3929 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
3930
3931         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3932         and gnus-gcc-post-body-encode-hook.
3933
3934 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
3937         messages that don't exist.
3938
3939         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
3940
3941 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
3944         Remove.
3945
3946         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
3947
3948         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
3949
3950 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3953         have a group name.
3954
3955         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3956         a multibyte buffer (bug#7410).
3957         (article-wash-html): Parse the original article buffer to get the
3958         unencoded data (bug#7410).
3959
3960         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3961         .newsrc.el files.
3962
3963 2012-04-05  Bastien Guerry  <bzg@altern.org>
3964
3965         * color.el (color-lighten-name): Fix typo.
3966
3967 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968
3969         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3970         "#" to avoid having them interpreted as comments.
3971
3972 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * shr.el (shr-insert): Update the text state properly to avoid
3975         inserting spurious paragraph starts.
3976
3977 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978
3979         * shr.el (shr-table-widths): Divide the extra width more fairly over
3980         the TDs (bug#10973).
3981         (shr-render-td): Don't delete too much padding.
3982         (shr-natural-width): Compute the natural width more correctly.
3983         (shr-insert): Allow the natural width to be computed for tables again.
3984         (shr-tag-table-1): Rework how the natural widths are computed by
3985         rendering the table a third time.
3986         (shr-natural-width): Removed.
3987         (shr-buffer-width): New function.
3988         (shr-expand-newlines): Use it.
3989
3990         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
3991         using a `gnus-use-full-window' setup (bug#11013).
3992
3993 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3994
3995         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3996         24.1 release.
3997
3998 2012-03-10  David Edmondson  <dme@dme.org>
3999
4000         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
4001         'Forwarded Message' header and the start of the message.
4002
4003 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4004
4005         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
4006         isn't running (bug#10897).
4007
4008 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4009
4010         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
4011         This is inconsistent with all the other stream functions, which leave
4012         the setting up to the higher levels (if so wanted) (bug#10931).
4013
4014 2012-02-28  Glenn Morris  <rgm@gnu.org>
4015
4016         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
4017         mm-decode.el: Standardize possessive apostrophe usage.
4018
4019 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4020
4021         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
4022
4023 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
4024
4025         * parse-time.el (parse-time-string): Allow extractor to return nil.
4026
4027 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
4030
4031 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4032
4033         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
4034
4035 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4036
4037         * mm-decode.el (mm-shr): Remove "soft hyphens".
4038
4039         * nnimap.el (nnimap-request-list): Return the group names encoded as
4040         utf8.  Otherwise non-European group names don't work.
4041         (nnimap-request-newgroups): Ditto.
4042
4043         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
4044         the default in `read-string' (bug#10757).
4045
4046         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
4047         topics (bug#10843).
4048
4049         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
4050         buffer.  Suggested by Herbert Valerio Riedel.
4051         (nnimap-request-move-article): Delete the message from the correct IMAP
4052         server.
4053
4054 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4055
4056         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
4057         Reported by Peter Münster.
4058
4059 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4060
4061         * shr.el (shr-image-fetched): Make sure we really kill the right
4062         buffer.
4063
4064 2012-02-16  Leo Liu  <sdl.web@gmail.com>
4065
4066         * gnus-start.el (gnus-1): Avoid duplicate entries.
4067
4068 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4069
4070         * imap.el: Remove.
4071
4072         * nntp.el (nntp-coding-system-for-read): Remove.
4073         (nntp-coding-system-for-write): Ditto.
4074         (nntp-open-connection): Just use `binary' directly.
4075
4076         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
4077         Gnus 0.3.
4078
4079 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4080
4081         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
4082         application/octet-stream parts really is.
4083
4084         * gnus-sum.el (gnus-propagate-marks): Remove.
4085
4086 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
4087
4088         * shr.el (shr-rescale-image): Undo previous change; see
4089         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
4090
4091 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4092
4093         * gnus.el: Ma Gnus v0.3 is released.
4094
4095 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4096
4097         * gnus-sum.el (gnus-summary-local-variables): Make
4098         `gnus-newsgroup-unexist' into a local variable.
4099
4100 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4101
4102         * registry.el (registry-usage-test, registry-persistence-test): Move to
4103         tests/gnustest-registry.el.
4104         (registry-make-testable-db, registry-match-test)
4105         (registry-instantiation-test): Move to tests/gnustest-registry.el.
4106
4107         * gnus-registry.el (gnus-registry-misc-test)
4108         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
4109
4110         * tests/gnustest-registry.el: New file with the registry and
4111         gnus-registry ERT tests.
4112
4113 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * gnus-msg.el (gnus-summary-resend-message): Make
4116         gnus-summary-resend-message-insert-gcc be last item in
4117         message-header-setup-hook.
4118
4119 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4120
4121         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
4122         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
4123         Remove.
4124         (nnfolder-open-server): Don't use marks.
4125         (nnfolder-request-delete-group): Ditto.
4126         (nnfolder-request-rename-group): Ditto.
4127         (nnfolder-request-set-mark, nnfolder-request-marks)
4128         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
4129         (nnfolder-save-marks, nnfolder-open-marks): Remove.
4130
4131         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
4132         (nnml-marks-modtime): Remove.
4133         (nnml-request-delete-group): Don't use marks.
4134         (nnml-request-rename-group): Ditto.
4135         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
4136         (nnml-save-marks, nnml-open-marks): Remove.
4137
4138         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4139         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
4140         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
4141         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
4142         (nntp-server-to-method-cache): Remove.
4143
4144         * shr.el (shr-rescale-image): Fix wrong merge.
4145
4146 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
4147
4148         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
4149         too-wide lines.
4150
4151 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4152
4153         * nnimap.el (nnimap-record-commands): New variable.
4154         (nnimap-log-command): Use it.
4155         (nnimap-make-process-buffer): Add a space to the process buffer.
4156         (nnimap-transform-headers): Don't bug out on header lines containing
4157         stuff that look like IMAP length encodings.
4158
4159         * shr.el (shr-rescale-image): Allow viewing large images.
4160
4161 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
4162
4163         * nnml.el (nnml-request-compact-group): Delete the marks file after
4164         compaction (bug#10800).
4165
4166         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
4167         group exit.
4168
4169         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
4170         QRESYNC/FETCH output.
4171
4172 2012-02-11  Glenn Morris  <rgm@gnu.org>
4173
4174         * sieve-manage.el (sieve-manage-default-stream):
4175         * shr.el (shr):
4176         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
4177         (nnir-retrieve-headers-override-function)
4178         (nnir-imap-default-search-key, nnir-notmuch-program)
4179         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
4180         (nnir-method-default-engines):
4181         * message.el (message-cite-reply-position):
4182         * gssapi.el (gssapi-program):
4183         * gravatar.el (gravatar):
4184         * gnus-sum.el (gnus-refer-thread-use-nnir):
4185         * gnus-registry.el (gnus-registry-unfollowed-addresses)
4186         (gnus-registry-max-pruned-entries):
4187         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
4188         * gnus-int.el (gnus-after-set-mark-hook)
4189         (gnus-before-update-mark-hook):
4190         * gnus-async.el (gnus-async-post-fetch-function):
4191         * auth-source.el (auth-source-cache-expiry):
4192         Add missing :version tags to new defcustoms and defgroups.
4193
4194 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4195
4196         * gnus-sum.el (gnus-adjust-marked-articles): Add to
4197         `gnus-newsgroup-unexist'.
4198
4199         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
4200         marks.
4201         (gnus-article-special-mark-lists): Put the `unexist' in the special
4202         marks list instead.
4203
4204         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
4205         articles in the list of articles to be selected.
4206
4207         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
4208         articles.
4209         (nnimap-update-info): Keep track of unexisting articles.
4210         (nnimap-update-qresync-info): Ditto.
4211
4212 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4213
4214         * message.el (message-default-send-mail-function): Made into own
4215         function for reuse by emacsbug.el.
4216
4217 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
4218
4219         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
4220         `gnus-sloppily-equal-method-parameters' to avoid a warning.
4221
4222 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4223
4224         * mm-archive.el (mm-archive-dissect-and-inline): New function.
4225         (mm-archive-dissect-and-inline): Fix up the undisplayer.
4226
4227         * gnus-compat.el: Define `timer-set-function'.
4228
4229         * mm-decode.el (mm-display-external): Output the text from the command
4230         in the buffer after the command finished.  This makes text-based
4231         commands behave better.
4232
4233 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4234
4235         * gnus-compat.el: Add a compat for the old `url-retrieve'.
4236
4237 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4238
4239         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
4240         23.1.
4241
4242 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
4245
4246 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4247
4248         * message.el (smtpmail-smtp-user): Silence compiler warning.
4249
4250 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4251
4252         * message.el (message-multi-smtp-send-mail): Also allow specifying the
4253         SMTP user name.
4254
4255 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * gnus-sum.el (gnus-summary-show-thread):
4258         next-single-char-property-change may return nil in XEmacs.
4259         (gnus-summary-article-map): Fix typo.
4260
4261 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4262
4263         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
4264         running.
4265
4266         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
4267
4268         * gnus.el (gnus-server-extend-method): Don't add an -address component
4269         if the method already has one (bug#9676).
4270
4271 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4272
4273         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
4274         of an initial-input for consistency (bug#10757).
4275
4276         * dgnushack.el: Fix XEmacs compilation warning.
4277
4278         * shr.el: Inhibit getting and sending cookies when fetching pictures.
4279
4280         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
4281
4282 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4283
4284         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
4285         lines that are narrower than the window width.  Otherwise background
4286         "blocks" will look less readable.
4287
4288 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4289
4290         * nnimap.el (nnimap-transform-headers): Remove unused variable.
4291         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
4292         have newlines within the strings, and where the UID comes after the
4293         BODYSTRUCTURE element (bug#10537).
4294
4295         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
4296         (bug#10732).
4297
4298         * shr.el (shr-insert-document): Add doc string.
4299         (shr-visit-file): Ditto.
4300         (shr-remove-trailing-whitespace): New function.
4301         (shr-insert-document): Use it to clean up trailing whitespace as the
4302         final step (bug#10714).
4303
4304 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
4307         buffer if `gnus-kill-summary-on-exit' is nil.
4308
4309 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4310
4311         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
4312         when just reading a single group from "without" Gnus.
4313
4314 2012-02-06  Chong Yidong  <cyd@gnu.org>
4315
4316         * gnus-sum.el (gnus-summary-show-thread):
4317         next-single-char-property-change never returns nil (Bug#8657).
4318
4319 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4320
4321         * message.el (message-multi-smtp-send-mail): New function.
4322         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
4323         header to implement multi-SMTP functionality.
4324
4325         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
4326         (gnus-agentize): Don't set it.
4327         (gnus-agent-send-mail): Don't use it.
4328
4329         * gnus-sum.el (gnus-summary-widget-backward): New function and
4330         keystroke.
4331
4332         * gnus-compat.el: More the compat functions more compatible.
4333
4334         * shr.el (shr-put-image): Remove underlines from sliced images.
4335         (shr-zoom-image): Compute the region to be replaced more correctly.
4336
4337 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
4340         (gnus-summary-resend-message-insert-gcc): New function.
4341         (gnus-summary-resend-message): Modify message-header-setup-hook and
4342         message-sent-hook to make it work for Gcc.
4343         (gnus-inews-do-gcc): Update the number of unread articles of groups
4344         that messages are Gcc'd to.
4345
4346         * message.el (message-resend): Run message-sent-hook to do Gcc.
4347
4348 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4349
4350         * lpath.el: Fix an XEmacs compilation warning.
4351
4352         * gnus-compat.el: Require `help-fns' to fix compilation error.
4353
4354         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
4355         a higher level to silence compilation.
4356
4357         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
4358         parameter to allow controlling the scaling.
4359
4360         * shr.el (shr-zoom-image): New command and keystroke.
4361         (shr-put-image): Take a `size' flag to say how to scale the image.
4362
4363         * gnus-compat.el: Redefine `delete-directory' to provide recursive
4364         deletion unless already defined.
4365
4366         * gnus.el (gnus-compat): Require it.
4367
4368         * gnus-compat.el: New file.
4369
4370         * gnus-start.el (gnus-clean-old-newsrc): New function.
4371         (gnus-read-newsrc-file): Use it.
4372
4373         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
4374         Use recursive deletion.
4375         (mm-dissect-archive): Add support for zip files.
4376
4377         * gnus-util.el (gnus-recursive-directory-files): New function.
4378
4379         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
4380         (mm-archive-decoders): Add tgz support.
4381
4382         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
4383         Otherwise inserting text into the Gnus buffer can look odd.
4384
4385         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
4386
4387         * mm-archive.el (mm-archive-decoders): Add support for tar.
4388
4389         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
4390
4391         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
4392
4393 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4394
4395         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
4396
4397         * mm-archive.el: New file.
4398
4399         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
4400
4401         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
4402
4403         * message.el (message-goto-*): Make all the `message-goto-*' commands
4404         push the mark before moving point.  This makes it easier to go back to
4405         where you came from after editing whatever you jumped to.
4406
4407 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4408
4409         * gnus.el: Ma Gnus v0.1 is released.
4410
4411 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
4412
4413         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
4414         without reconnecting.
4415         (nnimap-possibly-change-group): Ditto.
4416         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
4417         connection has died before being called.
4418
4419 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
4420
4421         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
4422         an initial sync unless we're really doing one.
4423
4424         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
4425         address parameter if one already exists (bug#9676).
4426
4427         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
4428         not the prefix, as documented (bug#10689).
4429
4430 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4431
4432         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
4433         the "server".
4434
4435         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
4436         the real error message with the useless "previously known to be down".
4437         Which isn't even correct.
4438
4439         * nntp.el (nntp-open-connection): Report the error message if the nntp
4440         server can't be reached.
4441
4442         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
4443         groups we do a total scan for.
4444         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
4445         doing that.
4446
4447 2012-01-31  Jim Meyering  <jim@meyering.net>
4448
4449         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4450         Correct a comment (insert "not") and hide nominally-doubled "to".
4451
4452 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4453
4454         * gnus.el (gnus-version): Change name to "Ma Gnus".
4455
4456 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
4457
4458         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
4459         section in the manual.
4460
4461 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4462
4463         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
4464         words.
4465         (rfc2047-encode-string): Ditto.
4466         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
4467         understand folded filename="..." parameters, for instance.
4468
4469         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
4470         the message for greater debuggability.
4471
4472 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4473
4474         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4475         instead of setting it locally, since the latter doesn't seem to have
4476         any effect (most of the time).
4477
4478 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
4479
4480         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4481         function call.
4482
4483 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
4484
4485         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4486         seconds, and make the repeat clause with HH:MM specs work as
4487         documented.
4488
4489 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4490
4491         * proto-stream.el (proto-stream-capability-open): Fall back on
4492         :end-of-command if :end-of-capability doesn't exist.
4493
4494 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4497         bound globally in old Emacsen and XEmacsen.
4498
4499 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4500
4501         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4502         so that previous errors don't prohibit getting new news.
4503
4504         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4505
4506         * nntp.el (nntp-retrieve-group-data-early): Ditto.
4507
4508 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
4509
4510         * gnus.el (gnus-group-find-parameter): Check for liveness of the
4511         buffer, not of the string which is its name.
4512
4513 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4514
4515         * proto-stream.el (proto-stream-capability-open): Wait for
4516         :end-of-capability, not :end-of-command.
4517
4518         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4519         non-server-marks groups.
4520         (gnus-group-make-articles-read): Ditto.
4521
4522         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4523         methods (bug#9676).
4524
4525         * gnus.el (gnus-method-ephemeral-p): New function.
4526
4527 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4530         left-to-right.
4531
4532 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4533
4534         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4535         warning.
4536
4537 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4538
4539         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4540         macroexpand the nnir things, since they haven't been defined yet, and
4541         nnir requires gnus-sum.
4542
4543 2012-01-24  Julien Danjou  <julien@danjou.info>
4544
4545         * color.el (color-rgb-to-hsl): Fix value computing.
4546         (color-hue-to-rgb): New function.
4547         (color-hsl-to-rgb): New function.
4548         (color-clamp, color-saturate-hsl, color-saturate-name)
4549         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4550         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4551
4552 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * mm-decode.el (mm-interactively-view-part): Fix prompt.
4555
4556 2012-01-19  Julien Danjou  <julien@danjou.info>
4557
4558         * color.el (color-name-to-rgb): Use the white color to find the max
4559         color component value and return correctly computed values.
4560         (color-name-to-rgb): Add missing float conversion for max value.
4561
4562 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4563
4564         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4565         logical server name in addition to the actual machine address.
4566
4567         * auth-source.el (auth-source-user-and-password): Add convenience
4568         wrapper to search by just host and optionally user.
4569
4570 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571
4572         * shr.el (shr-visit-file): Move point to the beginning of the buffer
4573         after rendering.
4574
4575 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4576
4577         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
4578         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
4579         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
4580
4581 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * gnus-sum.el (gnus-summary-read-group): Document more parameters
4584         (bug#9693).
4585         (gnus-summary-setup-buffer): Document return value (bug#9697).
4586
4587         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4588         since ido doesn't work on symbols (bug#9632).
4589
4590         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4591         when getting a single value as when getting all the values.  This means
4592         that atoms like `gcc-self' work cumulatively, like variable settings,
4593         instead of getting the value from the last matching clause.
4594         (gnus-group-find-parameter): Protect against the group buffer not
4595         existing (bug#9585).
4596
4597 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * gnus-start.el (gnus-activate-group): Document more parameters
4600         (bug#9694).
4601
4602         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4603         (bug#9692).
4604
4605         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4606         article was fetched, so that it can be expired later (bug#9958).
4607         (gnus-agent-summary-fetch-series): Add doc string.
4608         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4609         (bug#9517).
4610
4611         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4612         retrieval is happening.
4613
4614         * gnus.el (gnus-parameters): Doc fix.
4615
4616 2012-01-06  Dave Abrahams  <dave@boostpro.com>
4617
4618         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4619         show the thread after expansion.
4620
4621 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4622
4623         * gnus-art.el (article-narrow-to-head): If the head is completely
4624         empty, narrow to the empty region (bug#9764).
4625
4626         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4627         read, and then mark them as unread only when the unread mark is used.
4628         This makes `C-- T k' actually work, even though it's confusing.
4629
4630         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4631         alive before we try to find its window.
4632
4633 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
4634
4635         * mm-decode.el (mm-display-external): Use a longer timeout for the
4636         deletion to allow slow programs to display the file.
4637
4638 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4641         prompt to be less confusing.
4642
4643         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4644         argument to `message-reply'.  This broke `special-display-*' frame
4645         pop-uping (bug#10238).
4646
4647 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4650         systems, since these allegedly don't work there.
4651
4652 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
4653
4654         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4655         live buffer.
4656
4657 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658
4659         * nnir.el (nnir-retrieve-headers): Protect against the article not
4660         existing on the server (bug#10335).
4661
4662 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4663
4664         * gnus-agent.el (gnus-agent-load-local): Recompute
4665         gnus-agent-article-local on changing method.
4666
4667 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668
4669         * gnus.el (gnus-parameters): Note precedence.
4670
4671 2012-01-04  Leo Liu  <sdl.web@gmail.com>
4672
4673         * nndraft.el (nndraft-update-unread-articles): Don't move point around
4674         in the group buffer.
4675
4676 2012-01-04  Julien Danjou  <julien@danjou.info>
4677
4678         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4679         change.
4680
4681 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682
4683         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4684         too.
4685
4686         * nntp.el (nntp-retrieve-group-data-early): Use it.
4687
4688 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689
4690         * nntp.el (nntp-retrieval-in-progress): New variable.
4691         (nntp-make-process-buffer): Make it buffer-local.
4692
4693         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4694         2010.
4695         (gnus-demon-init): Use it to compute the time if time is on the form
4696         "04:23".
4697
4698         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4699
4700         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4701         status in the correct buffer.
4702
4703 2012-01-03  Leo Liu  <sdl.web@gmail.com>
4704
4705         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4706         when opening topics (bug#10407).
4707
4708 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4709
4710         * gnus-cus.el (gnus-score-customize):
4711         * gnus-sum.el (gnus-sort-gathered-threads):
4712         * message.el (message-shorten-references):
4713         * nnmairix.el (nnmairix-request-group):
4714         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
4715
4716 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4717
4718         * gnus-agent.el (gnus-agent-regenerate-group):
4719         * gnus-int.el (gnus-retrieve-group-data-early):
4720         * mm-util.el (mm-codepage-ibm-list):
4721         * nndiary.el (Commentary, nndiary-get-new-mail):
4722         * nnir.el (nnir):
4723         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
4724
4725 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * mm-view.el (mm-display-inline-fontify): Add comment.
4728
4729 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
4730
4731         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
4732         * ntlm.el (ntlm-smb-dohash): Spelling fix.
4733
4734 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
4735
4736         * gnus-art.el (gnus-split-methods):
4737         * gnus-msg.el (gnus-configure-posting-styles):
4738         * gnus-spec.el (gnus-parse-simple-format):
4739         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4740         * message.el (message-do-actions): Spelling fix.
4741
4742 2011-12-15  Juri Linkov  <juri@jurta.org>
4743
4744         * mm-decode.el (mm-inline-media-tests): Add missing
4745         `mm-handle-media-subtype'.
4746
4747 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
4748
4749         * gnus-group.el (gnus-group-tool-bar):
4750         * gnus-sum.el (gnus-summary-tool-bar):
4751         * message.el (message-tool-bar):
4752         * rfc2231.el (rfc2231-parse-string): Spelling fix.
4753
4754 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
4755
4756         * plstore.el (plstore--insert-buffer): Spelling fix.
4757
4758 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
4759
4760         * message.el (message-valid-fqdn-regexp): Update with newly approved
4761         top-level domain names ".tel" and ".asia".
4762
4763 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * gnus-sum.el (gnus-summary-show-article): Don't load shr
4766         unconditionally.
4767
4768 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4771         pop-to-buffer-same-window for old Emacsen.
4772
4773 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
4774
4775         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
4776
4777 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
4778
4779         * netrc.el (netrc-credentials): Spelling fix.
4780
4781 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
4782
4783         * gnus-fun.el (gnus-fun-ppm-change-string):
4784         * gnus-msg.el (gnus-inews-do-gcc):
4785         * gnus-sum.el (gnus-summary-find-for-reselect):
4786         * gnus.el (gnus-summary-cancelled):
4787         * message.el (message-cancel-hook, message-send-news):
4788         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
4789         * nnir.el (nnir-run-hyrex):
4790         * nntp.el (nntp-with-open-group-function):
4791         * pgg.el (pgg-pending-timers): Spelling fix.
4792
4793 2011-12-04  Chong Yidong  <cyd@gnu.org>
4794
4795         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4796         change (Bug#10200).
4797
4798 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * compface.el (uncompface):
4801         * gnus-art.el (gnus-article-x-face-command): Update the header format
4802         of icon data for the most recent icontopbm program.
4803
4804 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-msg.el (gnus-inews-do-gcc):
4807         * message.el (message-send-mail):
4808         * mml.el (mml-generate-mime): Share the value of the buffer-local
4809         `message-options' variable between a draft buffer and temprary working
4810         buffers.
4811
4812 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4813
4814         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4815
4816 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4819         for Cygwin.
4820
4821 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
4822
4823         * gnus-group.el (gnus-group-prepare-flat):
4824         * mm-bodies.el (mm-encode-body):
4825         * mml.el (mml-preview):
4826         * nnml.el (nnml-request-compact-group):
4827         * pop3.el (pop3-stream-type): Spelling fix.
4828
4829 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
4830
4831         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
4832
4833 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4834
4835         * color.el (color-rgb-to-hsl):
4836         * gmm-utils.el (gmm-tool-bar-style):
4837         * gnus-group.el (gnus-group-prepare-flat):
4838         * gnus-topic.el (gnus-topic-prepare-topic):
4839         * mm-decode.el (mm-discouraged-alternatives):
4840         * rfc2047.el (rfc2047-encode-1):
4841         * starttls.el: Spelling fix.
4842
4843 2011-11-24  Glenn Morris  <rgm@gnu.org>
4844
4845         * binhex.el (binhex-begin-line): Give it basic doc-string.
4846
4847         * starttls.el, tls.el: Fix case of "GnuTLS".
4848
4849 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
4850
4851         * gnus-group.el (gnus-group-highlight): Fix typo.
4852
4853 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
4854
4855         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4856         value of `delete-file', that returns nil for a local file but returns t
4857         for a remote file using ssh.
4858
4859 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
4860
4861         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
4862
4863 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4864
4865         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4866         avoid later breakage.
4867
4868 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4871         article buffers' name.
4872
4873 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4876         by Paul Eggert's spellfixes two days ago.
4877
4878 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879
4880         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
4881         doesn't have it.
4882
4883         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4884         buffer-local instead of binding them to avoid warnings.  Also demote
4885         errors (bug#10063).
4886         (font-lock-mode-hook): Shut up byte compiler.
4887
4888 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
4889
4890         * mm-util.el (mm-charset-after):
4891         * nnir.el (nnir-run-hyrex):
4892         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
4893         (ntlm-get-password-hashes, ntlm-md4hash):
4894         * smime.el: Fix typo.
4895
4896 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
4897
4898         * gnus-agent.el (gnus-agent-expire-group-1):
4899         * nndiary.el (nndiary-last-occurence):
4900         * nnimap.el (nnimap-request-set-mark):
4901         * nnmairix.el (nnmairix-only-use-registry):
4902         * gnus-group.el (gnus-group-prepare-flat):
4903         * gnus-sum.el (gnus-decode-encoded-word-methods):
4904         * message.el (message-wash-subject):
4905         * nntp.el (nntp-retrieve-headers-with-xover):
4906         * smime.el (smime-certificate-directory): Spelling fix.
4907
4908 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
4909
4910         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
4911
4912         * color.el:
4913         * gnus-agent.el (gnus-agent-possibly-alter-active):
4914         * gnus-dired.el (gnus-dired-print):
4915         * mail-parse.el:
4916         * nnmairix.el (nnmairix-request-group):
4917         * shr.el (shr-image-displayer):
4918         * sieve-manage.el:
4919         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
4920
4921 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
4922
4923         * gnus-sum.el (gnus-auto-select-subject):
4924         * spam-report.el (spam-report-resend): Spelling fix.
4925
4926 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4927
4928         * gnus-agent.el (gnus-agent-get-undownloaded-list):
4929         * gnus-art.el (gnus-default-article-saver):
4930         * gnus-srvr.el (gnus-server-copy-server):
4931         * gnus.el (gnus-sloppily-equal-method-parameters):
4932         * html2text.el (html2text-format-tag-list):
4933         * message.el (message-narrow-to-head):
4934         * nndiary.el:
4935         * nnmairix.el (nnmairix-determine-original-group-from-registry):
4936         * sieve.el: Spelling fix.
4937
4938 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
4939
4940         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
4941         * gnus-sum.el (gnus-summary-make-menu-bar):
4942         * gnus-uu.el (gnus-uu-decode-postscript)
4943         (gnus-uu-decode-postscript-and-save):
4944         * mailcap.el (mailcap-print-command):
4945         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4946         Fix typos.
4947
4948 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
4949
4950         * gnus-art.el (gnus-article-part-wrapper):
4951         * html2text.el (html2text-fix-paragraphs):
4952         * mm-decode.el (mm-image-fit-p):
4953         * rfc2047.el (rfc2047-encode-message-header):
4954         * shr-color.el (shr-color-visible-distance-min)
4955         (shr-color-relative-to-absolute, set-minimum-interval)
4956         (shr-color-visible): Fix typos.
4957
4958 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
4959
4960         * gmm-utils.el (gmm-tool-bar-item):
4961         * gnus-art.el (gnus-treat-body-boundary):
4962         * gnus-diary.el (gnus-user-format-function-d):
4963         * gnus-start.el (gnus-get-unread-articles):
4964         * pgg-gpg.el (pgg-gpg-update-agent):
4965         * smime.el (smime-cert-by-ldap-1): Spelling fix.
4966
4967 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
4968
4969         * gnus-topic.el (gnus-group-prepare-topics):
4970         * gnus-uu.el (gnus-extract-view):
4971         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
4972
4973 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
4974
4975         * spam.el: Move BBDB autoloads.
4976         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
4977         BBDB 2 and 3.
4978         (spam-check-BBDB): Use it.
4979         (spam-enter-ham-BBDB): Use it.
4980
4981 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
4982
4983         * smime.el (smime-draw-buffer): Spelling fix.
4984
4985 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
4986
4987         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
4988         for scanning exactly one level.
4989         * gnus-start.el (gnus-get-unread-articles): Ditto.
4990
4991 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4992
4993         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4994         slightly clearer.
4995
4996 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4997
4998         * gnus-sync.el: More commentary about setup.
4999
5000 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * message.el (message-send-and-exit): Document `arg'.
5003
5004 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5005
5006         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
5007
5008 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
5009
5010         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
5011
5012         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
5013         we don't use `bound-and-true-p'.
5014
5015 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5016
5017         * gnus-util.el (gnus-bound-and-true-p): Remove.
5018         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
5019         * nnir.el: Use it.
5020         * nnmairix.el: Use it.
5021
5022 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5023
5024         * gnus-sync.el: Improve docs about CouchDB admins.
5025
5026         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
5027         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
5028         for reasons unknown.
5029         * nnir.el: Use it.
5030         * nnmairix.el: Use it.
5031
5032         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
5033         * nnir.el: Ditto.
5034         * nnmairix.el: Ditto.
5035
5036         * gnus-registry.el (gnus-registry-enabled): Default to nil.
5037
5038 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5039
5040         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
5041         not needed.  Provide xmlplistread list function to produce XML plist
5042         output for non-Gnus LeSync clients.
5043
5044 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5045
5046         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
5047
5048         * gnus-sync.el: Add LeSync synchronization backend and logic to read
5049         and save against it.  Group subscriptions, read marks, other marks,
5050         subscription levels, topic names, and topic offsets (the group's
5051         position within the topic) are saved.  This is an experimental backend
5052         and may change significantly.  Load json.el from the gnus-fallback-lib
5053         if it's not available otherwise.
5054         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
5055
5056 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5057
5058         * message.el (message-completion-function): Make sure
5059         message-tab-body-function is not attempted if one of
5060         message-completion-alist fails to find a completion (bug#9158).
5061
5062 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
5063
5064         * mml.el (mml-quote-region): Quote <#secure> tag.
5065         (mml-generate-mime-1): Unquote <#secure> tag.
5066
5067 2011-10-20  Chong Yidong  <cyd@gnu.org>
5068
5069         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
5070         calling a minor mode from Lisp with nil arg enables it, so we have to
5071         make the wording a bit ambiguous here).
5072
5073 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5074
5075         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
5076         * nnir.el (nnir-mode): Use it.
5077         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5078         Use it.
5079
5080         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
5081         * nnmairix.el (gnus-registry-enabled): Ditto.
5082
5083 2011-10-17  Dave Abrahams  <dave@boostpro.com>
5084
5085         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
5086         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
5087         only while we need to find out if it should be t or nil.
5088         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
5089         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
5090         the registry is installed.  Set it to nil when it's unloaded.
5091         (gnus-registry-install-p): Provide user guidance for the initial value
5092         of `gnus-registry-install' when it's 'ask, otherwise return its value.
5093         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
5094         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5095         * nnmairix.el (nnmairix-determine-original-group-from-registry):
5096         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
5097         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
5098         `gnus-registry-install'.
5099
5100 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
5101
5102         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
5103         previous change.
5104         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
5105         primary key is marked as disabled.
5106
5107 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
5108
5109         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
5110         primary key is marked as disabled.
5111
5112 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
5113
5114         * html2text.el (html2text-clean-anchor): Check for quotes around
5115         `href' value.
5116
5117 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5118
5119         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
5120         searching.  Drop `bbdb-cache'.
5121
5122 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * message.el (message-signed-or-encrypted-p): Exclude header when
5125         checking if there is signed or encrypted body in text/plain message.
5126
5127 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
5128
5129         * html2text.el (html2text-get-attr): Correctly handle attribute values
5130         containing "=".
5131
5132 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
5133
5134         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
5135         handle bindings.
5136
5137 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138
5139         * gnus-win.el (gnus-configure-windows): Protect against reading
5140         ephemeral groups outside of Gnus.
5141
5142 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * shr.el (shr-tag-img): Don't get images displayed in tables.
5145
5146 2011-10-03  Glenn Morris  <rgm@gnu.org>
5147
5148         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
5149         the "maintainer" version of debbugs.gnu.org reports.
5150
5151 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
5154         make asynchronous adjacent image insertion work better.
5155
5156 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
5157
5158         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
5159         documentation.
5160
5161 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162
5163         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
5164         `gnus-asynchronous' isn't shadowed.
5165
5166 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5167
5168         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
5169
5170         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
5171         (nnimap-insert-partial-structure): The charset parameter isn't
5172         case-sensitive.
5173
5174         * nnheader.el (nnheader-message-maybe): New function.
5175
5176         * shr.el (shr-tag-table): Render totally broken tables better.
5177
5178         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
5179         computing the boundary.
5180
5181 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * pop3.el (pop3-number-of-responses): Remove.
5184         (pop3-wait-for-messages): Rewrite to take linear time instead of
5185         exponential time.
5186
5187 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
5190         re-fetch images.
5191
5192         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
5193         re-fetch images when hitting `g' in Gnus.
5194
5195 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * mml.el (mml-inhibit-compute-boundary): New internal variable.
5198         (mml-compute-boundary): Don't check collision if it is non-nil.
5199         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
5200         before checking collision.
5201
5202 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5203
5204         * message.el (message-indent-citation): Really make sure there's a
5205         newline at the end.
5206
5207         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
5208         Fix suggested by John Wiegley.
5209
5210         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
5211
5212         * gnus-art.el (gnus-treat-hide-citation): Add doc.
5213
5214         * message.el (message-default-send-rename-function): Break out into its
5215         own function.
5216
5217         * ecomplete.el (ecomplete-display-matches): Revert patch since it
5218         doesn't work under XEmacs.
5219
5220         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
5221         of "imaps" to word around Windows problems.
5222         (nnimap-open-connection-1): Use it.
5223
5224         * message.el (message-indent-citation): Revert last change which made
5225         `F' not work.
5226
5227 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
5228
5229         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
5230         terminal as well.
5231
5232 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
5235         because it displays images using overlays that aren't easy to copy to
5236         the article buffer.
5237
5238 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5239
5240         * message.el (message-indent-citation): Fix empty line removal at the
5241         end of the citation.
5242
5243 2011-09-20  Julien Danjou  <julien@danjou.info>
5244
5245         * auth-source.el (auth-source-netrc-create): Use default value for
5246         password if specified.  Evaluate default.
5247         (auth-source-plstore-create): Ditto.
5248         (auth-source-plstore-create, auth-source-netrc-create): Fix default
5249         value evaluation.
5250         (auth-source-netrc-create): Typo fix.
5251         (auth-source-plstore-create): Ditto.
5252
5253         * password-cache.el (password-cache-remove): Remove entries even if the
5254         value is nil, so that password with a nil value (negative caching) is
5255         possible to invalidate.
5256
5257         * auth-source.el (auth-source-format-cache-entry): New function.
5258
5259 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5262
5263 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5264
5265         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
5266
5267 2011-09-19  Julien Danjou  <julien@danjou.info>
5268
5269         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
5270         which work with things that are not ASCII.
5271
5272 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5273
5274         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
5275
5276 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277
5278         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
5279         message level.
5280
5281 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
5284
5285 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286
5287         * gnus.el (gnus-interactive-exit): Update defcustom spec.
5288
5289 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5290
5291         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
5292         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
5293
5294 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
5295
5296         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
5297         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
5298         articles.
5299
5300 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
5301
5302         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
5303         (message-mail-other-window, message-mail-other-frame)
5304         (message-news-other-window, message-news-other-frame):
5305         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
5306         instead of setting buffer display varibles.
5307
5308 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
5311
5312         * gnus-sum.el (gnus-fetch-headers): Bump message level.
5313
5314 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
5317         duplicates" to a higher level.
5318
5319         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
5320         most egregious messages.
5321
5322 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
5325
5326 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
5327
5328         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
5329         up the file (bug#9351).
5330
5331 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
5334         it does with all other backends, but decode the names immediately after
5335         getting them.
5336
5337         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
5338         decoding nnimap groups.
5339
5340         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
5341         newsrc file.  It doesn't seem like an important optimization any more.
5342
5343 2011-09-10  Dave Abrahams  <dave@boostpro.com>
5344
5345         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
5346         overflows.
5347
5348 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5349
5350         * gnus.el (gnus-article-mark-lists): Remove `recent'.
5351         (gnus-interactive-exit): Extend to `quiet'.
5352
5353         * gnus-sum.el (gnus-offer-save-summaries): Use it.
5354
5355         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
5356         string.
5357
5358         * plstore.el (plstore--get-buffer): Silence compiler warnings by
5359         renaming function arguments from `this'.
5360
5361         * gnus-sum.el (gnus-newsgroup-recent): Remove.
5362
5363         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
5364         has been renamed.
5365         (gnus-lrm-string-p): Include RLM and PDF, too.
5366
5367         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
5368         (bug#9225).
5369
5370 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
5371
5372         Add autoload cookies for functions used by sendmail.el.
5373         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
5374
5375         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
5376
5377 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * gnus-art.el (article-date-ut): Work properly even when there are
5380         things like Date header in the body; work for forwarded parts.
5381
5382 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
5383
5384         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
5385         original-article-buffer.
5386
5387 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
5388
5389         * nnir.el (nnir-compose-result): Fix matching of server type.
5390         (nnir-run-swish++): Ditto.
5391         (nnir-run-namazu): Ditto.
5392         (nnir-run-notmuch): Ditto.
5393
5394 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395
5396         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
5397         (bug#9405).
5398
5399         * gnus-score.el (gnus-summary-increase-score): Doc clarification
5400         (bug#9421).
5401
5402         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
5403         (bug#9425).
5404
5405         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
5406         thing (bug#9426).
5407
5408 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
5411         the error message.
5412
5413 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
5414
5415         * message.el (message-setup-1): Return t (Bug#9392).
5416
5417 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
5418
5419         * gnus-sum.el: When adding article headers to a summary buffer also
5420         update gnus-newsgroup-articles (bug#9386).
5421
5422 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * auth-source.el: Autoload help-mode.
5425
5426 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
5429         names.
5430
5431 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
5432
5433         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
5434         mm-replace-in-string for compatibility issues.
5435         * mml2015.el (mml2015-epg-verify): Ditto.
5436
5437 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
5440
5441         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
5442
5443 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
5446         continue on and do the clean-up phase (bug#9188).
5447
5448         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
5449         just ignore groups that can't be opened instead of erroring out
5450         (bug#9225).
5451
5452         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
5453         nil since some many people are fuddy-duddies.
5454
5455         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
5456         images.
5457
5458         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
5459         instead.
5460
5461         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
5462
5463         * gnus-util.el (gnus-process-live-p): Copy over compat function.
5464
5465         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
5466         processing.
5467
5468         * nntp.el (nntp-kill-buffer): Kill the process before killing the
5469         buffer to avoid warnings.
5470
5471 2011-08-20  Simon Josefsson  <simon@josefsson.org>
5472
5473         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
5474         specified to reduce precision.
5475
5476 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
5479         bodystructures (bug#9314).
5480
5481 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
5484         Make button keymap non-sticky after buttons.
5485
5486 2011-08-18  David Engster  <dengste@eml.cc>
5487
5488         * nnmairix.el (nnmairix-request-set-mark)
5489         (nnmairix-goto-original-article): Remove adding of article to registry,
5490         since `gnus-registry-add-group' isn't available anymore.
5491         (nnmairix-determine-original-group-from-registry):
5492         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
5493         available anymore.
5494
5495 2011-08-12  Simon Josefsson  <simon@josefsson.org>
5496
5497         * starttls.el (starttls-any-program-available): Define as obsolete
5498         function.
5499
5500 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
5503         versions which Gnus use when appropriate.
5504
5505         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
5506         a pretty destructive command.
5507
5508         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
5509
5510 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5511
5512         * message.el (message-fix-before-sending): Make a different warning
5513         about NUL characters (bug#9270).
5514
5515         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
5516         from custom (bug#9260).
5517
5518         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
5519         things work in Emacs 22 and XEmacs, too.
5520
5521         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
5522         default From.
5523
5524         * gnus-spec.el (gnus-lrm-string-p): New macro.
5525         (gnus-lrm-string): New constant.
5526         (gnus-summary-line-format-spec): LRM-ify the from.
5527         (gnus-tilde-max-form): LRM-ify string chopping.
5528
5529         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
5530
5531         * message.el (message-is-yours-p): Allow disabling canlock checking
5532         (bug#9295).
5533         (message-shoot-gnksa-feet): Add `canlock-verify'.
5534         (message-auto-save-directory): Use ~/ as the auto-save directory if the
5535         message directory isn't writable (bug#9304).
5536
5537         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
5538         non-world-readable.
5539
5540 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
5543         articles.
5544
5545 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
5546
5547         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
5548         copy-list.
5549
5550 2011-08-12  Sam Steingold  <sds@gnu.org>
5551
5552         * gnus-score.el (gnus-score-find-alist): Keep the score files already
5553         in the reverse order to avoid modifying the cache with `nreverse'.
5554         (gnus-all-score-files): Do not modify the value returned by
5555         `gnus-score-find-alist' because it lives in a cache variable.
5556         (gnus-current-home-score-file): No need to `nreverse' the return value
5557         of `gnus-score-find-alist', it is already in the correct order.
5558
5559 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
5560
5561         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
5562         type MESSAGE and subtype RFC822 is slightly different from those of
5563         type TEXT.
5564
5565 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
5566
5567         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
5568         This allows article-referral to work from an nnir group.
5569
5570 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
5571
5572         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
5573
5574 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
5575
5576         * mml1991.el (mml1991-epg-find-usable-key)
5577         (mml1991-epg-find-usable-secret-key): New function.
5578         (mml1991-epg-sign): Check if signing key is usable.
5579         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
5580
5581 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
5582
5583         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
5584         server-variables only.  This should fix a bug introduced with commit
5585         e1889675b7f4adf057833c5513c9374134c4e053.
5586         (nnir-run-query): 'nnir-search-engine should not be set from the global
5587         environment.
5588
5589 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
5590
5591         * nnir.el (nnir-search-thread): Position point on referring article
5592         line.
5593         (nnir-warp-to-article): Clean up summary buffers.
5594
5595         * nnimap.el (nnimap-request-thread): Whitespace fix.
5596
5597 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
5598
5599         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
5600
5601 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5602
5603         * starttls.el (starttls-available-p): Rename from
5604         `starttls-any-program-available' and changed return convention.
5605
5606 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
5607
5608         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
5609         `unix-sync' unless it's defined.
5610
5611 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
5612
5613         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
5614         `aref' for XEmacs compatibiltiy.
5615
5616 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617
5618         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
5619
5620 2011-07-31  Dave Abrahams  <dave@boostpro.com>
5621
5622         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
5623         closures, quote the form properly (bug#9194).
5624
5625 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5626
5627         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
5628         (gnus-summary-insert-new-articles): Protect against servers that are
5629         down.
5630
5631 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5632
5633         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
5634         in mm handle if none is specified.
5635
5636 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
5637
5638         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
5639
5640 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
5641
5642         * nnir.el (nnir-search-thread): New function to make an nnir group
5643         based on a thread query.
5644
5645         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
5646         of nnir in thread referral.
5647         (gnus-summary-refer-thread): Use it.
5648
5649         * nnimap.el (nnimap-request-thread): Use it.
5650
5651 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * shr.el (shr-tag-comment): Ignore HTML comments.
5654
5655 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
5656
5657         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
5658         argument.
5659         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
5660         Use `nnir-address' to handle server info rather than passing an arg.
5661
5662         * nnimap.el (nnimap-make-thread-query): New utility function to format
5663         an imap thread search query.
5664         (nnimap-request-thread): Use it.
5665
5666         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
5667         right select-method if we are not going back to the group buffer.
5668
5669 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5670
5671         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
5672         enter invalid buffer configurations into the quit form (bug#9107).
5673         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
5674         unplugged/plugged.
5675
5676         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
5677         keep track of which ones are unread (bug#9061).
5678
5679         * gnus.el (gnus-refer-article-method): Allow entering any sexp
5680         (bug#9055).
5681
5682         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
5683         (bug#9041).
5684
5685         * gnus-html.el (mm-util): Require (bug#9073).
5686
5687         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
5688         (gnus-summary-refer-thread): Use it to remove duplicates in the
5689         un-threaded view (bug#9053).
5690         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
5691
5692 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
5693
5694         * nnir.el (nnir-read-server-parm): Use default value from global
5695         variable.  Without this the default search engine parameters aren't
5696         used at all.
5697
5698 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5699
5700         * message.el (message-unique-id): Don't use the undocumented return
5701         value from (random t) (bug#9118).
5702
5703 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5704
5705         * message.el (message-auto-save-directory): If the ~/Mail directory
5706         doesn't exist, use ~ as the auto-save directory (bug#4432).
5707
5708         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5709         hasn't already been started.
5710
5711 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5712
5713         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5714
5715         * message.el (message-reply): Work around mysterious bug where
5716         `message-mode' seems to overwrite the locally bound `subject' variable.
5717
5718 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
5719
5720         * nnimap.el (nnimap-request-thread): Ensure search is performed in
5721         correct group.
5722
5723         * gnus-int.el (gnus-request-thread): Add group argument.
5724
5725         * gnus-sum.el (gnus-summary-refer-thread): Use it.
5726
5727 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5728
5729         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
5730
5731         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5732         renamed to `debbugs-gnu-*'.
5733
5734 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
5735
5736         * plstore.el: Revert the editing feature since it is not urgent.
5737         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5738         (plstore-mode-decoded): Remove.
5739
5740 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5741
5742         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
5743         isn't very interesting any more, and it leaks potentially secret data.
5744         (gnus-debug): Remove.
5745
5746         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5747         use of :custom-show.
5748
5749 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
5750
5751         * plstore.el: Add documentation.
5752         (plstore-mode): New mode to edit plstore file.
5753         (plstore-mode-toggle-display, plstore-mode-original)
5754         (plstore-mode-decoded): New command.
5755         (plstore--encode, plstore--decode, plstore--write-contents-functions)
5756         (plstore--insert-buffer, plstore--make): New function.
5757         (plstore-open, plstore-save): Simplify by using them.
5758
5759 2011-07-06  Glenn Morris  <rgm@gnu.org>
5760
5761         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5762
5763 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5764
5765         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5766         no longer is much used.
5767         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5768         Articles".
5769
5770 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
5771
5772         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5773         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5774         `notmuch' backend.
5775
5776 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * mm-decode.el (mm-text-html-renderer): Doc fix.
5779
5780         * gnus-msg.el (gnus-bug): Fix the MML tag.
5781
5782         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5783
5784 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
5785
5786         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5787         secondary methods if started with `gnus-no-server'.
5788
5789 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
5790
5791         * message.el (message-return-action): Fix typo in docstring.
5792
5793 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794
5795         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5796         bug reports at once.
5797
5798         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5799
5800 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * nndraft.el: Require gnus-group.
5803         (nndraft-request-list): Declare.
5804
5805         * nndraft.el (nndraft-update-unread-articles): Don't show group having
5806         no unread article unless it matches gnus-permanently-visible-groups.
5807
5808         * nndraft.el (nndraft-update-unread-articles): New function.
5809         (nndraft-request-associate-buffer): Use it to update the number of
5810         unread articles for the nndraft groups in the group buffer when saving
5811         or killing a draft message.
5812
5813 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814
5815         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5816         systems to binary before writing and reading the mbox files.
5817
5818         * gnus.el (gnus-summary-line-format): Link to the info node for %U
5819         instead of trying to list them all (bug#8978).
5820
5821 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5822
5823         * pop3.el (pop3-open-server): Use :end-of-capability.
5824
5825 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5826
5827         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5828         the id is always a number.
5829
5830         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
5831
5832         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5833         debbugs mode, if possible.
5834
5835 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
5836
5837         * auth-source.el (auth-source-token-passphrase-callback-function):
5838         Reindent.
5839         (epg-context-operation): Remove unnecessary autoload.
5840
5841 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * gnus.el (gnus-list-debbugs): New command.
5844
5845         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5846         mboxstat instead of the maintbox, since the stat seems to be fuller.
5847
5848         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5849         summary buffers.
5850
5851         * message.el (message-get-reply-headers): Delete all duplicates,
5852         instead of the first.
5853         (message-get-reply-headers): Ensure that we have progress while
5854         deleting duplicates.
5855
5856         * gnus-msg.el (gnus-configure-posting-styles): Get the local
5857         gnus-posting-style value from the summary buffer to make it easier to
5858         make that a per-buffer conf.
5859
5860 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
5861
5862         * nnir.el (nnir-run-imap): Allow halting a search when an article is
5863         found by setting `shortcut' in 'query.
5864         (nnir-request-article): Use `shortcut' setting when requesting article
5865         by Message-ID.
5866
5867 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5870         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5871         Bring the pseudo-headers back too.
5872
5873 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5874
5875         * auth-source.el (auth-source-token-passphrase-callback-function):
5876         Simplify and remove EPA dependency.
5877
5878 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
5879
5880         * nnir.el (nnir-request-article): Fix error message text.
5881
5882 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5883
5884         * auth-source.el (plstore-delete): Autoload.
5885         (auth-source-plstore-search): Support delete operation.
5886         * plstore.el (plstore-delete): New function.
5887
5888 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5891         mark actually existing articles as unread rather than the ones that
5892         active asserts.
5893
5894 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5895
5896         * nntp.el (nntp-record-command):
5897         * gnus-util.el (gnus-message-with-timestamp-1):
5898         Use format-time-string rather than decoding time stamps by hand.
5899         This is simpler and insulates the code from potential changes to
5900         current-time format.
5901
5902 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5905
5906 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5907
5908         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5909         (plstore-save): Support public key encryption.
5910         (plstore--init-from-buffer): New function.
5911         (plstore-open): Use it; fix error when opening a non-existent file.
5912         (plstore-revert): Use plstore--init-from-buffer.
5913
5914 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
5915
5916         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5917
5918 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * mml2015.el (mml2015-use): Replace string-match-p with string-match
5921         for old Emacsen.
5922
5923 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5924
5925         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5926         is not fully working.
5927
5928 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5929
5930         * dgnushack.el: Autoload sha1 on XEmacs.
5931
5932         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5933         quit window configuration.
5934
5935         * auth-source.el (epg-context-set-passphrase-callback):
5936         Remove duplicate autoload.
5937
5938 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5939
5940         * nnir.el (nnir-request-article): Allow requesting articles by
5941         Message-ID with nnimap.
5942
5943         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5944         current server.
5945
5946 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5947
5948         * auth-source.el: Autoload EPA/EPG functions.
5949         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5950         changed when EPA/EPG is not available.
5951         (auth-source-backend): Rename "arg" member to "data".
5952         (auth-source-backend-parse, auth-source-plstore-search)
5953         (auth-source-plstore-create): Use it.
5954
5955 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
5956
5957         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5958         `gnus-refer-article-methods'.
5959
5960 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5961
5962         * auth-source.el: Require EPA and EPG.
5963         (auth-source-passphrase-alist): New variable.
5964         (auth-source-passphrase-callback-function)
5965         (auth-source-token-passphrase-callback-function): Callbacks for the
5966         netrc field encryption (GPG tokens).
5967         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5968         Symmetric encryption and decryption of the netrc GPG tokens.
5969         (auth-source-netrc-normalize): Use them, simplifying the closure.
5970
5971 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
5974         is available.
5975
5976 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5979         non-nil, and `nnimap-split-methods' is nil, use the former.
5980
5981 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5982
5983         * plstore.el (plstore-revert): New function.
5984         (plstore-open): Use it; hide the buffer from user.
5985
5986 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
5987
5988         * auth-source.el (auth-source-backend): New member "arg".
5989         (auth-source-backend-parse): Handle new backend 'plstore.
5990         * plstore.el: New file.
5991
5992 2011-06-30  Glenn Morris  <rgm@gnu.org>
5993
5994         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5995
5996 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997
5998         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5999         expiring articles to.
6000
6001         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
6002         variations as ASCII (bug#5458).
6003
6004 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
6007
6008 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6009
6010         * message.el (message-point-in-header-p): Tweak the function to default
6011         to saying that we're not in the headers if there is no separator at
6012         all.  This makes it possible to use the Message version of `M-q' in
6013         buffers with no headers (bug#7987).
6014         (message-point-in-header-p): Fix last checkin to work with an empty
6015         mail-header-separator, too.
6016
6017         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
6018         again, save the choice via customize.
6019
6020 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * message.el (message-send-mail-function): Add `sendmail-query-once'.
6023
6024         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
6025         ended the connection, bail out before waiting infinitely on a new
6026         connection.
6027
6028 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
6031         reports.
6032
6033         * gnus.el (gnus-bug-package): Use "gnus."
6034         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
6035
6036 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6037
6038         * dgnushack.el: Make the timer warning go away on XEmacs.
6039
6040         * gnus-art.el (gnus-article-stop-animations): New function to stop any
6041         animations going on at article exit time.
6042
6043         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
6044         since removing it breaks people upgrading.
6045
6046         * shr.el (shr-put-image): Use the new interface for animating images.
6047         (shr-put-image): Animate for 60 seconds.
6048
6049         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
6050         avoid compiler warnings.
6051
6052         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
6053         error with `find-file-hooks' on Emacs 22.
6054         (with-auth-source-epa-overrides): Ugly hack to Wrap the
6055         `find-file-hook' things in `symbol-value' to avoid compilation warnings
6056         on all architectures.
6057
6058         * spam.el (spam-stat): Require in a normal fashion without binding
6059         `spam-stat-install-hooks' to avoid compilation warnings.
6060
6061         * spam-stat.el (spam-stat-install-hooks): Remove.
6062         (spam-stat-install-hooks): Don't run automatically.
6063
6064 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
6065
6066         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
6067         and keystroke.
6068
6069 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * auth-source.el (auth-source-netrc-cache): Move forward.
6072
6073 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6074
6075         * proto-stream.el (proto-stream-open-starttls): Use
6076         `gnutls-available-p' to see whether we have built-in support.
6077
6078         * auth-source.el (auth-source-netrc-create): Don't query the bits that
6079         we already know.
6080         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
6081         (auth-source-netrc-create): Don't prompt for the stuff we already know.
6082
6083 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6084
6085         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
6086         %S format, since that looks odd.
6087         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
6088         file, especially when saving.
6089
6090 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
6091
6092         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
6093         article found.
6094
6095 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
6096
6097         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
6098         `auth-source-save-secrets' with a more sensitive alist that can be
6099         configured per file.  Experimental, so defaults to 'never.
6100         (auth-source-netrc-create): Use it.  Still experimental code.
6101         (with-auth-source-epa-overrides): Use `find-file-hooks' if
6102         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
6103
6104 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
6105
6106         * auth-source.el (auth-source-save-secrets): New variable to control if
6107         secret tokens should be saved encrypted.
6108         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
6109         to `auth-source-netrc-normalize'.
6110         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
6111         on the EPA variables being defined.
6112         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
6113         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
6114         the lexical-let closure.
6115         (auth-source-netrc-create): Create "gpg:" tokens according to
6116         `auth-source-save-secrets'.
6117
6118 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-group.el (gnus-group-update-group): Add new argument
6121         `info-unchanged' that stops updating dribble buffer.
6122
6123         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
6124         deletes lines matching to it in dribble buffer.
6125
6126         * gnus-agent.el (gnus-agent-fetch-group-1):
6127         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
6128         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
6129         * gnus-start.el (gnus-group-change-level):
6130         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
6131
6132         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
6133         if newsgroup info is not changed.
6134
6135         * gnus-group.el (gnus-group-get-new-news-this-group):
6136         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
6137         Don't update dribble buffer.
6138
6139 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
6140
6141         * gnus-registry.el (gnus-registry-remove-ignored): New function to
6142         remove entries with groups we ignore.
6143
6144 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6145
6146         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
6147         the underline comes at the bottom.
6148
6149 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
6150
6151         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
6152         `gnus-registry-user-format-function-M' and declare the latter obsolete.
6153         (gnus-registry-article-marks-to-names): Rename from
6154         `gnus-registry-user-format-function-M2'.
6155
6156 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
6159         ephemeral group.
6160
6161 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6162
6163         * shr.el (shr-browse-image): Copy the URL if called interactively.
6164
6165 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
6168         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
6169         done, then unselected articles may be marked as read.
6170
6171         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
6172         since not doing this seems to lead to a race condition in pop3-logon.
6173
6174         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
6175         so that the call chain it correct when we call "upwards".
6176
6177         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
6178         in read-only groups.
6179
6180         * gnus-group.el (gnus-group-mark-article-read): Ditto.
6181
6182         * message.el (message-cite-reply-position): Doc string fix.
6183
6184         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
6185         avoid regexp overflow.
6186         (nnimap-transform-split-mail): Ditto.
6187
6188         * pop3.el (pop3-retr): Error out if the server closes the connection.
6189
6190 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6191
6192         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
6193         mm-with-unibyte-current-buffer.  The buffer should not contain any
6194         multibyte chars anyway at this stage.
6195
6196 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6197
6198         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
6199         at the end of lines.
6200
6201 2011-05-29  Julien Danjou  <julien@danjou.info>
6202
6203         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
6204
6205 2011-05-27  Glenn Morris  <rgm@gnu.org>
6206
6207         * gnus-group.el (gnus-bug-group-download-format-alist):
6208         Use the "maintainer" version of debian reports as well.
6209
6210 2011-05-26  Glenn Morris  <rgm@gnu.org>
6211
6212         * gnus-group.el (gnus-bug-group-download-format-alist):
6213         Use the "maintainer" version of debbugs.gnu.org reports.
6214
6215 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
6218
6219 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6220
6221         * gnus-cus.el (gnus-agent-customize-category):
6222         * gnus-delay.el (gnus-delay-send-queue):
6223         * gnus.el (gnus-other-frame):
6224         Don't quote lambda expressions with `quote'.
6225
6226 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6227
6228         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
6229         the thread moves us backwards and so we loop forever.
6230
6231 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
6234         whitespace in base64 data lines.
6235
6236 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
6237
6238         * gnus-registry.el (gnus-registry-user-format-function-M):
6239         Use `mapconcat'.
6240         (gnus-registry-user-format-function-M2): Use to see the full text of
6241         the marks.  Make "," the mark text separator.
6242
6243         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
6244         authentication with auth-source.
6245
6246 2011-05-17  Glenn Morris  <rgm@gnu.org>
6247
6248         * gnus-group.el (gnus-import-other-newsrc-file):
6249         Use insert-file-contents.
6250
6251 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
6252
6253         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
6254         1000 iterations.
6255
6256 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * nntp.el (nntp-open-connection): Check if process-type is available.
6259
6260 2011-05-16  Julien Danjou  <julien@danjou.info>
6261
6262         * shr.el (shr-tag-del): Add support for del tag.
6263
6264 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * gnus-html.el (gnus-html-put-image): Register a displayer.
6267
6268         * shr.el (shr-image-displayer): Don't remove text props from alt text.
6269
6270 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
6271
6272         * registry.el (prune-factor): New initialization parameter defaulting
6273         to 0.1.
6274         (registry-prune-hard): Use it.
6275
6276         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
6277         0.1 expicitly.
6278
6279 2011-05-13  Glenn Morris  <rgm@gnu.org>
6280
6281         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
6282         is bound, since this function requires sendmail.
6283
6284 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
6285
6286         * registry.el (registry-usage-test): Disable pruning test.
6287
6288 2011-05-11  David Engster  <dengste@eml.cc>
6289
6290         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
6291         Bind set-network-process-option for XEmacs.
6292
6293 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
6294
6295         * registry.el (registry-prune-hard-candidates)
6296         (registry-prune-soft-candidates): Helper methods for registry pruning.
6297         (registry-prune): Use them.  Make the sort function optional.
6298
6299 2011-05-10  Jim Meyering  <meyering@redhat.com>
6300
6301         * shr.el (shr-colorize-region): Fix typo "on on -> on".
6302
6303 2011-05-10  Julien Danjou  <julien@danjou.info>
6304
6305         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
6306         symbol and not a list.
6307
6308 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * gnus-art.el (gnus-article-mode): Move binding of
6311         shr-put-image-function here from gnus-article-prepare-display.
6312
6313         * shr.el (shr-put-image-function): New variable.
6314         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
6315         (shr-put-image): Return scaled image.
6316
6317         * gnus-art.el (gnus-shr-put-image): New function.
6318         (gnus-article-prepare-display): Bind shr-put-image-function to it.
6319
6320         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
6321         original ones, as deletable.
6322
6323 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6324
6325         * nntp.el (nntp-open-connection): Set TCP keepalive option.
6326
6327 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6328
6329         * registry.el (registry-full): Add convenience method.  Fix logic.
6330         (registry-insert): Use it.  Fix logic here too.
6331
6332         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
6333         `registry-prune' if `registry-full' returns t.
6334         (gnus-registry-handle-action)
6335         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
6336         (gnus-registry-usage-test): Use it.
6337
6338 2011-05-07  Julien Danjou  <julien@danjou.info>
6339
6340         * shr.el (shr-link): Make shr-link inherit from link by default.
6341
6342 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
6343
6344         * shr.el (shr-urlify, shr-link): Fix shr-link face.
6345
6346 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6347
6348         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
6349         error out because the face is not a list.
6350
6351 2011-05-05  Glenn Morris  <rgm@gnu.org>
6352
6353         * proto-stream.el (gnutls-negotiate): Fix declarations.
6354
6355         * gnus-start.el (gnus-propagate-marks): Declare.
6356
6357 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
6358
6359         * registry.el (registry-reindex): Fix percentage message.
6360
6361         * proto-stream.el (network-stream-open-starttls): Adjust to call
6362         `gnutls-negotiate' with :process and :hostname arguments.
6363
6364 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
6365
6366         * shr.el: Add shr-link face for links.
6367         (shr-urlify): Use it.
6368
6369         * registry.el (registry-insert): Make error message more helpful.
6370
6371 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6372
6373         * gnus-html.el (gnus-html-schedule-image-fetching):
6374         Use url-queue-retrieve, if it exists.
6375
6376         * shr.el (shr-tag-img): Ditto.
6377
6378         * gnus.el: Autoload more gnus-agent functions.
6379
6380         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
6381         agent if we haven't already (bug#8502).
6382
6383         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
6384         into the Agent, too.
6385
6386         * gnus-agent.el (gnus-agent-store-article): New function.
6387
6388         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
6389         and moved from that file for reuse.
6390
6391         * pop3.el (pop3-open-server): Error messages are "-ERR".
6392
6393 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6394
6395         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
6396         (open-tls-stream): Remove superfluous tls/starttls autoloads.
6397
6398 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6399
6400         * gnus.el: No Gnus v0.17 is released.
6401
6402 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6403
6404         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
6405         buffer has moved to a different frame.
6406
6407 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6408
6409         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
6410         to get the conversion from unibyte to multibyte buffers to work on
6411         Emacs 22.
6412
6413         * nntp.el (nntp-request-article): Slight clean-up.
6414
6415 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * shr.el (shr-strike-through): New face.
6418         (shr-tag-s): Use it to provide <s> support.
6419         (shr-tag-s): Remove duplicate definition.
6420
6421 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6422
6423         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
6424         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
6425
6426 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
6427
6428         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
6429         `gnutls-negotiate'.
6430         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6431
6432 2011-04-23  Glenn Morris  <rgm@gnu.org>
6433
6434         * gnus-sum.el (gnus-extra-headers): Bump :version.
6435
6436 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6437
6438         * shr.el (shr-tag-sup): New function.
6439         (shr-tag-sub): Ditto.
6440
6441 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6442
6443         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
6444         for the case where `gnus-registry-ignored-groups' is a list of lists,
6445         and don't call `gnus-parameter-registry-ignore' otherwise.
6446
6447 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6448
6449         * nnimap.el (nnimap-user): New backend variable.
6450         (nnimap-open-connection-1): Use it.
6451         (nnimap-credentials): Accept user parameter so it's explicit what user
6452         name is desired.
6453
6454         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
6455         default.
6456
6457         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
6458         not gnus-registry.el.
6459
6460         * gnus-registry.el: Mention in comments how to modify
6461         `gnus-extra-headers' for proper recipient tracking and that it may
6462         already have To and Cc recently, which it does as of this commit.
6463         (gnus-registry-ignored-groups): Remove defcustom.
6464         Explain why in comments.
6465         (gnus-registry-action): Fix data-header reference to use the extra
6466         headers.  Explain in package commentary how to add To and Cc headers to
6467         the gnus-extra-headers.
6468         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
6469         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6470         parameter list or a string list in `gnus-registry-ignored-groups'.
6471         Fix logic error.
6472
6473 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6474
6475         * shr.el (shr-expand-url): Protect against null urls.
6476
6477 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6478
6479         * shr.el (shr-base): New binding.
6480         (shr-tag-base): Keep track of <base>.
6481         (shr-expand-url): New function used throughout.
6482
6483 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
6484
6485         * gnus-registry.el
6486         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
6487         (gnus-registry-ignored-groups): New variable.
6488         (gnus-registry-ignore-group-p): Use it.
6489         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
6490         set the destination group to nil (same as delete) if it's ignored.
6491
6492 2011-04-20  David Engster  <dengste@eml.cc>
6493
6494         * tests/gnustest-nntp.el: New file for simple NNTP testing.
6495
6496         * Makefile.in (test-nntp): New rule.
6497         (check): Add it.
6498         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
6499
6500 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-registry.el (gnus-registry-action)
6503         (gnus-registry-fetch-header-fast):
6504         Don't use mail-header that looks an internal function of mailheader.el.
6505
6506 2011-04-19  Glenn Morris  <rgm@gnu.org>
6507
6508         * time-date.el (time-to-days): Remove unused local variables.
6509
6510 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-registry.el: Eliminate cl functions.
6513         (gnus-registry-sort-addresses): New function that replaces mapcan.
6514         (gnus-registry-action, gnus-registry-spool-action)
6515         (gnus-registry-split-fancy-with-parent)
6516         (gnus-registry-fetch-recipients-fast): Use it.
6517         (gnus-registry-import-eld): Replace delete* with dolist + delq.
6518
6519         * registry.el (initialize-instance, registry-lookup)
6520         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
6521         (registry-lookup-secondary-value, registry-search, registry-delete)
6522         (registry-insert, registry-reindex, registry-size, registry-prune):
6523         Use eval-and-compile.
6524
6525 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6526
6527         * registry.el (registry-reindex): New method to recreate the secondary
6528         registry indices.
6529
6530         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
6531         tracked field changes.
6532         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
6533         (gnus-registry-action, gnus-registry-spool-action)
6534         (gnus-registry-handle-action)
6535         (gnus-registry--split-fancy-with-parent-internal)
6536         (gnus-registry-split-fancy-with-parent)
6537         (gnus-registry-register-message-ids): Add recipient tracking on spool,
6538         move, and delete actions, and for fancy splitting with parent.
6539         (gnus-registry-extract-addresses)
6540         (gnus-registry-fetch-recipients-fast)
6541         (gnus-registry-fetch-header-fast): Convenience functions.
6542         (gnus-registry-misc-test): ERT test of
6543         `gnus-registry-extract-addresses'.
6544
6545 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
6546
6547         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6548         Track by subject first, then sender.
6549
6550 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6551
6552         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
6553
6554         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
6555         Lisp.
6556
6557         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
6558         (gnus-draft-send): Use it to avoid popping
6559         up frames from gnus-group-send-queue.
6560
6561 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6562
6563         * gnus-registry.el: Updated gnus-registry docs.
6564
6565 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
6568         Fix logic bug.
6569         (gnus-registry-post-process-groups): Fix logging of no results and
6570         quote sender and subject.
6571
6572 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6573
6574         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
6575         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
6576         gnutls-cli are too slow to be done opportunistically.
6577
6578         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
6579         (gnus-read-active-for-groups): Don't try to finish getting stuff where
6580         we had no early-data returned.
6581         (gnus-get-unread-articles): Add a sanity check so that we don't issue
6582         two async commands to the same server at the same time.
6583
6584 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
6585
6586         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
6587
6588 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6589
6590         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
6591         "warning" level.
6592
6593         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
6594         (mm-url-insert-file-contents): Don't set the package names.
6595
6596 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
6597
6598         * gnus-registry.el (gnus-registry-action): Remove properties and
6599         simplify subject in `gnus-registry-handle-action'.
6600         (gnus-registry-spool-action): Get subject and sender from message if
6601         they are not passed in.
6602         (gnus-registry-handle-action): Remove properties and simplify subject
6603         consistently.
6604
6605 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6606
6607         * registry.el: Require CL before using defmacro*.
6608
6609 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * gnus-art.el (article-treat-date): Assume that
6612         gnus-article-date-headers may be a group parameter.
6613
6614 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
6615
6616         * gnus-registry.el (gnus-registry-handle-action): More debugging.
6617
6618         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
6619         interactively so the newsrc file can contain foreign groups too.
6620         Useful for debugging but not much for users.
6621
6622 2011-04-07  David Engster  <dengste@eml.cc>
6623
6624         * registry.el (registry-usage-test): Only do
6625         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
6626         lexical binding.
6627
6628 2011-04-07  David Engster  <dengste@eml.cc>
6629
6630         * Makefile.in (check, test-registry): New rules for test-suite.
6631
6632 2011-04-06  David Engster  <dengste@eml.cc>
6633
6634         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
6635         argument NOERROR for `require', since XEmacs 21.4 does not support it.
6636
6637 2011-04-06  David Engster  <dengste@eml.cc>
6638
6639         * registry.el (initialize-instance): Change :after to :AFTER to be
6640         compatible with old EIEIO version in XEmacs.
6641
6642 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6643
6644         * gnus-registry.el (gnus-registry-post-process-groups)
6645         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
6646         and provide better messaging.
6647
6648 2011-04-06  David Engster  <dengste@eml.cc>
6649
6650         * Makefile.in (fail-on-warning): New rule to compile with warnings as
6651         errors.
6652
6653         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
6654         dgnushack-compile with error-on-warn enabled, and to signal an error if
6655         clean compilation failed.
6656         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
6657         with `byte-compile-error-on-warn'.  Return nil if errors occured.
6658
6659 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6660
6661         * gnus-registry.el: Don't use ERT if it's not available.  Load it
6662         unconditionally anyway, discarding errors.
6663         (gnus-registry-delete-entries): New convenience function.
6664         (gnus-registry-import-eld): Import from old .eld registry.
6665
6666         * registry.el: Don't use ERT if it's not available.  Load it
6667         unconditionally anyway, discarding errors.
6668
6669         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
6670         version from the Claudio Bley GnuTLS patch (extra optional parameters
6671         and host name).
6672
6673 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
6674
6675         * gnus-registry.el (gnus-registry-fixup-registry): New function to
6676         fixup the parameters that can be customized by the user between
6677         save/read cycles.
6678         (gnus-registry-read): Use it.
6679         (gnus-registry-make-db): Use it.
6680         (gnus-registry-spool-action, gnus-registry-handle-action):
6681         Fix messaging.
6682         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
6683         Map references to actual group names with sender and subject tracking.
6684         (gnus-registry-post-process-groups): Use `cond' for better messaging.
6685         (gnus-registry-usage-test): Add subject lookup test.
6686
6687         * registry.el (registry-db, initialize-instance): Set up constructor
6688         instead of :initform arguments for the sake of older Emacsen.
6689         (registry-lookup-breaks-before-lexbind): New method to demonstrate
6690         pre-lexbind merge bug.
6691         (registry-usage-test): Use it.
6692         (initialize-instance, registry-db): Move the non-function initforms
6693         back to the class definition.
6694
6695 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
6696
6697         * registry.el: New library to manage gnus-registry-style data.
6698
6699         * gnus-registry.el: Use it (major rewrite).
6700
6701         * nnregistry.el: Use it.
6702
6703         * spam.el: Use it.
6704
6705 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6706
6707         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
6708         marks on non-selected articles.
6709
6710 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
6711
6712         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
6713         parameter to open-protocol-stream.
6714
6715 2011-04-01  Julien Danjou  <julien@danjou.info>
6716
6717         * mm-view.el (mm-display-inline-fontify): Do not fontify with
6718         fundamental-mode.
6719
6720 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6721
6722         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
6723         servers.
6724
6725 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6726
6727         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
6728         made marks not propagate, again.
6729
6730 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
6731
6732         * proto-stream.el (open-protocol-stream): Bring back `network' type.
6733         Make this the default type.
6734         (proto-stream-open-plain): Rename from proto-stream-open-default.
6735         (open-protocol-stream, proto-stream-open-starttls)
6736         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
6737         with `plain'.
6738
6739         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
6740         value.
6741
6742         * nntp.el (nntp-open-connection-function): Document the fact that some
6743         values are not functions but are instead handled specially.
6744         Recognize nntp-open-plain-stream value.
6745         (nntp-open-connection): Recognize that value.
6746
6747 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6748
6749         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
6750         where it seems to be needed.
6751
6752 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6753
6754         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
6755         stuff.
6756
6757         * gnus-score.el (gnus-score-string): Fix calling convention of
6758         `gnus-simplify-buffer-fuzzy' after last patches.
6759
6760         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
6761         server for articles we didn't get any headers for.  This is a sanity
6762         check.
6763
6764 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
6765
6766         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
6767         new CAPABILITY, use it.
6768
6769 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6770
6771         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
6772         downloading anything.
6773
6774         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
6775
6776 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
6777
6778         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
6779         colors.
6780         (gnus-splash-svg-color-symbols): New function.
6781
6782 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783
6784         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
6785         instead of using the global gnus-simplify-subject-fuzzy-regexp.
6786         (gnus-simplify-subject-fuzzy): Use the local
6787         gnus-simplify-subject-fuzzy-regex instead of the global one.
6788         This makes using this variable in group parameters work.
6789
6790 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6791
6792         * gnus-registry.el (gnus-registry-unfollowed-groups):
6793         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6794         archive:sent-YYYY-MM-DD groups).
6795         (gnus-registry-split-fancy-with-parent): Bail out early in sender
6796         tracking if there are more than `gnus-registry-max-track-groups'
6797         matches.
6798
6799 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6800
6801         * message.el (message--yank-original-internal): New function to do the
6802         insertion cleanly inside eval in `message-yank-original'.
6803         (message-yank-original): Use it.
6804
6805 2011-03-29  Julien Danjou  <julien@danjou.info>
6806
6807         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6808         local variables disabled rather than `normal-mode'.
6809
6810 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
6811
6812         * imap.el (imap-shell-open, imap-process-connection-type):
6813         Use imap-process-connection-type for 'shell' streams as well as
6814         Kerberos, SSL, other subprocesses.
6815
6816 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
6817
6818         * proto-stream.el: Changes preparatory to merging open-protocol-stream
6819         with open-network-stream.
6820         (proto-stream-always-use-starttls): Option removed.
6821         (open-protocol-stream): Return a process object by default.  Provide a
6822         new parameter :return-list specifying a list-type return value, which
6823         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
6824         :type `network' to `try-starttls', and `network-only' to `default'.
6825         Make `default' the default, for compatibility with open-network-stream.
6826         Handle the no-parameter case exactly as open-network-stream, with no
6827         additional stream processing.  Search plists using plist-get.
6828         Explicitly add :end-of-commend parameter if it is missing.
6829         (proto-stream-open-default): Rename from
6830         proto-stream-open-network-only.  Return 'default as the type.
6831         (proto-stream-open-starttls): Rename from proto-stream-open-network.
6832         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
6833         failed.  Always return a list with a (possibly dead) process as the
6834         first element, for compatibility with open-network-stream.
6835         (proto-stream-open-tls): Use plist-get.  Always return a list.
6836         (proto-stream-open-shell): Return `default' as connection type.
6837         (proto-stream-capability-open): Use plist-get.
6838         (proto-stream-eoc): Function deleted.
6839
6840         * nnimap.el (nnimap-stream, nnimap-open-connection)
6841         (nnimap-open-connection-1): Handle renaming of :type parameter for
6842         open-protocol-stream.
6843         (nnimap-open-connection-1): Pass a :return-list parameter
6844         open-protocol-stream to obtain a list return value.  Parse this list
6845         using plist-get.
6846
6847         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6848         for open-protocol-stream.  Accept open-protocol-stream return value
6849         that is a subprocess object instead of a list.  Handle the case of a
6850         dead returned process.
6851
6852 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
6853
6854         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6855
6856         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6857
6858 2011-03-21  Julien Danjou  <julien@danjou.info>
6859
6860         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6861         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
6862         query.
6863         (mm-inline-text): Render normal text with fontification whenever
6864         possible.
6865
6866         * gnus-sum.el (gnus-summary-save-parts-1):
6867         * gnus-art.el (gnus-article-browse-html-save-cid-content)
6868         (gnus-article-browse-html-parts, gnus-mime-delete-part)
6869         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6870         Use `mm-handle-filename'.
6871
6872         * mm-util.el (mm-handle-filename): New function, return the filename of
6873         an handle.
6874
6875 2011-03-18  Julien Danjou  <julien@danjou.info>
6876
6877         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6878         (gnus-buffer-live-p): Check that buffer is not nil.
6879
6880 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6881
6882         * gnus.el: No Gnus v0.15 is released.
6883
6884 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * time-date.el (format-seconds): Use assoc instead of assoc-string to
6887         avoid warning on XEmacs.
6888
6889         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
6890         on XEmacs.
6891
6892         * gnus-art.el: Require mouse, which the build bot seems to say is
6893         needed.
6894
6895         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
6896
6897         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6898         XEmacs, since it doesn't have url-retrieve-synchronously.
6899
6900         * time-date.el (format-seconds): Use assoc instead of assoc-string,
6901         since assoc-string doesn't exist in XEmacs.
6902
6903 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
6904
6905         * gnus-group.el (gnus-group-list-ticked): New function.
6906         (gnus-group-make-menu-bar): Provide a menu entry for it.
6907         (gnus-group-list-map): Provide a binding for it.
6908
6909 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6910
6911         * shr.el (shr-visit-file): New command.
6912
6913         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6914
6915 2011-03-17  Bjørn Mork  <bjorn@mork.no>
6916
6917         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6918         servers.
6919
6920 2011-03-16  Julien Danjou  <julien@danjou.info>
6921
6922         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6923         inline.
6924
6925         * gnus-art.el (article-hide-list-identifiers):
6926         Use gnus-group-get-list-identifiers.
6927
6928         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6929         (gnus-summary-remove-list-identifiers):
6930         Use gnus-group-get-list-identifiers to get regexp.
6931         (gnus-select-newsgroup, gnus-summary-insert-subject)
6932         (gnus-summary-insert-articles):
6933         Call gnus-summary-remove-list-identifiers unconditionally.
6934
6935 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936
6937         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6938         we're selecting a group with unread articles.
6939
6940         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6941
6942         * gssapi.el: New file separated out from imap.el to provide a general
6943         Kerberos 5 connection facility for Emacs.
6944
6945         * message.el (message-elide-ellipsis): Document the format spec
6946         ellipsis.
6947
6948 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6949
6950         * message.el (message-elide-region): Allow the ellipsis to say how many
6951         lines were removed.
6952
6953 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6954
6955         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6956         window configurations containing buffers that are now dead.
6957
6958         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6959         parsing to avoid integer overflows.
6960         (nnimap-parse-flags): Simplify the last change.
6961         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6962         too large for 32-bit Emacsen.
6963
6964 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6965
6966         * auth-source.el (auth-source-netrc-create):
6967         * message.el (message-yank-original): Fix use of `case'.
6968
6969 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
6970
6971         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6972         XEmacs, which was one character too wide.
6973
6974 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
6975
6976         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6977         default number of articles to display.
6978         (gnus-articles-to-read): Use pretty names for prompt.
6979
6980 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6981
6982         * gnus-int.el (gnus-open-server): Ditto.
6983
6984         * gnus-start.el (gnus-activate-group): Give a backtrace if
6985         debug-on-quit is set and the user hits `C-g'.
6986         (gnus-read-active-file): Ditto.
6987
6988         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6989
6990 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
6991
6992         * message.el (message-yank-original): Use cond instead of CL case.
6993
6994 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6995
6996         * auth-source.el (auth-source-netrc-create): Use usual format for the
6997         default in prompts.
6998
6999 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * lpath.el: Fbind read-char-choice for XEmacs.
7002
7003 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7004
7005         * auth-source.el (auth-source-netrc-create): Show the default in the
7006         prompt when prompting for token creation.
7007
7008 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7009
7010         * auth-source.el (auth-source-format-prompt): Always convert the value
7011         to a string to avoid evaluating non-string arguments.
7012         (auth-source-netrc-create): Offer default properly, not as initial
7013         content in `read-string'.
7014         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
7015         of line to determine if we've been run before.  If so, don't run again,
7016         but print a trivial message to indicate the cache was hit instead.
7017
7018 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
7019
7020         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
7021         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
7022         The user will have to run `gnus-sync-read' manually and wait for Cloudy
7023         Gnus.
7024
7025 2011-03-11  Julien Danjou  <julien@danjou.info>
7026
7027         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
7028         modified file".
7029
7030 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
7031
7032         * auth-source.el (auth-source-read-char-choice): New function to read a
7033         character choice using `dropdown-list', `read-char-choice', or
7034         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
7035         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
7036         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
7037         (auth-source-netrc-saver): Use it.
7038         (auth-source-pick-first-password): New convenience function.
7039
7040 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
7041
7042         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
7043         parameter in the credentials.
7044         (nnimap-open-connection-1): Use it after a successful login.
7045         (nnimap-credentials): Add IMAP-specific user and password prompt.
7046
7047         * auth-source.el (auth-source-search): Add :require parameter, taking a
7048         list.  Document it and the :save-function return token.  Pass :require
7049         down.  Change the CREATED message from a warning to a debug statement.
7050         (auth-source-search-backends): Pass :require down.
7051         (auth-source-netrc-search): Pass :require down.
7052         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
7053         Change save prompt to indicate all modifications saved here are
7054         deletions.
7055         (auth-source-netrc-create): Take user login name as default in user
7056         prompt.  Move all the save functionality to a lexically bound function
7057         under the :save-function token in the returned list.  Set up clearer
7058         default prompts for user, host, port, and secret.
7059         (auth-source-netrc-saver): New function, intended to be wrapped for
7060         :save-function.
7061
7062 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7063
7064         * shr.el (shr-table-horizontal-line): Change the defaults for the table
7065         lines to be spaces instead.
7066
7067 2011-03-07  Julien Danjou  <julien@danjou.info>
7068
7069         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
7070         (sieve-sasl-auth): Check that auth-source-search did return something,
7071         or just return an empty string.
7072
7073 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7074
7075         * gnus.el (gnus-interactive): Use read-directory-name.
7076
7077         * gnus-uu.el (gnus-uu-decode-uu-and-save)
7078         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
7079         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
7080         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
7081         Likewise.
7082
7083         * gnus-group.el (gnus-group-make-directory-group): Likewise.
7084
7085 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7086
7087         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
7088         onto the list of killed groups, too.  This makes killed nnimap groups,
7089         for instance, more reliably not reappear.
7090
7091         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
7092         the parent.
7093
7094         * gnus-sum.el (gnus-update-read-articles): Fix typo.
7095
7096         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
7097         really have server-side marks.
7098
7099         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
7100         since most backends do not usefully have server-side marks.
7101         (gnus-update-read-articles): Propagate marks to all backends that
7102         really have server-side marks.
7103
7104 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
7105
7106         * message.el (message-cite-reply-position, message-cite-style):
7107         New variables.
7108         (message-yank-original): Use the new citation styles.
7109
7110 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
7111
7112         * message.el (message-options): Revert 22da67af (workaround for XEmacs
7113         buffer-local issue); don't mark it buffer-local when running under
7114         XEmacs.
7115
7116 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
7117
7118         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
7119         numbers too big to be `read'.
7120
7121 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
7122
7123         * password-cache.el (password-in-cache-p): Add autoload.
7124
7125         * message.el (message-options): Make buffer-local two ways to attempt
7126         to fix a XEmacs bug.
7127
7128 2011-03-02  Julien Danjou  <julien@danjou.info>
7129
7130         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
7131
7132 2011-03-01  Julien Danjou  <julien@danjou.info>
7133
7134         * gnus-art.el (list-identifier): Add list-identifier as a parameter
7135         group.
7136         (article-hide-list-identifiers): Use list-identifier group parameter.
7137
7138 2011-02-28  Julien Danjou  <julien@danjou.info>
7139
7140         * sieve.el (sieve-buffer-script-name): New local variable to store
7141         sieve script name.
7142         (sieve-edit-script): Store sieve script name.
7143         (sieve-upload): Use sieve script name when uploading.
7144         (sieve-upload): Use substitute-command-keys.
7145         (sieve-edit-script): Use substitute-command-keys.
7146         (sieve-refresh-scriptlist): Use substitute-command-keys.
7147         (sieve-manage-mode-map): Define keymap properly.
7148         (sieve-manage-mode): Do not set mode name manually, change mode-name to
7149         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
7150         Remove commented code about cvs.
7151         (sieve-manage-quit): New function.
7152         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
7153
7154 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7155
7156         * gnus-group.el (gnus-import-other-newsrc-file): New function.
7157
7158 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7159
7160         * auth-source.el (auth-source-search): Cache empty result sets.
7161
7162         * password-cache.el (password-in-cache-p): Convenience function to
7163         check if a key is in the cache, even if the value is nil.
7164
7165         * auth-source.el (auth-source-save-behavior): New variable to replace
7166         `auth-source-never-create'.
7167         (auth-source-netrc-create): Use it.
7168         (auth-source-never-save): Remove.
7169
7170 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
7171
7172         * nnimap.el (nnimap-stream): Doc fix.
7173         (nnimap-open-connection-1): Reverse the order of the ports to that the
7174         prompted-for port is first.
7175
7176         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
7177         retrieval by the no-group selection.
7178
7179         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
7180         numerical parameters.
7181
7182 2011-02-25  Julien Danjou  <julien@danjou.info>
7183
7184         * gnus-gravatar.el: Use gnus-with-article-buffer.
7185
7186         * gnus-art.el (gnus-with-article-buffer): Check that the
7187         gnus-article-buffer is alive.
7188
7189 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
7190
7191         * auth-source.el (auth-source-creation-prompts): New variable to manage
7192         creation-time prompts.
7193         (auth-source-search): Document it.
7194         (auth-source-format-prompt): Add utility function.
7195         (auth-source-netrc-create): Don't default the user name to
7196         user-login-name.  Use `auth-source-creation-prompts' and some default
7197         prompts for user, host, port, and password (the default generic prompt
7198         remains ugly).
7199         (auth-source-never-save): Add customizable option to never save info.
7200         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
7201         mode excursion.
7202
7203 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
7206         argument that XEmacs doesn't support.
7207
7208         * dgnushack.el (dgnushack-compile): Exclude color.el from being
7209         compiled for Emacsen having no `libxml-parse-html-region' support.
7210
7211         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
7212
7213         * lpath.el: Bind buffer-save-without-query for XEmacs.
7214
7215 2011-02-23  Julien Danjou  <julien@danjou.info>
7216
7217         * gnus-art.el (article-make-date-line): Ignore errors if time is
7218         invalid and not convertible.
7219         (article-make-date-line): Only add lapsed time if time is not nil.
7220
7221 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
7222
7223         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
7224         `read-char-choice' for backwards compatibility.
7225         (auth-source-netrc-element-or-first): New function to DTRT for
7226         parameter extraction.
7227         (auth-source-netrc-create): Use it and fix multiple parameter print
7228         bug.  Use the default passed from above (given-default) or the
7229         built-in (user-login-name for :user).
7230
7231 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
7232
7233         * gnus-start.el (gnus-dribble-read-file):
7234         Set buffer-save-without-query, since we always want to save the dribble
7235         file, probably.
7236
7237         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
7238         nnimap.
7239
7240         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
7241         -summary- since it's a user-visible variable.
7242
7243         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
7244         first time you use the new Gnus.
7245
7246 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
7247
7248         * auth-source.el: Don't load netrc.el.
7249         (auth-sources): Search ~/.netrc as well by default.
7250         (auth-source-debug): Add 'trivia option for extra output.
7251         (auth-source-do-trivia): Use it.
7252         (auth-source-search): Simplify logic to use
7253         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
7254         appropriate.  Don't keep a running count at this level.  Layer :create
7255         and :delete options appropriately on the first and second passes.
7256         Don't track the backend with the search results.
7257         (auth-source-search-backends): New function to search a list of
7258         backends for a processed spec.
7259         (auth-source-netrc-parse): Cache all netrc files, making
7260         auth-source-netrc-cache an alist keyed by the file name and using the
7261         file mtime as the caching criterion.  Keep the obfuscated data secret
7262         with a lexical bind.
7263         (auth-source-netrc-search): Don't calculate the length of the results
7264         unnecessarily.
7265         (auth-source-search-backends): Fix bug.
7266         (auth-source-netrc-create): Rework prompts.
7267
7268 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
7269
7270         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
7271         Lower case names of search constraints.
7272         (nnir-run-query): Cache and reuse search constraints for all imap
7273         servers.
7274
7275 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7276
7277         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
7278         after exit.
7279         (gnus-setup-message): Define missing variable from last checkin.
7280
7281         * gnus-sum.el (gnus-summary-show-article): When called with t as the
7282         value, show the raw article.
7283
7284 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7285
7286         * gnus.el: No Gnus v0.13 is released.
7287
7288 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7289
7290         * nnimap.el (nnimap-open-connection-1): Revert last change, since
7291         auth-source now accepts numbers.
7292
7293         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
7294         spec, too.
7295         (auth-source-ensure-strings): New function.
7296
7297         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
7298         (gnus-article-setup-buffer): Always restart the date timer so that user
7299         changes to the frequency is respected.
7300
7301         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
7302         port numbers, so make sure it gets that if nnimap-server-port is
7303         explicit.
7304
7305 2011-02-21  Simon Josefsson  <simon@josefsson.org>
7306
7307         * nnimap.el (nnimap-inbox): Doc fix.
7308
7309 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
7310
7311         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
7312         Autoload.  Add optional arg FRAME, and pass it to color-values.
7313         (color-complement): Caller changed.  Doc fix.
7314         (color-gradient): Rewrite for better clarity and efficiency.
7315
7316 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
7317
7318         * shr-color.el (shr-color->hexadecimal): Use renamed function names
7319         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
7320         color-lab-to-srgb.
7321
7322 2011-02-20  Drew Adams  <drew.adams@oracle.com>
7323
7324         * color.el: First part of merge from hexrgb.el.
7325         (color-rgb-to-hex): Rename from color-rgb->hex.
7326         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
7327         saturation to zero if the value is too small.
7328         (color-rgb-to-hsl): Rename from color-rgb->hsl.
7329         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
7330         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
7331         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
7332         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
7333         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
7334         (color-cie-de2000): Doc fix.
7335
7336 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7337
7338         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
7339         given method as in the group name if we're using an extended method.
7340         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
7341         command, if we're using that, instead of waiting for the beginning.
7342
7343         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
7344         we're sure to get unique server names, and we don't output two async
7345         commands in the same buffer.  This fixes an NNTP hang for some users.
7346
7347 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7348
7349         * gnus.el: No Gnus v0.11 is released.
7350
7351 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
7352
7353         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
7354         summary buffer before reading going to the next buffer.  This avoids
7355         putting the point in the group buffer if you `C-g' the command.
7356
7357         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
7358         cache (for now) to make ~/.authinfo.gpg files usable.
7359
7360         * nnfolder.el (copyright-update): Define for the compiler.
7361
7362         * auth-source.el (auth-source-search): Fix unbound variable.
7363
7364 2011-02-19  Glenn Morris  <rgm@gnu.org>
7365
7366         * gnus.el (gnus-meta): Doc fix.
7367
7368 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
7369
7370         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
7371         in case it's not yet loaded.
7372
7373 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
7374
7375         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
7376         line we're waiting for.
7377
7378 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7379
7380         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
7381         face with line-width greater than zero will cause RET in gnus summary
7382         buffer to scroll down article page-wise because auto vscroll happens,
7383         it should be temporally disabled when doing a scroll-up.
7384
7385 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
7386
7387         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
7388         outputs from the server.
7389
7390 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7391
7392         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
7393         later so that bbdb can hook in easier.
7394
7395 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7396
7397         * auth-source.el (auth-source-search): Don't try to create credentials
7398         if the caller doesn't want that.
7399         (auth-source-search): If we don't find a match, don't bug out on
7400         non-bound variables.
7401         (auth-source-search): Only ask a single backend to create the
7402         credentials.
7403
7404         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7405         logging.
7406         (nnimap-credentials): Protect against auth-source-search returning nil.
7407         (nnimap-request-list): Protect against not being able to open the
7408         server.
7409
7410 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
7411
7412         * auth-source.el (auth-source-search): Do a two-phase search, one with
7413         no :create to get the responses from all backends.
7414
7415         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
7416         when getting credentials.
7417
7418         * gnus-util.el (gnus-delete-duplicates): New function.
7419
7420 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
7421
7422         * nnimap.el (nnimap-credentials): Instead of picking the first port as
7423         a creation default, pass the whole port list down.  It will be
7424         completed.
7425
7426         * auth-source.el (auth-source-search): Updated docs to talk about
7427         multiple creation choices.
7428         (auth-source-netrc-create): Accept a list as a value (from the search
7429         parameters) and do completion on that list.  Keep a separate netrc line
7430         with the password obscured for showing the user.
7431
7432         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
7433         first choice to `auth-source-search' so it will be used for entry
7434         creation instead of the server's Gnus-specific name.
7435         (nnimap-credentials): Rely on the auth-source library to select which
7436         port is actually wanted in the new netrc entry, so don't override
7437         `auth-source-creation-defaults'.
7438
7439         * auth-source.el (auth-source-netrc-parse): Use :port instead of
7440         :protocol and accept a missing user, host, or port as a wildcard match.
7441         (auth-source-debug): Default to off.
7442
7443         (auth-source-netrc-search, auth-source-netrc-create)
7444         (auth-source-secrets-search, auth-source-secrets-create)
7445         (auth-source-user-or-password, auth-source-backend, auth-sources)
7446         (auth-source-backend-parse-parameters, auth-source-search): Use :port
7447         instead of :protocol.
7448
7449         * nnimap.el (nnimap-credentials): Pass a port default to
7450         `auth-source-search' in case an entry needs to be created.
7451         (nnimap-open-connection-1): Use :port instead of :protocol.
7452
7453 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * auth-source.el: Bind load-path when loading EIEIO from
7456         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
7457         21.4 doesn't support, to `require'.
7458         (auth-source-secrets-search): Use mm-delete-duplicates instead of
7459         delete-dups that is not available in XEmacs 21.4.
7460
7461 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7462
7463         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
7464         as EIEIO must also be loaded when auth-source.el is being
7465         byte-compiled.
7466
7467 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7468
7469         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
7470
7471         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
7472
7473         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
7474
7475         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
7476
7477         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
7478
7479         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
7480
7481         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
7482
7483         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
7484         necessary.
7485
7486 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
7487
7488         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
7489         nil means that nnimap doesn't get updated.
7490
7491 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7492
7493         * auth-source.el (auth-source-netrc-create): Return a synthetic search
7494         result when the user doesn't want to write to the file.
7495         (auth-source-netrc-search): Expect a synthetic result and proceed
7496         accordingly.
7497         (auth-source-cache-expiry): New variable to override
7498         `password-cache-expiry'.
7499         (auth-source-remember): Use it.
7500
7501         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
7502         parameter.  Create entry if necessary by using :create t.
7503         (nnimap-open-connection-1): Don't pass `inhibit-create'.
7504
7505 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
7506
7507         * auth-source.el (auth-source-debug): Enable by default and don't
7508         mention the obsolete `auth-source-hide-passwords'.
7509         (auth-source-do-warn): New function to debug unconditionally.
7510         (auth-source-do-debug): Use it.
7511         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
7512         and for Secrets API entries when the secrets.el library is not
7513         available.
7514
7515 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7516
7517         * gnus-sum.el (gnus-propagate-marks): Default to nil.
7518         (gnus-summary-exit): Kill the correct article buffer on exit from a
7519         `C-d' group.
7520
7521         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
7522         gnus-propagate-marks.
7523
7524         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
7525         before killing the buffers so that a non-full window conf gets handled
7526         correctly.
7527         (gnus-summary-exit): Ditto.
7528         (gnus-summary-read-group-1): Ditto.
7529
7530         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
7531         async code again so that we can debug it properly.
7532
7533         * message.el (message-reply): Take an optional switch-buffer parameter
7534         so that Gnus window confs are respected better.
7535
7536 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
7537
7538         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
7539         `plist-get' to accept non-list parameters (XEmacs issue).
7540         Fix docstring.
7541         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
7542         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
7543         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
7544         Login collection is "Login" and not "login".
7545
7546 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
7547
7548         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
7549         multiple headers.
7550
7551         * nnimap.el (nnimap-inhibit-logging): New variable.
7552         (nnimap-log-command): Don't log login commands.
7553
7554         * auth-source.el (auth-source-netrc-search): The asserts seem to want
7555         to have more parameters.
7556
7557         * nnimap.el (nnimap-send-command): Mark the command time for each
7558         command, so that we don't get NOOPs stepping on our toes.
7559
7560         * gnus-art.el (article-date-ut): Get the date from the Date header on
7561         `t'.
7562
7563 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * auth-source.el (auth-source-search): Use copy-sequence instead of
7566         the cl.el copy-list.
7567
7568 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7569
7570         * imap.el: Bring it back (revert
7571         84d800cd31de3064f0ed39617d725709a2f8f42f).
7572
7573 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
7574
7575         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
7576         Improve prompt.
7577
7578 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
7579
7580         * gnus-art.el (gnus-article-mode-line-format): Remove the article
7581         washing status from the default format.  It isn't very informative.
7582
7583 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
7584
7585         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
7586         Fix Gcc processing on imap.
7587
7588 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
7589
7590         * imap.el: Remove file.  All the functionality is in nnimap.el.
7591
7592 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7593
7594         * message.el (message-bury): Don't pop up a new window when selected
7595         window is dedicated.
7596
7597 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7598
7599         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
7600
7601 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
7602
7603         * sieve-manage.el: Autoload `auth-source-search'.
7604         (sieve-sasl-auth): Use it.
7605
7606 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7607
7608         * nnimap.el: Autoload `auth-source-forget+'.
7609         (nnimap-open-connection-1): Use it if the connection fails.
7610
7611         * auth-source.el: Require `password-cache'.
7612         (auth-source-hide-passwords, auth-source-cache): Remove and mark
7613         obsolete.
7614         (auth-source-magic): Marker for `password-cache' keys.
7615         (auth-source-do-cache): Update docstring.
7616         (auth-source-search): Use and check cache.
7617         (auth-source-forget-all-cached, auth-source-remember)
7618         (auth-source-recall, auth-source-forget, auth-source-forget+)
7619         (auth-source-specmatchp): Caching support functions.
7620         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
7621         Remove and obsolete.
7622         (auth-source-user-or-password): Remove caching to further discourage
7623         using it.  Always hide passwords.
7624
7625         * password-cache.el (password-cache-remove): Accept secrets that are
7626         not strings.
7627
7628 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
7629
7630         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
7631         code for now, since it doesn't work for all users.
7632
7633 2011-02-09  Julien Danjou  <julien@danjou.info>
7634
7635         * message.el (message-options): Make message-options really buffer
7636         local.
7637
7638 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
7639
7640         * mail-source.el: Autoload `auth-source-search'.
7641         (mail-source-keyword-map): Note order matters.
7642         (mail-source-set-1): Get all the mail-source source values and
7643         defaults and search auth-source on those if needed.  This can all
7644         probably be simplified.
7645
7646         * nnimap.el: Autoload `auth-source-search'.
7647         (nnimap-credentials): Use it.
7648         (nnimap-open-connection-1): Ask for the virtual server and physical
7649         address in one shot.
7650
7651         * nntp.el: Autoload `auth-source-search'.
7652         (nntp-send-authinfo): Use it.  Note TODO.
7653
7654 2011-02-08  Julien Danjou  <julien@danjou.info>
7655
7656         * shr.el (shr-tag-body): Add support for text attribute in body
7657         markups.
7658
7659         * message.el (message-options): Make message-options a local variable.
7660
7661 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
7662
7663         * auth-source.el (auth-source-secrets-search)
7664         (auth-source-user-or-password): Use `append' instead of `nconc'.
7665         (auth-source-user-or-password): Build return list better and protect
7666         against nil :secret.
7667
7668 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
7669
7670         * nnimap.el (nnimap-update-info): Refactor slightly.
7671         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
7672         (nnimap-update-info): Clean up slightly.
7673         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
7674         characters.
7675         (nnimap-process-quirk): Rename function to avoid collision.
7676         (nnimap-update-info): Fix macrology bug-out.
7677         (nnimap-update-info): Simplify split history test.
7678
7679 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
7680
7681         * auth-source.el (top): Require 'eieio unconditionally.
7682         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
7683         (auth-source-secrets-search): Limit search when `max' is greater than
7684         number of results.
7685
7686 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
7687
7688         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
7689         part not returning any data.
7690
7691         * proto-stream.el (open-protocol-stream): Document the return value.
7692
7693 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7694
7695         * auth-source.el (auth-source-secrets-search): Add examples.
7696
7697 2011-02-06  Julien Danjou  <julien@danjou.info>
7698
7699         * message.el (message-setup-1): Handle message-generate-headers-first
7700         set to t.
7701
7702 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
7703
7704         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
7705         API with a string "secrets:collection-name" and with 'default.
7706         (auth-source-backend-parse): Parse "secrets:collection-name" and
7707         'default.  Recurse on parses instead of repeating code.  Use the
7708         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
7709         message when ignoring a source.
7710         (auth-source-search): List ignored search keys at the top level.
7711         (auth-source-netrc-create): Use `case' instead of `cond'.
7712         (auth-source-secrets-search): Created with TODOs.
7713         (auth-source-secrets-create): Created with TODOs.
7714         (auth-source-retrieve, auth-source-create, auth-source-delete)
7715         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7716         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7717         (auth-source-user-or-password-sftp)
7718         (auth-source-user-or-password-smtp): Remove.
7719         (auth-source-user-or-password): Deprecated and modified to be a wrapper
7720         around `auth-source-search'.  Not tested thoroughly.
7721
7722 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
7723
7724         * auth-source.el: Bring in assoc and eioeio libraries.
7725         (secrets-enabled): New variable to track the status of the Secrets API.
7726         (auth-source-backend): New EIOEIO class to represent a backend.
7727         (auth-source-creation-defaults): New variable to set prompt defaults
7728         during token creation (see the `auth-source-search' docstring for
7729         details).
7730         (auth-sources): Simplify to allow a simple string as a netrc backend
7731         spec.
7732         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
7733         (auth-source-backend-parse-parameters): Fill in the backend parameters.
7734         (auth-source-search): Main auth-source API entry point.
7735         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
7736         (auth-source-search-collection): Helper function for searching.
7737         (auth-source-netrc-parse, auth-source-netrc-normalize)
7738         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
7739         Supports search, create, and delete.
7740         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
7741         backend stubs.
7742         (auth-source-user-or-password): Call `auth-source-search' but it's not
7743         ready yet.
7744
7745 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7746
7747         * message.el (message-setup-1): Remove the read-only stuff, since it
7748         doesn't work under XEmacs, for some reason.
7749
7750         * gnus-sum.el (gnus-user-date): Rename back from
7751         gnus-summary-user-date since user code refers to it.
7752
7753         * shr.el (shr-render-td): Store the actual background color used.
7754
7755         * message.el (message-setup-1): Don't bind the constant
7756         -forbidden-properties.
7757         (message-setup-1): Revert previous change, since it needs to bind the
7758         props to insert them.
7759         (message-resend): Allow removing the read-only separator line.
7760
7761 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7762
7763         * nnimap.el (nnimap-request-accept-article): Give an error message if
7764         the APPEND wasn't successful.
7765
7766 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
7767
7768         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
7769         that have no groups.
7770
7771 2011-02-03  Julien Danjou  <julien@danjou.info>
7772
7773         * gnus-draft.el: Remove progn around gnus-draft-setup.
7774
7775 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7776
7777         * gnus-start.el (gnus-read-active-for-groups): This function is never
7778         called with a nil `infos', so clean that up.
7779         (gnus-get-unread-articles): Request active files from primary/secondary
7780         methods that have no groups (yet).
7781
7782 2011-02-03  Julien Danjou  <julien@danjou.info>
7783
7784         * message.el (message-setup-1): Always generate References first.
7785         (message-mail): Return the return value of message-setup, not always t.
7786         (message-setup-1): Insert mail-header-separator with read-only and
7787         intangible properties set.
7788
7789         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
7790         user-date in docstring.
7791
7792         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
7793
7794         * gnus.el (gnus-summary-line-format): Mention &user-date format in
7795         docstring.
7796
7797         * gnus.el (gnus-user-date-format-alist): Change default value.
7798         Use defcustom, with type and group.  Move from gnus-util.el.
7799         Rename to gnus-summary-user-date-format-alist.
7800
7801 2011-02-03  Glenn Morris  <rgm@gnu.org>
7802
7803         * nnimap.el (gnus-fetch-headers): Declare.
7804
7805         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
7806
7807 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
7808
7809         * message.el (message-forward-make-body-digest-plain)
7810         (message-followup, message-reply): Clean up things noted by Stefan.
7811
7812         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
7813         gnus-article-update-date-headers is nil.
7814         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
7815         it didn't really work with defcustom.
7816         (article-update-date-lapsed): Make sure the window start doesn't move,
7817         either.
7818
7819 2011-02-01  Julien Danjou  <julien@danjou.info>
7820
7821         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
7822         format.
7823
7824         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
7825         standard in Emacs nowadays.
7826
7827         * color.el (color-gradient): Add a color-gradient function.
7828
7829 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7830
7831         * message.el (message-expand-name): Don't trust the return value of
7832         bbdb-complete-name.
7833         (message-check-news-header-syntax): Remove unused var `start'.
7834         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
7835         (message-inhibit-body-encoding): Move to before first use.
7836         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
7837         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
7838         (Organization, Message-ID, Date, mh-previous-window-config):
7839         Defvar the vars using dynamic scoping.
7840
7841 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
7842
7843         * shr.el (shr-render-td): Only do colors at the final rendering.
7844         Should be slightly faster.
7845         (shr-insert-table): Fix up TD background colors when doing the
7846         vertical padding.
7847
7848         * gnus-art.el (article-date-ut): Protect against articles with no Date
7849         header.
7850         (article-update-date-lapsed): Don't use current-column to find the
7851         horizontal position.  It's fragile in the presence of \003 characters.
7852
7853         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
7854
7855 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7856
7857         * gnus-art.el (article-transform-date): Rewrite to still work when
7858         there are several rfc2822 parts.
7859         (article-transform-date): Fix infinite recursion.
7860         (article-date-ut): Replace infinitely many Date headers with a single
7861         one when called interactively.
7862
7863         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
7864         secure manner.
7865
7866         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
7867         move around by not using save-window-excursion.  It seems to work...
7868
7869 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * gnus-art.el (article-make-date-line): Work for user-defined format.
7872
7873 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
7874
7875         * nntp.el (nntp-retrieve-group-data-early)
7876         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
7877         fetching functions.
7878
7879         * gnus-start.el (gnus-read-active-for-groups): Read the active files
7880         thoroughly for all backends that have no known groups.  This should
7881         allow new nnml methods to retrieve mail.
7882
7883         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
7884         that Gnus doesn't know exists again.
7885
7886         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7887         (gnus-treat-date-ut): Ditto.
7888         (gnus-article-update-date-header): Rename.
7889         (gnus-treat-date-local): Remove.
7890         (gnus-treat-date-english): Remove.
7891         (gnus-treat-date-lapsed): Remove.
7892         (gnus-treat-date-combined-lapsed): Remove.
7893         (gnus-treat-date-original): Remove.
7894         (gnus-treat-date-iso8601): Remove.
7895         (gnus-treat-date-user-defined): Remove.
7896         (gnus-article-date-headers): New variable to control all the date
7897         header options.
7898         (article-date-ut): Rewrite to allow using the new way to format date
7899         headers(s).
7900
7901 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
7902
7903         * nnmail.el (nnmail-article-group): Check for a direct fancy split
7904         method.
7905         (nnmail-article-group): A better test for fanciness.
7906
7907         * nnimap.el (nnimap-request-head): Protect against not finding the
7908         article by Message-ID.
7909
7910 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
7911
7912         * gnus-art.el (article-update-date-lapsed): Try a better way to really
7913         keep point at the "same place".
7914
7915 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7916
7917         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7918         data if the group is inactive.
7919
7920 2011-01-28  Julien Danjou  <julien@danjou.info>
7921
7922         * gnus-win.el: Remove dead function gnus-window-configuration-element.
7923         (gnus-all-windows-visible-p): Remove old compatibility code.
7924         (gnus-window-top-edge): Add docstring.
7925
7926         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7927
7928 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
7929
7930         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7931         older request-update-info.
7932
7933         * gnus-art.el (article-make-date-line): Limit the length a bit more.
7934
7935 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
7936
7937         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7938         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7939
7940 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7941
7942         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7943         groups.  This makes the nndraft:queue group pop up if it's not already
7944         there.
7945
7946         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7947         messages" logic, which was reversed.
7948
7949         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7950         the "same place" even if point is on the line being replaced.
7951         (article-update-date-lapsed): Allow updating both the combined lapsed
7952         and the lapsed headers.
7953         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7954         (article-make-date-line): Limit the number of segments dynamically to
7955         avoid too-long lines.
7956
7957 2011-01-27  Julien Danjou  <julien@danjou.info>
7958
7959         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7960         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7961
7962 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7965         Use plist-get instead of the cl function getf.
7966
7967 2011-01-27  Glenn Morris  <rgm@gnu.org>
7968
7969         * gnus-util.el (float-time): Get rid of compiler warning, again.
7970
7971 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
7972
7973         * shr.el (shr-put-color): Special-case background colors: Do put them
7974         at the blank parts at the front of the lines.
7975
7976         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7977         exit hook to nix out all data on readedness on group exit.
7978
7979         * gnus-util.el (float-time): If float-time is bound, always use it on
7980         all Emacsen.  It's unclear why the subrp check was there.
7981         (time-date): Require to make some autoload issues on XEmacs go away.
7982
7983         * shr.el (shr-put-color): Don't do the box padding in tables, since
7984         they're already padded.
7985
7986 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
7987
7988         * gnus-art.el (gnus-article-next-page): When the last line of the
7989         article is displayed, scroll down once more instead of going to the
7990         next article at once.
7991         (article-lapsed-string): Refactor out and allow specifying how many
7992         segments you want.
7993         (gnus-article-setup-buffer): Start updating the lapsed header directly.
7994         (gnus-article-update-lapsed-header): New variable.
7995
7996         * shr.el: Revert change that made headings use different-sized faces.
7997         The Emacs display engine isn't advanced enough that, for instance,
7998         tables can comfortably use differently-sized faces.
7999
8000 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8001
8002         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
8003         used.
8004         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
8005         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
8006         we're using an encrypted connection.
8007
8008         * proto-stream.el: Alter the interface functions to also return the
8009         actual stream type used: network or tls.
8010
8011 2011-01-25  Julien Danjou  <julien@danjou.info>
8012
8013         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
8014         (mm-display-javascript-inline): New function.
8015
8016         * mm-decode.el (mm-inline-media-tests): Add application/javascript
8017         viewing function.
8018
8019 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * shr.el (shr-expand-newlines): Fix variable name.
8022
8023 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
8024
8025         * shr.el (shr-expand-newlines): Make nested boxes work.
8026
8027 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8028
8029         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
8030         backgrounds.
8031         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
8032         in a more sensible manner.
8033
8034 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
8035
8036         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
8037         if EPG is loaded.
8038
8039 2011-01-24  Julien Danjou  <julien@danjou.info>
8040
8041         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
8042         tags.
8043
8044 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
8045
8046         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
8047         commands.
8048
8049         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
8050         in the article buffer.
8051         (gnus-gravatar-insert): Use blank space from the current buffer to
8052         avoid breaking text properties.  This makes X-Sent updating work again.
8053
8054         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
8055
8056 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
8057
8058         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
8059         fix the bug in url-http.el instead.
8060
8061         * shr.el (shr-image-fetched): Ditto.
8062
8063         * shr.el (shr-image-fetched): Avoid having point move in the article
8064         buffer.
8065
8066         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
8067         buffer after being called.  It's apparently being killed by url.el, and
8068         killing it made point move to end-of-buffer in a random buffer.
8069
8070         * shr.el (shr-image-fetched): Ditto.
8071
8072 2011-01-23  Julien Danjou  <julien@danjou.info>
8073
8074         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
8075
8076         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
8077         text/x-org.
8078
8079 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8080
8081         * gnus-sum.el (gnus-summary-move-article): Protect against backends
8082         (i.e., nnimap) returning nil as the article number.
8083
8084 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8085
8086         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
8087         "DelSp" parameter in RFC3676.
8088
8089 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8090
8091         * message.el (message-check-recipients): Display the encoded version of
8092         the bogus address if they differ.
8093
8094         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
8095         after sending.
8096
8097         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8098
8099         * gnus-group.el (gnus-group-refresh-group): New convenience function.
8100
8101         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
8102         group buffer after sending the queue.
8103
8104         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8105
8106 2011-01-22  Julien Danjou  <julien@danjou.info>
8107
8108         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
8109
8110 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
8111
8112         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
8113         nested related parts.
8114
8115         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
8116         unexpired articles.  This fixes the regression that led expiry marks to
8117         disappear from nnfolder groups.
8118
8119 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8120
8121         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
8122         Don't confuse the "ret" of "retrograde" with RET.
8123
8124 2011-01-21  Julien Danjou  <julien@danjou.info>
8125
8126         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
8127         than mm-insert-inline.
8128
8129 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
8132         Widen article buffer.
8133
8134 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8135
8136         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
8137         the temp buffer.
8138         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
8139
8140 2011-01-20  Julien Danjou  <julien@danjou.info>
8141
8142         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
8143
8144         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
8145         than mm-insert-inline to insert inline part: this respect
8146         mm-inline-media-tests displayers.
8147
8148         * mm-view.el (mm-display-shell-script-inline): New function.
8149
8150         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
8151
8152         * mm-uu.el (mm-uu-type-alist): Add org block.
8153         (mm-uu-org-src-code-block-extract): New function.
8154
8155         * mm-view.el (mm-display-org-inline): New function.
8156
8157         * mm-decode.el (mm-automatic-display): Add text/org.
8158
8159         * mailcap.el (mailcap-mime-extensions): Add .org.
8160
8161 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-art.el (gnus-article-highlight): Remove argument passed to
8164         gnus-article-add-buttons.
8165
8166 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
8167
8168         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
8169         From header with a date and "nobody" as the sender.
8170
8171 2011-01-19  Julien Danjou  <julien@danjou.info>
8172
8173         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
8174         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
8175         if you have the same regexp several times.
8176         (gnus-button-push): Fix matching when regexp is symbol.
8177
8178 2011-01-15  Glenn Morris  <rgm@gnu.org>
8179
8180         * message.el (message-mail): A compose-mail function should
8181         accept headers as strings.
8182
8183 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
8184
8185         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
8186         Add :vert-only tags.
8187         (message-mail): New arg RETURN-ACTION.
8188         (message-return-action): New var.
8189         (message-bury): Use it.
8190         (message-mode): Make it buffer-local.
8191         (message-send-and-exit): Always call message-bury.
8192
8193         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
8194         message-mail.
8195
8196 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8197
8198         * nnimap.el (nnimap-convert-partial-article): Protect against
8199         zero-length body parts.
8200
8201         * mm-decode.el (mm-preferred-alternative-precedence):
8202         Discourage showing empty parts.
8203
8204         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
8205         and stuff if the backend didn't return the article number.  This fixes
8206         an Exchange-related nnimap bug.
8207
8208         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
8209         group window, because it does the wrong thing when a separate frame
8210         displays the group buffer.
8211
8212         * proto-stream.el (open-protocol-stream): Protect against the low-level
8213         transport functions returning nil.
8214
8215 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
8216
8217         * mml2015.el (epg-sub-key-fingerprint): Autoload.
8218         (mml2015-epg-find-usable-secret-key): New function.
8219         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
8220         mml2015-epg-find-usable-key (Bug#7797).
8221         (mml2015-epg-encrypt): Ditto.
8222
8223 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * dgnushack.el (rot13-string): Fix the way to get the argument.
8226
8227 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
8230
8231 2011-01-03  Glenn Morris  <rgm@gnu.org>
8232
8233         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
8234
8235         * sieve.el (sieve-open-server): Give a more explicit error if
8236         sieve-manage-open returns nil.  (Bug#7720)
8237
8238 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
8239
8240         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
8241
8242 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8243
8244         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
8245         This avoids sending passwords in plain text over non-encrypted
8246         channels.
8247
8248         * shr.el (shr-rescale-image): Display all GIF images as animated images.
8249
8250         * nnimap.el (nnimap-login): Refactored out into own function, and
8251         implement CRAM-MD5.
8252         (nnimap-wait-for-line): Refactored out.
8253
8254         * mm-view.el (mml-smime): Require.
8255
8256 2010-12-20  David Engster  <deng@eml.cc>
8257
8258         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8259         use EPG to decrypt S/MIME messages instead of openssl.
8260
8261 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8262
8263         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
8264
8265         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
8266         status is the group clearly is unreachable.
8267
8268         * auth-source.el (auth-source-create): Add the optional second
8269         parameter to `local-variable-p' to be compatible with XEmacs.
8270
8271 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
8272
8273         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
8274         work when using a compressed nnml folder.
8275
8276 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8277
8278         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
8279         backends after sanitising on entry, because this never makes sense:
8280         If the articles have gone missing, then the data no longer exists on
8281         the backend, and if they haven't, then Gnus is wrong, and shouldn't
8282         overwrite anything anyway.
8283
8284         * shr.el (shr-insert-document): Bind shr-width dynamically to
8285         window-width if it's nil.
8286
8287 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
8288
8289         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
8290         with the meaning of using the full emacs window width for rendering.
8291
8292 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
8293
8294         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
8295         case when sender is not given.
8296
8297 2010-12-23  Julien Danjou  <julien@danjou.info>
8298
8299         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
8300         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
8301         the addresses, otherwise we might misplaced the gravatar.
8302
8303 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
8304
8305         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
8306         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
8307         obsolete in Emacs.
8308
8309 2010-12-20  Julien Danjou  <julien@danjou.info>
8310
8311         * gnus-util.el (gnus-rescale-image): Revert last change.
8312
8313 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
8314
8315         * binhex.el: Improve commentary (Bug#7482).
8316
8317 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8318
8319         * gnus-group.el (gnus-group-delete-articles): New command.
8320
8321 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8322
8323         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8324
8325 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8326
8327         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
8328         here, since it's up to the backends to do CRLF removal if their
8329         protocol has it.
8330
8331         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
8332
8333 2010-12-17  Julien Danjou  <julien@danjou.info>
8334
8335         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
8336         they are from file.  Can also scale up.
8337
8338 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
8339
8340         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
8341         Restore gnus-use-agent.
8342         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
8343
8344         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
8345
8346 2010-12-17  Julien Danjou  <julien@danjou.info>
8347
8348         * gravatar.el (gravatar-retrieve-synchronously): New function.
8349         (gravatar-get-data): Make more robust.
8350
8351 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
8354
8355 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8356
8357         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
8358         to really consider the last line.
8359
8360 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
8361
8362         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
8363         list of recipient keys, or use symmetric encryption if not a list.
8364         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
8365         EPA override, replacing the call to `netrc-store-data'.
8366
8367 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
8368
8369         * gnus-srvr.el: Avoid passing nil regexp argument to
8370         delete-matching-lines.
8371
8372 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373
8374         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
8375         fetching stops when Gnus exits.
8376
8377         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
8378         function.
8379         (nnfolder-request-expire-articles): Save all the buffers after doing
8380         expiry.
8381
8382         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
8383         the last article", since that led to serious performance regressions
8384         when expiring nnml groups.
8385
8386 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
8387
8388         * nnir.el: Improve customizations.
8389
8390 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8391
8392         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
8393
8394         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
8395         group has been killed.
8396         (gnus-group-yank-group): Ditto.
8397
8398         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
8399
8400         * nnimap.el (nnimap-request-update-group-status): New function.
8401
8402         * gnus-int.el (gnus-request-update-group-status): New interface
8403         function.
8404
8405         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
8406         copying read-ness to the backends.
8407
8408         * nnimap.el (nnimap-quirk): New function.
8409         (nnimap-retrieve-group-data-early): Use it.
8410         (nnimap-quirks): New alist.
8411
8412 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * shr.el (shr-insert): Set shr-start after deleting trailing space;
8415         don't delete it within indentation.
8416
8417 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8418
8419         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
8420         previous line.
8421
8422 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
8425         QRESYNC command by deleting a superfluous space which broke Cyrus
8426         servers.  This change will break other servers that are buggy the other
8427         way around.
8428
8429 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
8430
8431         * spam.el: Reindent and fix long lines.
8432         (spam-copy-or-move-routine): Exclude invalid move destinations.
8433
8434 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
8435
8436         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
8437         installed the registry.
8438
8439 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
8442
8443 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8444
8445         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
8446         groupname doesn't contain "gmane".
8447
8448 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449
8450         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
8451         and netrc-bound-and-true-p bindings.
8452         (netrc-parse): Cache the netrc contents.
8453
8454         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
8455         (gnus-1): Don't create the nndrafts group twice.
8456         (gnus-setup-news): There's no need to read the active file here, since
8457         that's done again later on a per-backend basis.
8458         (gnus-start-draft-setup): Make sure that the new group is started out
8459         empty.
8460
8461         * gnus-agent.el (gnus-agentize): Don't create the queue group
8462         automatically on startup.  It'll be created later, if needed.
8463
8464         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
8465         of automatically subscribed groups.
8466         (gnus-auto-subscribed-categories): New variable.
8467         (gnus-matches-options-n): Use it.
8468         (gnus-default-subscribed-newsgroups): Remove unused variable.
8469         (gnus-start-draft-setup): Message a bit less.
8470
8471 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
8472
8473         * nnir.el (nnir-run-imap): Return article list in order of increasing
8474         UID.
8475
8476 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8477
8478         * gnus-sum.el (gnus-summary-enter-digest-group):
8479         Mention gnus-auto-select-on-ephemeral-exit.
8480
8481         * proto-stream.el (proto-stream-open-network-only): Fix the calling
8482         convention of the network-only option.
8483
8484 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8485
8486         * proto-stream.el (proto-stream-open-network-only): New function to
8487         have a way to specify non-STARTTLS upgrade connections.
8488
8489 2010-12-10  Julien Danjou  <julien@danjou.info>
8490
8491         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
8492         email address is nil.
8493
8494         * message.el (message-bogus-recipient-p): Set address to "" if nil.
8495
8496 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
8497
8498         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
8499         deletion.
8500         (nnir-run-imap): Only need to parse list once.
8501
8502 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503
8504         * shr.el (shr-tag-script): Ignore <script>.
8505         (shr-tag-label): Add <label> support.
8506
8507 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
8510
8511         * shr.el (shr-image-displayer): Work for images lined side by side.
8512
8513 2010-12-08  Robert Pluim  <rpluim@gmail.com>
8514
8515         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
8516         parameter, since XEmacs doesn't accept t as a parameter.
8517
8518 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
8519
8520         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
8521         ids.
8522         (nnir-run-gmane): Simplify groupspec formatting.
8523         (nnir-request-expire-articles): New function.
8524
8525 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8526
8527         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
8528         overflow, possibly.
8529
8530         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
8531         (shr-render-td): Handle td style="" better.
8532         (shr-tag-table): Use the color from the style sheet.
8533         (shr-render-td): Make sure we copy over all the overlays, too.
8534
8535 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
8536
8537         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
8538         (nnir-request-article): Improve article retrieval.
8539
8540 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * mm-util.el (mm-extra-numeric-entities): New variable.
8543
8544         * mm-url.el (mm-url-decode-entities):
8545         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
8546
8547         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
8548
8549 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8550
8551         * message.el: Use completion-at-point.
8552         (message-completion-function): New fun, extracted from message-tab.
8553         (message-mode): Use it for completion-at-point-functions.
8554         (message-tab): Use it and completion-at-point.
8555
8556 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
8559         character if a non-breakable character follows.
8560
8561 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
8564         any stream.
8565
8566         * shr.el (shr-tag-font): Colorize the region.
8567         (shr-tag-body): Ditto.
8568         (shr-tag-font): Actually let the styles be inherited instead of
8569         overwriting them.
8570         (shr-tag-font): Get the background color right.
8571         (shr-tag-style): Ignore all <style> tags for the moment.
8572
8573         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
8574         a Message-ID to avoid having nnimap depend on gnus-sum.
8575
8576         * shr.el (shr-descend): Only colorize something if we have a node that
8577         sets colors.
8578
8579 2010-12-06  Julien Danjou  <julien@danjou.info>
8580
8581         * shr.el (shr-render-td): Render td content with shr-descend, so style
8582         will be applied to <td> too.
8583         (shr-colorize-region): Colorize region even if we only have a background.
8584         (shr-tag-body): Fix color and background color inheritance.
8585         Do not recolorize after shr-generic.
8586         (shr-tag-font): Let shr-generic colorize via inheritance.
8587
8588 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
8591
8592 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
8593
8594         * nnir.el (nnir-request-move-article): Remove obsolete code.
8595
8596 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
8599
8600 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8601
8602         * gnus-sum.el (gnus-summary-respool-article): The completion function
8603         expects a list instead of an alist.
8604
8605         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
8606         string as the parameter.
8607
8608         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
8609
8610         * shr.el (shr-stylesheet): New dynamic variable for cascading the
8611         styles.
8612         (shr-colorize-region): New function.
8613         (shr-insert-background-overlay): Remove.
8614         (shr-render-td): Background setting should be taken care of on a higher
8615         level.
8616         (shr-tag-body): Use post-hoc colorizations.
8617         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
8618         (shr-put-color-1): Don't overwrite old colors.
8619         (shr-colorize-region): When the background color isn't explicit, use
8620         a fixed background.
8621
8622         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
8623         nnmail variables.
8624
8625 2010-12-05  Bjørn Mork  <bjorn@mork.no>
8626
8627         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
8628         unless necessary.
8629
8630 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
8631
8632         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
8633         server.
8634
8635 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8636
8637         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
8638         so that TAB works.
8639
8640         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
8641         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
8642
8643         * shr.el (shr-urlify): Show the URL before the title to avoid
8644         misleading URLs.
8645
8646 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
8647
8648         * shr.el (shr-urlify): Display the title in <a> tags.
8649
8650 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
8651
8652         * nnir.el (nnir-categorize): Replace mapcar with mapc.
8653
8654 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
8655
8656         * nnir.el: Rearrange code to allow macros to be autoloaded by
8657         gnus-sum.el.
8658         (nnir-retrieve-headers-override-function): Make this variable
8659         customizable.
8660         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
8661
8662         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
8663         from nnir.el.
8664
8665 2010-12-03  Julien Danjou  <julien@danjou.info>
8666
8667         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
8668
8669 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
8672         allow optional argument `environment'.
8673
8674 2010-12-03  Glenn Morris  <rgm@gnu.org>
8675
8676         * mm-extern.el (message-goto-body): Update declaration.
8677
8678 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * gnus-util.el (gnus-macroexpand-all): New function.
8681
8682         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
8683         instead of macroexpand-all that is unavailable in XEmacs.
8684
8685 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
8686
8687         * nnir.el (nnir-summary-line-format): New variable.
8688         (nnir-mode): Use it.
8689         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
8690         (nnir-article-ids): Reimplement as defsubst.
8691         (nnir-retrieve-headers): Don't mangle the subject header.
8692         (nnir-run-imap): Use 100 as RSV score.
8693         (nnir-run-find-grep): Fix for full server searching.
8694         (nnir-run-gmane): Better restriction to gmane groups.
8695
8696         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
8697         summary buffers.
8698
8699 2010-12-02  Julien Danjou  <julien@danjou.info>
8700
8701         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
8702
8703         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
8704
8705         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
8706         support.
8707
8708 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
8709
8710         * nnir.el: Update to handle the registry better.
8711         (autoload): Silence byte-compiler.
8712         (nnir-open-server): Add a hook for nnir groups.
8713         (nnir-request-move-article): Don't mangle the header.  Better to use
8714         formatting variables (which will be added in the future).
8715         (nnir-registry-action): Update the registry using the original article
8716         group name.
8717         (nnir-mode): Install nnir-specific hooks for updating the registry.
8718
8719         * gnus-sum.el
8720         (gnus-article-original-subject, gnus-newsgroup-original-name):
8721         Remove obsolete variables.
8722         (gnus-summary-move-article): Remove use of obsolete variables.
8723         (gnus-summary-local-variables): Make move and delete hooks local to
8724         summary buffers.
8725
8726 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8727
8728         * rtree.el: New file.
8729
8730 2010-12-01  Julien Danjou  <julien@danjou.info>
8731
8732         * message.el (message-user-organization): Do not use
8733         gnus-local-organization.
8734
8735         * gnus.el: Remove gnus-local-organization.
8736
8737         * gnus-msg.el: Remove nastygram thing.
8738
8739 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8740
8741         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
8742         funcall.
8743
8744 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
8747         names.
8748
8749         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
8750         characters.
8751
8752         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
8753         to t of inhibit-read-only since it is inside gnus-with-article-headers.
8754         Suggested by Štěpán Němec <stepnem@gmail.com>.
8755         (gnus-gravatar-transform-address): Use mail-extract-address-components
8756         that supports non-ASCII names rather than mail-header-parse-addresses.
8757
8758 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * proto-stream.el (open-protocol-stream): All starttls connections are
8761         handled by the network handler.
8762
8763 2010-11-30  Julien Danjou  <julien@danjou.info>
8764
8765         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
8766         (nnimap-open-connection-1): Fix PREAUTH.
8767
8768         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
8769
8770 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
8773         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
8774         (shr-insert): Use them.
8775         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
8776
8777 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8778
8779         * nnir.el (nnir-request-move-article): Bail out if original group
8780         doesn't support article moves.
8781         (nnir-get-active): Improve active list retrieval.
8782
8783 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * shr.el (shr-find-fill-point): Don't break before apostrophes.
8786
8787 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
8788
8789         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8790         seem to accept strings-with-numbers as port numbers.
8791
8792 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
8793
8794         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
8795         change the registry.
8796
8797 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
8800         delete-dups that is not available in XEmacs 21.4.
8801
8802         * mm-util.el (mm-delete-duplicates): Add comment.
8803
8804 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
8805
8806         * nnir.el (nnir-ignored-newsgroups): New variable.
8807         (nnir-get-active): Use it.
8808
8809 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8810
8811         * proto-stream.el (proto-stream-open-network): Add some comments.
8812
8813         * nntp.el (nntp-open-connection): Provide a :success condition.
8814
8815         * nnimap.el (nnimap-open-connection-1): Ditto.
8816
8817         * proto-stream.el (proto-stream-open-network): See what the response to
8818         the STARTTLS command is.
8819
8820         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
8821         backwards compatibility).
8822         (nnimap-open-connection-1): Really respect nnimap-server-port.
8823
8824         * proto-stream.el (proto-stream-open-network): When doing opportunistic
8825         TLS upgrades we don't really care about the identity of the peer.
8826         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
8827         that what we've checked for.
8828         (proto-stream-always-use-starttls): Only default to t if
8829         open-gnutls-stream exists.
8830         (proto-stream-open-network): If STARTTLS failed, then just open a
8831         normal connection.
8832         (proto-stream-open-network): Wait until the greeting before doing
8833         STARTTLS.
8834
8835         * nntp.el (nntp-open-connection): Report what the connection error is.
8836
8837         * proto-stream.el (open-protocol-stream): Rename from
8838         open-proto-stream.
8839
8840 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841
8842         * nnimap.el (nnimap-stream): Change default to `undecided'.
8843         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
8844         first, and then network.
8845         (nnimap-open-connection-1): Respect nnimap-server-port.
8846         (nnimap-open-connection): Be more backwards-compatible.
8847
8848         * proto-stream.el (proto-stream-always-use-starttls): New variable.
8849         (proto-stream-open-starttls): De-duplicate the starttls code.
8850         (proto-stream-open-starttls): Folded back into the main function.
8851         (proto-stream-open-network): Fix typo in the gnutls path.
8852         (proto-stream-command): Refactor out.
8853
8854         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
8855
8856         * proto-stream.el (proto-stream-open-starttls): Actually implement the
8857         starttls.el STARTTLS.
8858
8859         * color.el (color-lab->srgb): Fix function call name.
8860
8861         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
8862         if we're using tls.el.
8863         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
8864         built in, then don't try to establish a STARTTLS connection.
8865
8866         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
8867         servers.
8868
8869         * proto-stream.el (open-proto-stream): Use network, not stream.
8870         (open-proto-stream): Add a way to specify what the end of a command is.
8871
8872         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
8873         connections types.
8874         (nntp-open-network-stream): Remove.
8875         (nntp-open-ssl-stream): Remove.
8876         (nntp-open-tls-stream): Remove.
8877         (nntp-ssl-program): Remove.
8878
8879         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
8880
8881 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
8882
8883         * nnir.el: Fix typos.
8884         (nnir-retrieve-headers-override-function): Rename variable to reflect
8885         new semantics.
8886         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
8887         macros.
8888         (nnir-request-article, nnir-request-move-article): Use them.
8889         (nnir-categorize): New function.
8890         (nnir-run-query): Use it.
8891         (nnir-retrieve-headers): Rewrite to batch header retrieval.
8892         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
8893         sorted.
8894         (nnir-group-full-name): Use gnus-group-full-name instead.
8895         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
8896         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
8897
8898 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8899
8900         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
8901
8902         * proto-stream.el: New library to provide protocol-specific
8903         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
8904         protocols.
8905         (open-proto-stream): Complete the documentation.
8906         (proto-stream-open-network): Fix some typos.
8907
8908         * nnimap.el (nnimap-open-connection): Use it.
8909
8910 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
8911
8912         * pop3.el (pop3-open-server): Read server greeting before starting TLS
8913         negotiation.
8914
8915 2010-11-26  Julien Danjou  <julien@danjou.info>
8916
8917         * color.el: Rename various rgb functions to srgb.
8918
8919 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8920
8921         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8922         names.
8923
8924 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * shr.el (shr-insert): Revert last change.
8927         (shr-find-fill-point): Never leave point being at bol;
8928         relax the kinsoku limitation when rendering tables.
8929
8930 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931
8932         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8933         results from -accept-article.
8934
8935         * shr-color.el: Require cl when compiling.
8936
8937         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8938         checkin.
8939
8940         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8941
8942         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8943
8944         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8945         'add and 'delete to set backend marks.
8946
8947         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8948
8949         * nnheader.el (nnheader-update-marks-actions): Refactor out.
8950
8951         * nntp.el (nntp-request-set-mark): Use it.
8952
8953         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8954
8955         * nnml.el (nnml-request-set-mark): Ditto.
8956
8957         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8958         introduces regressions in article selection.
8959         (nnimap-find-uid-response): New function.
8960         (nnimap-request-accept-article): Use the UID returned, if any.
8961         (nnimap-request-move-article): Use the UID returned, if any.
8962         (nnimap-get-groups): Reimplement to work with folded lines.
8963         (nnimap-find-uid-response): The UID is the last element in the list.
8964         (nnimap-request-set-mark): Extend syntax with 'set.
8965
8966         * nnml.el (nnml-request-set-mark): Ditto.
8967
8968         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8969
8970         * nntp.el (nntp-request-set-mark): Ditto.
8971
8972 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * message.el (message-called-interactively-p): A temporary macro.
8975         (message-goto-body): Use it temporarily.
8976
8977 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8978
8979         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8980         (nnimap-last-response-string): Unfold quoted lines, if they exist.
8981         (nnimap-last-response-string): Fix last unfolding fix.
8982
8983 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * shr.el (shr-insert): Fix the way to fold lines.
8986
8987 2010-11-25  Julien Danjou  <julien@danjou.info>
8988
8989         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8990
8991         * color.el: Rename from color-lab.el
8992         (color-rgb->hex): Add.
8993         (color-complement): Add.
8994         (color-complement-hex): Add.
8995
8996         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8997
8998 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8999
9000         * shr-color.el (shr-color-visible): Don't bug out if the color names
9001         don't exist.
9002
9003 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
9006         assuming that article displaying or another mml-preview may be
9007         interrupted for an error or for the like.
9008
9009         * shr.el (shr-get-background): Fix argument name.
9010
9011 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9012
9013         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
9014
9015         * gnus-sum.el (gnus-summary-include-articles): New function.
9016
9017         * message.el (message-goto-body): called-interactively-p needs a
9018         parameter, so use `any'.
9019
9020         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
9021         clear marks before moving, since they're synced from the Gnus side
9022         first.
9023
9024         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
9025         (gnus-summary-move-article): Copy over all marks before moving, so that
9026         IMAP doesn't think a new article has arrived.
9027
9028 2010-11-24  Julien Danjou  <julien@danjou.info>
9029
9030         * shr.el (shr-insert-background-overlay): Fix typo.
9031         (shr-render-td): Copy the background before rendering.
9032
9033         * shr-color.el (shr-color-visible): Fix docstring.
9034
9035         * shr.el (shr-tag-table): Add bgcolor support.
9036         (shr-render-td): Add bgcolor support.
9037         (shr-get-background): Add.
9038         (shr-insert-foreground-overlay): Use shr-get-background.
9039
9040         * message.el (message-goto-body): Use called-interactively-p.
9041         (message-in-body-p): message-goto-body returns point.
9042
9043 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044
9045         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
9046         Fixes something or other in Emacs 23, and is backwards compatible.
9047
9048         * message.el (message-goto-body): Remove the <#secure special-casing,
9049         which is too special.
9050
9051         * shr.el (shr-parse-style): Drop !important from styles.
9052
9053 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
9054
9055         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
9056         this function to return incorrect results when calling it with an
9057         explicit article argument different from
9058         (gnus-summary-article-number).
9059
9060 2010-11-24  Julien Danjou  <julien@danjou.info>
9061
9062         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
9063         (shr-tag-body): Add background support.
9064         (shr-descend): Add background support.
9065         (shr-tag-title): Add.
9066
9067         * shr-color.el (shr-color-visible): Really return original background
9068         if fixed.
9069
9070 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * shr.el (shr-color-check): Protect against non-existent color names.
9073
9074 2010-11-24  Julien Danjou  <julien@danjou.info>
9075
9076         * color-lab.el: Require 'cl when compiling.
9077
9078         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
9079
9080         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
9081         matched part.
9082
9083         * color-lab.el: Fix all expt calls to use float type.
9084
9085 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
9088         expression to shr-color-check as is.
9089
9090         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
9091
9092         * color-lab.el: Add coding cookie.
9093         (float-pi): Use eval-and-compile.
9094
9095         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
9096         compiled for Emacsen having no `libxml-parse-html-region' support.
9097
9098 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9099
9100         * shr.el (shr-insert-color-overlay): Split stuff like
9101         "#444444 !important" to find the real color.
9102         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
9103         parse <font color="red"> entries.
9104
9105 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
9106
9107         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
9108         point when parsing headers.
9109
9110         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
9111         is positioned properly when parsing headers.
9112
9113 2010-11-23  Julien Danjou  <julien@danjou.info>
9114
9115         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
9116
9117         * shr-color.el (shr-color->hexadecimal): Add support for color names.
9118
9119         * shr.el (shr-parse-style): Replace \n with space in style parsing.
9120
9121         * shr-color.el (shr-color-hsl-to-rgb-fractions):
9122         Use shr-color-hue-to-rgb.
9123         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
9124
9125 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * shr.el (shr-color->hexadecimal): Autoload.
9128         (shr-descend): Add color to all tags.
9129
9130 2010-11-22  Julien Danjou  <julien@danjou.info>
9131
9132         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
9133         shr-color->hexadecimal.
9134
9135         * shr-color.el (shr-color->hexadecimal): Add converting functions for
9136         RGB() or HSL() color representation.
9137
9138         * shr.el (shr-tag-font): Add.
9139         (shr-tag-color-check): New function to get better colors.
9140         (shr-tag-insert-color-overlay): Factorize code between tag-font and
9141         tag-span.
9142
9143         * shr-color.el: New file.
9144
9145         * color-lab.el: New file.
9146
9147         * gnus-art.el (gnus-url-mailto): Do not downcase args.
9148
9149 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
9150
9151         * nnir.el: Fix typo in comments.
9152         (nnir-run-imap): Simplify code.  No need to reverse artlist.
9153         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
9154
9155 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9156
9157         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
9158
9159         * nnimap.el (nnimap-get-capabilities): Refactor out.
9160         (nnimap-open-connection): Re-request capabilities after STARTTLS.
9161
9162 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
9163
9164         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
9165         appearing when `mm-uu-hide-markers' is nil.
9166
9167 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9168
9169         * nnimap.el (nnimap-unselect-group): Make into its own function.
9170         (nnimap-request-rename-group): Unselect group before renaming.
9171         This had gotten lost somewhere.
9172         (nnimap-request-accept-article): Keep track of examined groups, and
9173         unselect the group before APPENDing to read-only groups.
9174         (nnimap-request-move-article): Clear flags before moving so that they
9175         can be re-set later.
9176
9177 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
9180         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
9181
9182 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * gnus-art.el (gnus-mime-display-single):
9185         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
9186         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
9187         parameter.
9188
9189 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9190
9191         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
9192         (shr-table-vertical-line): New variable.
9193         (shr-insert-table): Use it.
9194
9195 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * gnus-html.el (gnus-html-wash-images): Don't display images if
9198         gnus-inhibit-images is non-nil; register displayer for cid images.
9199         (gnus-html-display-image): Work for cid image.
9200         (gnus-html-insert-image): Allow arguments.
9201         (gnus-html-put-image): Inhibit read-only.
9202         (gnus-html-prefetch-images): Don't prefetch images if
9203         gnus-inhibit-images is non-nil.
9204
9205 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * shr.el (shr-put-image): Break lines when inserting big pictures.
9208
9209 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9210
9211         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
9212         sender, thanks Katsumi Yamaoka.
9213
9214 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
9215
9216         * nnir.el (nnir-run-imap): Reverse the article list for each group
9217         rather than the whole list.
9218
9219 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * shr.el (shr-image-displayer): Protect function against non-existent
9222         image source.
9223
9224         * gnus-art.el (gnus-inhibit-images): New user option.
9225         (gnus-mime-display-single): Don't display image if it is non-nil.
9226
9227         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
9228         gnus-inhibit-images.
9229
9230         * shr.el (shr-image-displayer): New function.
9231         (shr-tag-img): Use it.
9232
9233 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9234
9235         * mml2015.el (mml2015-epg-sign): Use From header.
9236
9237 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * gnus-html.el (gnus-html-wash-images): Register a displayer.
9240
9241         * gnus-util.el (gnus-find-text-property-region): Return markers.
9242
9243         * shr.el (shr-tag-img): Put a displayer in the text property.
9244
9245         * gnus-util.el (gnus-find-text-property-region): New utility function.
9246
9247         * gnus-html.el (gnus-html-display-image): Make the alt optional.
9248         (gnus-html-show-images): Remove.
9249
9250         * gnus-art.el (gnus-article-show-images): New, more general function.
9251
9252         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
9253         image url text properties.
9254
9255         * shr.el: Ditto.
9256
9257         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
9258         gnus-agent-auto-agentize-methods is set.  Which it isn't.
9259
9260 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
9263         work for two or more articles.
9264
9265 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9268         divide an image that's in an html article to two or more when washing
9269         non-ASCII characters in alt text of it.
9270
9271 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
9274         smime-decrypt-region using function argument.
9275         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
9276
9277         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
9278
9279         * smime.el (smime-decrypt-region): Catch it.
9280
9281 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9282
9283         * smime.el (smime-mode-map): Move initialization into declaration.
9284         (gnus-run-mode-hooks): Don't autoload.
9285         (smime-mode): Use define-derived-mode.
9286
9287 2010-11-11  Glenn Morris  <rgm@gnu.org>
9288
9289         * smime.el (from): Restrict declaration to XEmacs.
9290
9291         * nnir.el (gnus-group-topic-name): Autoload.
9292
9293 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * shr.el (shr-insert): Don't break long line if it is because of
9296         kinsoku-bol characters in the line end.
9297
9298 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
9299
9300         * nnir.el (nnir-request-move-article): Fix to provide original group
9301         and subject.
9302         (nnir-warp-to-article): Don't fail on articles whose headers haven't
9303         been retrieved.
9304
9305         * gnus-sum.el (gnus-summary-move-article): Use original group and
9306         subject for virtual articles such as those in an nnir summary buffer.
9307
9308 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
9311         least 21.5).
9312
9313         * smime.el (from): Declare it again for XEmacs.
9314
9315 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9316
9317         * message.el (message-resend): Don't disable encoding unless it's
9318         already encoded.
9319
9320         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
9321         low-numbered articles.
9322
9323 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * rfc2047.el (rfc2047-syntax-table): Simplify.
9326
9327         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
9328
9329         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
9330         set-char-table-range for XEmacs.
9331
9332 2010-11-10  Glenn Morris  <rgm@gnu.org>
9333
9334         * time-date.el (time-to-seconds): Always an alias on Emacs,
9335         never a real function.
9336         (with-no-warnings): Remove compat stub, now unused.
9337         (time-less-p): Doc fix.
9338         (time-to-number-of-days): Simplify.
9339
9340         * smime.el (from): Remove unused declaration.
9341
9342         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
9343         (gnus-float-time): On Emacs, always an alias.
9344
9345         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
9346         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
9347
9348 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * dgnushack.el: Don't use ignore-errors in the top level form since it
9351         is unavailable in XEmacs even if cl is loaded.
9352
9353         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
9354
9355 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9356
9357         * shr.el (browse-url-mailto): Autoload.
9358
9359         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
9360
9361         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
9362         regexp doesn't need quoting.
9363
9364 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
9365
9366         * message.el (message-subject-trailing-was-ask-regexp)
9367         (message-subject-trailing-was-regexp): Match was: in addition to was.
9368
9369 2010-11-09  Glenn Morris  <rgm@gnu.org>
9370
9371         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
9372         (nnbabyl-check-mbox): Use point-at-bol.
9373
9374 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
9377
9378         * message.el (message-mailto): New function.
9379         (message-mailto): Should accept other parameters.
9380         (message-mailto): Remove since it duplicates browse-url-mailto
9381         functionality.
9382
9383 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
9386         methods.
9387         (gnus-read-active-file): Ditto.
9388
9389         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
9390         ": " from the prompt.
9391         (gnus-group-make-group): Ditto.
9392
9393 2010-11-07  Glenn Morris  <rgm@gnu.org>
9394
9395         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
9396         (gnus-bookmark-kill-line): Use point-at-eol.
9397
9398 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
9401         asterisks in From header.
9402
9403 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9404
9405         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
9406         string to avoid making the From headers syntactically invalid.
9407
9408         * message.el (message-send-mail): Don't insert courtesy messages if the
9409         message already has List-Post and List-ID messages.
9410
9411 2010-11-06  Glenn Morris  <rgm@gnu.org>
9412
9413         * gnus-art.el (gnus-treat-article): Give dynamic local variables
9414         `condition', `type', `length' a prefix.
9415         (gnus-treat-predicate): Update for above name changes.
9416
9417 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
9418
9419         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
9420         binding.  Handled by `gnus-summary-refer-thread' instead.
9421         (nnir-warp-to-article): New backend function.
9422
9423         * nnimap.el (nnimap-request-thread): Force dependency updating.
9424
9425         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
9426         (gnus-summary-refer-thread): Rework to improve thread-referral.
9427
9428         * gnus-int.el (gnus-warp-to-article): New function.
9429
9430         * gnus-sum.el (gnus-summary-article-map): Bind it.
9431
9432 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
9433
9434         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
9435         gnus-summary-refer-thread.
9436
9437         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
9438         headers.
9439         (gnus-summary-limit-include-thread): Prevent articles in thread from
9440         being cut in gnus-cut-threads.
9441         (gnus-summary-refer-thread): Limit retrieved headers to those in
9442         thread.
9443
9444 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9445
9446         * message.el (message-send-mail): Use the value of
9447         message-courtesy-message from the message buffer.
9448
9449         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
9450
9451         * shr.el (shr-browse-url): Implement mailto: URLs.
9452
9453         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
9454         "raw".
9455
9456         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
9457         if it's already selected.
9458
9459         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
9460
9461 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
9464         to measure the length and truncate alt text.
9465
9466 2010-11-03  Glenn Morris  <rgm@gnu.org>
9467
9468         * nndiary.el (nndiary-generate-nov-databases-1)
9469         (nndiary-generate-active-info): Rename dynamic variable `files' to
9470         something less generic.
9471
9472 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
9473
9474         * nnir.el (nnir-request-move-article): Call the underlying backend to
9475         move articles from nnir.
9476
9477 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9478
9479         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
9480
9481 2010-11-02  Julien Danjou  <julien@danjou.info>
9482
9483         * nnir.el: Remove wais support.
9484
9485 2010-11-02  Glenn Morris  <rgm@gnu.org>
9486
9487         * gnus-html.el: Reorder requirements to quieten compiler.
9488
9489 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
9492         properly for XEmacs as well.
9493         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
9494         (gnus-article-natural-long-line-p): Use window-width rather than
9495         frame-width.
9496
9497 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
9498
9499         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
9500         (nnir-read-parms): Don't modify query.
9501         (nnir-run-query): Add ability to search topic on current line.
9502         (nnir-get-active): Clean up.
9503
9504 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
9507         degenerate articles.
9508
9509         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
9510         (gnus-print-buffer): Just print the buffer as is, without any copying
9511         to a buffer and then re-highlighting.
9512
9513         * nnimap.el (nnimap-request-group): Store the new updated info.
9514         (nnimap-request-group): Select the group when we don't know whether it
9515         exists or not.
9516
9517         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
9518         groups.
9519
9520         * gnus-group.el (gnus-group-find-new-groups): Display all the new
9521         groups.
9522
9523         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
9524         groups.
9525
9526         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
9527         long-lines case by only filling the long lines.
9528
9529         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
9530         (bug#7311).
9531
9532 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * shr.el: No need to declare `declare-function' since shr.el is for
9535         only Emacsen that provide `libxml-parse-html-region'.
9536
9537         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
9538         effective only in a file it is referred to.
9539
9540 2010-11-01  Glenn Morris  <rgm@gnu.org>
9541
9542         * mm-util.el (gnus-completing-read): Autoload.
9543         (mm-read-coding-system): Simplify Emacs definition.
9544
9545         * nnmail.el (gnus-activate-group):
9546         * nnimap.el (gnutls-negotiate):
9547         * nntp.el (netrc-parse): Fix declarations.
9548
9549 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
9552         string-match-p in Emacs >=23.
9553
9554         * gnus-msg.el (gnus-configure-posting-styles):
9555         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
9556
9557 2010-11-01  Glenn Morris  <rgm@gnu.org>
9558
9559         * nnir.el (declare-function): Add compat stub.
9560         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
9561         (nnir-run-gmane): Require 'mm-url.
9562
9563         * mm-util.el (mm-string-to-multibyte): Simplify.
9564
9565         * shr.el (declare-function): Add compat stub.
9566         (url-cache-create-filename): Declare.
9567         (mm-disable-multibyte, widget-convert-button): Autoload.
9568
9569         * smime.el (ldap-search): Declare.
9570         (smime-cert-by-ldap-1): Require ldap on Emacs.
9571
9572         * nnimap.el: Require nnmail, and gnus-sum when compiling.
9573         (nnimap-keepalive): Use gnus-float-time.
9574
9575         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
9576         (mail-source-delete-crash-box): Use gnus-float-time.
9577
9578         * gnus-dired.el (gnus-completing-read): Autoload.
9579
9580         * mm-view.el (gnus-rescale-image): Autoload.
9581
9582         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
9583
9584         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
9585
9586         * sieve-manage.el: Require 'cl when compiling.
9587
9588         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
9589         (gnus-iswitchb-completing-read): Require iswitchb.
9590         (gnus-select-frame-set-input-focus): Silence compiler.
9591
9592 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * message.el (message-subject-trailing-was-query): Change default to t,
9595         since I think that's what most people want.
9596
9597         * nnimap.el (nnimap-request-accept-article): Erase buffer before
9598         appending for easier debugging.
9599         (nnimap-wait-for-connection): Take a regexp.
9600         (nnimap-request-accept-article): Wait for the continuation line before
9601         sending anything unless we're streaming.
9602
9603         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
9604         leave the header washing to take place.
9605
9606 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
9607
9608         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
9609         regular expression match and replace in posting styles.
9610
9611 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
9612
9613         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
9614         an entire server.
9615         (nnir-get-active): New function.
9616         (nnir-run-imap): Use it.
9617         (nnir-run-gmane): Who knew, gmane search returns an article score!
9618
9619         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
9620         server on the current line with nnir.
9621
9622 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9623
9624         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
9625         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
9626         left edge.
9627         (gnus-article-foldable-buffer): Skip past the prefix when determining
9628         raggedness.
9629
9630         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
9631         the raw article, and change `C-u g' to show the article without doing
9632         treatments.
9633
9634         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
9635         on to `gnus-treat-article'.
9636         (gnus-inhibit-article-treatments): New variable.
9637
9638         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
9639
9640         * gnus-art.el (gnus-treatment-function-alist): Have
9641         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
9642         (gnus-treat-fill-long-lines): Change default to fill all text/plain
9643         sections.
9644
9645         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
9646         parameter.
9647         (gnus-article-fill-cited-long-lines): New function.
9648         (gnus-article-fill-cited-article): Allow filling only long sections.
9649
9650         * shr.el (shr-find-fill-point): Don't break lines between punctuation
9651         and non-punctuation (like after the apostrophe in "'We").
9652
9653         * gnus-sum.el (gnus-summary-select-article): Make sure
9654         gnus-original-article-buffer is alive.
9655
9656         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
9657         reflect the order they're in in the digest.
9658
9659         * gnus.el (gnus-group-startup-message): Move point to the start of the
9660         buffer.
9661
9662         * nnimap.el (nnimap-capability): New function.
9663         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
9664         is set.
9665
9666 2010-10-31  David Engster  <dengste@eml.cc>
9667
9668         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
9669         conform with changes to gnus-completing-read.
9670
9671 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9672
9673         * shr.el (shr-tag-img): Output "*" instead of "[img]".
9674
9675 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9676
9677         * nnir.el: Move defvar, defcustom around to keep file organized
9678         and keep byte-compiler quiet.
9679         (nnir-read-parms): Accept search-engine as arg.
9680         (nnir-run-query): Pass search-engine as arg.
9681         (nnir-search-engine): Remove.
9682
9683 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * shr.el (shr-generic): The text nodes should be text, not :text.
9686
9687         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
9688         later in the file.
9689
9690 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9691
9692         * nnir.el: General clean up.  Allow searching with multiple engines.
9693         Allow separate extra-parameters for each engine.
9694         Batch queries when possible.
9695         (nnir-imap-default-search-key, nnir-method-default-engines):
9696         Add customize interface.
9697         (nnir-run-gmane): New engine.
9698         (nnir-engines): Use it.  Qualify all prompts with engine name.
9699         (nnir-search-engine): Remove global variable.
9700         (nnir-run-hyrex): Restore for now.
9701         (nnir-extra-parms, nnir-search-history): New variables.
9702         (gnus-group-make-nnir-group): Use them.
9703         (nnir-group-server): Remove in favor of gnus-group-server.
9704         (nnir-request-group): Avoid searching twice.
9705         (nnir-sort-groups-by-server): New function.
9706
9707 2010-10-30  Julien Danjou  <julien@danjou.info>
9708
9709         * gnus-group.el: Remove gnus-group-fetch-control.
9710
9711         * gnus-start.el (gnus-find-new-newsgroups):
9712         Remove gnus-check-first-time-used.
9713
9714         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
9715
9716 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9717
9718         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
9719         set on groups that don't have \* permanentflags.
9720
9721 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9722
9723         * shr.el (shr-tag-span): Drop colorization of regions since we don't
9724         control the background color.
9725         (shr-tag-img): Ignore very small web bug type images.
9726         (shr-put-image): Add help-echo alt texts to the images.
9727         (shr-tag-video): Show the video poster image.
9728
9729 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9730
9731         * shr.el (shr-table-depth): New variable.
9732         (shr-tag-table-1): Only insert the images after the top-level table.
9733
9734         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
9735
9736         * gnus-util.el (gnus-list-memq-of-list): New function.
9737
9738         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
9739         selected.
9740         (nnimap-unsplittable-articles): New slot.
9741         (nnimap-new-articles): Use it.
9742
9743 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
9744
9745         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
9746         move to the previous line on `M-g'.
9747
9748 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9749
9750         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
9751         *-request-group, which seems unnecessary.
9752
9753         * nnimap.el (nnimap-quote-specials): Function copied over from
9754         imap.el.
9755         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
9756         they support that.  Suggested by Tom Regner.
9757
9758 2010-10-29  Julien Danjou  <julien@danjou.info>
9759
9760         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
9761         defalias.
9762         (gnus-summary-delete-marked-with): Remove obsolete defalias.
9763
9764         * gnus.el: Remove `gnus-nntp-service' variable.
9765         (gnus-secondary-servers): Make obsolete.
9766         (gnus-nntp-server): Make obsolete.
9767
9768         * gnus-start.el (gnus-1): Remove x-splash calls.
9769
9770         * gnus-ems.el (gnus-x-splash): Remove.
9771
9772         * gnus.el (gnus-group-startup-message): Simplify/update code.
9773
9774         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
9775         definition.
9776
9777         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
9778         capability before doing anything.
9779         (gnus-group-insert-group-line): Remove useless
9780         gnus-group-remove-excess-properties.
9781
9782 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
9785
9786 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787
9788         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
9789         config after reselecting.
9790
9791 2010-10-28  Julien Danjou  <julien@danjou.info>
9792
9793         * shr.el (shr-put-image): Use point even if only inserting text.
9794         (shr-put-image): Save excursion when inserting alt text on non-graphic
9795         display, so the behavior is the same when we are on a graphic display.
9796
9797         * nnir.el (nnir-run-swish-e): Remove hyrex support.
9798
9799 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
9802         (gnus-mime-copy-part): Check coding system, not charset.
9803         (gnus-mime-view-part-externally): Never remove part.
9804         (gnus-mime-view-part-internally): Don't remove part here.
9805         (gnus-article-part-wrapper): Make sure MIME tag is visible.
9806         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
9807         multipart/alternative.
9808
9809         * mm-decode.el (mm-display-part): Take optional arg `force'.
9810
9811 2010-10-26  Julien Danjou  <julien@danjou.info>
9812
9813         * gnus-group.el (gnus-group-default-list-level): Add this function to
9814         compute the default list level.
9815         (gnus-group-default-list-level): Add possibility to use a function.
9816
9817 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
9820
9821         * gnus-group.el (gnus-group-completing-read)
9822         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
9823         gnus-replace-in-string.
9824
9825 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * shr.el (shr-tag-div): Add.
9828
9829         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
9830
9831 2010-10-25  Julien Danjou  <julien@danjou.info>
9832
9833         * gnus-util.el: Remove `gnus-with-local-quit'.
9834
9835         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
9836
9837 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838
9839         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
9840         the original article buffer.
9841
9842 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843
9844         * nnimap.el (nnimap-request-head): New function.
9845         (nnimap-request-move-article): Try to be slightly faster by not
9846         requesting the entire message when moving.
9847         (nnimap-transform-headers): Don't bug out on bodiless articles.
9848         (nnimap-send-command): Have no outstanding messages if the IMAP server
9849         doesn't support streaming.
9850         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
9851
9852 2010-10-24  Julien Danjou  <julien@danjou.info>
9853
9854         * message.el (message-default-headers): Fix type.
9855
9856 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9857
9858         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
9859         prefetching images.
9860
9861         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
9862         backend for unknown groups.  This is mainly useful for nnimap groups.
9863
9864         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
9865         group isn't covered by the agent.
9866
9867 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
9868
9869         * nnir.el (nnir-method-default-engines): New variable.
9870         (nnir-run-query): Use it.
9871         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
9872         (gnus-summary-nnir-goto-thread): Change group if needed.
9873
9874         * gnus-group.el (gnus-group-group-map): Add key binding for
9875         gnus-group-make-nnir-group.
9876
9877 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9878
9879         * shr.el (shr-tag-object): Add.
9880
9881         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
9882         original article buffer live.
9883         (gnus-summary-select-article-buffer):
9884         Mention gnus-widen-article-buffer.
9885
9886 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9887
9888         * shr.el (shr-tag-strong): Add.
9889
9890 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9891
9892         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
9893         group names.  They mess up the group buffer badly.
9894
9895         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
9896
9897         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
9898         instead of the summary one.
9899
9900 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * mml.el (mml-preview): Work properly when editing article.
9903
9904         * gnus-start.el (gnus-read-active-file-1): Don't add method to
9905         gnus-have-read-active-file if it's already been in.
9906
9907 2010-10-22  Tom Tromey  <tromey@redhat.com>
9908
9909         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
9910         gnus-group-completing-read.
9911
9912 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9913
9914         * message.el (message-mode-map): Don't bind M-; to comment region, to
9915         allow the global comment-dwim to work.
9916
9917 2010-10-21  Julien Danjou  <julien@danjou.info>
9918
9919         * message.el (message-setup-1): Allow message-default-headers to be a
9920         function.
9921
9922 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * shr.el (shr-tag-table): Simplify.
9925
9926 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9927
9928         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
9929         to avoid trying to snarf invalid stuff.
9930
9931         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9932
9933         * gnus.el (gnus-message-archive-group): Quote value.
9934         (gnus-message-archive-group): Mark as changed.
9935
9936         * shr.el (shr-add-font): Don't put the font properties on the newline
9937         or the indentation.
9938
9939         * message.el (message-fix-before-sending): Change options when sending
9940         non-printable characters.
9941
9942         * gnus.el (gnus-message-archive-method): Change the default to
9943         monthly outgoing groups.
9944
9945         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9946         that have gotten new numbers.
9947
9948         * nnimap.el (nnimap-request-replace-article): New function.
9949
9950 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9953         (nnrss-request-article): Don't use special html washing code.
9954
9955 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * shr.el (shr-tag-table): Remove useless nconc.
9958
9959 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9960
9961         * gnus-art.el (article-wash-html): Simplify and remove the charset
9962         stuff.  Use the normal html rendering code instead of the special html
9963         washing code.
9964
9965         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9966         `gnus-w3m' symbols.
9967         (mm-text-html-washer-alist): Remove.
9968
9969         * mm-decode.el (mm-inline-text-html-renderer): Remove.
9970         (mm-inline-media-tests): Remove use.
9971         (mm-text-html-renderer): Change default to the `shr' symbol.
9972
9973         * mm-view.el (mm-inline-text-html): Remove use.
9974
9975         * gnus-art.el (gnus-blocked-images): New function.  Allow the
9976         `gnus-blocked-images' to be a function.
9977         (gnus-article-wash-function): Remove.
9978
9979 2010-10-20  Julien Danjou  <julien@danjou.info>
9980
9981         * spam.el (spam-list-of-processors): Mark as obsolete.
9982
9983         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9984         (nnimap-insert-partial-structure): Fix boundary detection.
9985
9986 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
9987
9988         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9989         run file-truename on remote files.  This can be expensive and even
9990         prevent one from editing drafts if some unrelated buffer has a stale
9991         connection.
9992
9993 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9996         kinsoku-eol regardless of shr-kinsoku-shorten.
9997         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9998         (shr-tag-table): Support caption, thead, and tfoot.
9999
10000 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001
10002         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
10003         lines.
10004         (shr-save-contents): New command and keystroke.
10005
10006         * nndoc.el (nndoc-type-alist): Add git support.
10007         (nndoc-git-type-p): New function.
10008         (nndoc-transform-git-article): Ditto.
10009         (nndoc-transform-git-headers): Ditto.
10010         (nndoc-transform-git-headers): Generate Subject headers.
10011
10012         * shr.el (shr-parse-style): New function.
10013         (shr-tag-span): Ditto.
10014
10015         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
10016         to `G G' to avoid collisions.
10017
10018 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * shr.el: Load kinsoku if necessary.
10021         (shr-kinsoku-shorten): New internal variable.
10022         (shr-find-fill-point): Make kinsoku shorten text line if
10023         shr-kinsoku-shorten is bound to non-nil.
10024         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
10025         shr-indentation too when testing if table is wider than frame width.
10026         (shr-insert-table): Use `string-width' instead of `length' to measure
10027         text width.
10028         (shr-insert-table-ruler): Make sure indentation is done at bol.
10029
10030 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10031
10032         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
10033         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
10034         undecoded network data.
10035
10036 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10037
10038         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
10039         name in the mode line spec so that the mode line menu works
10040         (bug#2431).
10041
10042         * message.el (message-get-reply-headers): If we're fed `to-address',
10043         then always use that.
10044
10045         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
10046         aren't so wide as to need to switch off the edit menu.
10047
10048         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
10049         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
10050
10051         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
10052         `M-g'.
10053         (nnimap-update-info): Update flags/read marks even if \* isn't part of
10054         the permanent marks.
10055
10056 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
10057
10058         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10059         Splitting according to references/in-reply-to obeys the ignore-groups
10060         variable, while splitting by sender and subject do not.
10061
10062 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10063
10064         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
10065         alist, so that we can look for non-Unicode chars.
10066         (article-translate-strings): Allow both character and string maps.
10067
10068 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * shr.el (shr-insert): Don't insert space behind a wide character
10071         categorized as kinsoku-bol, or between characters both categorized as
10072         nospace.
10073
10074 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
10075
10076         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
10077         headers to gnus-newsgroup-headers.
10078
10079 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10080
10081         * shr.el (shr-tag-img): Don't align images -- since we're not
10082         rescaling, this often leads to ugly displays.
10083
10084 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
10085
10086         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
10087         duplicates.
10088
10089 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
10090
10091         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
10092         call.
10093
10094 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10095
10096         * gnus.el: Autoload gnus-html-show-images.
10097
10098         * nnimap.el: Use nnheader-message throughout.
10099
10100         * shr.el (shr-tag-img): Ignore images with no data.
10101
10102 2010-10-15  Julien Danjou  <julien@danjou.info>
10103
10104         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
10105         a possibility to disable format=flow encoding when using hard newlines.
10106
10107 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * shr.el (shr-insert): Remove space inserted before or after a
10110         breakable character or at the beginning or the end of a line.
10111         (shr-find-fill-point): Do kinsoku; find the second best point or give
10112         it up if there's no breakable point.
10113
10114 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10115
10116         * nnimap.el (nnimap-open-connection): Message when opening connection
10117         for debugging purposes.
10118
10119         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
10120         on every setup buffer call to allow this to change from article to
10121         article.
10122
10123         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
10124         buffers where we have a wide table.
10125
10126 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
10127
10128         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
10129         uses *-request-thread.
10130
10131 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10132
10133         * nnimap.el (nnimap-open-connection): Remove %s from openssl
10134         incantation, which is no longer valid.
10135
10136 2010-10-14  Julien Danjou  <julien@danjou.info>
10137
10138         * shr.el: Fix defcustom type (char -> character).
10139
10140 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10141
10142         * nnimap.el (nnimap-open-connection): tls-program should be a list of
10143         programs.
10144
10145 2010-10-14  Julien Danjou  <julien@danjou.info>
10146
10147         * shr.el (shr-tag-a): Use url-link as widget type.
10148
10149         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
10150         `gnus-group-get-icon'.
10151
10152 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10153
10154         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
10155         This should make server editing work better.
10156
10157         * shr.el (shr-find-fill-point): Don't inloop on indented text.
10158
10159         * tls.el (tls-program): Remove spurious %s from openssl.
10160
10161         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
10162         (nnimap-parse-flags): Fix regexp.
10163
10164         * shr.el (shr-find-fill-point): Use a filling algorithm that should
10165         probably work for CJVK text, too.
10166
10167         * nnimap.el (nnimap-extend-tls-programs): Remove.
10168         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10169
10170         * tls.el (tls-starttls-switches): Remove starttls hack.
10171         (open-tls-stream): Ditto.
10172         (tls-find-starttls-argument): Ditto.
10173
10174 2010-10-13  Julien Danjou  <julien@danjou.info>
10175
10176         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
10177         responses.
10178
10179 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10180
10181         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
10182
10183         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
10184         anything in Emacs.
10185
10186         * shr.el (shr-current-column): Remove buggy and unnecessary function.
10187
10188 2010-10-13  Julien Danjou  <julien@danjou.info>
10189
10190         * shr.el (shr-width): Make shr-width a defcustom with default to
10191         fill-column.
10192         (shr-tag-img): Use shr-width rather than fill-column.
10193
10194 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * dgnushack.el (byte-optimize-apply):
10197         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
10198
10199         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
10200         position when (X-)Faces exist.
10201         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
10202         avatars when called interactively.
10203
10204 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
10207         gnus-article-x-face-too-ugly is bound.
10208
10209 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10210
10211         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
10212
10213         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
10214         mailbox that doesn't exist.
10215
10216 2010-10-12  Julien Danjou  <julien@danjou.info>
10217
10218         * shr.el (shr-tag-img): Encode URL properly when retrieving.
10219         (shr-get-image-data): Encode URL properly when fetching from cache.
10220         (shr-tag-img): Use aligned-to spaces to align correctly images.
10221
10222         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
10223         before inserting the Gravatar.
10224
10225         * shr.el (shr-tag-img): Add align attribute support for <img>.
10226
10227 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228
10229         * gnus-gravatar.el (gnus-art): Require.
10230
10231         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
10232         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10233         Remove long obsoleted functions.
10234
10235 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
10238
10239         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
10240
10241         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
10242         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
10243         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
10244         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
10245         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
10246         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
10247         * sieve-manage.el, smime.el, spam.el:
10248         Fix comment for declare-function.
10249
10250 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10251
10252         * nnimap.el (nnimap-request-rename-group): Select group read-only
10253         before renaming it.
10254
10255         * shr.el (shr-insert): Fix up the white space only regexp.
10256
10257         * nnimap.el (nnimap-transform-split-mail): Not all articles have
10258         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
10259
10260         * shr.el (shr-current-column): New function.
10261         (shr-find-fill-point): New function.
10262
10263 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10264
10265         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
10266         numbers.
10267
10268 2010-10-11  Julien Danjou  <julien@danjou.info>
10269
10270         * shr.el (shr-hr-line): Add.
10271         (shr-tag-hr): Use shr-hr-line to specify which character to use to
10272         display hr lines.
10273         (shr-max-columns): Do not change state to nil if we just inserting
10274         spaces.
10275
10276 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10277
10278         * gnus-topic.el (gnus-topic-read-group): If after the last group,
10279         select the last group.
10280
10281 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
10282
10283         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
10284
10285 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
10286
10287         * dig.el (dig-mode-map): Declare and define in one step.
10288
10289 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10290
10291         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
10292         for Gnus.
10293         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
10294         (nnimap-update-qresync-info): Mark \Seen articles as read.
10295
10296         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
10297         non-variable, too.
10298
10299         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
10300         available.
10301         (nnimap-update-info): Rely more on the current active than the param
10302         active to avoid marking articles as read too much.
10303
10304         * auth-source.el (auth-source-create): Use (user-login-name) for the
10305         user name default.
10306
10307         * nnimap.el (nnimap-update-info): If the server doesn't return any
10308         useful info, just use the previous info.
10309         (nnimap-update-info): Prefer old info over start-article.
10310         (nnimap-update-qresync-info): Finish implementing QRESYNC.
10311
10312 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
10313
10314         * nnir.el (autoload): Clean up autoloads.
10315         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
10316         Use key rather than value.
10317         (nnir-imap-search-other): New variable.
10318         (nnir-read-parm): Use it.
10319         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
10320         (gnus-summary-nnir-goto-thread): Modify to work with imap.
10321
10322 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10323
10324         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
10325         the process, too.
10326
10327 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328
10329         * spam.el (gnus-summary-mode-map): Bind to "$".
10330         Suggested by Russ Allbery.
10331
10332         * shr.el: Rework the way things are indented by <li> slightly.
10333
10334         * gnus.el (gnus-group-set-parameter): Fix typo.
10335
10336         * nnimap.el: Start implementing QRESYNC support.
10337
10338 2010-10-09  Julien Danjou  <julien@danjou.info>
10339
10340         * nnir.el (nnir-engines): Fix too many arguments.
10341
10342 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10343
10344         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
10345         group is the "last", so that the backends like nnfolder actually save
10346         their folders.
10347
10348         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
10349         try to use that for the tls stream.
10350         (nnimap-retrieve-group-data-early): Rework the marks code to heed
10351         UIDVALIDITY and find out which groups are read-only and not.
10352         (nnimap-get-flags): Use the same marks parsing code as the rest of
10353         nnimap.
10354
10355 2010-10-09  Julien Danjou  <julien@danjou.info>
10356
10357         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
10358
10359         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
10360         retrieving gravatars.
10361
10362         * shr.el (shr-table-corner): Add.
10363         (shr-table-line): Add.
10364         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
10365
10366 2010-10-08  Julien Danjou  <julien@danjou.info>
10367
10368         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10369
10370 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
10371
10372         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
10373
10374         * gnus-sum.el (gnus-mark-article-as-unread)
10375         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
10376         (gnus-summary-set-bookmark): Use it.
10377
10378         * gnus-msg.el (gnus-setup-message): Use it.
10379
10380         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10381
10382         * gnus.el (gnus-group-remove-parameter): Use it.
10383
10384         * gnus-group.el (gnus-group-make-web-group): Use it.
10385
10386         * gnus-demon.el (gnus-demon-remove-handler): Use it.
10387
10388         * nnregistry.el: Update docs to mention manual.
10389
10390         * gnus-registry.el: Update docs to mention nnregistry.el.
10391         (gnus-registry-initialize): Don't install nnregistry refer method
10392         automatically.
10393         (gnus-registry-install-nnregistry): Remove it.
10394
10395 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10396
10397         * shr.el (shr-insert): Don't insert double spaces.
10398
10399 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * gnus-gravatar.el (gnus-treat-from-gravatar)
10402         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
10403         called interactively.
10404
10405         * gnus-art.el (gnus-mime-view-part-externally)
10406         (gnus-mime-view-part-internally): Make predicate function passed to
10407         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10408         of a mime type.
10409
10410         * shr.el (shr-table-widths): Don't use cl function `reduce'.
10411
10412 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10413
10414         * shr.el (require): Require cl when compiling.
10415         (shr-tag-hr): New function.
10416
10417         * nnimap.el (nnimap-update-info): Remove double setting of high.
10418         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
10419         This makes nnimap work properly on Courier again.
10420
10421         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
10422         the variable for backwards compatibility.
10423
10424         * mm-decode.el (mm-save-part): If given a non-directory result, expand
10425         the file name before using to avoid setting mm-default-directory to
10426         nil.
10427
10428         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
10429         bidning gnus-agent variables.
10430
10431         * shr.el (shr-render-td): Use a cache for the table rendering function
10432         to avoid getting an exponential rendering behavior in nested tables.
10433         (shr-insert): Rework the line-breaking algorithm.
10434         (shr-insert): Don't leave trailing spaces.
10435         (shr-insert-table): Also insert empty TDs.
10436         (shr-tag-blockquote): Ensure paragraphs after </ul>.
10437
10438 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10439
10440         * gnus-sum.el (gnus-number): Rename from `number'.
10441         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
10442         (gnus-summary-limit-children): Update uses correspondingly.
10443
10444 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
10447         (gnus-gravatar-transform-address): Don't show avatars of people of
10448         which mail addresses match gnus-gravatar-too-ugly.
10449
10450 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10451
10452         * shr.el (shr-table-widths): Expand TD elements to fill available
10453         space.
10454
10455 2010-10-07  Julien Danjou  <julien@danjou.info>
10456
10457         * nnimap.el (nnimap-request-rename-group): Add this method.
10458
10459 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
10462         name from XEmacs' function-arglist.
10463
10464         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
10465         gravatar under XEmacs.
10466
10467 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
10468
10469         * auth-source.el: Update docs with TODO items.
10470
10471         * gnus-sync.el: Update docs to explain state and plans.
10472
10473         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
10474         Hooks for mark updates.
10475         (gnus-request-set-mark, gnus-request-update-mark): Use them.
10476
10477         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10478         hooks with arguments, which is needed for mark update hooks.
10479
10480 2010-10-06  Julien Danjou  <julien@danjou.info>
10481
10482         * gnus.el (gnus-expand-group-parameter): Only return and act on what
10483         was matched.
10484
10485         * sieve-manage.el: Update example in `Commentary'.
10486
10487         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
10488
10489         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
10490         not 2000.
10491         (sieve-manage-authenticate): Re-add function.
10492
10493 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10494
10495         * shr.el (shr-insert): Get 'space transition right.
10496         (shr-render-td): Only delete space at the end of the TD.
10497
10498         * nnimap.el (nnimap-open-connection): Prepare to support
10499         open-gnutls-stream.
10500
10501         * shr.el: Rearrange function order to be more logical.
10502
10503 2010-10-06  Julien Danjou  <julien@danjou.info>
10504
10505         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
10506         (nnrss-discover-feed): Remove 404 URL in docstring.
10507
10508         * nnir.el: Fix Swish-E URL.
10509         Fix Namazu URL.
10510
10511         * message.el (message-change-subject): Remove 404 URL in a comment.
10512
10513 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
10516         called interactively.
10517
10518         * gnus-util.el (gnus-remove-if): Allow hash table.
10519         (gnus-remove-if-not): New function.
10520
10521         * gnus-art.el (gnus-mime-view-part-as-type):
10522         * gnus-score.el (gnus-summary-score-effect):
10523         * gnus-sum.el (gnus-read-move-group-name):
10524         Replace remove-if-not with gnus-remove-if-not.
10525
10526         * gnus-group.el (gnus-group-completing-read):
10527         Regard collection as a hash table if it is not a list.
10528
10529 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10530
10531         * shr.el (shr-render-td): Allow blank/missing <TD>s.
10532
10533         * shr.el: Document the table-rendering algorithm.
10534
10535 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
10538         for Emacsen having no `libxml-parse-html-region' support.
10539
10540 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10541
10542         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
10543         invalid URLs.
10544
10545         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
10546         line-broken.
10547         (shr-tag-img): Ignore image fetching errors.
10548         (shr-overlays-in-region): Compute overlay positions correctly.
10549
10550         * mm-decode.el (mm-shr): Require shr.
10551
10552         * gnus-art.el (gnus-blocked-images): Move variable here.
10553
10554         * shr.el (shr-insert-table): Bind free variable.
10555
10556         * mm-decode.el (mm-shr): Bind shr-content-function.
10557
10558         * shr.el (shr-content-function): New variable.
10559
10560         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
10561         added for symmetry.
10562
10563         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
10564
10565         * gnus-group.el (gnus-group-make-group): Doc fix.
10566
10567         * nnimap.el (nnimap-request-newgroups): Return success.
10568
10569         * shr.el (shr-find-elements): New function.
10570         (shr-tag-table): Put all the images after the table.
10571         (shr-tag-table): Really inhibit images inside the table.
10572         (shr-collect-overlays): Copy over overlays from the TD elements to the
10573         main document.
10574
10575         * mm-decode.el (mm-shr): Bind shr-blocked-images to
10576         gnus-blocked-images.
10577
10578 2010-10-05  Julien Danjou  <julien@danjou.info>
10579
10580         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
10581
10582         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
10583         (gnus-html-maximum-image-size): Add this function.
10584         (gnus-html-put-image): Use gnus-html-maximum-image-size.
10585
10586         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
10587         server-value of the capability is nil.
10588
10589 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * shr.el (shr-tag-em): Add <EM> tag.
10592
10593 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
10594
10595         * sieve-manage.el (sieve-manage-default-stream): Make default stream
10596         customizable.
10597
10598         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
10599         handing broken links to browse-url.
10600
10601 2010-10-05  Julien Danjou  <julien@danjou.info>
10602
10603         * gnus-util.el (gnus-emacs-completing-read)
10604         (gnus-iswitchb-completing-read): Use autoload rather than require.
10605
10606 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
10609         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
10610         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
10611         iswitchb-temp-buflist for XEmacs.
10612
10613         * gnus-util.el (gnus-completing-read-function): Exclude
10614         gnus-icompleting-read and gnus-ido-completing-read from candidates for
10615         XEmacs since iswitchb.el is very old and ido.el is unavailable in
10616         XEmacs.
10617
10618         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
10619         not to use `delete-dups' that is unavailable in XEmacs 21.4.
10620
10621         * gnus-html.el: Don't require help-fns under XEmacs.
10622         (gnus-html-schedule-image-fetching): Work for XEmacs.
10623
10624         * mm-decode.el (mm-shr): Decode contents by charset.
10625
10626 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10627
10628         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
10629         unknown.
10630
10631         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
10632         (shr-get-image-data): Ensure against the cache file missing.
10633
10634         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
10635         for data.
10636
10637         * spam-report.el (spam-report-url-ping-plain): Don't query about
10638         killing the process.
10639
10640         * shr.el (shr-render-td): Protect against too-wide text.
10641
10642 2010-10-04  Julien Danjou  <julien@danjou.info>
10643
10644         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
10645         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
10646
10647         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
10648         retrieved.
10649
10650 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10651
10652         * shr.el (browse-url): Require.
10653         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10654         lines.
10655         (shr-show-alt-text, shr-browse-image): New commands.
10656         (shr-browse-url, shr-copy-url): New commands.
10657
10658         * gnus-sum.el (gnus-widen-article-window): New variable.
10659         (gnus-summary-select-article-buffer): Use it.
10660
10661         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
10662         without @ signs.
10663
10664 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
10665
10666         * nnir.el (nnir-run-imap): Remove spurious space in search string.
10667
10668 2010-10-04  Julien Danjou  <julien@danjou.info>
10669
10670         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
10671         for XEmacs.
10672
10673 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10674
10675         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
10676
10677         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
10678         (nnimap-close-server): Implement.
10679
10680         * dgnushack.el (iswitchb): Require to shut up the compiler.
10681
10682         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
10683         (shr-insert): Tweak line breaking.
10684         (shr-insert): Handle <pre> better.
10685         (shr-tag-li): Get <li> indentation right.
10686         (shr-tag-li): Get <li> indentation even righter.
10687         (shr-tag-blockquote): Ensure paragraph start.
10688         (shr-make-table): Tweak table generation.
10689         (shr-make-table): Fix typo.
10690
10691         * shr.el: Implement table rendering.
10692
10693 2010-10-04  Julien Danjou  <julien@danjou.info>
10694
10695         * gnus-html.el (gnus-html-put-image): Fix resize image code.
10696
10697 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10698
10699         * shr.el (shr-insert): Use string anchors instead of line anchors.
10700
10701 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10702
10703         * shr.el: Add headings.
10704         (shr-ensure-paragraph): Actually work.
10705         (shr-tag-li): Make <ul> prettier.
10706         (shr-insert): Get white space at the beginning/end of elements right.
10707         (shr-tag-p): Collapse subsequent <p>s.
10708         (shr-ensure-paragraph): Don't insert double line feeds after blank
10709         lines.
10710         (shr-insert): \t is also space.
10711         (shr-tag-s): Fix "s" tag name function.
10712         (shr-tag-s): Fix face prop name.
10713
10714 2010-10-03  Julien Danjou  <julien@danjou.info>
10715
10716         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
10717
10718         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
10719         gnus-window-inside-pixel-edges.
10720
10721         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
10722         gnus-ems.
10723
10724         * mm-view.el (mm-inline-image-emacs): Support image resizing.
10725
10726         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
10727         function.
10728
10729         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
10730         resize choice.
10731
10732 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10733
10734         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
10735         beginning of the buffer.
10736
10737         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
10738         article buffer again.
10739
10740         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
10741
10742         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
10743         when it's at the start of the buffer.
10744
10745         * shr.el (shr-tag-blockquote): Convert name.
10746         (shr-rescale-image): Use the right image-size variant.
10747
10748         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
10749         buffer isn't shown, then select the current article first instead of
10750         bugging out.
10751         (gnus-summary-select-article-buffer): Show both the article and summary
10752         buffers again.
10753
10754         * shr.el (shr-fontize-cont): Protect against regions with no text.
10755         Rename tag functions to shr-tag-* for enhanced security.
10756         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
10757
10758 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
10759
10760         * shr.el (shr-insert):
10761         * pop3.el (pop3-movemail):
10762         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
10763         loaded.
10764
10765 2010-10-03  Glenn Morris  <rgm@gnu.org>
10766
10767         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
10768
10769         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
10770
10771         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
10772
10773         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10774
10775         * gnus-util.el (gnus-make-local-hook): Simplify.
10776
10777 2010-10-02  Julien Danjou  <julien@danjou.info>
10778
10779         * gnus-util.el (gnus-iswitchb-completing-read): New function.
10780         (gnus-ido-completing-read): New function.
10781         (gnus-emacs-completing-read): New function.
10782         (gnus-completing-read): Use gnus-completing-read-function.
10783         Add gnus-completing-read-function.
10784
10785 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10786
10787         * shr.el (shr-insert-document): Autoload.
10788         (shr-img): Be silent.
10789         (shr-insert): Add a newline after every picture before text.
10790         (shr-add-font): Use overlays for combining faces.
10791         (shr-insert): Pass upwards the text start point.
10792
10793         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
10794         possible.
10795         (mm-shr): New function.
10796
10797 2010-10-02  Julien Danjou  <julien@danjou.info>
10798
10799         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
10800         should go backward.
10801
10802 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
10803
10804         * shr.el (shr): Fix typo in provide call.
10805
10806 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10807
10808         * shr.el: New file.
10809
10810         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
10811
10812         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
10813         completing read.
10814
10815 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
10818         we're being queried about.  Suggested by Dan Jacobson.
10819
10820         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
10821         Suggested by Jason Eisner.
10822
10823         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
10824         table, too.  Suggested by Stefan Wiens.
10825         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
10826         the table unnecessary.  Suggested by Stefan Wiens.
10827
10828         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
10829         longer needed, and probably doesn't work either, as pointed out by
10830         Stefan Wiens.
10831         (gnus-summary-exit): Remove call to the clearing function.
10832         (gnus-summary-exit-no-update): Ditto.
10833
10834         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
10835         instead of gnus-eval-in-buffer-window to avoid popping up frames.
10836         Reported by Stefan Monnier.
10837         (gnus-summary-save-in-rmail): Ditto.
10838
10839         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
10840         article buffer, instead of both the article buffer and the summary
10841         buffer.  Sort of suggested by Dan Jacobson.
10842
10843         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
10844
10845         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
10846         Suggested by Dan Jacobson.
10847
10848         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
10849         documentation clearer.
10850
10851         * message.el (message-shorten-references): Comment on the number "21".
10852         Suggested by Stefan Monnier.
10853
10854         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
10855         Suggested by Dan Jacobson.
10856
10857         * gnus.el (gnus-large-newsgroup):
10858         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
10859
10860         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
10861         externalize attachments.  Bug reported by Steve Wen.
10862
10863         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
10864         really message anything to the user.
10865
10866         * nnmail.el (nnmail-article-group): Allow using the fancy split method
10867         directly.
10868
10869         * nnimap.el (nnimap-request-group): Low higher than high to signal no
10870         messages in empty groups.
10871
10872 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10873
10874         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
10875         non-UIDNEXT group.
10876
10877 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878
10879         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
10880         not the value from the collection.
10881
10882         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
10883         values.  This sometimes happens on some groups that have no info.
10884         (nnimap-request-newgroups): New function.
10885
10886 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
10887
10888         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
10889         check into `gnus-registry-initialize'.
10890         (gnus-registry-initialize): Ditto.
10891         Fix and extend header docs.
10892
10893 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10894
10895         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
10896         regexp backtrace overflows.
10897
10898         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
10899         for starttls that tls.el implements; i.e. openssl.
10900
10901         * tls.el (tls-starttls-switches): Give up on using starttls with
10902         gnutls-cli.
10903         (tls-program): Add --insecure to be consistent with the defaults from
10904         openssl s_client.  Now all three commands are insecure.
10905
10906 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * lpath.el: Bind completion-styles-alist for XEmacs.
10909
10910         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
10911         (gravatar-create-image): New function that's an alias to
10912         gnus-xmas-create-image, gnus-create-image, or create-image.
10913         (gravatar-data->image): Use it.
10914
10915 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
10916
10917         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
10918         install the nnregistry refer method.
10919         (gnus-registry-install-hooks): Use it.
10920         (gnus-registry-unfollowed-groups): Add nnmairix to the default
10921         unfollowed groups.
10922
10923 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
10924
10925         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
10926         expanding threads.
10927
10928 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10929
10930         * nnir.el: Use the server names without suffixes (bug#7009).
10931
10932         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
10933         unencrypted to STARTTLS, if possible.
10934
10935 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10936
10937         * message.el (message-ignored-supersedes-headers): Strip Injection-*
10938         headers before superseding.
10939
10940 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10941
10942         * nnrss.el (nnrss-use-local): Add documentation.
10943
10944         * nnimap.el (nnimap-extend-tls-programs): New function.
10945         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
10946         (nnimap-wait-for-connection): Accept the greeting from the stupid
10947         output from openssl s_client -starttls, too.
10948
10949         * tls.el (tls-starttls-switches): New variable.
10950         (tls-find-starttls-argument): Use it.
10951         (open-tls-stream): Ditto.
10952
10953         * netrc.el (netrc-credentials): Return the value of the "default" entry.
10954         (netrc-machine): Ditto.
10955
10956         * nnimap.el (nnimap-find-article-by-message-id): Really return the
10957         article number.
10958         (nnimap-split-fancy): New variable.
10959         (nnimap-split-incoming-mail): Use it.
10960
10961         * nntp.el (nntp-server-list-active-group): Document.
10962
10963         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
10964         SELECT to get the message-id.
10965
10966         * mail-source.el (mail-sources): Remove webmail support.
10967         (defvar): Ditto.
10968         (mail-source-fetcher-alist): Ditto.
10969         (mail-source-fetch-webmail): Remove.
10970
10971         * webmail.el: Remove -- doesn't seem relevant any more.
10972
10973         * gnus.el: Fix up make-obsolete-variable declarations throughout.
10974
10975         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10976         the \r.
10977
10978 2010-09-30  Julien Danjou  <julien@danjou.info>
10979
10980         * gnus-agent.el (gnus-agent-add-group): Fix call to
10981         gnus-completing-read.
10982
10983 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984
10985         * nndoc.el (nndoc-retrieve-groups): New function.
10986
10987         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10988         `default', use nnmail-split-methods.
10989         (nnimap-request-article): Downcase the NILs so that they are nil.
10990
10991         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10992         symbol.
10993
10994         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10995         code, since if the user has requested network, that's what they ought
10996         to get.
10997         (nnimap-request-set-mark): Erase the buffer before issuing commands.
10998         (nnimap-split-rule): Mark as obsolete.
10999
11000         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
11001         New variable.
11002
11003         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
11004         correct slot, too.
11005
11006 2010-09-29  Julien Danjou  <julien@danjou.info>
11007
11008         * gnus.el (gnus-local-domain): Declare variable obsolete.
11009
11010         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
11011         Fix history computing.
11012         (gnus-ido-completing-read): Require ido.
11013
11014 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11015
11016         * gnus-registry.el: Don't prompt on load, which makes it impossible to
11017         build Gnus.
11018
11019         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
11020         when interpreting the structures.
11021         (nnimap-request-accept-article): Add \r\n to the lines to make this
11022         work with Cyrus.
11023
11024         * nndraft.el (nndraft-request-expire-articles): Use the group name
11025         instead if "nndraft".  Fix found by Nils Ackermann.
11026
11027 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
11028
11029         * nnregistry.el: Add.
11030
11031 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11032
11033         * nnmail.el (group, group-art-list, group-art):
11034         Remove unneeded directives.
11035
11036 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
11039         (mm-mime-charset):
11040         * rfc2047.el (rfc2047-syntax-table):
11041         * utf7.el (utf7-utf-16-coding-system): Comment fix.
11042
11043         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
11044         rather than `insert-file-contents' and `eval-region'.
11045
11046         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
11047         construction.
11048
11049         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
11050
11051         * time-date.el: No need to require cl for Emacs 21.
11052
11053 2010-09-29  Julien Danjou  <julien@danjou.info>
11054
11055         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
11056         replacement of `gnus-gravatar-relief' to mimic
11057         `gnus-faces-properties-alist'.
11058         Add :version property.
11059
11060 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * mail-source.el (mail-source-report-new-mail):
11063         * message.el (message-default-mail-headers):
11064         * mm-decode.el (mm-valid-image-format-p): Comment fix.
11065
11066         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
11067
11068 2010-09-28  Julien Danjou  <julien@danjou.info>
11069
11070         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
11071         mail-address contains the same string as real-name.
11072
11073         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
11074         non-blank in header, otherwise it'll get stripped.
11075
11076         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
11077         real-name, and then for mail address rather than doing : or , search.
11078
11079 2010-09-27  Julien Danjou  <julien@danjou.info>
11080
11081         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
11082         right completing-read function.
11083         (gnus-use-ido): New variable
11084         (gnus-completing-read-with-default): Remove.
11085         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
11086         (gnus-agent-add-group):
11087         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
11088         * mm-view.el (mm-view-pkcs7-decrypt):
11089         * mm-util.el (mm-codepage-setup):
11090         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11091         * mml-smime.el (mml-smime-openssl-sign-query):
11092         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
11093         (mml-insert-multipart):
11094         * gnus-msg.el (gnus-summary-yank-message):
11095         * gnus-int.el (gnus-start-news-server):
11096         * mm-decode.el (mm-interactively-view-part):
11097         * gnus-dired.el (gnus-dired-attach):
11098         * gnus.el (gnus-read-method):
11099         * gnus-bookmark.el (gnus-bookmark-jump):
11100         * gnus-art.el (gnus-mime-view-part-as-type)
11101         (gnus-mime-action-on-part, gnus-article-encrypt-body):
11102         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
11103         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
11104         * nnmairix.el (nnmairix-create-server-and-default-group)
11105         (nnmairix-update-groups, nnmairix-get-server)
11106         (nnmairix-backend-to-server, nnmairix-goto-original-article)
11107         (nnmairix-get-group-from-file-path):
11108         * nnrss.el (nnrss-find-rss-via-syndic8):
11109         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
11110         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
11111         (gnus-group-browse-foreign-server):
11112         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
11113         (gnus-summary-execute-command, gnus-summary-respool-article)
11114         (gnus-read-move-group-name):
11115         * gnus-score.el (gnus-summary-increase-score)
11116         (gnus-summary-score-effect):
11117         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
11118
11119 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
11122         x-focus-frame.
11123
11124         * nnimap.el (auth-source-forget-user-or-password)
11125         (auth-source-user-or-password): Autoload.
11126
11127         * message.el (message-from-style, message-interactive)
11128         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11129         (message-yank-prefix, message-indentation-spaces, message-signature)
11130         (message-signature-file): Add comment.
11131
11132 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11133
11134         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
11135         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
11136         new articles.
11137
11138         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
11139         parts.
11140         (nnimap-request-article): Work with the t setting, too.
11141
11142         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
11143         that you don't get flashes of other buffers.
11144         (gnus-summary-show-complete-article): Intern before setting.
11145
11146 2010-09-27  David Engster  <dengste@eml.cc>
11147
11148         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
11149         well as HEADERS.
11150         (nnmairix-retrieve-headers): Provide new argument for the above.
11151
11152 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11153
11154         * gnus-sum.el (gnus-summary-move-article): Don't alter
11155         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
11156         group.
11157
11158         * nnimap.el (nnimap-update-info): Don't destructively alter active.
11159
11160         * message.el (message-cite-prefix-regexp): Revert my last edit.
11161
11162         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
11163         variable instead of the Gnus variable.
11164
11165         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
11166
11167         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
11168
11169         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
11170         since some servers don't like it.
11171         (nnimap-open-connection): Forget credentials if the server says the
11172         password was wrong.
11173         (nnimap-parse-line): Protect against invalid data.
11174
11175         * gnus-sum.el (gnus-summary-move-article): Add comment.
11176         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
11177         nothing alters it while scanning for new messages.
11178
11179         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
11180         which may or may not help.
11181         (nnimap-open-connection): If we're doing a stream connection, and then
11182         discover we're on a STARTTLS-capable server, then open a STARTTLS
11183         connection instead.
11184
11185 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11186
11187         * nnimap.el (utf7): Require.
11188
11189         * message.el (message-cite-prefix-regexp): Remove "}" from citation
11190         prefix.
11191
11192 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
11193
11194         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
11195
11196 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11197
11198         * nnimap.el (nnimap-request-accept-article): Message the error on
11199         error.
11200
11201 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
11204
11205 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11206
11207         * nndoc.el (nndoc-request-list): Return success always.
11208
11209         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
11210         `fetch-old' -- we only want to fetch the articles we've requested.
11211         The rest are in the agent, probably.
11212         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
11213         disappeared server" to something low.  It's not important.
11214
11215         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
11216         arrived before the FETCH data.
11217
11218         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
11219         target here, because we don't know the Gnus name of the group.
11220
11221         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
11222         for the correct group.
11223
11224         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
11225
11226         * gnus.el (gnus): Give a final warning after startup.
11227
11228         * gnus-util.el (gnus-action-message-log): New variable.
11229         (gnus-message): Use it.
11230         (gnus-final-warning): New function.
11231
11232         * nnimap.el (nnimap-open-connection): Record the greeting.
11233         (nnimap): Add greeting.
11234
11235 2010-09-26  Julien Danjou  <julien@danjou.info>
11236
11237         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
11238         arguments.
11239         (gnus-html-wash-images): Fix spec computing to include start/end.
11240
11241         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
11242
11243 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11244
11245         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
11246         deletion.
11247         (nnimap-retrieve-headers): Don't select the group, because that's
11248         already done by nnimap-possibly-change-group.
11249
11250         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
11251         (gnus-picon-transform-address): Use it.
11252
11253         * mail-source.el (mail-source-value): Revert previous patch.
11254
11255         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
11256         on failure.
11257         (nnimap-open-connection): Look up both virtual and physical server name
11258         credentials.
11259
11260         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
11261
11262 2009-02-07  Dave Love  <fx@gnu.org>
11263
11264         * tls.el (open-tls-stream): Don't query killing process.
11265
11266 2009-02-08  Dave Love  <fx@gnu.org>
11267
11268         * gnus-win.el (gnus-window-to-buffer-helper)
11269         (gnus-all-windows-visible-p): Function needn't be a symbol.
11270
11271         * mail-source.el (mail-source-value): Function needn't be a symbol.
11272
11273 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11274
11275         * message.el (message-cite-prefix-regexp): Remove } from the cite
11276         prefix.
11277
11278         * gnus-art.el (gnus-treatment-function-alist): Do picons before
11279         highlight again, so that the highlight is correct.
11280
11281         * gnus-picon.el (gnus-picon): Remove again.
11282         (gnus-picon-create-glyph): Set the background XPM color explicitly.
11283
11284         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
11285         doing the header highlightling, so that the background color of the
11286         picon is correct.
11287
11288         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
11289         (gnus-picon): Ditto.
11290         (gnus-picon): Reinstate.  The background color for picons is white.
11291         (gnus-picon-insert-glyph): Make the background white.
11292
11293         * nnml.el (nnml-open-nov): Don't return dead buffers.
11294
11295         * auth-source.el (auth-source-create): Query the user for whether to
11296         store the credentials.
11297
11298         * netrc.el (netrc-store-data): New function.
11299
11300         * auth-source.el (auth-source-user-or-password): Use the existing auth
11301         sources, if any, for creation.
11302
11303         * gnus.el (gnus-group-fast-parameter): Return the last matching
11304         parameter instead of the first matching parameter.
11305
11306 2010-09-26  Julien Danjou  <julien@danjou.info>
11307
11308         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
11309
11310 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311
11312         * mml2015.el (mml2015-use): Remove gpg support.
11313
11314         * mml1991.el (mml1991-function-alist): Remove gpg function.
11315         (mml1991-gpg-sign): Remove.
11316
11317 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
11318
11319         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
11320         (gnus-browse-unsubscribe-current-group): Document it.
11321         (gnus-browse-unsubscribe-group): Use it.
11322
11323 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11324
11325         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
11326         address to the To list for easier response.
11327
11328         * gnus.el (gnus-play-startup-jingle): Remove.
11329         (gnus-splash): Don't play jingle.
11330         (gnus): Silence gnus-load message.
11331
11332         * gnus-art.el (gnus-treat-play-sounds): Remove.
11333
11334         * gnus.el (gnus-play-jingle): Remove audio support.
11335
11336         * gnus-cus.el (gnus-score-customize): Remove audio reference.
11337
11338         * earcon.el: Remove -- no users.
11339
11340         * gnus-audio.el: Remove -- no users of this package.
11341
11342         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
11343
11344         * gnus-start.el (gnus-setup-news): Remove nocem support.
11345
11346         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
11347
11348         * gnus.el (gnus-use-nocem): Remove.
11349
11350         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
11351         Remove.
11352
11353         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
11354         uses NoCeM any more.
11355
11356         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
11357         (gnus-button-ctan-handler): Ditto.
11358         (gnus-button-handle-ctan-bogus-regexp): Ditto.
11359         (gnus-button-ctan-directory-regexp): Ditto.
11360         (gnus-button-handle-ctan): Ditto.
11361         (gnus-button-tex-level): Ditto.
11362         (gnus-button-alist): Remove CTAN stuff.
11363
11364 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11365
11366         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
11367         nnimap-streaming test.
11368
11369         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
11370         servers twice.
11371
11372         * nnimap.el (nnimap-open-connection): Add more error reporting when
11373         nnimap fails early.
11374
11375         * nnheader.el (nnheader-get-report-string): New function.
11376         (nnheader-get-report): Use it.
11377
11378         * gnus-int.el (gnus-check-server): Say what the error was when opening
11379         failed.
11380
11381         * nnimap.el (nnimap-wait-for-response): Search further when we're not
11382         using streaming.
11383
11384 2010-09-25  Julien Danjou  <julien@danjou.info>
11385
11386         * gnus-html.el (gnus-html-rescale-image): Use our defalias
11387         gnus-window-inside-pixel-edges.
11388
11389 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11390
11391         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
11392
11393         * mm-decode.el (mm-save-part): Allow saving to other directories the
11394         normal Emacs way.
11395
11396         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
11397         Suggested by Jay Berkenbilt.
11398
11399         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
11400         there isn't a single byte.
11401
11402         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
11403         just do it.  It doesn't really seem to matter what the user responds
11404         here, I think, so it's just a confusing question.
11405
11406         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
11407         non-streaming case.
11408
11409         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
11410         (gnus-article-encrypt-body): Use it.
11411
11412         * gnus-sum.el (gnus-summary-show-complete-article): New command and
11413         keystroke.
11414
11415         * nnimap.el (nnimap-find-wanted-parts-1):
11416         Use gnus-fetch-partial-articles.
11417
11418         * gnus-art.el (gnus-fetch-partial-articles): New variable.
11419
11420         * nnimap.el (nnimap-insert-partial-structure): New function.
11421         (nnimap-get-partial-article): New function.
11422         (nnimap-request-article): Use it.
11423         (nnimap-wait-for-response): Return whether the wait was successful.
11424         (nnimap-finish-retrieve-group-infos): Don't do anything if the
11425         retrieval wasn't successful.
11426         (nnimap-retrieve-group-data-early): Allow throttling servers.
11427         (nnimap-streaming): New variable.
11428         (nnimap-fetch-partial-articles): Remove.
11429
11430         * mm-decode.el (mm-with-part): Protect against killed buffers.
11431
11432         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
11433         for prettier summary display.
11434
11435 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
11436
11437         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
11438
11439 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11440
11441         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
11442         apparently third-party libraries depend on it.
11443
11444         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
11445         before starting negotiation.
11446
11447         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
11448         privacy reasons.
11449         (gnus-treat-mail-gravatar): Ditto.
11450
11451         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
11452         buffer when inserting images.  Inserting text into the headers, for
11453         instance, can make them invalid.
11454
11455 2010-09-25  Julien Danjou  <julien@danjou.info>
11456
11457         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
11458         variables.
11459
11460         * nnheader.el: Remove useless variables news-reply-yank-from and
11461         news-reply-yank-message-id.
11462
11463         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
11464         variables.
11465
11466         * mml1991.el: Remove useless mml1991-verbose.
11467
11468         * gnus.el: Remove useless variable gnus-use-generic-from.
11469         Remove obsolete variable gnus-topic-indentation.
11470
11471         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
11472
11473         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
11474
11475         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
11476
11477         * gnus-group.el: Remove useless gnus-group-icon-cache.
11478         Remove useless gnus-ephemeral-group-server.
11479
11480         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
11481
11482         * mml2015.el: Remove useless mml2015-verbose.
11483
11484         * mml-smime.el: Remove useless mml-smime-verbose.
11485
11486         * gnus.el: Remove useless gnus-local-domain.
11487
11488         * gnus-gravatar.el (gnus-gravatar-transform-address):
11489         Use gnus-gravatar-size.
11490
11491         * gnus-art.el: Remove useless gnus-treat-translate.
11492
11493 2010-09-24  Julien Danjou  <julien@danjou.info>
11494
11495         * gnus-sum.el: Add support for Gravatars.
11496
11497         * gnus-art.el: Add support for Gravatars.
11498
11499         * gnus-gravatar.el: Add this file.
11500
11501         * gravatar.el: Add this file.
11502
11503 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504
11505         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
11506
11507         * gnus-group.el (gnus-group-fetch-faq): Remove.
11508
11509         * gnus.el (gnus-group-faq-directory): Remove.
11510
11511         * gnus-group.el (gnus-group-fetch-charter): Remove.
11512
11513         * gnus.el (gnus-group-charter-alist): Remove.
11514
11515         * gnus-group.el (gnus-group-archive-directory): Remove.
11516         (gnus-group-recent-archive-directory): Ditto.
11517         (gnus-group-make-archive-group): Remove.
11518
11519         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
11520
11521         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
11522         use the same article number for all the cached articles.
11523
11524         * nnimap.el (nnimap-command): Register the last command time so
11525         that we can use it for idling NOOPs.
11526         (nnimap-open-connection): Start the keeplive timer.
11527         (nnimap-make-process-buffer): Store all the process buffers.
11528         (nnimap-keepalive): New function.
11529
11530         * starttls.el (starttls-open-stream): Add autoload cookie.
11531
11532 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
11533
11534         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
11535         handling.
11536
11537 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11538
11539         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
11540         its data structures.
11541
11542         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
11543         instead of the cl.el copy-list.
11544         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
11545         equalp.
11546
11547 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
11550         and tool-bar-local-item-from-menu.
11551
11552         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
11553         mode-line-highlight face for Emacs.
11554
11555         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
11556         loading gnus-sum.elc; fix comment for canlock-verify.
11557         (gnus-article-jump-to-part): Use read-number.
11558         (gnus-insert-mime-button, gnus-insert-mime-security-button):
11559         Remove Emacs pre-21 compatible code for help-echo.
11560         (gnus-article-next-page-1): No need to adjust the number of lines.
11561         (gnus-article-describe-bindings): Always use help-buffer.
11562
11563         * gnus-audio.el (gnus-audio-inline-sound):
11564         * gnus-cus.el (gnus-custom-mode):
11565         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
11566
11567         * gnus-sum.el (gnus-remove-overlays): Doc fix.
11568
11569         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
11570         compatible code.
11571
11572 2010-09-24  Glenn Morris  <rgm@gnu.org>
11573
11574         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
11575         visiting the fcc file in rmail-mode.
11576
11577         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
11578
11579 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * nnir.el: Silence the byte compiler.
11582
11583         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
11584         alias to browse-url-url-encode-chars if any.
11585         (gnus-html-encode-url): Use it.
11586
11587 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11588
11589         * gnus-start.el (gnus-use-backend-marks): New variable.
11590         (gnus-get-unread-articles-in-group): Use it.
11591
11592         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
11593         makeover.
11594
11595 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11596
11597         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
11598
11599 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11600
11601         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
11602         Remove.
11603         (gnus-setup-news-hook):
11604         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
11605
11606         * gnus-int.el (gnus-request-update-info): Protect against backends not
11607         having the function.
11608
11609         * nnimap.el (nnimap-stream): Mention starttls.
11610         (nnimap-open-connection): Add starttls support.
11611
11612 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
11613
11614         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
11615
11616 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11617
11618         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
11619         BODYSTRUCTUREs.
11620         (nnimap-transform-headers): Unfold quoted {42} headers.
11621
11622         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
11623         the info.
11624         (gnus-get-unread-articles): Only call updatep on backends that support
11625         it.
11626
11627         * nnweb.el (nnweb-request-update-info): NOOP.
11628
11629         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
11630
11631         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
11632         since it only deals with marks.
11633
11634         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
11635         gnus-request-marks, and make a new gnus-request-update-info.
11636
11637         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
11638         the active instead of the high number, which is usually too low.
11639
11640 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
11641
11642         * netrc.el (netrc-parse): Remove encrypt.el mentions.
11643         * encrypt.el: Remove.
11644
11645 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11646
11647         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
11648         server in symbolic form.
11649
11650         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
11651
11652 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11653
11654         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
11655         (nnimap-update-info): Fix up code slightly.
11656
11657         * gnus-int.el (gnus-open-server): Add tracing for performance
11658         debugging.
11659
11660         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
11661         (gnus-group-insert-group-line): Pass the real group name so that it
11662         gets the right data.
11663
11664         * gnus-start.el (gnus-get-unread-articles): Don't have
11665         `gnus-get-unread-articles-in-group' update info, since that can be
11666         really slow and doesn't seem to be needed?
11667
11668 2010-09-22  Dan Christensen  <jdc@uwo.ca>
11669
11670         * time-date.el (date-to-time): Try using parse-time-string first before
11671         using the slower timezone-make-date-arpa-standard.
11672
11673 2010-09-22  Julien Danjou  <julien@danjou.info>
11674
11675         * gnus-group.el (gnus-group-insert-group-line):
11676         Call gnus-group-highlight-line.
11677         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
11678         default hook list.
11679         (gnus-group-update-eval-form): Add new function.
11680         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
11681         (gnus-group-get-icon): Use gnus-group-update-eval-form.
11682
11683 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11684
11685         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
11686         immediate, then expire all articles.
11687         (nnimap-update-info): Fix off-by-one errors.
11688         (nnimap-flags-to-marks): Would return no marks lists for group with no
11689         flags.  Instead return the other data.
11690
11691 2010-09-22  Julien Danjou  <julien@danjou.info>
11692
11693         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
11694         Only return an icon.
11695         (gnus-group-insert-group-line): Compute icon to return.
11696
11697         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
11698         (gnus-html-image-fetched): Only cache if
11699         gnus-html-image-automatic-caching is set.
11700         (gnus-html-image-fetched): Check for errors.
11701
11702 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11703
11704         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
11705         once per method on `g'.  This ensures that backends like nnfolder don't
11706         open all their folders.
11707
11708         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
11709         (nnimap-request-list): Nix out group in the correct buffer.
11710         (nnimap-parse-flags): Implement by using `read' instead of
11711         hand-parsing.
11712         (nnimap-flags-to-marks): Pass on permanent-flags.
11713         (nnimap-make-process-buffer): Record the server name.
11714         (nnimap-parse-flags): Fix typo.
11715         (nnimap-request-scan): Run split on the server in general, not just a
11716         single group.
11717
11718         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
11719         parameter, and propagate this downwards.
11720
11721         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
11722         since EXAMINE changes it on the server.
11723
11724         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
11725         this command might take a while.
11726
11727 2010-09-22  Julien Danjou  <julien@danjou.info>
11728
11729         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
11730         harmful if you have 2 images side-by-side, they can't be properly
11731         update on text deletion.  Using text-property is safer here.
11732         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
11733         data.
11734
11735 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11736
11737         * nnimap.el (nnimap-expunge-inbox): Remove.
11738         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
11739         (nnimap-expunge): Flip default to t.
11740
11741         * gnus.el (gnus-method-to-server): Don't push things to the cache
11742         unless it's unique.
11743         (gnus-server-to-method): Ditto.
11744
11745 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11746
11747         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
11748
11749 2010-09-22  Julien Danjou  <julien@danjou.info>
11750
11751         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
11752         get the start of data.
11753         (gnus-html-encode-url): Add this function to encode special chars in
11754         URL.
11755         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
11756         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
11757
11758         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
11759         default.
11760         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
11761
11762         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
11763         images alt-text.
11764         (gnus-html-put-image): Put alt-text as help-echo.
11765
11766 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
11769         * mm-util.el (mm-decompress-buffer):
11770         * nnir.el (nnir-run-find-grep):
11771         * pop3.el (pop3-list): Use 3rd arg of split-string.
11772
11773         * time-date.el (format-seconds): Comment fix.
11774
11775         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
11776         and byte-optimize-form-code-walker.
11777         (dgnushack-make-auto-load): Don't advise make-autoload.
11778
11779         * lpath.el: Remove Emacs 21 stuff.
11780
11781 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11782
11783         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
11784         outside the active range.  Suggested by Dan Christensen.
11785
11786         * gnus-start.el (gnus-get-unread-articles): Get the extended method
11787         slightly later to avoid double-getting it.
11788
11789         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
11790         previous patch.
11791
11792         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
11793
11794 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
11795
11796         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
11797
11798 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11799
11800         * gnus-int.el (gnus-open-server): Give a better error message in the
11801         "go offline" case.
11802
11803         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
11804         marks for nnimap, which is seldom the right thing to do.
11805
11806         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
11807         (gnus-same-method-different-name): New function.
11808
11809         * nnimap.el (parse-time): Require.
11810
11811         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
11812         method in the presence of many similar methods.
11813
11814         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
11815
11816         * nnimap.el (nnimap-find-expired-articles): Don't refer to
11817         nnml-inhibit-expiry.
11818
11819         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
11820         find out whether methods are equal.
11821
11822         * nnimap.el (nnimap-find-expired-articles): New function.
11823         (nnimap-process-expiry-targets): New function.
11824         (nnimap-request-move-article): Request the article before looking at
11825         what the Message-ID is.  Fix found by Andrew Cohen.
11826         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
11827
11828         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
11829         for oldness in addition to being a predicate.
11830
11831         * nnimap.el (nnimap-request-group): When we have zero articles, return
11832         the right data to Gnus.
11833         (nnimap-request-expire-articles): Only delete articles immediately if
11834         the target is 'delete.
11835
11836         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
11837         method, this would bug out.
11838
11839         * gnus-group.el (gnus-group-expunge-group): Rename from
11840         gnus-group-nnimap-expunge, and implemented as a normal interface
11841         function.
11842
11843         * gnus-int.el (gnus-request-expunge-group): New function.
11844
11845         * nnimap.el (nnimap-request-create-group): Implement.
11846         (nnimap-request-expunge-group): New function.
11847
11848 2010-09-21  Julien Danjou  <julien@danjou.info>
11849
11850         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
11851         (gnus-html-cache-expired): Add new function.
11852         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
11853         wethever we should display image for fetch it.
11854         Compute alt-text earlier to pass it to the fetching function too.
11855         (gnus-html-schedule-image-fetching): Change function argument to only
11856         get one image at a time, not a list.
11857         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
11858         cache.
11859         (gnus-html-get-image-data): New function to retrieve image data from
11860         cache.
11861         (gnus-html-put-image): Change buffer argument to use image data rather
11862         than file, and place image above region rather than inserting a new
11863         one.  Do not take alt-text as argument, since it's useless now: we place
11864         the image above alt-text.
11865         (gnus-html-prune-cache): Remove.
11866         (gnus-html-show-images): Start to fetch image when we find one, do not
11867         push into a temporary list.
11868         (gnus-html-prefetch-images): Only fetch image if they have expired.
11869         (gnus-html-browse-image): Fix, use 'gnus-image-url.
11870         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
11871
11872 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
11875
11876 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11877
11878         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
11879         spec inser "*" if the group isn't active instead of 0.
11880
11881         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
11882         opening the server.
11883         (nnimap-request-delete-group): Implement group deletion.
11884         (nnimap-transform-headers): Return the size of the entire message in
11885         the Bytes header, not just the size of the first part.
11886         (nnimap-request-move-article): When moving an article from nnimap,
11887         request the article first so the accepting form has an article to
11888         accept.  Reported by Dan Christensen.
11889         (nnimap-command): Make sure that the error message doesn't error out.
11890
11891 2010-09-20  David Edmondson  <dme@dme.org>
11892
11893         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
11894         we haven't requested anything.
11895
11896 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11897
11898         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
11899         "".  Fix found by Andrew Cohen.
11900
11901         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
11902         instead of -encode-string.
11903
11904 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
11907
11908         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
11909         by mm-subst-char-in-string.
11910
11911 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11912
11913         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
11914         waiting for the connection string.
11915
11916         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
11917         arriving.
11918
11919         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
11920         bogus characters.  This allows selecting certain Gmail groups.
11921
11922         * nnimap.el (nnimap-find-wanted-parts-1): New function.
11923         (nnimap-fetch-partial-articles): New variable.
11924         (nnimap-open-connection): When looking for credentials, also use the
11925         nnimap-server-port.
11926         (nnimap-request-article): Return the group/article number, so that Gnus
11927         `^' works as expected.
11928         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
11929
11930         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
11931         comments.
11932         (gnus-methods-sloppily-equal): New function.
11933         (gnus): When using the development version of Gnus, load the gnus-load
11934         file.
11935
11936         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
11937         `gnus-open-server' on each method before trying to scan them etc.
11938         This ensures that all the backend parameters are set correctly.
11939
11940         * nnimap.el (nnimap-authenticator): New variable.
11941         (nnimap-open-connection): Allow anonymous login.
11942         (nnimap-transform-headers): The chars header is called Chars not Bytes.
11943         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
11944
11945         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
11946         patch, found by Knut Anders Hatlen.
11947
11948 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
11949
11950         * gnus-agent.el (gnus-agent-batch-confirmation)
11951         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
11952         to gnus-message.
11953         * gnus-art.el (gnus-article-describe-briefly): Likewise.
11954         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
11955         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
11956         * gnus-int.el (gnus-open-server): Likewise.
11957         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
11958         (gnus-score-check-syntax): Likewise.
11959         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
11960         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
11961         Likewise.
11962         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
11963
11964 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11965
11966         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
11967         calling conventions so that prefetch doesn't bug out.
11968
11969 2010-09-19  Julien Danjou  <julien@danjou.info>
11970
11971         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
11972         rather than `subst-char-in-region' in order to be able to replace ASCII
11973         char by UTF-8 ones.
11974
11975         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
11976         than curl.
11977         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
11978         the right URL and ALT text on images.
11979         (gnus-html-wash-tags): Fix tag case.
11980         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
11981         (gnus-article-html): Add -o display_ins_del=2 option.
11982         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
11983
11984 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11985
11986         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
11987         the extra mail headers, which sometimes seem to happen for unknown
11988         reasons.
11989
11990         * mail-parse.el (mail-header-encode-parameter): Define as
11991         rfc2045-encode-string instead of as rfc2231-encode-string, since some
11992         (or most, perhaps?) mail readers don't understand the latter, but do
11993         understand the former.
11994
11995         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
11996         to nil, so that no methods are automatically agentized.  I think this
11997         is probably what most users want.
11998
11999         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
12000         from url-retrieve, for instance about invalid URLs.
12001
12002         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
12003         groups that have no articles.
12004         (nnimap-request-article): Check that we really got an article when we
12005         requested one.
12006
12007         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
12008         doesn't exist.
12009
12010         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
12011         nntp buffer so the agent can save it.
12012         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
12013         that CRLF doesn't get translated to \n.
12014         (nnimap-open-connection): Don't make 'shell commands only send \n.
12015
12016 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12017
12018         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
12019         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
12020         Update var name.
12021         (nnml-generate-nov-file): Use dolist.
12022         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
12023         Use with-current-buffer.
12024
12025 2010-09-18  Julien Danjou  <julien@danjou.info>
12026
12027         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
12028         parallel.
12029
12030 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12031
12032         * nnimap.el (nnimap-update-info): When doing partial marks update, get
12033         the range update right.
12034         (nnimap-request-group): Don't make `M-g' bug out on group with no
12035         marks.
12036         (nnoo): Require, so that other packages can require nnimap.
12037         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
12038         command we're looking for.  This helps when the server sends more
12039         responses after we've gotten everything we expected.
12040         (nnimap): Add a `newlinep' field to keep track of end-of-line
12041         conventions.
12042         Don't send CRLF to things that don't want it.
12043         (nnimap-request-accept-article): Ditto.
12044
12045 2010-09-18  Julien Danjou  <julien@danjou.info>
12046
12047         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
12048         than curl to retrieve images.
12049
12050 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12051
12052         * nnimap.el (nnimap-update-info): Extend the info so that we can set
12053         the marks.
12054         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
12055         (nnimap-wait-for-connection): New function.
12056         (nnimap-open-connection): If we have PREAUTH, don't query for login
12057         credentials.
12058         (nnimap-update-info): Fix off-by-one error when concatenating ranges
12059         when doing a partial update.
12060
12061 2010-09-18  Julien Danjou  <julien@danjou.info>
12062
12063         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
12064         tags.
12065
12066 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12067
12068         * nnimap.el (nnimap-credentials): New function.
12069         (nnimap-open-connection): Use the new function to look for credentials
12070         also on the numeric equivalents of "imap" and "imaps".
12071
12072         * gnus-start.el (gnus-activate-group): Send the info to
12073         gnus-request-group.
12074
12075         * nnimap.el (nnimap-request-group): Have the "check" version of the
12076         function parse flags and update the info, so that a `M-g' get a total
12077         resync of all flags from the group.
12078
12079         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
12080         to allow backends to alter the info on group selection.  Also alter all
12081         the backend -request-group functions to take the parameter.
12082
12083         * nnimap.el (nnimap-store-info): New function.
12084         (nnimap-update-info): Store the info for later usage.
12085         (nnimap-request-group): Use the stored info for the dont-check case, so
12086         that we don't retrieve all marks when we enter a group.
12087
12088         * nnimap.el: Use deffoo instead of defun for interface functions.
12089
12090         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
12091         update the group info.  This makes the nndraft groups, for instance, go
12092         back to their old behavior.
12093
12094         * gnus-sum.el (gnus-select-newsgroup): Indent.
12095
12096         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
12097         in.
12098         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
12099         nothing.
12100
12101         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
12102         from methods that are denied.
12103
12104         * gnus-int.el (gnus-method-denied-p): New function.
12105
12106         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
12107         store the password instead of netrc.
12108         (nnimap-open-connection): Don't error out when we can't make a
12109         connections.
12110
12111         * auth-source.el (auth-source-create): In the password prompt, say what
12112         we're querying for.  Also prompt for user name if that hasn't been
12113         given.
12114
12115         * nnimap.el (nnimap-with-process-buffer): Remove.
12116
12117 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12118
12119         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
12120         method when we're reading from the agent.
12121
12122         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
12123
12124         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
12125         that's probably most useful for users.
12126
12127         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
12128         "failed" all the time.
12129
12130         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
12131         ...)) with (with-current-buffer ... ).
12132
12133         * nntp.el (nntp-open-server): Return whether the open was successful or
12134         not.
12135
12136         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
12137         select an unread unseen article first.
12138
12139         * nnimap.el (nnimap-open-connection): If the user doesn't have a
12140         /etc/services, supply some sensible port defaults.
12141
12142         * dgnushack.el: Define netrc-credentials.
12143
12144 2010-09-17  Julien Danjou  <julien@danjou.info>
12145
12146         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
12147
12148 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12149
12150         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
12151         doesn't have any parameters.
12152
12153 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12154
12155         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
12156         only upcased checks.
12157
12158         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
12159
12160         * nnimap.el (nnimap-open-shell-stream): New function.
12161         (nnimap-open-connection): Use it.
12162         (nnimap-transform-headers): Get the number of lines in each message.
12163         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
12164         number of lines.
12165         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
12166         problem.
12167
12168         * utf7.el (utf7-encode): Autoload.
12169
12170         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
12171         to allow the mail splitting to not return a default group.  This is
12172         useful for nnimap, which will leave unmatched mail in the inbox.
12173
12174         * nnimap.el: Rewritten.
12175
12176         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
12177         nnimap usage.
12178
12179         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
12180         if the move is internal, so that nnimap can do fast internal moves.
12181
12182         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
12183         data.
12184         (gnus-read-active-for-groups): Support finishing the early retrieval of
12185         data.
12186
12187         * gnus-range.el (gnus-range-nconcat): New function.
12188
12189         * gnus-int.el (gnus-finish-retrieve-group-infos)
12190         (gnus-retrieve-group-data-early): New functions.
12191
12192 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12193
12194         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
12195         (nnrss-retrieve-groups):
12196         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
12197         (pop3-quit): Use with-current-buffer.
12198
12199 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12200
12201         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
12202         instead of nnheader-accept-process-output.
12203
12204         * dgnushack.el (dgnushack-compile): Add comment.
12205
12206         * lpath.el: No need to fbind propertize for XEmacs 21.4.
12207
12208         * gnus-html.el (gnus-html-schedule-image-fetching)
12209         (gnus-html-prefetch-images): Replace process-kill-without-query by
12210         gnus-set-process-query-on-exit-flag.
12211
12212 2010-09-16  Romain Francoise  <romain@orebokech.com>
12213
12214         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
12215
12216 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * gnus-registry.el (gnus-registry-install-shortcuts): The second
12219         parameter to unintern is mandatory-ish in Emacs 24.
12220
12221         * gnus-html.el (gnus-html-schedule-image-fetching)
12222         (gnus-html-prefetch-images): Check for curl before using it.
12223
12224         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
12225         depend on curl, which isn't essential.
12226
12227         * imap.el: Revert back to version
12228         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
12229         seem problematic.
12230
12231 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12232
12233         * gnus-registry.el (gnus-registry-install-shortcuts):
12234         Explicitly pass `obarray' to `unintern' to avoid a warning.
12235
12236 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12237
12238         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
12239         change.
12240
12241         * nnrss.el (nnrss-request-list): Remove this function and related
12242         functions, including the moreover stuff.
12243
12244 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12245
12246         * nnrss.el (nnrss-retrieve-groups): New function.
12247
12248 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
12249
12250         * .dir-locals.el: Add no-byte-compile cookie.
12251
12252 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * time-date.el (format-seconds): Comment fix.
12255
12256         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
12257         for back end that doesn't support request-scan.
12258
12259 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12260
12261         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
12262         then do request scans from the backends.
12263
12264         * netrc.el (netrc-credentials): New conveniency function.
12265
12266         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
12267         avoid running a hook per line, since this takes a lot of time,
12268         profiling shows.
12269         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
12270         directly if gnus-visual-p is true.
12271
12272 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
12275         groups; replace mapcar with dolist which is a bit faster; pass groups
12276         info to gnus-read-active-file-1.
12277         (gnus-read-active-file-1): Scan only specified groups if the new
12278         optional arg `infos' is given.
12279
12280 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12281
12282         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12283
12284         * pop3.el (pop3-movemail): Remove.
12285         (pop3-streaming-movemail): Rename to pop3-movemail.
12286
12287         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
12288         don't restrict end-tag searches to the end of the line.
12289
12290 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12291
12292         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
12293         articles of every unchecked group to t, which means unknown since the
12294         server has never been opened.
12295
12296 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12297
12298         * gnus-html.el (gnus-html-show-alt-text): New command.
12299         (gnus-html-browse-image): Ditto.
12300         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
12301         to browse the image directly.
12302         (gnus-html-wash-tags): Search for images first, so that <a><img> works
12303         better.
12304
12305         * gnus-async.el (gnus-async-article-callback):
12306         Call `gnus-html-prefetch-images' unconditionally.
12307
12308         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
12309         before feeding URLs to curl.
12310
12311 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
12314         internal images as deletable by `W D D'.
12315
12316         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
12317         (gnus-async-article-callback): Fix typo.
12318
12319 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12320
12321         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
12322         current line to work around bugs in the output from w3m.
12323
12324         * gnus-async.el (gnus-async-article-callback): Always prefetch images
12325         for groups that want that.
12326
12327         * nntp.el (nntp-wait-for-string): Supply a timeout for
12328         accept-process-output to ensure progress.
12329
12330         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
12331         level to get unread articles from, then use that for foreign groups,
12332         too.
12333
12334         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
12335         confuses the rest of the function.
12336
12337         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
12338         for the methods that support -retrieve-groups, too.
12339
12340         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
12341
12342 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
12345         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12346
12347         * pop3.el: Require cl when compiling.
12348         (pop3-number-of-responses): Search for "+OK", not "+OK ".
12349
12350 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12351
12352         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
12353         that aren't going to be activated.
12354         (gnus-get-unread-articles): Fix up the last commit.
12355
12356         * gnus-html.el (gnus-article-html): Allow calling without specifying
12357         the handle.  In that case, dissect the buffer first.
12358
12359         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
12360
12361         * nnimap.el (nnimap-open-connection): Revert the change that would look
12362         into authinfo for imaps instead of imap.
12363
12364         * gnus-start.el (gnus-activate-group): Take an optional parameter to
12365         say that you don't want to call gnus-request-group with don-check, but
12366         do check the reponse.  This is for virtual groups only.
12367         (gnus-get-unread-articles): Count the archive groups as secondary, so
12368         that they're activated the same way as before.
12369
12370         * imap.el (imap-message-map): Removed optional buffer parameter, since
12371         no callers use it.
12372         (imap-message-get): Ditto.
12373         (imap-message-put): Ditto.
12374         (imap-mailbox-map): Ditto.
12375         (imap-mailbox-put): Ditto.
12376         (imap-mailbox-get): Ditto.
12377         (imap-mailbox-get): Revert last change for this function.
12378
12379         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
12380         case-insensitively.
12381         (nnimap-debug): Remove.
12382
12383         * net/imap.el (imap-fetch-safe): Remove function, and alter all
12384         callers to use `imap-fetch' instead.  According to the comments, this
12385         should be safe, since all other IMAP clients use the 1:* syntax.
12386         (imap-enable-exchange-bug-workaround): Remove.
12387         (imap-debug): Remove -- doesn't seem very useful.
12388
12389         * mail-source.el (mail-source-fetch): Don't message if we're fetching
12390         mail from a file, and the file doesn't exist.
12391
12392         * imap.el (imap-log): New convenience function used throughout instead
12393         of repeating the same code all over the place.
12394
12395         * pop3.el (pop3-streaming-movemail): Return t for success.
12396
12397         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
12398         .authinfo if we're using ssl connection.
12399
12400         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
12401         already have if we're in a main Gnus `g' run.
12402
12403         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
12404
12405 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
12408
12409         * nnmh.el (nnmh-request-list-1): Bind `file'.
12410
12411         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
12412         alias to set-process-query-on-exit-flag or process-kill-without-query.
12413         (pop3-open-server): Use it.
12414
12415 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12416
12417         * mail-source.el (mail-source-delete-crash-box): Always move the crash
12418         box to the Incoming file.  Fixes mistake in previous checkin.
12419
12420         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
12421         request loop (for debugging purposes) removed.
12422
12423         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
12424         culprit is more visible.
12425         (nnml-save-incremental-nov, nnml-open-incremental-nov)
12426         (nnml-add-incremental-nov): New functions to do "incremental" nov
12427         updates, where we just append to the end of the existing nov files
12428         without reading/writing them in full.
12429
12430         * mail-source.el (mail-source-delete-crash-box): Really only check the
12431         incoming files once in a while.
12432
12433         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
12434
12435         * mail-source.el (mail-source-delete-crash-box): Only check the
12436         incoming files for deletion once per day to save a lot of file
12437         accesses.
12438
12439         * pop3.el (pop3-logon): Fix up unbound variable typo.
12440
12441         * mail-source.el (pop3-streaming-movemail): Autoload.
12442
12443         * pop3.el (pop3-streaming-movemail):
12444         Respect pop3-leave-mail-on-server.
12445
12446         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
12447         retrieval.
12448
12449         * pop3.el (pop3-process-filter): Remove unused function.
12450         (pop3-streaming-movemail, pop3-send-streaming-command)
12451         (pop3-wait-for-messages, pop3-write-to-file)
12452         (pop3-number-of-responses): New functions for streaming pop3
12453         retrieval.
12454
12455         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
12456         come from no known methods.
12457         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
12458         list.
12459
12460         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
12461         message sizes.
12462         (pop3-movemail): Use erase-buffer instead of looping and deleting
12463         regions, which seems rather odd.
12464
12465         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
12466         file once per `g' run.
12467
12468         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
12469         directories.  This makes the draft queue directory work.
12470
12471         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
12472         data from the backends, so that we only request the list of groups from
12473         each method once.  This should speed things up considerably.
12474
12475         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
12476         detect that it's not implemented.
12477
12478         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
12479         we actually do recurse down into the tree, but don't stat all leaf
12480         nodes.
12481
12482         * gnus-html.el (gnus-html-show-images): If there are no images to show,
12483         then say so instead of bugging out.
12484
12485         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
12486         files exist before trying to read them.
12487
12488         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
12489         around <pre_int>.
12490
12491         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
12492
12493         * nnmh.el (nnmh-request-list-1): Optimize for speed.
12494
12495 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12496
12497         * mm-util.el (mm-image-load-path): Just return the image directories,
12498         not all directories in the path in addition to the image directories.
12499         (mm-image-load-path): Maintain a cache of the image directories so that
12500         the `g' command in Gnus doesn't have to stat dozens of directories each
12501         time.
12502
12503         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
12504         (gnus-html-wash-tags): Add a new `i' command to insert images.
12505         (gnus-html-insert-image): New command and keystroke.
12506         (gnus-html-redisplay-with-images): New command and keystroke.
12507         (gnus-html-show-images): Rename command.
12508         (gnus-html-wash-tags): Remove more white space before <pre_int> image
12509         spacers.
12510         (gnus-html-wash-tags): Decode entities at the end, so that entities
12511         inside the tags don't mess up the rest of the "parsing".
12512
12513         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
12514         so that nnimap methods aren't agentized by default.  There's apparently
12515         many problems related to agent/imap behavior.
12516
12517         * gnus-art.el (gnus-article-copy-string): New command and key binding.
12518
12519         * gnus-html.el: Doc fix.
12520
12521 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
12524         specifier-spec-list for Emacs 21.
12525
12526         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
12527         glyph-width and glyph-height instead of display-graphic-p and
12528         image-size; make avoidance of displaying small images work for XEmacs.
12529
12530         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
12531         for XEmacs.
12532
12533         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
12534         of symbol that holds plist data.
12535         (gnus-process-plist): Remove plist of process after getting it.
12536
12537 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12538
12539         * message.el (message-generate-hashcash): Change default to
12540         'opportunistic if hashcash is installed.
12541
12542         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
12543         (gnus-html-put-image): Only call image-size once, since it's somewhat
12544         time-consuming on remote X servers.
12545
12546 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
12549         type on data, not a file name.
12550
12551         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
12552         window-pixel-edges for Emacs 21.
12553
12554         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
12555         decoded contents.
12556         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
12557
12558 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12559
12560         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
12561         group line format, since it isn't very interesting.
12562
12563         * gnus-agent.el (gnus-agent-short-article),
12564         (gnus-agent-long-article): Increase values for these two variables,
12565         since most people are likely to have more network connection and
12566         storage than before.
12567
12568         * gnus.el (gnus-refer-article-method): Change default to 'current.
12569         When referring an article, the common behavior is to refer it from the
12570         current select method, not the native select method.  The chances of
12571         the native select method having the message in question is rather slim
12572         these days.
12573
12574         * gnus-sum.el (gnus-auto-select-subject): Change default to
12575         `unseen-or-unread'.  I think it's likely that most people want to
12576         select an unseen article over a previously seen, but unread one.
12577
12578         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
12579         means that in the article buffer none of the minor mode elements will
12580         be shown, usually, and this is not desirable in most cases.
12581
12582         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
12583         that commands like `d' (and the like) go to the next line in the
12584         buffer, instead of the next unread article.  I think this is the
12585         behavior that is most natural for most users.
12586         (gnus-single-article-buffer): Change default to nil, so that people can
12587         have as many article buffers open as they have summary buffer.  I think
12588         this is the most natural way for the groups to behave.
12589
12590         * message.el (message-generate-new-buffers): Change default to
12591         `unsent', so that all new message buffers start their names with the
12592         string "*unsent", and it's easier to find the buffers if you move from
12593         them.
12594
12595 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12596
12597         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
12598         small.  They're probably tracking images.
12599         (gnus-html-wash-tags): Remove all <pre_int> place holders.
12600         (gnus-html-rescale-image): Yet another try at getting the image sizing
12601         right.
12602
12603         * nntp.el (nntp-request-set-mark): Refuse to do marks if
12604         nntp-marks-file-name is nil.
12605
12606 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12607
12608         * gnus-html.el (gnus-html-wash-tags)
12609         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
12610         Better logging.
12611
12612 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12613
12614         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
12615
12616         * gnus-html.el (gnus-html-wash-tags): Check the value of
12617         gnus-blocked-images in the summary buffer.
12618
12619 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12620
12621         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
12622
12623 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12624
12625         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
12626         like "a", it seems like.
12627         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
12628         since it needs to be picked from the correct buffer.
12629
12630         * nnwfm.el: Remove.
12631
12632         * nnlistserv.el: Remove.
12633
12634 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12635
12636         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
12637         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
12638
12639 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12640
12641         * nnkiboze.el: Remove.
12642
12643         * nndb.el: Remove.
12644
12645         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
12646         alt text.
12647         (gnus-html-rescale-image): Try to get the rescaling logic right for
12648         images that are just wide and not tall.
12649
12650         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
12651         overshadow variable bindings.
12652
12653 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
12654
12655         * gnus-html.el (gnus-html-wash-tags)
12656         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
12657         Add extra logging.
12658
12659 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12660
12661         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
12662         (gnus-max-image-proportion): New variable.
12663         (gnus-html-rescale-image): New function.
12664         (gnus-html-put-image): Rescale images.
12665
12666 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12667
12668         Fix up some byte-compiler warnings.
12669         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
12670         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
12671         (gnus-article-fill-cited-article, gnus-article-hide-citation)
12672         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
12673         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
12674         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
12675         (gnus-group-update-group): Use save-excursion and with-current-buffer.
12676
12677 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gnus-html.el (gnus-article-html): Decode contents by charset.
12680
12681 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
12684         (gnus-html-frame-width, gnus-blocked-images):
12685         * message.el (message-prune-recipient-rules): Add custom version.
12686         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
12687
12688         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
12689         functions.
12690
12691         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
12692         gnus-process-get.
12693
12694 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
12695
12696         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
12697         instead of lsub directly.
12698
12699 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12700
12701         * nnwarchive.el: Remove.
12702
12703         * gnus-soup.el: Remove.
12704
12705         * nnsoup.el: Remove.
12706
12707         * nnultimate.el: Remove.
12708
12709         * gnus-html.el (gnus-blocked-images): New variable.
12710
12711         * message.el (message-prune-recipients): New function.
12712         (message-prune-recipient-rules): New variable.
12713
12714         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
12715         guess whether a long line is natural text or not.
12716
12717         * gnus-html.el (gnus-html-schedule-image-fetching):
12718         Use gnus-process-plist and friends for compatibility.
12719
12720 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12721
12722         * gnus-html.el: Require packages that define macros used in this file.
12723         (gnus-article-mouse-face): Declare to silence byte-compiler.
12724         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
12725         process-get.
12726         (gnus-html-put-image): Use plist-get to avoid getf.
12727         (gnus-html-prefetch-images): Use with-current-buffer.
12728
12729 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * gnus-ems.el: Provide compatibility functions for
12732         gnus-set-process-plist.
12733
12734         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
12735         header-line-format for XEmacs 21.4.
12736
12737         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
12738         * gnus.el (gnus-valid-select-methods):
12739         * message.el (message-send-mail-partially-limit):
12740         * mm-decode.el (mm-text-html-renderer):
12741         * mml.el (mml-insert-mime-headers-always):
12742         * smiley.el (smiley-regexp-alist): Bump custom version.
12743
12744 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745
12746         * gnus-html.el: Require mm-url.
12747         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
12748         with the url to `url'.
12749         (gnus-html-wash-tags): Support cid: URLs/images.
12750
12751 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12752
12753         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
12754         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
12755         bindings, as they aren't useful at all.  `w' is moved to `W w'.
12756
12757         * gnus-move.el: Remove file, since it doesn't really work.
12758
12759         * gnus-html.el (gnus-article-html): Tell w3m that the input is
12760         UTF-8.  This seems to fix problems with some German web feeds.
12761
12762         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
12763         at the top so that the proper colors are applied.
12764
12765         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
12766         don't have dots in their names.
12767
12768         * gnus-art.el (gnus-article-view-part): Doc fix.
12769
12770         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
12771         XEmacs-compatible.
12772         (gnus-html-put-image): Don't do images on non-graphic displays.
12773
12774         * nnslashdot.el: Remove this unused backend.
12775
12776         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
12777         actions.
12778         (gnus-undo-register-1): Revert last change.
12779
12780         * gnus-group.el (gnus-group-completing-read): Protect against not
12781         having completion-styles bound.
12782
12783         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
12784         make broken recipients happier.
12785
12786         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
12787
12788         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
12789         point parameter.
12790
12791         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
12792
12793         * gnus-group.el (gnus-group-completing-read): Add 'substring to
12794         completion-styles for group selection.
12795
12796 2009-02-04  Andreas Schwab  <schwab@suse.de>
12797
12798         * gnus-score.el (gnus-score-string): Fix regex for matching extra
12799         headers and regexp-quote the match if necessary.
12800
12801 2009-03-24  Miles Bader  <miles@gnu.org>
12802
12803         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
12804         the blinking smiley.
12805
12806 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12807
12808         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
12809         blink smiley.
12810
12811 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12812
12813         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
12814         where the dribbel file lives exists.
12815
12816         * message.el (message-send-mail-partially-limit): Change the default to
12817         nil, since most people don't want this.
12818
12819         * mm-url.el (mm-url-decode-entities): Also decode entities like
12820         &#x3212.
12821
12822 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12823
12824         * gnus-sum.el (gnus-summary-idna-message):
12825         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
12826         Hyperlink urls in docstrings with URL `...'.
12827
12828 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
12829
12830         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
12831         functions.
12832
12833 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12834
12835         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
12836         say what the mouseover text should be.
12837
12838         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
12839         version of the mm-w3m-safe-url-regexp variable to only download images
12840         in the groups where we want that to happen.
12841
12842         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
12843
12844         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
12845         easier debugging.
12846         (gnus-article-beginning-of-window): Add kludge to allow spacing past
12847         big pictures in the article buffer.
12848
12849         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
12850         gnus-article-html.
12851         (mm-text-html-renderer): gnus-article-html needs curl in addition to
12852         w3m.
12853
12854         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
12855
12856 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12857
12858         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
12859         which doesn't exist.
12860
12861         * message.el (message-inhibit-ecomplete): New variable to allow some
12862         function to inhibit ecomplete address storage.
12863         (message-resend): Disable ecomplete message storage when resending
12864         messages.
12865
12866         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
12867
12868 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12869
12870         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
12871         Save excursion while copying, moving, and deleting articles in order to
12872         prevent the cursor from jumping to unforeseen place.
12873
12874 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12875
12876         * lpath.el: No need to bind bookmark-current-buffer,
12877         bookmark-yank-point and bookmark-make-record-function.
12878
12879 2010-08-17  Glenn Morris  <rgm@gnu.org>
12880
12881         * gnus-sync.el: Require gnus components whose functions are used.
12882
12883         * gnus-art.el (bookmark-make-record-function):
12884         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12885         Declare for compiler.
12886
12887         * mm-url.el (mml-compute-boundary): Autoload.
12888
12889 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
12892
12893 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
12894
12895         Typo fix "hoo4a" -> "hook".
12896
12897         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
12898
12899 2010-08-14  Glenn Morris  <rgm@gnu.org>
12900
12901         * gnus-sync.el (gnus-sync): Fix defgroup version.
12902
12903 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
12904
12905         Doc fixes and keep unknown groups (ammended for nunion bug fix).
12906
12907         * gnus-sync.el: Fix docs.
12908         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
12909         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
12910
12911 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12912
12913         Optimizations for gnus-sync.el.
12914
12915         * gnus-sync.el: Add docs about gnus-sync-backend
12916         possibilities.
12917         (gnus-sync-save): Remove unnecessary message.
12918         (gnus-sync-read): Optimize and show what groups were skipped.
12919
12920 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12921
12922         Minor bug fixes for gnus-sync.el.
12923
12924         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
12925         Don't read the sync on get-new-news.
12926
12927         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
12928         quiet.
12929
12930         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
12931         (fix typo).
12932
12933 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
12934
12935         Make saving and restoring of hidden threads work with overlays.
12936         Patch applied by Ted Zlatanov.
12937
12938         * gnus-sum.el (gnus-hidden-threads-configuration)
12939         (gnus-restore-hidden-threads-configuration): Update to deal with text
12940         properties, rather than searching for a magic character.
12941
12942 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
12943
12944         New gnus-sync.el library for synchronization of marks.
12945
12946         * gnus-sync.el: New library for synchronization of marks.
12947
12948         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
12949         renamed from `gnus-registry-grep-in-list'.
12950
12951         * gnus-registry.el (gnus-registry-follow-group-p):
12952         Use `gnus-grep-in-list'.
12953
12954         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
12955
12956 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
12959         determining charset of text fails.
12960
12961 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * nnmail.el (nnmail-get-new-mail-1): Revert.
12964
12965         * nnml.el (nnml-active-number): Make sure names of newly created groups
12966         in nnml-group-alist are encoded.
12967
12968 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
12971         containing non-ASCII characters in active file for nnml back end.
12972
12973 2010-07-24  David Engster  <dengste@eml.cc>
12974
12975         * mml-smime.el (mml-smime-epg-verify): Also accept the older
12976         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
12977
12978 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
12979
12980         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
12981         tag (Bug#6654).
12982
12983 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
12986         the article buffer, not the summary buffer.
12987
12988 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
12991         Emacs 23 as well.
12992
12993 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
12996         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
12997
12998 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12999
13000         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
13001         Patch applied by Karl Fogel.
13002
13003         * gnus-sum.el (gnus-summary-bookmark-make-record):
13004         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
13005
13006 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13007
13008         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
13009         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
13010         C-w still not working correctly from Article buffers; Thierry's
13011         patch to fix that will be applied after this.
13012
13013         * gnus-art.el (bookmark-make-record-function): New local variable.
13014
13015         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
13016         article buffer.
13017         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
13018
13019 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
13020
13021         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
13022         on changes in bookmark.el.
13023
13024 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
13027         `no-log' instead of message not to log prompt string.
13028
13029 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
13030
13031         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
13032         the *other* type of HTML form submission.
13033
13034 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
13035
13036         * auth-source.el (auth-source-pick): If choice does not contain a
13037         questioned keyword, set the check to t.
13038
13039 2010-06-12  Romain Francoise  <romain@orebokech.com>
13040
13041         * gnus-util.el (gnus-date-get-time): Move up before first use.
13042
13043 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
13046         (gnus-article-edit-part): Bind it to make last part that is substituted
13047         or deleted visible.
13048         (gnus-mime-display-single): Buttonize part of which id equals to
13049         gnus-mime-buttonized-part-id.
13050
13051 2010-06-10  Dan Christensen  <jdc@uwo.ca>
13052
13053         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
13054         (gnus-dd-mmm): Use gnus-date-get-time.
13055         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
13056         simplify logic.
13057         (gnus-summary-limit-to-age): Use gnus-date-get-time.
13058         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
13059
13060 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
13061
13062         * auth-source.el (top): Autoload `secrets-list-collections',
13063         `secrets-create-item', `secrets-delete-item'.
13064         (auth-sources): Fix tag string.
13065         (auth-get-source, auth-source-retrieve, auth-source-create)
13066         (auth-source-delete): New defuns.
13067         (auth-source-pick): Rewrite in order to avoid 2 passes.
13068         (auth-source-forget-user-or-password): New parameter USERNAME.
13069         (auth-source-user-or-password): New parameters CREATE-MISSING and
13070         DELETE-EXISTING.  Retrieve password interactively, if needed.
13071
13072 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
13073
13074         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
13075         deleting unused directories when gnus-expert-user is t.
13076
13077 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
13080         for each temp file when gnus-article-browse-delete-temp is ask.
13081
13082 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13083
13084         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
13085         Replace Lisp calls to delete-backward-char by calls to delete-char.
13086
13087 2010-05-20  Kevin Ryde  <user42@zip.com.au>
13088
13089         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
13090
13091 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
13092
13093         * password-cache.el (password-cache-remove): Fix docstring.
13094
13095 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
13098         article unless decoding article to be saved.
13099
13100 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
13103         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
13104         generated within the mm-with-unibyte-current-buffer macro.
13105
13106 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13107
13108         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
13109         to nil when we're in a mml-preview buffer and no group is selected.
13110
13111 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
13112
13113         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
13114         when catching the `C-g'.  Reported by "Leo".
13115
13116 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * message.el (message-forward-make-body-plain)
13119         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
13120         multibyte-string-p.
13121
13122         * lpath.el: Revert.
13123
13124 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * message.el (message-forward-make-body-mml): Assume original message
13127         is multibyte string; error on unibyte.
13128         (message-forward-make-body-plain): Ditto; don't add excessive newline
13129         in body end.
13130
13131         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
13132
13133 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
13134
13135         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
13136         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
13137
13138 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * mm-extern.el (mm-extern-url): Don't use
13141         mm-with-unibyte-current-buffer.
13142         (mm-extern-cache-contents): Use with-current-buffer instead of
13143         save-excursion + set-buffer.
13144
13145 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * mm-util.el (mm-emacs-mule): Remove.
13148
13149 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
13150
13151         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
13152         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
13153         change.
13154
13155 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
13158         bind the default value of enable-multibyte-characters to nil.
13159
13160 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * message.el (message-forward-make-body-plain)
13163         (message-forward-make-body-mml):
13164         Don't use mm-with-unibyte-current-buffer.
13165
13166 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13167
13168         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
13169
13170 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
13171
13172         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
13173         (Bug#5592).
13174
13175 2010-05-07  Julien Danjou  <julien@danjou.info>
13176
13177         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
13178         it to mm-pipe-part.
13179
13180         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
13181         it is given.
13182
13183 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * binhex.el (binhex-decode-region-internal):
13186         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
13187         (dns-query):
13188         * nnweb.el (nnweb-gmane-search):
13189         * pgg-parse.el (pgg-parse-armor):
13190         * pgg.el (pgg-verify-region):
13191         * sha1.el (sha1-string-external):
13192         * uudecode.el (uudecode-decode-region-internal):
13193         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
13194         XEmacs.
13195
13196         * gnus-art.el (gnus-article-browse-html-parts):
13197         * gnus-group.el (gnus-read-ephemeral-gmane-group):
13198         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
13199         make-temp-file.
13200
13201         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
13202         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
13203         compiling.
13204
13205         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
13206         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
13207         XEmacs when compiling.
13208
13209         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
13210         gnus-pick-mode-off-hook for XEmacs when compiling.
13211         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
13212         gnus-binary-mode-off-hook for XEmacs when compiling.
13213
13214         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
13215         Return nil if char-charset is not available.
13216
13217         * imap.el (imap-disable-multibyte)
13218         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
13219         macros.
13220
13221         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
13222         instead of encode-coding-string.
13223
13224         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
13225         'xemacs) instead of mm-emacs-mule to switch function definitions.
13226         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
13227
13228         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
13229         bind temporary-file-directory for XEmacs;
13230         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
13231         timer-set-function for XEmacs 21.4 and SXEmacs;
13232         bind timer-list for XEmacs 21.4 and SXEmacs;
13233         fbind char-charset and find-charset-region for non-Mule XEmacs;
13234         fbind decode-coding-region, decode-coding-string, detect-coding-region,
13235         encode-coding-region and encode-coding-string for XEmacs having no
13236         file-coding feature.
13237
13238 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
13239
13240         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
13241
13242 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
13245         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
13246
13247 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
13248
13249         * mm-util.el (mm-decompress-buffer): Use `delete-file';
13250         alias `jka-compr-delete-temp-file' no longer exists.
13251
13252 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13253
13254         Use define-minor-mode in Gnus where applicable.
13255         * mml.el (mml-mode): Use define-minor-mode.
13256         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
13257         (gnus-undo-mode): Use define-minor-mode.
13258         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
13259         (gnus-dead-summary-mode): Use define-minor-mode.
13260         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
13261         Initialize in declaration.
13262         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
13263         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
13264         (gnus-mailing-list-mode): Use define-minor-mode.
13265         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
13266         (gnus-draft-mode): Use define-minor-mode.
13267         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
13268         (gnus-dired-mode): Use define-minor-mode.
13269
13270 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
13271
13272         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
13273         handles on recursive mml-to-mime translation and check them for
13274         boundary delimiter collisions.  Reported by Greg Troxel.
13275
13276 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
13279
13280 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13281
13282         * mm-util.el (mm-find-buffer-file-coding-system):
13283         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
13284
13285 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
13286
13287         * message.el (message-generate-headers): Record insertion of optional
13288         headers as well.  Otherwise the check to prevent repeated insertion of
13289         optional headers is a no-op.
13290
13291 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
13292
13293         * smime.el: Don't mention CVS.
13294
13295         * nnrss.el (nnrss-fetch): Don't mention CVS.
13296
13297         * nnir.el: Don't mention CVS.
13298
13299 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13300
13301         * gnus-sum.el (gnus-summary-bookmark-make-record):
13302         Add `location' field.
13303
13304 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * lpath.el: Fbind bookmark-default-handler,
13307         bookmark-get-bookmark-record, bookmark-make-record-default,
13308         bookmark-prop-get for Emacs <23 and XEmacs.
13309
13310 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13311
13312         * gnus-sum.el: Add bookmark declarations to silence the compiler.
13313         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
13314         Use with-current-buffer to silence the byte-compiler.
13315         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
13316         bother to require `gnus'.
13317         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
13318
13319 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13320
13321         * gnus-sum.el (gnus-summary-bookmark-make-record)
13322         (gnus-summary-bookmark-jump): New functions.
13323         (gnus-summary-mode): Setup bookmark support.
13324
13325 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
13326
13327         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
13328         if set.
13329
13330 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
13333         gnus-article-browse-html-save-cid-image; make it work recursively for
13334         forwarded messages as well.
13335         (gnus-article-browse-html-parts): Work when prefix arg is given.
13336         (gnus-article-browse-html-article): Doc fix.
13337
13338 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
13339
13340         * message.el (message-default-mail-headers)
13341         (message-default-headers): Carry the value mail-default-headers over
13342         into message-default-mail-headers, rather than message-default-headers.
13343
13344 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
13345
13346         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
13347         charset.
13348
13349         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
13350         charset into the <meta> tag when the article is encoded to utf-8.
13351
13352 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * gnus-art.el (gnus-article-browse-delete-temp-files):
13355         Delete directories as well.
13356         (gnus-article-browse-html-parts): Work for images that do not specify
13357         file names; delete temp directory when quitting; insert header at the
13358         right place; use file: scheme for image files.
13359
13360 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
13361
13362         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
13363         (gnus-article-browse-html-parts): Use it to make temporary cid image
13364         files in addition to html file so that browser may display them.
13365
13366 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
13369
13370 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13371
13372         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
13373
13374 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13375
13376         * auth-source.el (auth-sources): Change default to be simpler.
13377         Explain about Secret Service API sources.  Improve Customize options.
13378         (auth-source-pick): Change to accept any number of search parameters.
13379         Implement fallbacks iteratively, not recursively.  Add scoring on the
13380         second pass and sort by score.  Call Secret Service API when needed.
13381         (auth-source-user-or-password): Use it.  Call Secret Service API
13382         directly when needed to get the user name and the password.
13383
13384 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
13385
13386         * message.el (message-interactive): Doc fix.
13387         (message-qmail-inject-args): Reflow.
13388         (message-kill-to-signature): Fix typo in docstring.
13389
13390         * smiley.el (smiley-buffer): Fix typo in docstring.
13391
13392 2010-03-24  Glenn Morris  <rgm@gnu.org>
13393
13394         * mail-source.el (gnus-message): Declare.
13395         (mail-source-delete-old-incoming): Require gnus-util.
13396
13397 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
13400
13401         * message.el (ecomplete-setup): Autoload it for Emacs <23.
13402
13403         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
13404         password-cache's default if it is not bound.
13405         (mml-secure-passphrase-cache-expiry): Default to 16 that is
13406         password-cache-expiry's default if it is not bound.
13407
13408         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
13409         available in Emacs 21.
13410
13411         * lpath.el: Suppress compiler warnings for:
13412         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
13413         XEmacs;
13414         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
13415         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
13416         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
13417
13418 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
13419
13420         * auth-source.el (auth-sources): Fix up definition so extra parameters
13421         are always inline.
13422
13423 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
13424
13425         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
13426         wasn't updated after mismatch.  Clear cached mailbox info correctly
13427         when uidvalidity changes.
13428         (nnimap-group-prefixed-name): New function to avoid some code
13429         duplication.
13430         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
13431         (nnimap-request-group): Use it.
13432         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
13433         (nnimap-update-unseen): Significantly improved speed of Gnus startup
13434         with many imap folders.  This is done by caching the group status from
13435         the imap server persistently in a group parameter `imap-status'.  (This
13436         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
13437         but not persistently, so every Gnus startup was still very slow.)
13438
13439 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13440
13441         * assistant.el (assistant-render-text): Run `widget-setup' and don't
13442         delete the extra newline.  Otherwise editing of :string and :number
13443         types don't work.
13444
13445 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13446
13447         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
13448         secrets.el dependency.
13449         (auth-sources): Add optional user name.  Add secrets.el configuration
13450         choice (unused right now).
13451
13452 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
13453
13454         * gnus-sum.el (gnus-summary-make-menu-bar):
13455         Let `gnus-registry-install-shortcuts' fill in the functions.
13456
13457         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
13458         warnings.
13459         (gnus-registry-misc-menus): Variable to hold registry mark menus.
13460         (gnus-registry-install-shortcuts): Populate and use it in a
13461         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
13462
13463 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
13464
13465         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
13466         In-place substitutions for the group name encoding/decoding.
13467         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
13468         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
13469         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
13470         (nnimap-update-unseen, nnimap-request-list)
13471         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
13472         (nnimap-request-set-mark, nnimap-split-to-groups)
13473         (nnimap-split-articles, nnimap-request-newgroups)
13474         (nnimap-request-create-group, nnimap-request-accept-article)
13475         (nnimap-request-delete-group, nnimap-request-rename-group)
13476         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
13477         `encoded-mbx' for consistency.
13478         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
13479         variable `imap-current-mailbox'.
13480
13481         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
13482         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
13483
13484 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
13485
13486         * pop3.el (pop3-display-message-size-flag): Display message size byte
13487         counts during POP3 download.
13488         (pop3-movemail): Use it.
13489         (pop3-list): Implement listing of available messages.
13490
13491 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
13492
13493         * nnir.el (nnir-get-article-nov-override-function): New function to
13494         override the normal NOV retrieval.
13495         (nnir-retrieve-headers): Use it.
13496
13497 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
13498
13499         * auth-source.el (netrc-machine-user-or-password): Autoload.
13500
13501 2010-03-19  Glenn Morris  <rgm@gnu.org>
13502
13503         Stop message.el from loading about 40 libraries it doesn't always need.
13504         The general approach is to autoload rather than require, and to
13505         require in the specific functions rather than the file.  (Bug#5642)
13506
13507         * gmm-utils.el: Don't require wid-edit.
13508         (widget-create-child-value, widget-convert, widget-default-get):
13509         Autoload.
13510
13511         * gnus-util.el: Don't require time-date, netrc.
13512         (message-fetch-field, gnus-group-name-decode): Declare rather than
13513         autoloading.
13514         (gnus-fetch-field): Require message.
13515         (gnus-decode-newsgroups): Require gnus-group.
13516
13517         * ietf-drums.el: Don't require time-date.
13518
13519         * message.el: Don't require hashcash, canlock, ecomplete.
13520         Do require mail-utils.  Require nnheader only when compiling.
13521         (smtpmail-default-smtp-server): Remove declaration.
13522         (message-send-mail-function): Check smtpmail-default-smtp-server
13523         is bound rather than requiring smtpmail.
13524         (message-auto-save-directory, message-insert-signature):
13525         Use expand-file-name rather than nnheader-concat.
13526         (nnheader-insert-file-contents): Autoload.
13527         (hashcash-wait-async): Declare.
13528         (message-send-mail): Only call gnus-setup-posting-charset if
13529         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
13530         (message-send-mail-with-sendmail): Require sendmail.
13531         (canlock-password, canlock-password-for-verify): Declare.
13532         (message-canlock-password): Require canlock.
13533         (nnheader-get-report): Autoload.
13534         (gnus-setup-posting-charset): Declare.
13535         (message-send-news): Require gnus-msg.
13536         (message-make-references, message-make-in-reply-to): Use mail-header-id
13537         rather than the alias mail-header-message-id.
13538         (ecomplete-add-item, ecomplete-save): Declare.
13539         (message-put-addresses-in-ecomplete): Require ecomplete.
13540         (ecomplete-display-matches): Autoload.
13541
13542         * mm-decode.el: Don't require mailcap, gnus-util.
13543         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
13544         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
13545         Autoload.
13546         (mailcap-mime-extensions): Declare.
13547
13548         * mm-encode.el: Don't require mailcap.
13549         (mailcap-extension-to-mime): Autoload.
13550
13551         * mml-sec.el: Don't require password-cache.
13552
13553         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
13554         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
13555         (mml-minibuffer-read-type): Require mailcap.
13556         (mml-preview): Require gnus-msg.
13557
13558         * mml1991.el: Require password-cache.
13559         (password-cache-expiry): Remove declaration.
13560
13561         * mml2015.el: Require password-cache.
13562         (password-cache-expiry): Remove declaration.
13563
13564         * nneething.el (mailcap): Require mailcap.
13565
13566         * nnheader.el (declare-function): Add compatibility stub.
13567         (message-remove-header): Declare rather than autoload.
13568         (nnheader-replace-header): Require message.
13569
13570         * nnimap.el (declare-function): Add compatibility stub.
13571         (netrc-parse, netrc-machine-user-or-password): Declare.
13572         (nnimap-open-connection): Require netrc.
13573
13574         * nntp.el (declare-function): Add compatibility stub.
13575         (netrc-parse, netrc-machine, netrc-get): Declare.
13576         (nntp-send-authinfo): Require netrc.
13577
13578         * rfc2047.el: Don't require qp.
13579         (quoted-printable-encode-region, quoted-printable-decode-string):
13580         Autoload.
13581
13582         * sieve-mode.el: Don't require easymenu.
13583         (easy-menu-add-item): Autoload it.
13584
13585         * spam-stat.el (time-to-number-of-days): Autoload it.
13586
13587 2010-03-19  Glenn Morris  <rgm@gnu.org>
13588
13589         * password-cache.el (password-cache, password-cache-expiry): Autoload.
13590
13591 2010-03-18  Glenn Morris  <rgm@gnu.org>
13592
13593         * hashcash.el (declare-function): Remove duplicate definition.
13594
13595 2010-03-17  Kevin Ryde  <user42@zip.com.au>
13596
13597         * mml.el (mml-read-tag): Unquote values with `read' to reverse
13598         prin1 in mml-insert-tag (just stripping the quotes gave wrong
13599         value if any backslash escapes).
13600
13601 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
13604         if it is available.  (bug#5647)
13605
13606         * lpath.el: Suppress compiler warning for coding-system-from-name for
13607         Emacs 21 and XEmacs.
13608
13609 2010-03-14  Juri Linkov  <juri@jurta.org>
13610
13611         * hmac-def.el:
13612         * hmac-md5.el:
13613         * netrc.el: Fix keywords.
13614
13615 2010-02-26  Glenn Morris  <rgm@gnu.org>
13616
13617         * message.el (message-send-mail-function): Change the default, so that
13618         it inherits from a customized send-mail-function.  (Bug#5643)
13619
13620 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13621
13622         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
13623         shell-command-to-string signals an error (bug#5299).
13624
13625 2010-02-24  Glenn Morris  <rgm@gnu.org>
13626
13627         * message.el (message-smtpmail-send-it)
13628         (message-send-mail-with-mailclient): Doc fixes.
13629
13630 2010-02-16  Glenn Morris  <rgm@gnu.org>
13631
13632         * message.el (message-default-mail-headers): Change the default value
13633         to ease the transition from mail-mode to message-mode.  (Bug#5555)
13634
13635 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
13638         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
13639
13640 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
13641
13642         * time-date.el (date-to-time): Doc fix (Bug#5408).
13643
13644 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
13645
13646         * message.el (message-mail): Just pass yank-action on to message-setup.
13647         (message-setup): Handle (FUN . ARGS) form of yank-action.
13648         (message-with-reply-buffer, message-widen-reply)
13649         (message-yank-original): Handle non-buffer values of
13650         message-reply-buffer (Bug#4080).
13651         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
13652
13653 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
13654
13655         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
13656         Fix typo in docstring.
13657
13658 2010-01-08  Jason Rumney  <jasonr@gnu.org>
13659
13660         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
13661         response.
13662
13663 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
13666
13667         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13668
13669         * message.el (message-check-news-header-syntax): Protect against a
13670         string that `rfc822-addresses' returns when parsing fails.
13671
13672 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
13675         (gnus-previous-char-property-change): New functions.
13676
13677         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
13678
13679 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
13680
13681         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
13682         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
13683
13684 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13685
13686         * message.el (message-exchange-point-and-mark): Rework last change to
13687         avoid using optional arg of exchange-point-and-mark, for backward
13688         compatibility.
13689
13690 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13691
13692         * message.el (message-exchange-point-and-mark):
13693         Call exchange-point-and-mark with an argument rather than setting
13694         mark-active by hand (Bug#5175).
13695
13696 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * nntp.el (nntp-service-to-port): Work for service expressed with
13699         numeric string; replace [:digit:] with [0-9] for XEmacs.
13700
13701 2009-12-17  Glenn Morris  <rgm@gnu.org>
13702
13703         * gnus-group.el (gnus-bug-group-download-format-alist):
13704         Change emacs entry to debbugs.gnu.org.  Bump :version.
13705
13706 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
13709
13710 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * message.el (message-info): Explain why we use `Info-goto-node'.
13713
13714 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
13717
13718 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13719
13720         * message.el (message-completion-in-region): New compatibility function.
13721         (message-expand-group): Use it.
13722
13723 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
13726         with no unread article should be listed if the 2nd arg `predicate' is
13727         given.
13728
13729 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
13732
13733 2009-11-29  Juri Linkov  <juri@jurta.org>
13734
13735         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
13736         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
13737         on `gnus-recenter'.  (Bug#4698, Bug#4981)
13738
13739 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13740
13741         * sha1.el (sha1-string-external): default-directory "/" in case
13742         otherwise non-existent.  process-connection-type pipe for touch of
13743         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13744
13745 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13746
13747         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
13748         it's comms related and sgml-mode.el has "comm" on that basis too.
13749
13750 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13751
13752         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
13753         containing tspecial characters if they have been already quoted.
13754
13755 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
13756
13757         * dns-mode.el (auto-mode-alist): Purecopy string.
13758
13759 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13760
13761         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
13762
13763 2009-10-24  Glenn Morris  <rgm@gnu.org>
13764
13765         * gnus-art.el (help-xref-stack-item): Define for compiler.
13766
13767 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13768
13769         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
13770
13771 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
13774
13775 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
13778         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
13779
13780 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * gnus.el (gnus-overlay-get): New alias to overlay-get.
13783         (gnus-overlays-in): New alias to overlays-in.
13784
13785         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
13786         gnus-overlay-get, and gnus-delete-overlay.
13787         (gnus-summary-show-thread): Make it work as well for systems in which
13788         next-single-char-property-change is not available.
13789         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
13790
13791         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
13792         (gnus-overlay-get): New alias to extent-property.
13793         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
13794
13795         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
13796         SXEmacs.
13797
13798         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
13799         SXEmacs.
13800
13801 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
13802
13803         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
13804
13805 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
13806
13807         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
13808         and XEmacs that don't have `remove-overlays'.
13809
13810 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13811
13812         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
13813         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
13814         selective display.  Use overlays instead.
13815
13816 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13817
13818         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
13819
13820 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13821
13822         * spam-stat.el (spam-stat-load): Fix typo in message.
13823
13824 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13825
13826         * dig.el (dig-invoke): Fix typo in docstring.
13827         (query-dig): Reflow docstring.
13828
13829 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13830
13831         * gnus-art.el (gnus-article-encrypt-body):
13832         * message.el (message-check-recipients):
13833         * mm-util.el (mm-codepage-setup):
13834         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
13835         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
13836
13837 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
13838
13839         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
13840         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
13841         keys from the menu if mm-{sign,encrypt}-option is 'guided.
13842         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
13843         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
13844
13845 2009-09-21  Kevin Ryde  <user42@zip.com.au>
13846
13847         * dig.el: Add "Keywords: comm", as per net-utils.el.
13848
13849 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13850
13851         * dig.el (dig-mode): Use define-derived-mode.
13852
13853 2009-09-19  Glenn Morris  <rgm@gnu.org>
13854
13855         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13856
13857 2009-09-18  Glenn Morris  <rgm@gnu.org>
13858
13859         * gnus-diary.el (gnus-diary-check-message):
13860         * message.el (message-insert-formatted-citation-line):
13861         * nnbabyl.el (top-level):
13862         * nndiary.el (nndiary-schedule):
13863         Fix typos in condition-case handlers.
13864
13865 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * gnus-art.el (gnus-article-edit-part): Work for the buffer
13868         configuration that provides the sole article window in a frame;
13869         position point correctly after deleting a part.
13870
13871 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
13872
13873         * spam.el (spam-unregister-on-reregister): Add boolean variable.
13874         (spam-resolve-registrations-routine): Use it to unregister articles
13875         that change status.
13876
13877 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
13880         with XEmacs.
13881         (parse-time-string-chars): Use it.
13882
13883 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13884
13885         * imap.el (imap-interactive-login): Better messages.
13886         (imap-open): Fix bug with renamed buffer on reconnect.
13887         (imap-authenticate): Add buffer-local imap-last-authenticator variable
13888         for easier debugging and cleaner code.  On successful (guessed based on
13889         server capabilities) secondary authentication, set imap-state
13890         correctly.
13891         (imap-last-authenticator): Define imap-last-authenticator as a variable
13892         to avoid warnings.
13893
13894 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * nnrss.el (nnrss-request-article): Remove binding of
13897         default-enable-multibyte-characters that has gotten needless by
13898         the 2007-07-13 change in rfc2047-encode-message-header.
13899
13900         * mml.el (mml-insert-multipart): Error on the message header.
13901         (mml-insert-part): Error on the message header; position point at
13902         the end of a MIME tag.
13903
13904 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * time-date.el (autoload): Expand define-obsolete-function-alias into
13907         defalias and make-obsolete for old Emacsen that Gnus supports.
13908         (with-no-warnings): Define it for old Emacsen.
13909         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13910         is available.
13911         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13912         float-time is available; suppress compile warning for time-to-seconds.
13913
13914         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
13915         (gnus-float-time): Alias to float-time if it exists.
13916
13917         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
13918         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
13919         float-time is available; suppress compile warning for time-to-seconds.
13920
13921         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
13922         XEmacs.
13923
13924 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
13925
13926         * imap.el (imap-message-map): Docstring fix.
13927
13928 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
13931         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
13932         Add the optional argument `encoding' that overrides the default.
13933
13934         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
13935         mm-encode-buffer.
13936
13937 2009-09-04  Glenn Morris  <rgm@gnu.org>
13938
13939         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
13940         mm-disable-multibyte, rather than default-enable-multibyte-characters.
13941         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
13942         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
13943         * mm-util.el (mm-with-unibyte-current-buffer)
13944         (mm-find-buffer-file-coding-system):
13945         * yenc.el (yenc-decode-region): Use default-value rather than
13946         default-enable-multibyte-characters.
13947
13948 2009-09-03  Glenn Morris  <rgm@gnu.org>
13949
13950         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
13951         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
13952         than default-enable-multibyte-characters.
13953
13954 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
13955
13956         * gnus-art.el (gnus-article-read-summary-keys):
13957         Fix gnus-buffer-configuration's value temporarily used.
13958
13959 2009-09-02  Glenn Morris  <rgm@gnu.org>
13960
13961         * gnus-util.el (gnus-float-time): New function.
13962         * gnus-delay.el (gnus-delay-article):
13963         * gnus-sum.el (gnus-thread-latest-date):
13964         * gnus-util.el (gnus-user-date): Use gnus-float-time.
13965         * nnspool.el (nnspool-request-newgroups):
13966         Use gnus-float-time rather than time-to-seconds.
13967         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
13968
13969         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
13970         (gnus-header-subject-face, gnus-header-newsgroups-face)
13971         (gnus-header-name-face, gnus-header-content-face):
13972         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
13973         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
13974         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
13975         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
13976         (gnus-cite-face-11):
13977         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
13978         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13979         (gnus-server-closed-face, gnus-server-denied-face)
13980         (gnus-server-offline-face):
13981         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13982         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13983         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13984         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13985         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13986         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13987         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13988         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13989         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13990         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13991         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13992         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13993         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13994         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
13995         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
13996         (gnus-summary-high-undownloaded-face)
13997         (gnus-summary-low-undownloaded-face)
13998         (gnus-summary-normal-undownloaded-face)
13999         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14000         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14001         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14002         (gnus-splash-face):
14003         * message.el (message-header-to-face, message-header-cc-face)
14004         (message-header-subject-face, message-header-newsgroups-face)
14005         (message-header-other-face, message-header-name-face)
14006         (message-header-xheader-face, message-separator-face)
14007         (message-cited-text-face, message-mml-face):
14008         * sieve-mode.el (sieve-control-commands-face)
14009         (sieve-action-commands-face, sieve-test-commands-face)
14010         (sieve-tagged-arguments-face):
14011         * spam.el (spam-face):
14012         Mark face aliases with "-face" in the name as obsolete.
14013
14014 2009-09-01  Glenn Morris  <rgm@gnu.org>
14015
14016         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
14017         than goto-line.
14018
14019 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14022         Don't move point if the command is invoked inside the message header.
14023
14024 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14025
14026         * imap.el (imap-send-command): Simplify.
14027         (imap-wait-for-tag): point-max -> buffer-size.
14028
14029 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14030
14031         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
14032         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
14033         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
14034         * nnir.el (nnir-swish-e-index-file):
14035         * gnus-sum.el (gnus-summary-delete-marked-as-read)
14036         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
14037         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
14038         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
14039         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
14040         (gnus-treat-display-xface): Add Emacs version of obsolescence.
14041
14042 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
14045         Don't save excursion.
14046
14047 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14048
14049         * nnheader.el (nnheader-find-file-noselect):
14050         * mm-util.el (mm-insert-file-contents):
14051         Use (default-value 'major-mode) instead of default-major-mode.
14052
14053 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14054
14055         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
14056
14057 2009-08-26  Glenn Morris  <rgm@gnu.org>
14058
14059         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
14060         than placing in files.el.
14061
14062 2009-08-25  Glenn Morris  <rgm@gnu.org>
14063
14064         * nnir.el (top-level): Don't require cl at run-time.
14065         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
14066         Replace cl-function substitute with gnus-replace-in-string.
14067         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
14068         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
14069         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
14070         simplified expansions.
14071
14072 2009-08-25  Kevin Ryde  <user42@zip.com.au>
14073
14074         * dig.el (dig): Add autoload cookie.
14075
14076 2009-08-22  Glenn Morris  <rgm@gnu.org>
14077
14078         * gnus-art.el (gnus-button-patch): Use forward-line rather than
14079         goto-line.
14080
14081 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
14082
14083         * parse-time.el (parse-time-string-chars): Save match data.
14084
14085 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
14086
14087         * parse-time.el (parse-time-string-chars): Compute using character
14088         classes, to handle non-ascii characters (Bug#3190).
14089
14090 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
14093
14094         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
14095         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
14096         (gnus-mm-display-part, gnus-mime-display-single)
14097         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
14098         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
14099
14100         * gnus-sum.el
14101         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
14102         (gnus-summary-move-article): Add expirable mark to articles copied or
14103         moved to group that has auto-expire turned on if the option is non-nil.
14104
14105 2009-07-24  Glenn Morris  <rgm@gnu.org>
14106
14107         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
14108         Fix typo.  (Bug#3903)
14109
14110 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
14113         gnus-article-read-summary-keys rather than gnus-summary-edit-article
14114         that should not be used for draft articles.
14115         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
14116         that has no concern in minor mode keys.
14117         (gnus-article-summary-command, gnus-article-summary-command-nosave):
14118         Abolish.
14119
14120 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
14123         article without making inquiry to a user for unknown encoding.
14124
14125         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
14126         (nnmaildir--scan): Assume i-node and device number that file-attributes
14127         returns might be cons-cell.
14128
14129         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
14130
14131         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
14132
14133 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
14134
14135         * auth-source.el: Remove docs now in auth.texi.  Don't use
14136         `gnus-message' for logging.  Add new variables `auth-source-debug' and
14137         `auth-source-hide-passwords' and use them.
14138
14139 2009-07-15  Glenn Morris  <rgm@gnu.org>
14140
14141         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
14142
14143 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
14146         excessive whitespace from the default values of title and description.
14147
14148 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
14151         mail-fetch-field to fetch Content-Description header in order to
14152         exclude newlines.
14153
14154 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
14155
14156         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
14157         format used by GnuPG 2.0.11.
14158
14159 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
14162         to deleted part.
14163
14164 2009-05-30  David Engster  <dengste@eml.cc>
14165
14166         * nnmairix.el: Remove old documentation in the commentary block.
14167         (nnmairix-request-group): Do not update active file for nnml back ends.
14168         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
14169         end so that overview files are ignored.
14170         (nnmairix-update-groups): Make updating the groups more robust by using
14171         marks.
14172         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
14173         with dollar characters in message-id.
14174
14175 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
14176
14177         * spam.el: Use dns-query instead of query-dns.  Was renamed on
14178         2008-12-25 in dns.el.
14179
14180 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14181
14182         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
14183         could happen if the text is only composed of spaces and/or tabs.
14184
14185 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
14186
14187         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
14188         when sending a queued message to avoid extra mml tags.
14189
14190 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
14193
14194 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
14197         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
14198         rmail-toggle-header for XEmacs;
14199         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
14200
14201 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * gnus-dired.el: Remove autoload for gnus-setup-message.
14204         (gnus-dired-attach): Fake this-command value to prevent Gnus from
14205         displaying Gnus logo; always use compose-mail.
14206
14207 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
14210
14211 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
14214         (gnus-nocem-issuers): List currently active issuers; fix custom type.
14215         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
14216         available.
14217         (gnus-nocem-epg-verify): New function.
14218
14219 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
14222
14223 2009-02-15  Glenn Morris  <rgm@gnu.org>
14224
14225         * gnus-util.el (rmail-insert-rmail-file-header)
14226         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
14227         autoloads.
14228         (rmail-default-rmail-file): Remove unnecessary declaration.
14229         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
14230
14231 2009-02-14  Glenn Morris  <rgm@gnu.org>
14232
14233         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
14234         variable (only used in gnus-util, which declares it anyway).
14235         (rmail-output-to-rmail-file): Remove autoload of deleted function,
14236         which was only needed by gnus-art (changed to not use it any more).
14237         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
14238         only used in gnus-util, which autoloads it itself.
14239         (rmail-update-summary): Fix autoload.
14240
14241         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
14242         rather than rmail-output-to-rmail-file.
14243
14244 2009-02-07  Glenn Morris  <rgm@gnu.org>
14245
14246         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
14247         autoload of function that no longer exists.
14248         (rmail-toggle-header): Declare.
14249         (message-forward-rmail-make-body): Handle mbox Rmail.
14250
14251 2009-01-31  Glenn Morris  <rgm@gnu.org>
14252
14253         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
14254         2009-01-09 change.
14255
14256 2009-01-31  Dave Love  <fx@gnu.org>
14257
14258         * imap.el (imap-fetch-safe): Bind debug-on-error.
14259         (imap-debug): Add imap-fetch-safe.
14260
14261 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
14262
14263         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
14264         (auth-source-forget-all-cached): New convenience function.
14265         (auth-source-user-or-password): Accept list of modes or a single mode.
14266
14267         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
14268         auth-source modes.
14269
14270         * netrc.el (netrc-machine-user-or-password): Use list of
14271         auth-source modes.
14272
14273         * nnimap.el (nnimap-open-connection): Use list of
14274         auth-source modes.
14275
14276         * nntp.el (nntp-send-authinfo): Use list of
14277         auth-source modes.
14278
14279 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14280
14281         * auth-source.el: Update docs to reflect epa-file-enable is to be used
14282         now.
14283
14284 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
14287         coding system in XEmacs; add a workaround for XEmacs.
14288
14289         * lpath.el: Fbind coding-system-aliasee.
14290
14291 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * mm-util.el (mm-coding-system-priorities): Protect against nil value
14294         of current-language-environment.
14295
14296 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14297
14298         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
14299         available at runtime.
14300
14301 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * gnus-art.el (article-date-ut): Fix end point of narrowing.
14304
14305 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
14306
14307         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
14308         the greatest positive fixnum value doesn't work under an XEmacs with
14309         bignum support; use the most-positive-fixnum constant instead,
14310         available since Emacs 21.1 with cl and XEmacs 21.1.
14311
14312 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
14315         XEmacs gets not to work.
14316
14317 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * mm-util.el (mm-coding-system-priorities): Allow the value like
14320         "Japanese (UTF-8)" of current-language-environment.
14321
14322 2009-01-09  Glenn Morris  <rgm@gnu.org>
14323
14324         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
14325         with last-command-event.
14326
14327 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14328
14329         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
14330         in the doc string.
14331
14332         * message.el (message-fix-before-sending): Amend comment.
14333
14334 2009-01-08  Dave Love  <fx@gnu.org>
14335
14336         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
14337
14338 2009-01-07  David Engster  <dengste@eml.cc>
14339
14340         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
14341         simplified server definitions by converting it via
14342         gnus-server-to-method.
14343
14344 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
14347         parameter's operands.
14348
14349 2009-01-06  David Engster  <dengste@eml.cc>
14350
14351         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
14352         primary select method (for gnus-group-mark-article-as-read).
14353
14354 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
14355
14356         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
14357         `(gnus)Face', not `(gnus)X-Face'.
14358
14359 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * mm-util.el (mm-ucs-to-char): New function.
14362
14363         * mm-url.el (mm-url-decode-entities): Use it.
14364
14365         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
14366         unicode-to-char.
14367
14368 2009-01-05  Dave Love  <fx@gnu.org>
14369
14370         * time-date.el: Require cl for `declare'.
14371
14372 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14373
14374         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
14375         Dave Love.
14376
14377 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14378
14379         * message.el (message-fix-before-sending): Add `eight-bit' to
14380         illegible-text check.
14381
14382 2009-01-03  Michael Olson  <mwolson@gnu.org>
14383
14384         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
14385         `headers' is nil.  This can occur if the IMAP server does not have
14386         permissions to read messages from a folder, but can write new messages
14387         to the folder.
14388         (nnimap-request-article-part): Do not insert `data' if it is nil.
14389
14390         * imap.el (imap-parse-fetch): Courier can insert spurious blank
14391         characters which will confuse `read', so skip past them.
14392
14393 2009-01-01  Dave Love  <fx@gnu.org>
14394
14395         * imap.el (imap-string-to-integer): Fix typo.
14396         (imap-fetch-safe): New function.
14397         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
14398
14399         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
14400
14401         * imap.el (imap-process-connection-type, imap-debug, imap-open):
14402         (imap-parse-greeting): Fix doc strings.
14403         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
14404         (imap-parse-flag-list): Make messages unique.
14405         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
14406
14407         * nnimap.el: Fix author email.
14408         (nnimap-split-rule): Add FIXME comment.
14409         (nnimap-debug): Fix doc string.
14410
14411 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14412
14413         * dns.el (dns-set-servers): Check "Address".  Fix typo.
14414
14415 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
14418         nslookup if resolv.conf isn't available.
14419         (dns-query): Rename from query-dns.
14420         (dns-query-cached): Rename from query-dns-cached.
14421
14422 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
14425         overlay-arrow-position and overlay-arrow-string buffer-local; no need
14426         to check if those variables exist (first appeared in Emacs 18.50).
14427
14428 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * mm-util.el (mm-line-number-at-pos): New function.
14431
14432         * spam-report.el (spam-report-process-queue): Use it.
14433
14434 2008-12-24  David Engster  <dengste@eml.cc>
14435
14436         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
14437         parameters that haven't existed as variables as buffer-local variables.
14438
14439 2008-12-23  Dave Love  <fx@gnu.org>
14440
14441         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
14442         cadar.
14443
14444         * sieve-manage.el (sieve-manage-starttls-p): Rename from
14445         imap-starttls-p.
14446         (sieve-manage-starttls-open): Rename from imap-starttls-open.
14447
14448 2008-12-22  Dave Love  <fx@gnu.org>
14449
14450         * imap.el: Fix author email.  Doc fixes.
14451         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
14452         reply.
14453
14454 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
14455
14456         * spam-report.el (spam-report-gmane-max-requests): New constant.
14457         (spam-report-gmane-wait): New variable.
14458         (spam-report-gmane-ham, spam-report-gmane-spam)
14459         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
14460         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
14461         the server.
14462
14463         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
14464         Add explanations.
14465
14466         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
14467         nnheader-accept-process-output and nnheader-read-timeout if available.
14468         (pop3-movemail): Use it.
14469
14470         * message.el (message-check-news-body-syntax): Fix signature check if
14471         there's an attachment.
14472
14473 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * mm-util.el: Add comments to the mm- emulating functions.
14476
14477 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
14480         Reported by Stephen Berman <stephen.berman@gmx.net>.
14481
14482 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * mm-util.el (mm-substring-no-properties): New function.
14485         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
14486         (mm-special-display-p): Enable those lambda forms to be byte compiled.
14487         (mm-string-to-multibyte): Doc fix.
14488
14489         * mml.el (mml-attach-file): Use mm-substring-no-properties.
14490
14491 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * mml.el (mml-attach-file): Strip text properties from file name.
14494         (Bug#1574)
14495
14496 2008-12-16  Glenn Morris  <rgm@gnu.org>
14497
14498         * mm-util.el (mm-charset-override-alist): Declare for compiler.
14499
14500 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
14503         knows since the charset specified might be a bogus alias that
14504         mm-charset-synonym-alist provides.
14505
14506 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14509         "ISO_8859-1".
14510
14511         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
14512
14513 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * mm-util.el (mm-charset-eval-alist):
14516         Define it before mm-charset-to-coding-system.
14517         (mm-charset-to-coding-system): Add optional argument `silent';
14518         define it before mm-charset-override-alist.
14519         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
14520         default value if it can be used in Emacs currently running;
14521         silence mm-charset-to-coding-system.
14522
14523 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
14526         `allow-override' which says whether to use `mm-charset-override-alist'.
14527         (rfc2047-decode-encoded-words): Use it.
14528
14529         * mm-util.el (mm-charset-override-alist): Fix custom type;
14530         add `(gb2312 . gbk)' to choices.
14531
14532 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
14535         fast.
14536
14537         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14538
14539         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
14540
14541 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
14542
14543         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
14544         on links.
14545
14546         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
14547
14548 2008-12-03  Lute Kamstra  <lute@gnu.org>
14549
14550         * sha1.el: Remove leading * from docstrings of defcustoms,
14551         deffaces, defconsts and defuns.
14552
14553 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * message.el (message-idna-to-ascii-rhs-1): Protect against local
14556         users' addresses that don't have domain parts.
14557         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
14558         rather than message-narrow-to-head since there will be the message
14559         header separator.
14560
14561 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14562
14563         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
14564         since the result is inserted in a unibyte buffer anyway.
14565         (nnimap-demule-use-string-to-multibyte): Remove.
14566         (nnimap-demule): Alias it to mm-string-to-multibyte.
14567
14568 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
14571         variable for debugging bug#464 and bug#1174.
14572         (nnimap-demule): Use it.
14573
14574 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * gnus-score.el (gnus-score-find-trace): Handle default score in total
14577         score calculation correctly.
14578
14579 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14580
14581         * message.el (message-send-mail): Just set the buffer to unibyte
14582         rather than use mm-with-unibyte-current-buffer which does a lot more.
14583         (message-send-mail-partially): Don't bother with
14584         mm-with-unibyte-current-buffer since it's already been made unibyte by
14585         message-send-mail.
14586
14587 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
14588
14589         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
14590
14591 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
14592
14593         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
14594
14595 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
14598         require itself and to remove `with-no-warnings'.
14599
14600 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
14601
14602         * starttls.el (starttls-any-program-available): Get the name of the
14603         available TLS layer program.
14604         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
14605         well as the host name in the "opening" message.
14606
14607         * auth-source.el (auth-source-cache, auth-source-do-cache)
14608         (auth-source-user-or-password): Cache passwords and logins by default,
14609         allow override with `auth-source-do-cache'.
14610         (auth-source-forget-user-or-password): Allow users to remove cache
14611         entries if needed.
14612
14613 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
14614
14615         * md4.el (md4-buffer): Fix typo in docstring.
14616         (md4, md4-64): Doc fixes.
14617         (md4-pack-int32): Reflow docstring.
14618
14619 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14620
14621         * ietf-drums.el (ietf-drums-remove-comments): Localize second
14622         condition-case to only the forward-sexp call.
14623
14624 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
14625
14626         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
14627         quotes contained.  Make it more robust regardless by an extra
14628         condition-case wrapper.
14629
14630 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * lpath.el: No need to fbind codepage-setup for Emacs 23.
14633
14634 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * nnml.el (nnml-request-expire-articles): Check if the function set to
14637         `nnmail-expiry-target' returns the symbol `delete'.
14638
14639         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
14640
14641         * nnmail.el (nnmail-expiry-target): Fix custom type.
14642
14643 2008-10-02  Glenn Morris  <rgm@gnu.org>
14644
14645         * mm-util.el (mm-codepage-setup): Tweak codepage error.
14646         Silence compiler warning.
14647
14648 2008-10-01  Magnus Henoch  <mange@freemail.hu>
14649
14650         * tls.el (open-tls-stream): Show the actual command being
14651         executed, instead of the format string.
14652
14653 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * lpath.el: Fbind codepage-setup for Emacs 23.
14656
14657 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14658
14659         * mml.el (mml-menu): Don't assume mml2015 is bound.
14660
14661 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
14664         exists.
14665
14666 2008-09-27  Glenn Morris  <rgm@gnu.org>
14667
14668         * gnus-util.el (mail-header-remove-comments): Autoload it.
14669
14670 2008-09-27  Andreas Schwab  <schwab@suse.de>
14671
14672         * gnus-util.el (gnus-split-references): Strip comments.
14673         (gnus-parent-id): Likewise.
14674
14675 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * message.el (message-confirm-send): Fix version.
14678
14679 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * message.el (message-idna-to-ascii-rhs-1): Use
14682         mail-extract-address-components rather than mail-header-parse-addresses
14683         that is an alias by default to ietf-drums-parse-addresses that does not
14684         support non-ASCII names in headers' contents.
14685
14686 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14687
14688         * message.el (message-confirm-send): Fix variable documentation to
14689         avoid the "y/n" wording.
14690
14691 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
14692
14693         * message.el (message-set-auto-save-file-name): Save to a different
14694         filename so multiple messages (especially drafts) can be recovered.
14695
14696 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
14697
14698         * message.el (message-confirm-send): Add appropriate version.
14699
14700 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
14701
14702         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
14703         defvar.
14704
14705 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
14706
14707         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
14708         (mm-pkcs7-enveloped-magic): Ditto.
14709
14710 2008-09-17  Simon Josefsson  <simon@josefsson.org>
14711
14712         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
14713         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
14714
14715 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
14716
14717         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
14718         default, it's better.
14719
14720 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
14721
14722         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
14723         summary line gnus-number property and ignore them (with a warning
14724         message).
14725
14726 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
14729         macro caddr in the interactive form since it won't be expanded.
14730
14731 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
14734         `charset'; fix name of function called recursively.
14735         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
14736
14737 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
14740         (gnus-mime-set-charset-parameters): New function.
14741         (gnus-mime-view-part-as-charset): Use it to correctly display part
14742         specifying wrong charset.
14743
14744 2008-09-08  David Engster  <dengste@eml.cc>
14745
14746         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
14747         in completing-read for back end server.
14748
14749 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
14750
14751         * message.el (message-confirm-send): New variable to confirm sending a
14752         message.
14753         (message-send): Use it.
14754
14755 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
14756
14757         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
14758
14759 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
14762
14763 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
14764
14765         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
14766         prevent tracking too many groups.
14767         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
14768         Use it.
14769
14770 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
14771
14772         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
14773         moving point to the bottom of the window in order to avoid recentering.
14774
14775 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
14778
14779         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
14780         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
14781         (gnus-article-beginning-of-window): Fix calculation.
14782
14783 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14784
14785         * gnus-msg.el (gnus-summary-supersede-article)
14786         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
14787         value of gnus-newsgroup-charset to decode non-MIME encoded text in
14788         message header.
14789
14790 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
14791
14792         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
14793         pending output coming after the status change.
14794
14795 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
14796
14797         * message.el:
14798         * gnus-start.el:
14799         * gnus-registry.el: Remove VMS support.
14800
14801 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14802
14803         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
14804         macro.
14805         (rfc2104-hash): Use it.
14806
14807 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
14808
14809         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
14810         (gnus-summary-sort-by-most-recent-date): New commands.
14811         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
14812         and menu entries.
14813
14814 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
14817         don't redisplay article for raw contents; remove plural articles stuff.
14818
14819         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
14820         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
14821         on gnus-summary-save-article; display results properly.
14822
14823 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * lpath.el: No need to fbind ns-focus-frame.
14826
14827 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
14830
14831 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * gnus-art.el (gnus-summary-save-in-pipe):
14834         Consider gnus-save-all-headers.
14835
14836 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14837
14838         * gnus-util.el (ns-focus-frame): Remove declaration.
14839         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
14840         like x.
14841
14842 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
14843
14844         * rfc2104.el (rfc2104-zero): Delete defconst.
14845         (rfc2104-hex-alist): Likewise.
14846         (rfc2104-hex-to-int): Delete func.
14847         (rfc2104-hexstring-to-bitstring): Likewise.
14848         (rfc2104-nybbles): New defconst.
14849         (rfc2104-hash): Rewrite for speed.
14850
14851 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * tls.el (open-tls-stream): Make it work with the 2nd argument
14854         BUFFER that is a string but does not exist as a buffer object, as
14855         mentioned in the doc-string.
14856
14857 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
14860         SXEmacs.
14861
14862 2008-07-16  Glenn Morris  <rgm@gnu.org>
14863
14864         * gnus-util.el (ns-focus-frame): Declare for compiler.
14865
14866 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
14869         set as a group parameter.
14870         (gnus-summary-save-in-pipe): Work when it is called independently.
14871         (gnus-summary-pipe-to-muttprint): Don't modify
14872         gnus-summary-pipe-output-default-command.
14873
14874 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14875
14876         * message.el (message-send-mail-with-sendmail):
14877         Display the error message.
14878
14879 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * gnus-art.el (gnus-default-article-saver):
14882         Add gnus-summary-save-in-pipe to choices.
14883         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
14884         gnus-summary-pipe-output-default-command as the default command.
14885         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
14886         instead of gnus-last-shell-command.
14887
14888         * gnus-sum.el (gnus-summary-pipe-output-default-command):
14889         New user option.
14890         (gnus-summary-muttprint-program): Mention the value will be changed.
14891         (gnus-summary-save-article): Force showing of all headers.
14892         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
14893
14894 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
14895
14896         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
14897
14898 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
14899
14900         * nnimap.el (nnimap-id):
14901         * sieve-manage.el (sieve-manage-open): Doc fixes.
14902
14903 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
14904
14905         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
14906         if available.
14907
14908 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14909
14910         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
14911
14912         * nnkiboze.el (nnkiboze-generate-group):
14913         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
14914
14915         * nnmairix.el: Require CL.
14916
14917 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * dgnushack.el: Autoload get-display-table and put-display-table for
14920         XEmacs 21.5.
14921
14922         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
14923         21.4 and SXEmacs.
14924
14925 2008-06-15  David Engster  <dengste@eml.cc>
14926
14927         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
14928
14929 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
14930
14931         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
14932         New macros that expand to an `aset'/`aref' call under Emacs, and to a
14933         runtime choice under XEmacs.
14934
14935         * gnus-sum.el (gnus-summary-set-display-table):
14936         Use `gnus-put-display-table', `gnus-get-display-table',
14937         `gnus-set-display-table' for the display table, instead of `aset'.
14938
14939         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
14940         Use `gnus-put-display-table', `gnus-get-display-table',
14941         `gnus-set-display-table' for the display table.
14942
14943 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * nnmairix.el: Add autoloads.
14946
14947 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
14948
14949         * nnmairix.el (nnmairix-delete-recreate-group)
14950         (nnmairix-update-and-clear-marks): Fix error messages.
14951
14952 2008-06-14  David Engster  <dengste@eml.cc>
14953
14954         * nnmairix.el: Upgrade to version 0.6.
14955         (nnmairix-group-toggle-propmarks-this-group)
14956         (nnmairix-group-toggle-readmarks-this-group)
14957         (nnmairix-group-delete-recreate-this-group)
14958         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
14959         (nnmairix-remove-tick-mark-original-article): New commands.
14960         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
14961         (nnmairix-propagate-marks-to-nnmairix-groups)
14962         (nnmairix-only-use-registry, nnmairix-allowfast-default)
14963         (nnmairix-marks-cache, nnmairix-version-output): New variables.
14964         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
14965         functions needed for marks propagation and manipulation of read marks.
14966         (nnmairix-update-groups): New function.
14967         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
14968         (nnmairix-determine-original-group-from-registry)
14969         (nnmairix-determine-original-group-from-path)
14970         (nnmairix-get-group-from-file-path, nnmairix-map-range)
14971         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
14972         New helper functions.
14973         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
14974         keystrokes for new commands.
14975         (nnmairix-delete-and-create-on-change): Doc string cleanup.
14976         (nnmairix-request-group): Check allow-fast group parameter.
14977         (nnmairix-request-create-group): Set allow-fast group parameter if
14978         nnmairix-allowfast-default is set.
14979         (nnmairix-close-group): Propagate marks upon closing if needed.
14980         (nnmairix-group-toggle-threads-this-group): Use new.
14981         nnmairix-group-toggle-parameter helper function.
14982         (nnmairix-search): Better check for empty search result.
14983         (nnmairix-goto-original-article): Use new helper functions for
14984         determining original article.
14985         (nnmairix-show-original-article): Make sure message-id is in brackets.
14986         (nnmairix-call-mairix-binary): Change variable name.
14987         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
14988         helper function.
14989         (nnmairix-widget-toggle-activate): Fix doc string.
14990
14991 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * nnir.el: Require edmacro when compiling with XEmacs.
14994         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
14995         available in Emacs 21.
14996
14997 2008-06-11  Glenn Morris  <rgm@gnu.org>
14998
14999         * gnus-util.el (x-focus-frame):
15000         * gnus.el (image-size):
15001         * mm-decode.el (image-size): Declare.
15002
15003         * gnus-picon.el (declare-function): Add compat definition.
15004         (image-size): Declare.
15005
15006         * gnus-group.el (tool-bar-map):
15007         * gnus-sum.el (tool-bar-map): Define for compiler.
15008
15009         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
15010
15011         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
15012
15013         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
15014         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
15015         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
15016         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
15017         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
15018         * sieve-manage.el, spam-report.el, spam.el:
15019         Remove unnecessary eval-and-compile of autoloads.
15020
15021 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
15022
15023         * auth-source.el: Precise Tramp doc.
15024
15025 2008-06-07  Glenn Morris  <rgm@gnu.org>
15026
15027         * nnmairix.el: Remove unnecessary eval-when-compile.
15028
15029 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * lpath.el: Fbind propertize for XEmacs 21.4.
15032
15033 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
15034
15035         * nnir.el: Move here from ../contrib.
15036
15037 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15038
15039         * gnus-util.el (gnus-read-shell-command): New function.
15040         * mm-decode.el (mm-pipe-part):
15041         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
15042
15043 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
15046
15047 2008-06-03  Glenn Morris  <rgm@gnu.org>
15048
15049         * pop3.el (nnheader-accept-process-output): Autoload it.
15050
15051 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
15054         are not 2-digit hexadecimal characters that follow `%'s.
15055
15056 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15057
15058         * message.el (message-bogus-recipient-p): Fix type in doc string.
15059         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
15060         (message-bogus-addresses): Rename from message-bogus-address-regexp.
15061         Improve custom options.
15062         (message-bogus-recipient-p): Adjust accordingly.
15063
15064 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
15065
15066         * parse-time.el (parse-time-months, parse-time-weekdays): Add
15067         long-form month and day names.
15068
15069 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * dgnushack.el: Autoload debug, eudc-expand-inline and
15072         pgg-snarf-keys-region for XEmacs.
15073
15074         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
15075
15076         * nnmairix.el: Require edmacro when compiling with XEmacs.
15077
15078 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
15079
15080         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
15081         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
15082
15083 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15084
15085         * auth-source.el: Add more docs.
15086
15087         * netrc.el (netrc-machine): Always match if the port is not given.
15088
15089 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15090
15091         * nnheader.el (nnheader-read-timeout): Change the default timeout from
15092         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
15093         retrieval faster in some cases, but might make CPU usage larger.
15094         If this has any bad side effects, we might revert this change.
15095
15096         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
15097         seems to make mail retrieval much, much faster.
15098         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15099         unconditionally.
15100
15101         * gnus-draft.el (gnus-group-send-queue):
15102         Bind message-send-mail-partially-limit to nil to avoid being prompted.
15103
15104 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
15105
15106         * mml.el (mml-attach-buffer): Prompt for `disposition'.
15107
15108         * message.el (message-bogus-address-regexp): Fix and improve custom
15109         type.
15110         (message-setup-hook): Add message-check-recipients as custom option.
15111
15112 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
15113
15114         * message.el (message-cite-function): Remove bogus autoload which crept
15115         in during merge from v5-10.
15116
15117 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15118
15119         * nnimap.el (nnimap-open-connection): Fix login/password bug.
15120
15121         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
15122
15123         * auth-source.el: Preliminary Tramp docs.
15124         (auth-sources): Change the default auth-sources to use
15125         EPA .gpg files.
15126
15127 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
15128
15129         * nntp.el: Autoload `auth-source-user-or-password'.
15130         (nntp-send-authinfo): Use it.
15131
15132         * nnimap.el: Autoload `auth-source-user-or-password'.
15133         (nnimap-open-connection): Use it.
15134
15135         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
15136         for the gnus-message function.
15137         (auth-source-user-or-password): Use it.
15138
15139 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15140
15141         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
15142         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
15143         (rfc2104-hash): Use it.
15144
15145 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
15146
15147         * gnus-art.el (gnus-article-toggle-truncate-lines):
15148         Don't use `iff' in docstring.
15149
15150 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
15151
15152         * gnus-registry.el: Adjusted copyright dates and added a keyword.
15153
15154         * gnus-util.el (gnus-extract-address-component-name)
15155         (gnus-extract-address-component-email): Convenience functions around
15156         `gnus-extract-address-components'.
15157
15158         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15159         Use `gnus-extract-address-component-email' to fix bug of comparing full
15160         sender name to `user-mail-address'.
15161
15162 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
15163
15164         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
15165         catch/throw to optimize.
15166         (gnus-registry-find-keywords): Just use member to find a keyword.
15167
15168 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15169
15170         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
15171         is current before calling gnus-server-prepare.
15172         (gnus-server-setup-buffer, gnus-server-update-server)
15173         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
15174
15175 2008-05-04  Juri Linkov  <juri@jurta.org>
15176
15177         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
15178         (mailcap-file-default-commands): Use mailcap-replace-in-string
15179         instead of replace-regexp-in-string, and mailcap-delete-duplicates
15180         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
15181
15182 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
15183
15184         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
15185
15186 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15187
15188         * gnus.el: Bump version to 0.11.
15189
15190 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15191
15192         * gnus.el: No Gnus v0.10 is released.
15193
15194 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195
15196         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
15197         hooks.
15198         (gnus-update-read-articles): Speed up non-marks-using users.
15199         (gnus-use-marks): Define gnus-use-marks.
15200         (gnus-propagate-marks): Rename variable to something more sensible.
15201
15202 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
15203
15204         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
15205         (gmm-image-load-path-for-library): Fix typos in docstrings.
15206         (gmm-message): Reflow docstring.
15207
15208 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
15209
15210         * mail-source.el (mail-source-set-1, mail-source-bind):
15211         Move auth-source code out of the macro to clean it up and fix bugs.
15212
15213 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
15214
15215         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
15216         by sender if it's equal to user-mail-address, it's likely to be
15217         useless.
15218
15219         * mail-source.el (mail-source-bind): Don't use user or password if they
15220         are not bound.  Unintern them if they are nil.  Don't use server unless
15221         it's bound, and default it to empty string otherwise.
15222
15223 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
15224
15225         * mail-source.el: Load auth-source.el.
15226         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
15227         get user name or password, if auth-sources is set up.
15228
15229         * gnus-registry.el (gnus-registry-split-strategy): New variable for
15230         strategy of splitting with parent.
15231         (gnus-registry-split-fancy-with-parent)
15232         (gnus-registry-post-process-groups): Use it and fix prior
15233         bug (returning a list as the split result).
15234
15235         * auth-source.el (auth-sources): Remove server parameter.
15236         (auth-source-pick, auth-source-user-or-password)
15237         (auth-source-user-or-password-imap)
15238         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15239         (auth-source-user-or-password-sftp)
15240         (auth-source-user-or-password-smtp): Remove server parameter.
15241
15242 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
15243
15244         * smime.el (smime-sign-region, smime-encrypt-region)
15245         (smime-decrypt-region):
15246         Remove redundant calls to `generate-new-buffer-name'.
15247
15248 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
15249
15250         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
15251         Don't use QP for message/rfc822.
15252         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
15253
15254 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15255
15256         * sieve-manage.el (sieve-string-bytes): Remove.
15257         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
15258         correct byte-length only if the process's coding-system is the same as
15259         the one used internally by Emacs to represent strings.
15260
15261 2008-04-22  Juri Linkov  <juri@jurta.org>
15262
15263         * mailcap.el (mailcap-file-default-commands): New function.
15264
15265 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15266
15267         * message.el (message-signature-separator, message-cite-function):
15268         Change custom version.
15269
15270 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15271
15272         * tls.el (tls-program): Add -ign_eof argument to call the openssl
15273         commands.
15274         (tls-checktrust): Ditto.
15275
15276 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
15277
15278         * mm-decode.el (mm-display-external): Make temp file read-only.
15279
15280 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
15281
15282         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
15283         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
15284         `C-c C-f d'.
15285
15286 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
15287
15288         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
15289
15290 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
15291
15292         * gnus.el: Bump version to 0.9.
15293
15294 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
15295
15296         * gnus.el: No Gnus v0.8 is released.
15297
15298 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15299
15300         * mail-source.el (mail-source-value):
15301         Prefer fboundp to functionp so it works with macros as well.
15302
15303 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15304
15305         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15306         Fix last change in case the element is not even a symbol.
15307
15308 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15309
15310         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15311         Prefer fboundp to functionp so it works with macros as well.
15312
15313 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
15314
15315         * auth-source.el: Add docs.
15316         (auth-sources): Modify format to support server.
15317         (auth-source-pick, auth-source-user-or-password)
15318         (auth-source-user-or-password-imap)
15319         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15320         (auth-source-user-or-password-sftp)
15321         (auth-source-user-or-password-smtp): Add server parameter.
15322
15323 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
15324
15325         * gnus-registry.el: Initialize the registry when gnus-registry-install
15326         is t.
15327
15328 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * compface.el (uncompface): Make buffer unibyte.
15331
15332 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15333
15334         * mail-source.el (mail-source-value):
15335         Prefer fboundp to functionp so it works with macros as well.
15336
15337 2008-04-05  Glenn Morris  <rgm@gnu.org>
15338
15339         * gnus-ems.el (mm-disable-multibyte): Autoload it.
15340
15341 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15342
15343         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
15344         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
15345
15346         * nnheader.el (nnheader-init-server-buffer): Change buffer's
15347         multibyteness after rather than before erasing it.
15348
15349         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
15350         mm-with-multibyte.
15351         (gnus-request-article-this-buffer): Make sure the proper decoding is
15352         used if gnus-original-article-buffer happens to be unibyte.
15353
15354         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
15355         default-enable-multibyte-characters.
15356
15357         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
15358         default-enable-multibyte-characters.
15359
15360         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
15361
15362         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
15363
15364 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15365
15366         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15367         Fix last change in case the element is not even a symbol.
15368
15369 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15370
15371         * imap.el (imap-enable-exchange-bug-workaround): New variable.
15372         (imap-message-copyuid-1): Use it.
15373         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15374         J. Williams in
15375         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15376
15377         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
15378         imap-enable-exchange-bug-workaround.
15379         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
15380
15381 2008-04-01  Simon Josefsson  <simon@josefsson.org>
15382
15383         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
15384         a 100 byte status-checks into a 2-3MB transfer for each group.
15385         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
15386         to enable bug workaround or not.
15387         (nnimap-find-minmax-uid): Only enable workaround conditionally.
15388
15389 2008-03-31  Glenn Morris  <rgm@gnu.org>
15390
15391         * message.el (mml2015-use): Declare for compiler.
15392         (message-info): Require mml2015 when appropriate.
15393
15394 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * Makefile.in (EMACS_COMP): Quote directory name that might contain
15397         whitespace.
15398
15399 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15400
15401         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
15402         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
15403         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
15404         (nntp-service-to-port): New function.
15405         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
15406         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
15407         (nntp-open-netcat-stream): New function.
15408         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
15409
15410 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
15411
15412         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
15413
15414 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15415
15416         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
15417
15418 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15419
15420         * dns.el (dns-write): Use set-buffer-multibyte.
15421
15422 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
15423
15424         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
15425
15426 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15427
15428         * message.el (message-signature-separator): Change default.
15429         Improve custom type.
15430         (message-cite-function): Change default to
15431         message-cite-original-without-signature.
15432
15433         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
15434         toggle.
15435
15436         * message.el (message-check-news-body-syntax): Fix signature check.
15437         (message-setup-1): Mark buffer as unmodified _after_ running
15438         message-setup-hook and handling message-alternative-emails.
15439         (message-shorten-references): Be more strict when building list of
15440         valid references to comply with GNKSA.
15441
15442         * gnus-group.el (gnus-read-ephemeral-bug-group)
15443         (gnus-read-ephemeral-debian-bug-group)
15444         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
15445
15446         * message.el (message-info): Don't use booleanp which isn't supported
15447         in Emacs 21 and XEmacs.
15448
15449 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
15450
15451         * gnus-group.el (gnus-gmane-group-download-format): Rename from
15452         gnus-group-gmane-group-download-format.
15453         (gnus-group-read-ephemeral-gmane-group): Rename from
15454         gnus-group-read-ephemeral-gmane-group.
15455         (gnus-read-ephemeral-gmane-group-url): Rename from
15456         gnus-group-read-ephemeral-gmane-group-url.
15457         (gnus-bug-group-download-format-alist): New variable.
15458         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
15459         (gnus-read-ephemeral-emacs-bug-group): New commands.
15460
15461 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15462
15463         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
15464         (gnus-visible-headers): Improve custom type.
15465
15466 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
15467
15468         * mml.el (mml-menu): Add workarounds for XEmacs.
15469
15470         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
15471         X-Boundary header.
15472
15473         * message.el (message-simplify-recipients): Fix previous commit.
15474
15475 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15476
15477         * mm-util.el (mm-set-buffer-multibyte): New function.
15478         * mm-decode.el (mm-copy-to-buffer): Use it.
15479
15480         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
15481         Prefer fboundp to functionp so it works with macros as well.
15482
15483 2008-03-19  Glenn Morris  <rgm@gnu.org>
15484
15485         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
15486         Accidentally removed in the sync process with Emacs.
15487
15488 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
15489
15490         * message.el (message-alter-recipients-discard-bogus-full-name):
15491         New function.
15492         (message-alter-recipients-function): New variable.
15493         (message-get-reply-headers): Use it.
15494         (message-replace-header): New helper function.
15495         (message-recipients-without-full-name): New variable.
15496         (message-simplify-recipients): New command.
15497
15498         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
15499
15500         * message.el (message-info): Handle EasyPG manual.
15501
15502         * mml.el (mml-menu): Add entry for EasyPG.
15503
15504 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
15505
15506         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
15507         parameter.
15508
15509         * message.el (message-disassociate-draft): Specify drafts group name
15510         fully.
15511
15512 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
15513
15514         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15515         Eliminate unnecessary duplicates from the match list.
15516
15517 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
15520
15521         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
15522
15523         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
15524         args of `how-many' of which the XEmacs version doesn't take; declare
15525         Info-index-next as function.
15526
15527 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15528
15529         * gnus-score.el (gnus-score-headers): Fix handling of
15530         gnus-inhibit-slow-scoring.
15531
15532         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
15533         string.
15534         (gnus-button-url-regexp): Improve handling of parenthesis.
15535         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
15536         (gnus-button-handle-info-keystrokes): Handle index entries.
15537
15538 2008-03-15  Glenn Morris  <rgm@gnu.org>
15539
15540         * parse-time.el (parse-time-string): Simplify.
15541
15542 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
15545         Incoming* files.
15546
15547 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
15548
15549         * auth-source.el (auth-sources): Rename from auth-source-choices.
15550         (auth-source-pick): Use it.
15551
15552 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15553
15554         * binhex.el (binhex-decode-region-internal):
15555         * uudecode.el (uudecode-decode-region-internal):
15556         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
15557         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
15558         setting default-enable-multibyte-characters.
15559
15560 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
15561
15562         * auth-source.el (auth-source-protocols)
15563         (auth-source-protocols-customize, auth-source-choices): Add and
15564         modified variable customizations and defaults.
15565         (auth-source-pick, auth-source-user-or-password)
15566         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
15567         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
15568         (auth-source-user-or-password-sftp)
15569         (auth-source-user-or-password-smtp): Use new variables and provide an
15570         interface to netrc.el.
15571
15572 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
15575         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
15576         Make sure the nntp port to specify is a string.
15577
15578 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15579
15580         * nntp.el: Use with-current-buffer.
15581         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
15582         dubious mm-with-unibyte-current-buffer.
15583         (nntp-with-open-group-function): New function extracted from
15584         nntp-with-open-group macro.
15585         (nntp-with-open-group): Use the function, so it's easier to debug.
15586         Add indentation and debugging info.
15587         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
15588         Recommend the use of the netcat alternatives.
15589
15590         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
15591         Avoid mm-string-as-multibyte as well.
15592
15593         * nnweb.el (nnweb-insert-html):
15594         Remove use of nnheader-string-as-multibyte.
15595
15596         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
15597         (nnheader-string-as-multibyte): Remove.
15598
15599         * mm-view.el: Use inhibit-read-only.
15600         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
15601         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
15602         or unibyte-string.
15603
15604         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
15605         (mm-uu-yenc-extract): Use with-current-buffer.
15606
15607         * gnus-soup.el (gnus-soup-send-packet): Don't use
15608         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
15609
15610         * nnmh.el: Use with-current-buffer.
15611         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
15612         mm-string-as-multibyte on the output of mm-encode-coding-string.
15613
15614         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
15615         (nnimap-request-move-article): Use with-current-buffer.
15616
15617         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
15618         inserting the handle-buffer's text, so the implicit multibyte->unibyte
15619         conversion uses string-make-unibyte rather than string-as-unibyte.
15620
15621         * gnus-msg.el: Use with-current-buffer.
15622
15623         * message.el (message-ignored-resent-headers): Add "Delivered-To".
15624
15625 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
15626
15627         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
15628         string for caching if it is 'PIN.
15629
15630 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * lpath.el: Consider the case without Emacs/W3.
15633
15634 2008-03-08  Glenn Morris  <rgm@gnu.org>
15635
15636         * time-date.el (date-to-time, time-subtract, time-add)
15637         (safe-date-to-time): Doc fixes.
15638
15639 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
15640
15641         * mail-source.el (mail-source-delete-old-incoming-confirm):
15642         Change default to nil.
15643         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
15644
15645 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * lpath.el: Rearrange.
15648
15649         * gnus-art.el (gnus-narrow-to-page): Position point properly.
15650         (gnus-article-goto-prev-page): Work for articles having ^L's.
15651
15652         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
15653
15654         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
15655
15656 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
15657
15658         * gnus-bookmark.el: Adjust for renames in bookmark.el.
15659         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
15660         (gnus-bookmark-jump): Adjust some variable names.
15661
15662 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
15663
15664         * auth-source.el: New package.
15665         (auth-source-choices): Add customization entry point variable.
15666
15667         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
15668         bug.
15669
15670 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
15671
15672         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
15673         (gnus-registry-initialize, gnus-registry-install-p): Use it.
15674         (gnus-registry-install-shortcuts): Rename from
15675         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
15676         the `gnus-registry-mark-map' keymap dynamically from
15677         `gnus-registry-marks'.  The generated functions update the summary line
15678         when a registry mark is added or deleted, and will call
15679         `gnus-registry-install-p' (see the comments in the code).
15680         (gnus-registry-user-format-function-M): Use concat intelligently.
15681
15682         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
15683         the registry mark functions.
15684
15685 2008-03-05  Glenn Morris  <rgm@gnu.org>
15686
15687         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
15688         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
15689         gnus-art.
15690         (top-level): No need to load own source when compiling.
15691
15692 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15693
15694         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
15695         Suggested by <chris.anderton@zetnet.co.uk>.
15696
15697 2008-03-04  Glenn Morris  <rgm@gnu.org>
15698
15699         * gnus-sum.el (top-level): No need to require gnus when compiling,
15700         since unconditionally required near start of file.
15701         (gnus-summary-display-while-building): Move definition before use.
15702
15703 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15704
15705         * gnus-registry.el (gnus-registry-user-format-function-M):
15706         Add formatting function.
15707
15708 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15709
15710         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
15711         with plists.
15712         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
15713         Use new format.
15714
15715 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
15718         `where-is-internal' that returns a range of key sequences.
15719
15720 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15721
15722         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
15723
15724         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
15725         (gnus-summary-jump-to-group): Consider windows on other displayed
15726         frames as well.  Similar changes might be needed elsewhere, but that's
15727         the one I've bumped into during my use.
15728
15729         * nndoc.el (nndoc-oe-dbx-type-p):
15730         * gnus-msg.el (gnus-debug):
15731         * gnus-group.el (gnus-update-group-mark-positions):
15732         Use mm-string-to-multibyte.
15733
15734 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15735
15736         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
15737         doesn't handle NotDashEscaped.
15738
15739         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
15740         (mml-dnd-attach-options): Fix typo in custom choice.
15741
15742         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
15743         Change nndoc-article-type to mbox.
15744         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
15745
15746         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
15747         to nil, instead of html2text.
15748
15749         * imap.el (imap-debug): Add `imap-ping-server'.
15750
15751         * gnus-bookmark.el: Add FIXMEs.
15752
15753         * message.el (message-form-letter-separator)
15754         (message-send-form-letter-delay): New variables.
15755         (message-send-form-letter): Use them.  New command to send form
15756         letters.  Requested by Uwe Siart.
15757         (message-send-mail-function): Doc fix.  Add "Other" custom option.
15758
15759 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15760
15761         * Update copyright years.
15762
15763 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15764
15765         Sync from EMACS_22_BASE.
15766
15767         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
15768
15769 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
15770
15771         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
15772         empty author.
15773
15774 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
15775
15776         * gnus-registry.el (gnus-registry-marks): Add variable for
15777         customization of marks and their appearance.
15778         (gnus-registry-read-mark): Use it.
15779         (gnus-registry-do-marks): Add utility function to loop through
15780         `gnus-registry-marks'.
15781         (gnus-registry-install-shortcuts-and-menus): Add function to install
15782         shortcuts and menus.
15783         (gnus-registry-initialize): Use it.
15784         (gnus-registry-default-mark): Clarify documentation.
15785
15786 2008-02-29  Glenn Morris  <rgm@gnu.org>
15787
15788         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
15789         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
15790         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
15791         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
15792         Change defcustom :version from 23.0 to 23.1.
15793
15794 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
15795
15796         * gnus-registry.el (gnus-registry-follow-group-p)
15797         (gnus-registry-post-process-groups): Add functions to aid registry
15798         splitting and improve logging.  Clarify behavior in function
15799         documentation.
15800         (gnus-registry-split-fancy-with-parent): Use them.
15801
15802 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15803
15804         * gnus-art.el: Use with-current-buffer.
15805
15806 2008-02-27  David Engster  <dengste@eml.cc>
15807
15808         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
15809         Express real group name in the response.
15810
15811 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
15814         (nnmairix-last-server, nnmairix-current-server): Defvar them.
15815         (nnmairix-goto-original-article): Defvar gnus-registry-install and
15816         autoload gnus-registry-fetch-group when compiling.
15817         (nnmairix-request-group-with-article-number-correction):
15818         Remove unreferenced argument passed to nnmairix-call-backend.
15819
15820 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15821
15822         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
15823         (mm-uu-extract): Improve face for low color ttys.
15824         Reported by Sascha Wilde.
15825
15826 2008-02-27  Glenn Morris  <rgm@gnu.org>
15827
15828         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
15829         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
15830         variables to defconsts.  Convert comments to doc-strings.
15831         (nnmairix-last-server, nnmairix-current-server): Convert from free
15832         variables to defvars.  Convert comments to doc-strings.
15833         (gnus-registry-fetch-group): Autoload.
15834         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
15835         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
15836         (nnmairix-widget-build-editable-fields): Use car cddr rather than
15837         caddr.
15838         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
15839         nnmairix-request-group-with-article-number-correction call.
15840         (nnmairix-fast, nnmairix-group): New, less general names, for free
15841         variables passed from nnmairix-request-group to
15842         nnmairix-request-group-with-article-number-correction.  Declare.
15843         (nnmairix-request-group-with-article-number-correction):
15844         Use nnmairix-fast, nnmairix-group rather than fast, group.
15845
15846 2008-02-26  David Engster  <dengste@eml.cc>
15847
15848         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
15849         version 0.5.
15850
15851 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15852
15853         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
15854         instead of making an extra function call.  Don't add the current group
15855         to articles only when they have the group.  Use
15856         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
15857         Reported by David <de_bb@arcor.de>.
15858
15859 2008-02-24  Miles Bader  <miles@gnu.org>
15860
15861         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
15862         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
15863         (mm-find-mime-charset-region):
15864         * mm-bodies.el (mm-encode-body):
15865         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
15866
15867 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
15870         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
15871
15872 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
15873
15874         * mail-source.el (mail-source-delete-incoming): Change default.
15875         Supplement doc string.
15876
15877         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
15878
15879 2008-02-14  Glenn Morris  <rgm@gnu.org>
15880
15881         * time-date.el (format-seconds): New function.
15882
15883 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15884
15885         * nnmail.el (nnmail-message-id-cache-file): Derive from
15886         `gnus-home-directory'.
15887
15888 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
15889
15890         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
15891         Document negative prefix.
15892
15893         * gnus-group.el (gnus-group-read-group): Document negative prefix.
15894
15895 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15896
15897         * message.el (message-unsent-separator): Add the Exim bounce
15898         separator.
15899
15900 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
15901
15902         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
15903         list.
15904         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
15905         recipient/signer list.
15906
15907 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * Makefile.in (datarootdir): Define.
15910         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
15911         name that might contain whitespace.
15912
15913 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15914
15915         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
15916         fbound (Emacs 23 unicode), signal an error.
15917
15918 2008-02-08  Glenn Morris  <rgm@gnu.org>
15919
15920         * gnus-art.el (pgg-display-output-buffer): Declare as function.
15921
15922 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
15923
15924         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
15925         ports to the calls to `netrc-machine-user-or-password' in addition to
15926         "imap" and "imaps".
15927
15928 2008-02-01  Zhang Wei  <id.brep@gmail.com>
15929
15930         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
15931
15932         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
15933
15934 2008-02-01  Kenichi Handa  <handa@m17n.org>
15935
15936         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
15937         rfc2104-hexstring-to-bitstring and changed to return a byte list.
15938         (rfc2104-hash): Convert the result of concat to unibyte string.
15939
15940 2008-02-01  Dave Love  <fx@gnu.org>
15941
15942         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
15943         coding-system-for-read.
15944         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
15945
15946 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
15947
15948         * gnus.el (gnus-group-startup-message): Add `find-image' call before
15949         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
15950         <hanche@math.ntnu.no>.
15951
15952 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
15955
15956         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
15957
15958 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
15959
15960         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
15961         * message.el (message-beginning-of-line): Use featurep instead of bound
15962         tests in order to resolve conditionals at compile time.
15963
15964 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
15965
15966         * mail-source.el (mail-sources): Add `group' choice.
15967
15968         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
15969         parameter `in-group' to control into which group the articles go.
15970         Add treatment of `group' mail-source.
15971
15972 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15973
15974         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
15975
15976         * mm-decode.el (mm-dissect-buffer): Decode description.
15977
15978         * mml.el (mml-to-mime): Encode message header first.
15979
15980 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
15983         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
15984
15985         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
15986         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
15987
15988 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
15989
15990         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
15991
15992 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
15995         prefix keys.
15996         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
15997         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
15998         gnus-xmas.el.
15999
16000         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
16001         (gnus-xmas-article-describe-bindings): New function.
16002         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
16003         gnus-xmas-article-describe-bindings.
16004
16005         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
16006
16007 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
16008
16009         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
16010         Add new variables for article mark management.
16011         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
16012         list of extra data entries which, when present, will indicate that the
16013         article ID should not be trimmed from the registry.
16014         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
16015         functions.
16016         (gnus-registry-read-mark): New function to read a mark name from the
16017         user.
16018         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
16019         (gnus-registry-set-article-mark-internal): New functions to add and
16020         remove marks.
16021         (gnus-registry-get-article-marks): New function to show the marks for
16022         an article, or retrieve them for further use.
16023
16024 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
16027         keys when no argument is given.
16028
16029 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16030
16031         * imap.el (imap-ping-server): New variable.
16032         (imap-opened): On add extra ping if imap-ping-server is non-nil.
16033         (imap-ping-server): Minor doc string fixes.
16034
16035 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
16036
16037         * imap.el (imap-ping-server): New function.
16038         (imap-opened): Call imap-ping-server.
16039
16040 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
16041
16042         * gnus-sum.el (gnus-article-sort-by-random)
16043         (gnus-thread-sort-by-random): Fix doc strings.
16044         Reported by jidanni@jidanni.org.
16045
16046 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * gnus-art.el (gnus-article-describe-bindings): New function.
16049         (gnus-article-read-summary-keys): Use it.
16050         (gnus-article-mode-map): Bind `C-h b' to it.
16051
16052 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16053
16054         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
16055         XEmacs.
16056         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16057         Protect against non-character events.
16058
16059         * lpath.el: Fbind map-keymap for Emacs 21.
16060
16061 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
16062
16063         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
16064         New command.
16065         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
16066         instead of END.  Change name of the temp file.
16067         (gnus-group-gmane-group-download-format): Add doc string.  Make it
16068         customizable.
16069
16070 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
16073         bind `S W' to gnus-article-wide-reply-with-original; set default
16074         binding to gnus-article-read-summary-send-keys.
16075         (gnus-article-read-summary-keys): Fix the order of keys; display
16076         continuation keys correctly in the echo area; describe bindings
16077         correctly when keys end with `C-h'.
16078         (gnus-article-read-summary-send-keys): New function.
16079         (gnus-article-describe-key, gnus-article-describe-key-briefly):
16080         Work for gnus-article-read-summary-send-keys; display continuation keys
16081         correctly in the echo area.
16082         (gnus-article-reply-with-original): Ignore prefix argument.
16083         (gnus-article-wide-reply-with-original): New function.
16084
16085         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
16086         Emacs 21.
16087
16088 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
16091         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
16092
16093 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16094
16095         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
16096         (gnus-group-read-ephemeral-gmane-group): New command.
16097
16098 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
16099
16100         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
16101
16102 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16103
16104         * message.el (message-send-mail-function): Increase custom version.
16105
16106         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
16107         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
16108
16109 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16110
16111         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
16112         for the cases where imap-authenticate is called with a nil buffer
16113         parameter.
16114
16115 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16116
16117         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
16118         html parts correctly; support forwarded messages.
16119         (gnus-article-browse-html-article): Remove work buffers.
16120
16121         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
16122         compiling.
16123         (netrc-bound-and-true-p): New macro.
16124         (netrc-parse): Use it instead of bound-and-true-p that is not available
16125         in XEmacs 21.4.
16126
16127 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
16128
16129         * gnus-registry.el (gnus-registry-mark-article)
16130         (gnus-registry-article-marks): Add functionality to mark articles
16131         through the Gnus registry.
16132
16133         * encrypt.el: Clarify documentation for the new pgg method.
16134         (encrypt-file-alist): Add PGG option.
16135         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
16136         functionality.  Abstract password key and messaging to external
16137         functions.
16138         (encrypt-password-key, encrypt-get-passphrase-if-needed)
16139         (encrypt-message-method-and-cipher): Add new convenience external
16140         functions.
16141         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
16142         (encrypt-pgg-process-buffer): Add PGG functionality glue.
16143
16144         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
16145         (netrc-parse): Use encrypt-file-alist to determine if
16146         encrypt-find-model or encrypt-insert-file-contents should be used.
16147
16148         * encrypt.el: Clarify documentation.  Load password-cache or
16149         password, whichever one is found first, instead of autoloading.
16150
16151 2007-12-19  Glenn Morris  <rgm@gnu.org>
16152
16153         * mml.el (message-options-set, message-narrow-to-head)
16154         (message-in-body-p, message-mail-p, message-encode-message-body):
16155         Autoload.
16156         (message-remove-header, message-narrow-to-headers-or-head)
16157         (message-subscribed-p, message-make-mail-followup-to)
16158         (message-position-on-field, message-news-p)
16159         (message-options-set-recipient, message-generate-headers)
16160         (message-sort-headers): Declare as functions.
16161
16162 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
16163
16164         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
16165         convention in doc string.
16166
16167 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
16170         title to html parts.
16171         (gnus-article-browse-html-article): Pass message header to it.
16172
16173         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
16174
16175 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
16176
16177         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
16178         or password compatible with XEmacs.
16179
16180 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
16181
16182         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
16183         format document.
16184         (gnus-mime-delete-part): Don't write description line if empty.
16185         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
16186
16187 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
16188
16189         * gnus-sum.el (gnus-summary-mark-unread-as-read)
16190         (gnus-summary-mark-read-and-unread-as-read)
16191         (gnus-summary-mark-current-read-and-unread-as-read)
16192         (gnus-summary-mark-unread-as-ticked): Doc fix.
16193         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
16194
16195 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
16198         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16199
16200 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
16201
16202         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
16203         yes-or-no-p.
16204
16205 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * mm-decode.el (mm-add-meta-html-tag): New function.
16208         (mm-save-part-to-file, mm-pipe-part): Use it.
16209
16210         * gnus-art.el (gnus-article-browse-delete-temp-files):
16211         Use gnus-y-or-n-p instead of y-or-n-p.
16212         (gnus-article-browse-html-parts): Work with message/external-body; use
16213         mm-add-meta-html-tag.
16214
16215 2007-12-11  Glenn Morris  <rgm@gnu.org>
16216
16217         * gnus-cache.el: Require gnus-sum not just when compiling.
16218
16219         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
16220
16221         * gnus-int.el (gnus-server-opened, gnus-status-message):
16222         Move definitions before use.
16223
16224         * mm-decode.el: Require gnus-util.
16225         (mm-remove-part): Only call delete-annotation on XEmacs.
16226
16227         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
16228
16229         * nnmail.el: Require gnus-int.
16230
16231         * spam.el: Move `require's before `eval-when-compile's.
16232
16233         * gnus-ems.el (gnus-alive-p):
16234         * gnus-fun.el (message-goto-eoh):
16235         * gnus-util.el (gnus-group-name-decode):
16236         * mail-source.el (gnus-compress-sequence):
16237         * message.el (Info-goto-node, format-spec):
16238         * mm-bodies.el (message-options-get):
16239         * mm-decode.el (mm-view-pkcs7):
16240         * mm-util.el (gmm-write-region):
16241         * mml-smime.el (mml-compute-boundary)
16242         (gnus-completing-read-with-default):
16243         * mml.el (widget-button-press, gnus-make-hashtable):
16244         * mml1991.el (mm-decode-content-transfer-encoding)
16245         (mm-encode-content-transfer-encoding)
16246         (message-options-get, message-options-set):
16247         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
16248         * nnfolder.el (gnus-request-group):
16249         * nnheader.el (ietf-drums-unfold-fws):
16250         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
16251         * smime.el (gnus-run-mode-hooks):
16252         * spam-stat.el (gnus-message): Autoload.
16253
16254         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
16255         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
16256         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
16257         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
16258         Add declare-function compatibility definition.
16259
16260         * gnus-cache.el (nnvirtual-find-group-art):
16261         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
16262         (gnus-add-image, gnus-add-wash-type):
16263         * gnus-group.el (nnkiboze-score-file):
16264         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
16265         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
16266         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
16267         (message-tokenize-header, gnus-get-buffer-create)
16268         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
16269         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
16270         * gnus.el (gnus-group-decoded-name):
16271         * mail-source.el (imap-capability):
16272         * mm-bodies.el (message-options-set):
16273         * mm-decode.el (gnus-configure-windows):
16274         * mm-extern.el (message-goto-body):
16275         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
16276         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
16277         (epg-sub-key-validity, message-options-set):
16278         * mml.el (widget-event-point, gnus-configure-windows):
16279         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
16280         * mml2015.el (epg-check-configuration, epg-configuration)
16281         (message-options-set):
16282         * nndb.el (nndb-request-article):
16283         * nnfolder.el (gnus-request-create-group):
16284         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
16285         * nnmaildir.el (gnus-group-mark-article-read):
16286         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
16287         * rfc1843.el (message-fetch-field):
16288         * spam.el (gnus-extract-address-components):
16289         Declare as functions.
16290
16291 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
16294
16295         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
16296
16297         * lpath.el: Fbind run-mode-hooks for Emacs 21;
16298         bind show-trailing-whitespace for XEmacs.
16299
16300 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16301
16302         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
16303         new no-op macro for backward compatibility.
16304
16305         * imap.el (imap-string-to-integer): New function.
16306
16307 2007-12-09  Glenn Morris  <rgm@gnu.org>
16308
16309         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
16310
16311         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
16312         * message.el, mm-view.el, sieve-manage.el, smime.el:
16313         Add declare-function compatibility definition.
16314
16315         * gnus-art.el (w3-region, w3m-region, Info-menu):
16316         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
16317         * gnus-sum.el (gnus-get-predicate):
16318         * gnus-util.el (mm-append-to-file, w32-focus-frame):
16319         * message.el (mail-abbrev-in-expansion-header-p):
16320         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
16321         (w3m-detect-meta-charset, w3m-region):
16322         * sieve-manage.el (password-read, password-cache-add)
16323         (password-cache-remove):
16324         * smime.el (password-read-and-add): Declare as functions.
16325
16326 2007-12-08  David Kastrup  <dak@gnu.org>
16327
16328         * gnus-sum.el (gnus-summary-simplify-subject-query):
16329         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
16330         `message'.
16331
16332 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
16335         it to bind idna-program, installation-directory, defined-colors, and
16336         face-attribute for XEmacs of the version that compiles defcustom forms.
16337
16338 2007-12-07  Glenn Morris  <rgm@gnu.org>
16339
16340         * gnus-art.el (article-make-date-line): Revert previous change.
16341
16342 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16343
16344         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
16345
16346 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
16347
16348         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
16349         Call gnus-add-to-range ranges only once with a prepared article-list.
16350
16351 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
16352
16353         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
16354         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
16355         group names with backslashes.
16356         Reported by Tassilo Horn <tassilo@member.fsf.org>.
16357
16358 2007-12-06  Deepak Goel  <deego3@gmail.com>
16359
16360         * gnus-art.el (article-make-date-line):
16361         * gnus-start.el (gnus-load):
16362         * pop3.el (pop3-read-response): Fix buggy call to `error'.
16363
16364 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16365
16366         * gnus-art.el (gnus-use-idna):
16367         * gnus-start.el (gnus-site-init-file):
16368         * message.el (message-use-idna):
16369         * mm-uu.el (mm-uu-hide-markers):
16370         * smiley.el (smiley-style): Revert changes that suppress warnings.
16371
16372 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
16375         specify charset to html source.
16376         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
16377
16378 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
16381         idna-program in order to suppress byte compile warning issued by XEmacs
16382         that came to byte compile the default value section of defcustom forms
16383         recently.
16384
16385         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
16386         value of installation-directory.
16387
16388         * message.el (message-use-idna): Don't directly refer to the value of
16389         idna-program.
16390
16391         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
16392
16393         * smiley.el (smiley-style): Don't directly call face-attribute.
16394
16395 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
16396
16397         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
16398
16399         * gnus-dired.el: Reduce Gnus dependencies.
16400         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
16401         Don't require.  Use autoloads instead.
16402         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
16403         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
16404         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
16405         (gnus-dired-mode): Adjust doc string.
16406         (gnus-dired-mail-mode): New variable.
16407         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
16408         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
16409         (gnus-dired-mail-buffers): New function.  Return mail or message
16410         composition buffers.
16411         (gnus-dired-attach): Use it.
16412         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
16413         NO-DECODE.
16414         (gnus-dired-print): Use `gnus-print-buffer' depending on
16415         `gnus-dired-mail-mode'.
16416
16417 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * rfc2047.el (rfc2047-encoded-word-regexp)
16420         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
16421         explaining what regexp patterns are for.
16422
16423 2007-12-04  Glenn Morris  <rgm@gnu.org>
16424
16425         * password.el: Move to password-cache.el.
16426
16427         * mml1991.el (password-read, password-cache-add, password-cache-remove):
16428         * mml2015.el (password-read, password-cache-add, password-cache-remove):
16429         * mml-smime.el (password-read, password-cache-add)
16430         (password-cache-remove):
16431         No need to autoload, since mml-sec requires password.
16432
16433         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
16434         * message.el (gnus-extract-address-components):
16435         * mml-smime.el (gnus-extract-address-components): Define for compiler.
16436
16437         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
16438         password.
16439
16440 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16441
16442         * mailcap.el: Reduce dependencies.
16443         (mail-header-parse-content-type): Autoload.
16444         (mailcap-delete-duplicates): New alias.
16445         (mailcap-mime-info): Add optional argument NO-DECODE.
16446         (mailcap-mime-types): Use mailcap-delete-duplicates.
16447
16448         * message.el (message-ignored-supersedes-headers): Add "X-ID".
16449
16450 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
16451
16452         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
16453         (imap-parse-status): Upcase status-att for servers that sends them
16454         lower-case (e.g., MS Exchange 2007).
16455
16456 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16457
16458         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
16459         function.
16460
16461         * gnus-uu.el (gnus-uu-decode-yenc): New command.
16462         (gnus-uu-yenc-article): New function.
16463
16464         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
16465
16466         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
16467
16468 2007-12-02  Glenn Morris  <rgm@gnu.org>
16469
16470         * binhex.el (binhex): New custom group.
16471         (binhex-decoder-program, binhex-decoder-switches)
16472         (binhex-use-external): Move to the binhex custom group.
16473
16474         * uudecode.el (uudecode): New custom group.
16475         (uudecode-decoder-program, uudecode-decoder-switches)
16476         (uudecode-use-external): Move to the uudecode custom group.
16477
16478         * netrc.el (top-level): Don't load `encrypt' features.
16479         (netrc-parse): Don't use encrypt.
16480         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16481
16482         * encrypt.el: Remove file.
16483
16484 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
16485
16486         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
16487         matches on patches.
16488
16489         * gnus-art.el (gnus-article-browse-html-article):
16490         Mention `mm-text-html-renderer' in the doc string.
16491
16492         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
16493         string.  Add comments.
16494
16495         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
16496         if rhs is ASCII.
16497
16498 2007-12-01  Glenn Morris  <rgm@gnu.org>
16499
16500         * mail-source.el (top-level): Require format-spec before
16501         eval-when-compile.
16502
16503 2007-11-30  Glenn Morris  <rgm@gnu.org>
16504
16505         * encrypt.el: Require password, rather than autoloading password-read.
16506
16507 2007-11-29  Glenn Morris  <rgm@gnu.org>
16508
16509         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
16510         (sasl-make-client, sasl-next-step, sasl-step-data)
16511         (sasl-step-set-data): Declare as functions.
16512
16513 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
16514
16515         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
16516
16517 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
16518
16519         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
16520         certs should be verified and what is to be done in the event of a
16521         verification failure.
16522
16523         * gnus.el (gnus-method-to-server): Add an optional parameter so the
16524         caller can indicate whether the cache should be disregarded for this
16525         call.  This way the result of the call is reproducible at all times and
16526         can be considered a canonical server name for the supplied method.
16527         (gnus-agent-method-p): Canonicalize server names by pushing their
16528         method through `gnus-method-to-server' using the no-cache argument.
16529
16530         * gnus-srvr.el (gnus-server-insert-server-line):
16531         Call `gnus-method-to-server' with `no-cache' argument.
16532
16533         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
16534         gnus-agent-possibly-synchronize-flags as this should be called when the
16535         server is actually being opened.
16536         (gnus-agent-possibly-synchronize-flags)
16537         (gnus-agent-possibly-synchronize-flags-server): Move check for the
16538         flags file of an agentized server to the latter function.
16539
16540         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
16541         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
16542         after a connection has been established successfully.
16543
16544 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-art.el (article-display-face): Force to display face if called
16547         interactively; check if gnus-article-x-face-too-ugly matches author.
16548         (article-display-x-face): Display face even if From header is missing
16549         as article-display-face does.
16550
16551 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
16552
16553         * hashcash.el (message-narrow-to-headers-or-head)
16554         (message-fetch-field, message-goto-eoh)
16555         (message-narrow-to-headers): Declare as functions.
16556
16557 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
16558
16559         * mail-source.el (mail-sources): Default to fetch from file for
16560         compatibility with default of nnmail-spool-file.
16561
16562 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
16565         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
16566         to look for encoded word that should be encoded again.
16567         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
16568         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
16569         encoding pattern.
16570         (rfc2047-decode-region): Switch strict regexp and loose one according
16571         to rfc2047-allow-irregular-q-encoded-words.
16572
16573 2007-11-25  Romain Francoise  <romain@orebokech.com>
16574
16575         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
16576
16577 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16578
16579         * tls.el (tls-program): Provide more custom choices from
16580         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
16581         (tls-process-connection-type, tls-success): Remove "*" in doc string.
16582
16583 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16584
16585         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
16586         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
16587
16588         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
16589         `nnmail-spool-file'.
16590
16591         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
16592         `nnmail-spool-file'.
16593
16594         * gnus-move.el (gnus-change-server): Ditto.
16595
16596         * gnus-kill.el (gnus-batch-score): Ditto.
16597
16598         * gnus-cache.el (gnus-jog-cache): Ditto.
16599
16600         * gnus-msg.el (gnus-summary-reply):
16601         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
16602
16603 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16604
16605         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
16606         version.  Minor improvement to doc strings.
16607         (tls-program): Add comment.
16608
16609 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
16610
16611         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
16612         (tls-checktrust): New variable.  Check if GNU TLS complained about a
16613         mismatch between the hostname provided in the certificate and the name
16614         of the host connnecting to.
16615         (open-tls-stream): Use them.  Check certificates against trusted root
16616         certificates.
16617
16618 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * gnus-cache.el (gnus-cache-generate-nov-databases):
16621         Use nnml-generate-nov-databases-directory instead of
16622         nnml-generate-nov-databases-1.
16623
16624 2007-11-24  Glenn Morris  <rgm@gnu.org>
16625
16626         * message.el (message-tool-bar-retro): Update for rename
16627         mail_send.xpm->mail-send.xpm.
16628
16629 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
16630
16631         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
16632         `smime-ldap-search' for Emacs 22 and up.
16633
16634 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16635
16636         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
16637
16638         * message.el (message-send-mail-function): Fix error convention.
16639         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
16640         (message-widen-reply, message-send-mail, message-talkative-question)
16641         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
16642         (message-clone-locals, message-send-news): Use with-current-buffer.
16643         (message-insert-or-toggle-importance): Remove unused var `valid'.
16644         (message-make-references): Remove unused var `new-references'.
16645         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
16646
16647 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
16648
16649         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
16650         (spam-split-symbolic-return-positive): Reflow docstring.
16651         (spam-backends, spam-summary-exit-behavior)
16652         (spam-mark-ham-unread-before-move-from-spam-group)
16653         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
16654         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16655         (spam-clear-cache, spam-backend-check, spam-install-backend)
16656         (spam-install-statistical-backend, spam-list-of-processors)
16657         (spam-group-processor-p, spam-split, spam-bogofilter-score)
16658         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
16659         (spam-check-crm114, spam-initialize, spam-unload-hook):
16660         Fix typos in docstrings.
16661
16662 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
16665         been checked if they have never been read and those group levels are
16666         higher than the one that a user specified.
16667
16668 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
16671         foreign groups unless a group level is specified by a user.
16672         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
16673
16674 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
16675
16676         * message.el (message-send-mail-function): Require sendmail.
16677
16678 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
16679
16680         * message.el (message-send-mail-function): Check for smtpmail too.
16681
16682         * utf7.el (utf7-encode, utf7-decode): Use coding system
16683         `utf-7'/`utf-7-imap' from utf-7.el' if available.
16684
16685         * message.el (message-send-mail-function): New function.
16686         (message-send-mail-function): Set default using
16687         message-send-mail-function.  Adjust doc string.
16688         (message-send-mail-with-mailclient): New function.
16689
16690 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
16691
16692         * smime.el (from):
16693         * rfc2047.el (message-posting-charset):
16694         * qp.el (mm-use-ultra-safe-encoding):
16695         * pop3.el (parse-time-months):
16696         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
16697         * nnml.el (files):
16698         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
16699         (jka-compr-compression-info-list, ange-ftp-path-format)
16700         (efs-path-regexp):
16701         * nndiary.el (files):
16702         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
16703         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
16704         (epg-digest-algorithm-alist, inhibit-redisplay)
16705         (password-cache-expiry):
16706         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
16707         (pgg-output-buffer, password-cache-expiry):
16708         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
16709         (efs-path-regexp):
16710         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
16711         (inhibit-redisplay):
16712         * mm-uu.el (file-name, start-point, end-point, entry)
16713         (gnus-newsgroup-name, gnus-newsgroup-charset):
16714         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
16715         (latin-unity-ucs-list):
16716         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
16717         (mm-uu-binhex-decode-function):
16718         * message.el (gnus-message-group-art, gnus-list-identifiers)
16719         (rmail-enable-mime-composing, gnus-local-organization)
16720         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
16721         (gnus-read-active-file, facemenu-add-face-function)
16722         (facemenu-remove-face-function, gnus-article-decoded-p)
16723         (tool-bar-mode):
16724         * mail-source.el (display-time-mail-function):
16725         * gnus-util.el (nnmail-pathname-coding-system)
16726         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
16727         (gnus-original-article-buffer, gnus-user-agent)
16728         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
16729         (xemacs-codename, sxemacs-codename, emacs-program-version):
16730         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
16731         * gnus-start.el (gnus-agent-covered-methods)
16732         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
16733         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
16734         (gnus-newsgroup-headers, gnus-group-list-mode)
16735         (gnus-group-mark-positions, gnus-newsgroup-data)
16736         (gnus-newsgroup-unreads, nnoo-state-alist)
16737         (gnus-current-select-method, mail-sources)
16738         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
16739         (nnmail-spool-file, gnus-cache-active-hashtb):
16740         * gnus-mh.el (mh-lib-progs):
16741         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
16742         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
16743         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
16744         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
16745         (gnus-group-buffer):
16746         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
16747         (font-lock-set-defaults):
16748         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
16749         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
16750         (gnus-summary-post-menu, total-parts, type, condition, length):
16751         * gnus-agent.el (gnus-agent-read-agentview):
16752         * flow-fill.el (show-trailing-whitespace):
16753         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
16754         eval-and-compile wrappers for byte compiler pacifiers.
16755
16756         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
16757         (mm-display-inline-fontify): Check for featurep 'xemacs not
16758         extent-list.
16759
16760         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
16761         itimer-list.
16762         (mm-create-image-xemacs): Only do something for XEmacs.
16763         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
16764
16765         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
16766
16767         * gnus-registry.el (gnus-adaptive-word-syntax-table):
16768         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
16769
16770 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
16771
16772         * nnimap.el (nnimap-split-download-body):
16773         * gnus-demon.el (gnus-demon):
16774         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
16775
16776 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
16779         New macros.
16780         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
16781         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
16782         copy data from unibyte buffer to multibyte current buffer.
16783         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
16784         to copy data from unibyte current buffer to multibyte buffer.
16785         (nntp-make-process-buffer): Make process buffer unibyte.
16786
16787         * pop3.el (pop3-open-server): Fix typo in Lisp code.
16788
16789 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
16790
16791         * pop3.el (pop3-open-server): Accept and process data more robustly at
16792         connection start to avoid spurious "POP SSL connection failed" errors.
16793
16794 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
16797         read group names.
16798
16799 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
16800
16801         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
16802
16803 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * nnmail.el (nnmail-parse-active): Make group names unibyte.
16806         (nnmail-save-active): Use a unibyte buffer when saving active file,
16807         which may contain non-ASCII group names.
16808
16809         * nnml.el (nnml-request-group): Decode group names in messages.
16810
16811 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
16812
16813         * message.el (message-citation-line-function)
16814         (message-insert-formatted-citation-line): Fix spelling of
16815         `message-insert-formated-citation-line'.
16816
16817 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16818
16819         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
16820
16821 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
16824         nnmail-pathname-coding-system.
16825
16826         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
16827         that a user enters; decode group names in messages.
16828
16829         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
16830
16831 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16832
16833         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
16834
16835         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
16836
16837         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
16838         risky local variable.
16839
16840         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
16841
16842 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
16843
16844         * encrypt.el: Improve documentation to fix function name typo.
16845         Reported by Daiki Ueno <ueno@unixuser.org>.
16846
16847 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
16850         even if the point is not in the last page of an article.
16851         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
16852         back to the previous page.
16853
16854 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
16855
16856         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
16857
16858 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
16861
16862 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16863
16864         * message.el (message-check-news-body-syntax):
16865         Avoid mm-string-as-multibyte.
16866         (message-hide-headers): Don't assume (point-min)==1.
16867
16868 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16869
16870         * message.el (message-remove-blank-cited-lines): Fix if remove is
16871         given.
16872         (message-bogus-address-regexp): New variable.
16873         (message-bogus-recipient-p): New function.
16874         (message-check-recipients): New command.
16875         (message-syntax-checks): Add `bogus-recipient'.
16876         (message-fix-before-sending): Add `bogus-recipient'.
16877
16878         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
16879         (gnus-treat-body-boundary): Don't test window-system.
16880
16881 2007-10-28  Leo Liu  <sdl.web@gmail.com>
16882
16883         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
16884
16885 2007-10-28  Miles Bader  <miles@gnu.org>
16886
16887         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
16888         at compile-time too.
16889
16890 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16891
16892         * gnus-msg.el (gnus-message-setup-hook):
16893         Add `message-remove-blank-cited-lines' to options.
16894
16895 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16896
16897         * message.el (message-remove-blank-cited-lines): New function.
16898         Suggested by Karl Plästerer.
16899
16900 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16901
16902         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
16903         mapc.
16904
16905         * imap.el (imap-open): Replace mapcar called for effect with mapc.
16906         (top-level): Use mapc to set functions to be traced for debugging.
16907
16908         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
16909         called for effect with while loop.
16910
16911         * message.el (message-talkative-question): Replace mapcar called for
16912         effect with mapc.
16913
16914         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
16915         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
16916         called for effect with dolist.
16917
16918         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
16919
16920         * nndiary.el: Use dolist instead of mapcar to add diary headers to
16921         gnus-extra-headers and nnmail-extra-headers.
16922
16923         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
16924         called for effect with dolist.
16925         (top-level): Use mapc to set functions to be traced for debugging.
16926
16927         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
16928         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
16929         dolist.
16930
16931         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
16932         Replace mapcar called for effect with mapc.
16933         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
16934         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
16935         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
16936         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
16937
16938         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
16939         remove-if that's a cl function.
16940
16941         * webmail.el (webmail-debug): Replace mapcar called for effect with
16942         dolist.
16943
16944         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
16945         with mapc.
16946
16947 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16948
16949         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
16950         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
16951         with while loop.
16952
16953         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
16954         functions from article-* functions.
16955         (gnus-multi-decode-header): Replace mapcar called for effect with
16956         dolist.
16957
16958         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
16959         (gnus-bookmark-show-details): Replace mapcar called for effect with
16960         while loop.
16961
16962         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
16963         called for effect with while loop.
16964
16965         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
16966         with dolist.
16967
16968         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16969         Replace mapcar called for effect with dolist.
16970
16971         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
16972
16973         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
16974         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
16975         Replace mapcar called for effect with dolist.
16976         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
16977         mapc.
16978
16979         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
16980         Replace mapcar called for effect with dolist.
16981         (gnus-topic-list): Replace mapcar called for effect with mapc.
16982
16983         * gnus.el: Use mapc instead of mapcar to add autoloads.
16984
16985 2007-10-23  Richard Stallman  <rms@gnu.org>
16986
16987         * gnus-group.el (gnus-group-highlight): Mark as risky.
16988
16989 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16990
16991         * gnus.el (gnus-server-to-method): Return method found first in
16992         gnus-newsrc-alist.
16993
16994         * gnus-art.el (gnus-article-highlight-signature)
16995         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
16996         button overlay without the front stickiness.
16997
16998 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
16999
17000         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
17001         overview buffer needed a catch to receive its throw.
17002         (gnus-agent-flush-cache): Declare as interactive to make this function
17003         easier to use.
17004
17005 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
17006
17007         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
17008         `next-line'.
17009
17010 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
17013         exclude address matching message-dont-reply-to-names.
17014
17015 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * gnus-util.el (gnus-string<): New function.
17018
17019         * gnus-sum.el (gnus-article-sort-by-author)
17020         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
17021
17022 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
17025         the frame-focus tag is set in gnus-buffer-configuration.
17026
17027 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * gnus-art.el (gnus-article-add-button): Make a button overlay without
17030         the front stickiness.
17031
17032 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
17035         url pattern; remove duplicate one.
17036         (gnus-article-extend-url-button): New function.
17037         (gnus-article-add-buttons): Use it.
17038         (gnus-button-push): Use concatenated url that it makes.
17039
17040 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
17041
17042         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
17043
17044 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17045
17046         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
17047         Don't hardcode point-min==1.
17048
17049 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
17052         Fix comment about "iso8859-1".
17053
17054 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
17055
17056         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17057         ones returned from the verify-function.
17058
17059         * mm-uu.el (mm-uu-pgp-signed-extract-1):
17060         Call mml2015-extract-cleartext-signature if extraction failed.
17061
17062 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
17063
17064         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17065         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
17066         failed.
17067
17068 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17069
17070         * Relicense "GPLv2 or later" files to "GPLv3 or later".
17071
17072 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
17073
17074         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
17075         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
17076         recommends to use EasyPG instead of PGG.
17077
17078         * pgg.el: Revert to revision 6.23.2.16.
17079
17080         * pgg-def.el: Revert to revision 6.6.2.14.
17081
17082         * pgg-gpg.el: Revert to revision 6.23.2.34.
17083
17084 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17085
17086         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
17087         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17088         thread for both the null and zero (kill/expire thread) universal prefix
17089         cases.
17090         (gnus-summary-expire-thread): Add new function to expire a thread,
17091         using gnus-summary-kill-thread.
17092         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
17093         shortcuts for gnus-summary-expire-thread.
17094         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
17095         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
17096
17097 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17098
17099         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
17100         extras value, so an extras entry can be deleted.
17101         (gnus-registry-delete-extra-entry): Use it.
17102         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
17103         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
17104         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
17105         storage through the gnus-registry, and provide an appropriate API for
17106         it.
17107
17108 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
17111         Suggested by Leo <sdl.web@gmail.com>.
17112
17113         * gnus.el: Do.
17114
17115 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
17118         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
17119
17120         * gnus-agent.el (gnus-agent-fetch-headers): Do.
17121
17122         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17123         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
17124
17125 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
17128         newline.
17129         (nnmbox-request-accept-article): Don't change article in source buffer;
17130         narrow to header to use message-fetch-field rather than
17131         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
17132         (nnmbox-request-replace-article): Quote lines that'll be misidentified
17133         as delimiters; make sure article ends with newline.
17134         (nnmbox-delete-mail): Correct last position of article to be deleted;
17135         ignore X-Gnus-Newsgroup header in article body.
17136         (nnmbox-save-mail): Quote lines looking like delimiters at the right
17137         positions; make sure article ends with newline.
17138
17139         * message.el (message-display-abbrev): Don't infloop when a user
17140         inserts SPC in the beginning of header.
17141
17142         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
17143         coding-system-for-read and coding-system-for-write for XEmacs having no
17144         file-coding feature.
17145
17146         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
17147
17148 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
17149
17150         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
17151         list of groups not followed by default.  Fix type to be regexp.
17152         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
17153
17154 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
17155
17156         * hmac-def.el (define-hmac-function): Switch from old-style to
17157         new-style backquotes.
17158
17159         * md4.el (md4-make-step): Likewise.
17160
17161 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
17164         raw-text coding system when saving .newsrc file, which may contain
17165         non-ASCII group names.
17166
17167 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * gnus-cus.el (gnus-score-extra): New widget.
17170         (gnus-score-extra-convert): New function.
17171         (gnus-score-customize): Use it for Extra.
17172
17173 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
17174
17175         * mml2015.el (mml2015-extract-cleartext-signature): New function.
17176         (mml2015-mailcrypt-clear-verify): Use it.
17177         (mml2015-gpg-clear-verify): Use it.
17178         (mml2015-pgg-clear-verify): Use it.
17179         (mml2015-epg-clear-verify): Replace the current part with the output
17180         from GnuPG; don't extract the plaintext by itself.
17181
17182         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
17183         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
17184         mml2015-clear-verify-function; don't touch the armor headers or
17185         dash-escaped text here.
17186
17187 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17188
17189         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
17190         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
17191         parts, or application/octet-stream as a last resort.
17192         (gnus-mime-view-part-as-type): Don't toggle display.
17193         (gnus-mime-view-part-as-charset): Don't turn off display before
17194         querying charset.
17195
17196         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
17197         stuff to undisplayer function in Emacs.
17198         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
17199
17200         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
17201         text/calendar parts.
17202
17203 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17204
17205         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
17206         decoding text/calendar parts.
17207
17208         * message.el (message-forward-make-body-mime): Always mark body as
17209         having no illegible text; remove signed-or-encrypted argument.
17210         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
17211
17212         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
17213         (mml-generate-mime-1): Don't encode body if it is specified to be in
17214         raw form; don't make buffer be unibyte when inserting multibyte string.
17215
17216 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17217
17218         * sha1.el: Fix up comment style.
17219         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
17220         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
17221
17222         * hex-util.el: Fix up comment style.
17223         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
17224
17225         * gnus-salt.el: Use with-current-buffer.
17226         (gnus-pick-setup-message): Fix long-standing typo.
17227
17228 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17229
17230         * imap.el (imap-logout-timeout): New variable.
17231         (imap-logout, imap-logout-wait): New functions.
17232         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
17233
17234         * nnimap.el (nnimap-logout-timeout): New server variable.
17235         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
17236         nnimap-logout-timeout.
17237
17238         * gnus-art.el (gnus-article-summary-command-nosave)
17239         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
17240
17241 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * gnus.el (gnus-maximum-newsgroup): New variable.
17244
17245         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
17246         according to gnus-maximum-newsgroup.
17247
17248         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
17249         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
17250         Limit the range of articles according to gnus-maximum-newsgroup.
17251
17252 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
17253
17254         * gnus-art.el (gnus-sticky-article): Fix problems described in
17255         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
17256         Don't perform gnus-configure-windows here; reuse existing sticky
17257         article buffer.
17258
17259         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
17260         it doesn't exist in gnus-article-mode.
17261
17262 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
17265         (gnus-agent-decoded-group-name): New function.
17266         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
17267         (gnus-agent-expire-group-1): Use it; decode group name in messages.
17268
17269 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
17270
17271         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
17272         Add binding for gnus-sticky-article.
17273         (gnus-summary-exit): Don't kill sticky article buffers.
17274
17275         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
17276         article buffer.
17277         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
17278         (gnus-kill-sticky-article-buffers): New commands.
17279
17280 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * nntp.el (nntp-xref-number-is-evil): New server variable.
17283         (nntp-find-group-and-number): If it is non-nil, don't trust article
17284         numbers in the Xref header.
17285
17286 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17287
17288         * gnus-agent.el (gnus-agent-read-group): New function.
17289         (gnus-agent-flush-group, gnus-agent-expire-group)
17290         (gnus-agent-regenerate-group): Use it.
17291         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
17292         nnmail-pathname-coding-system.
17293
17294 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
17297
17298         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
17299         that are unread as unread, and also as selected so that information of
17300         marks having been changed by a user may be updated when exiting group.
17301
17302 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
17305
17306 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * gnus-art.el (gnus-mime-display-single): Pass part number that is
17309         calculated ignoring signature parts to gnus-treat-article.
17310
17311 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17312
17313         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
17314         a point here in order to keep the window start.
17315         (gnus-insert-mime-security-button): Make a button overlay without the
17316         front stickiness.
17317         (gnus-mime-display-security): Goto the end of a button.
17318
17319         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
17320
17321 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
17324         group-name-at-point.
17325         (gnus-group-completing-read): New function that offers decoded
17326         non-ASCII group names for completion.
17327         (gnus-fetch-group, gnus-group-read-ephemeral-group)
17328         (gnus-group-jump-to-group, gnus-group-make-group-simple)
17329         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
17330         (gnus-group-fetch-control): Use it.
17331         (gnus-fetch-group): Use group-name-at-point for the initial value
17332         rather than the default value; use gnus-alive-p.
17333
17334         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
17335         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
17336         (gnus-summary-post-news): Use gnus-group-completing-read.
17337
17338         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
17339         (gnus-read-move-group-name): Decode group name for completion.
17340
17341 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
17342
17343         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
17344         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
17345         Yamaoka slightly modified the code).
17346
17347 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
17350         (nnmail-split-incoming): Bind it.
17351
17352         * nnml.el (nnml-group-name-charset): New function.
17353         (nnml-decoded-group-name): Use it; don't decode group name if
17354         nnmail-group-names-not-encoded-p is non-nil.
17355         (nnml-encoded-group-name): New function.
17356         (nnml-group-pathname): Inline nnml-decoded-group-name.
17357         (nnml-request-expire-articles): Decode group name in message.
17358         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
17359         nnmail-pathname-coding-system.
17360         (nnml-save-mail, nnml-active-number): Work with decoded group names and
17361         not decoded ones according to nnmail-group-names-not-encoded-p.
17362         (nnml-generate-active-info): Use nnml-encoded-group-name.
17363
17364 2007-08-08  Glenn Morris  <rgm@gnu.org>
17365
17366         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
17367         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
17368         doc-strings and comments.
17369
17370 2007-07-25  Glenn Morris  <rgm@gnu.org>
17371
17372         * Relicense all FSF files to GPLv3 or later.
17373
17374 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * gnus-sum.el (gnus-summary-move-article):
17377         Make gnus-summary-respool-article work.
17378
17379 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
17380
17381         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
17382         string.
17383
17384 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
17385
17386         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
17387         that should be ignored when comparing distant RSS articles with local
17388         ones.
17389         (nnrss-make-hash-index): New function.  Create a hash index according
17390         to the ignored fields.
17391         (nnrss-check-group): Use it.
17392
17393 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17394
17395         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
17396
17397         * gnus-art.el (article-decode-group-name): Decode Xref header too.
17398
17399         * gnus-group.el (gnus-group-make-group): Encode group name here unless
17400         the new optional argument ENCODED is non-nil.
17401         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
17402         coding system for encoding group name.
17403         (gnus-group-make-rss-group): Pass un-encoded group name to
17404         gnus-group-make-group.
17405         (gnus-group-set-info): Tell gnus-group-make-group that group name is
17406         encoded.
17407
17408         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
17409         Encode group name to which articles are moved or copied.
17410         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
17411         coding system for encoding Newsgroup, Followup-To and Xref headers.
17412
17413         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
17414         marks; use nnheader-file-coding-system to write a file.
17415         (nnagent-retrieve-headers): Bind file-name-coding-system to
17416         nnmail-pathname-coding-system.
17417
17418         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
17419
17420         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
17421         (nnml-request-article, nnml-request-create-group)
17422         (nnml-request-rename-group, nnml-find-id)
17423         (nnml-possibly-change-directory, nnml-possibly-create-directory)
17424         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
17425         (nnml-save-marks): Use nnml-group-pathname instead of
17426         nnmail-group-pathname.
17427
17428         (nnml-request-create-group, nnml-request-expire-articles)
17429         (nnml-request-move-article, nnml-request-delete-group)
17430         (nnml-deletable-article-p, nnml-possibly-create-directory)
17431         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
17432         (nnml-open-marks): Bind file-name-coding-system to
17433         nnmail-pathname-coding-system.
17434
17435         (nnml-request-article): Pass server argument to nnml-find-group-number.
17436         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
17437         Pass server argument to nnml-possibly-create-directory.
17438         (nnml-request-accept-article): Pass server argument to
17439         nnml-active-number and nnml-save-mail.
17440         (nnml-find-group-number): Pass server argument to nnml-find-id.
17441         (nnml-request-update-info): Pass server argument to
17442         nnml-marks-changed-p.
17443
17444         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
17445         (nnml-save-mail, nnml-active-number): Add server argument.
17446
17447         (nnml-request-delete-group): Warn if group is missing.
17448         (nnml-get-nov-buffer): Decode group name.
17449         (nnml-generate-active-info): Encode group name.
17450         (nnml-open-marks): Decode group name in messages.
17451
17452 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
17455         if it is not specified.
17456         (gnus-article-pipe-part, gnus-article-save-part)
17457         (gnus-article-interactively-view-part, gnus-article-copy-part)
17458         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
17459         (gnus-article-inline-part, gnus-article-save-part-and-strip)
17460         (gnus-article-replace-part, gnus-article-delete-part)
17461         (gnus-article-view-part-as-type): Pass raw prefix argument to
17462         gnus-article-part-wrapper.
17463
17464 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17465
17466         * gnus-agent.el (gnus-agent-save-active):
17467         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
17468
17469         * gnus-cache.el (gnus-cache-save-buffers)
17470         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
17471         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
17472         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
17473         (gnus-cache-braid-nov, gnus-cache-braid-heads)
17474         (gnus-cache-generate-active, gnus-cache-rename-group)
17475         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
17476         (gnus-cache-update-overview-total-fetched-for):
17477         Bind file-name-coding-system to nnmail-pathname-coding-system.
17478         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
17479         New variables.
17480         (gnus-cache-decoded-group-name): New function.
17481         (gnus-cache-file-name): Use it.
17482         (gnus-cache-generate-active): Use non-decoded group name for active.
17483
17484         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
17485         right place.
17486         (gnus-write-active-file): Don't break non-ASCII group names.
17487
17488         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
17489         nnmail-pathname-coding-system.
17490
17491         * lpath.el: Bind default-file-name-coding-system,
17492         file-name-coding-system and language-info-alist for XEmacs.
17493
17494         * gnus-uu.el (gnus-uu-decode-save): Typo.
17495
17496 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
17499
17500 2007-07-14  David Kastrup  <dak@gnu.org>
17501
17502         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
17503         finishing actions if we did not edit the article.
17504
17505 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
17508         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
17509         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
17510         (gnus-agent-flush-group, gnus-agent-flush-cache)
17511         (gnus-agent-fetch-headers, gnus-agent-load-alist)
17512         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
17513         (gnus-agent-retrieve-headers, gnus-agent-request-article)
17514         (gnus-agent-regenerate-group)
17515         (gnus-agent-update-files-total-fetched-for)
17516         (gnus-agent-update-view-total-fetched-for):
17517         Bind file-name-coding-system to nnmail-pathname-coding-system.
17518         (gnus-agent-group-pathname): Don't encode file names by
17519         nnmail-pathname-coding-system.
17520         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
17521         coding-system-for-write instead of buffer-file-coding-system to
17522         gnus-agent-file-coding-system.
17523
17524         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
17525         Decode group name.
17526
17527         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
17528
17529         * gnus-start.el (gnus-update-active-hashtb-from-killed)
17530         (gnus-read-newsrc-el-file): Make group names unibyte.
17531
17532         * nnmail.el (nnmail-group-pathname): Don't encode file names by
17533         nnmail-pathname-coding-system.
17534
17535         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
17536         (nnrss-request-delete-group): Bind file-name-coding-system to
17537         nnmail-pathname-coding-system.
17538         (nnrss-read-server-data, nnrss-read-group-data):
17539         Bind file-name-coding-system correctly.
17540         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
17541
17542         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
17543         (nntp-server-to-method-cache): New variable.
17544         (nntp-group-pathname): New function that decodes non-ASCII group names.
17545         (nntp-possibly-create-directory, nntp-marks-changed-p)
17546         (nntp-save-marks, nntp-open-marks): Use it.
17547         (nntp-possibly-create-directory, nntp-open-marks):
17548         Bind file-name-coding-system to nnmail-pathname-coding-system.
17549         (nntp-open-marks): Decode group names when bootstrapping marks.
17550
17551         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
17552         Newsgroups and Followup-To headers.
17553
17554 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17557         (gnus-server-closed-face, gnus-server-denied-face)
17558         (gnus-server-offline-face): Remove variable.
17559         (gnus-server-font-lock-keywords): Use faces that are not aliases.
17560
17561         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
17562         of modifying message-stack directly for XEmacs.
17563
17564         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
17565         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
17566         if the coding-system argument is nil for XEmacs.
17567
17568         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
17569         mm-charset-override-alist.
17570
17571         * rfc2047.el: Don't require base64; require rfc2045 for the function
17572         rfc2045-encode-string.
17573         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
17574         to quote the parameter value.
17575
17576 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
17579         form in gnus-group-name-charset-method-alist.
17580
17581         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
17582         overrides the default layout edit-form.
17583
17584         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
17585
17586         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
17587
17588 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
17591         as unfetched articles.
17592
17593 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
17594
17595         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
17596
17597 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
17600         original back end that keeps marks in the local system.
17601
17602 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17603
17604         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
17605         arg of pop-to-buffer for XEmacs.
17606         (gnus-article-read-summary-keys): Ditto; don't restore window
17607         configuration if summary command ends up with neither article buffer
17608         nor summary buffer; describe bindings if summary keys end with C-h.
17609
17610 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17611
17612         * message.el (message-fix-before-sending): Skip raw message part to be
17613         forwarded while checking illegible text.
17614         (message-forward-make-body-mime, message-forward-make-body):
17615         Mark signed or encrypted raw message as having no illegible text.
17616
17617 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
17620         (gnus-message-with-timestamp-1): New macro.
17621         (gnus-message-with-timestamp): New function.
17622         (gnus-message): Use them.
17623
17624         * nnheader.el (nnheader-message): Use them.
17625
17626 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
17627
17628         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
17629         .newsrc.eld file.
17630
17631 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * gnus-agent.el (gnus-agent-fetch-headers)
17634         (gnus-agent-retrieve-headers):
17635         Bind gnus-decode-encoded-address-function to identity.
17636
17637         * nntp.el (nntp-send-xover-command): Recognize an xover command is
17638         available also when the server returns simply a dot.
17639
17640         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
17641
17642 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17643
17644         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
17645
17646 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17647
17648         * gnus-ems.el (gnus-x-splash): Make it work.
17649
17650         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
17651         from being used.
17652
17653         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
17654
17655 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17658         4th and the 5th arguments.
17659
17660         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
17661         the front stickiness.
17662         (gnus-article-summary-command-nosave): Correct the order of the
17663         arguments passed to pop-to-buffer.
17664         (gnus-article-read-summary-keys): Ditto; make it work properly when the
17665         summary command ends up with the article buffer.
17666
17667         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
17668         the same faces.
17669
17670 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
17671
17672         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
17673
17674 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
17675
17676         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
17677         * gnus-sum.el (gnus-summary-highlight):
17678         * pgg.el (pgg-sign-region, pgg-sign):
17679         * mail-source.el (mail-source-delete-old-incoming-confirm):
17680         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
17681
17682 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * gnus-art.el (gnus-mime-view-part-externally)
17685         (gnus-mime-view-part-internally): Fix predicate function passed to
17686         completing-read.
17687
17688         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
17689
17690         * gnus.el (gnus-update-message-archive-method): Add :version.
17691
17692 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17693
17694         * gnus.el (gnus-update-message-archive-method): New variable.
17695
17696         * gnus-start.el (gnus-setup-news): Update saved "archive" method
17697         according to gnus-message-archive-method if
17698         gnus-update-message-archive-method is non-nil.
17699
17700 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * gnus-sum.el (gnus-summary-limit-to-address): New function.
17703         Suggested by Loic Dachary <loic@dachary.org>.
17704         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17705
17706 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17707
17708         * message.el (message-pop-to-buffer): Add switch-function argument.
17709         (message-mail): Pass switch-function argument to it.
17710
17711 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
17712
17713         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
17714         Improve doc string.
17715
17716 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
17719         (gnus-header-content):
17720         * gnus-cite.el (gnus-cite-10):
17721         * gnus-srvr.el (gnus-server-closed):
17722         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
17723         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
17724         (gnus-group-mail-3-empty, gnus-group-mail-low)
17725         (gnus-group-mail-low-empty, gnus-splash):
17726         * message.el (message-header-to, message-header-cc)
17727         (message-header-subject, message-header-other, message-header-name)
17728         (message-header-xheader, message-separator, message-cited-text)
17729         (message-mml): Lighten colors of faces used for dark background.
17730
17731 2007-05-24  Simon Josefsson  <simon@josefsson.org>
17732
17733         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
17734         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
17735
17736 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17737
17738         * message.el (message-narrow-to-headers-or-head):
17739         Ignore mail-header-separator in the body.
17740
17741 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
17744         same as window size.
17745
17746 2007-05-22  Kevin Ryde  <user42@zip.com.au>
17747
17748         * message.el (message-font-lock-keywords): Use message-header-xheader
17749         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
17750         ahead of the anything pattern, to get it recognized.
17751
17752 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
17755         spam.el loads uses it in the compiled defadvice form.
17756
17757 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
17758
17759         * gnus-sum.el (gnus-articles-to-read)
17760         (gnus-summary-insert-old-articles): Don't truncate group name for
17761         `read-string'.
17762
17763         * gnus-util.el (gnus-limit-string): Delete this function.
17764
17765         * gnus-sum.el (gnus-simplify-subject-fully):
17766         Use `truncate-string-to-width' instead.
17767
17768 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
17769
17770         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
17771         Tell if, on summary exit, the next group has to be selected.
17772         (gnus-summary-exit): Use it.
17773
17774 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
17775
17776         * gnus-art.el (gnus-article-mode): Fix comment about displaying
17777         non-break space.
17778
17779 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
17782         Check if group is not a directory.
17783         (nnfolder-request-expire-articles): Don't delete articles if the target
17784         group is not available.
17785
17786         * nnml.el (nnml-request-create-group): Properly check if group is not a
17787         file.
17788         (nnml-request-expire-articles): Don't delete articles if the target
17789         group is not available.
17790
17791         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17792         Don't quote characters that are within parentheses.
17793
17794 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
17797         (gnus-handle-ephemeral-exit): Select article according to it.
17798
17799 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17800
17801         * message.el (message-insert-formated-citation-line): Remove newline.
17802         (message-citation-line-format): Add final \n here so that the user can
17803         avoid a blank line.
17804
17805 2007-05-03  Dan Christensen  <jdc@uwo.ca>
17806
17807         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
17808         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
17809         Update lanl/arXiv support.
17810
17811 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17812
17813         * gnus.el: Bump version number.
17814
17815 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17816
17817         * gnus.el (gnus-version-number): Bump version.
17818
17819 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17820
17821         * gnus.el: No Gnus v0.6 is released.
17822
17823 2007-04-27  Didier Verna  <didier@xemacs.org>
17824
17825         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
17826         * gmm-utils.el (gmm-regexp-concat): ... here.
17827         * message.el: Don't require 'gnus-util.
17828         (message-dont-reply-to-names): Handle name change above.
17829         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
17830
17831 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17832
17833         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
17834         since the initial value varies according to the system.
17835
17836 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17837
17838         * mm-util.el (mm-charset-synonym-alist): Defcustom.
17839
17840 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
17841
17842         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
17843
17844 2007-04-24  Didier Verna  <didier@xemacs.org>
17845
17846         Improve the type of gnus-ignored-from-addresses.
17847         * gnus-util.el (gnus-orify-regexp): New function.
17848         * message.el (gnus-util): Require it.
17849         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
17850         * gnus-sum.el (gnus-ignored-from-addresses): New function.
17851         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
17852
17853 2007-04-24  Didier Verna  <didier@xemacs.org>
17854
17855         * gnus-sum.el:
17856         * gnus-utils.el: Fix some trailing whitespaces.
17857
17858 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17859
17860         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
17861         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
17862         article's Message-ID; refer parent article in summary buffer.
17863
17864         * message.el (message-bounce): Call mime-to-mml.
17865
17866         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
17867         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
17868         optimize and/or forms properly.
17869
17870 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
17871
17872         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
17873         URL.
17874
17875 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
17878
17879 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
17882         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
17883         displayed of multipart/alternative part if it is invoked from summary
17884         buffer.
17885
17886         * mm-view.el (mm-inline-text-html-render-with-w3m)
17887         (mm-inline-text-html-render-with-w3m-standalone)
17888         (mm-inline-render-with-function): Use mail-parse-charset by default.
17889
17890 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
17891
17892         * parse-time.el (parse-time-string-chars): Check if CHAR
17893         is less than the length of parse-time-syntax.
17894
17895 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17896
17897         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
17898         from gnus-newsgroup-processable.
17899
17900 2007-04-16  Didier Verna  <didier@xemacs.org>
17901
17902         * gnus-msg.el (gnus-configure-posting-styles):
17903         Handle message-signature-directory properly with :file syntax.
17904         Reported by "Leo".
17905
17906 2007-04-11  Didier Verna  <didier@xemacs.org>
17907
17908         New user option: message-signature-directory.
17909         * gnus-msg.el (gnus-configure-posting-styles): Support it.
17910         * message.el (message-insert-signature): Ditto.
17911         * message.el (message-signature-file): Doc update.
17912         * message.el (message-signature-directory): New.
17913
17914 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * gnus-msg.el (gnus-inews-yank-articles):
17917         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
17918
17919 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17920
17921         * message.el (message-yank-original): Make sure cited text ends with
17922         newline; don't exchange point and mark.
17923
17924 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
17925
17926         * tls.el (open-tls-stream): Properly handle case where there
17927         is no associated buffer.
17928
17929 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
17930
17931         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
17932         message-yank-original, make sure (< mark TEXT point).
17933
17934 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17935
17936         * message.el (message-fill-column): New variable.
17937         (message-mode): Use it.  Add comment on a possible new hook.
17938
17939         * nnmail.el (nnmail-spool-file): Mark as obsolete.
17940         (nnmail-get-new-mail): Reformat.
17941
17942         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
17943
17944         * gmm-utils.el: Fix Commentary.
17945         (gmm-tool-bar-from-list): Fix typo in doc string.
17946
17947 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
17948
17949         * message.el (message-yank-original): Don't switch point and mark
17950         unnecessarily to put point and mark as documented.
17951
17952 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17953
17954         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
17955         from the message heads.
17956
17957 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
17958
17959         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
17960         article buffer does not have a window.  This may not be the best
17961         solution but is certainly better than setting the start of the null,
17962         that is the current, window.
17963
17964 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
17965
17966         * gnus-draft.el (gnus-draft-setup-hook): New hook.
17967         (gnus-draft-setup): Run it.
17968
17969         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
17970         gnus-score-fast-scoring.  Allow regexp.
17971         (gnus-score-headers): Use it.
17972
17973         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
17974         XEmacs.
17975
17976         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
17977         string.
17978         (gnus-button-alist): Also catch `<f1> k ...'.
17979         (gnus-treat-display-x-face): Fix doc string.
17980
17981 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17982
17983         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
17984         evaluation of gnus-extended-version to ensure correct generation of the
17985         User-Agent header when message-generate-headers-first is used.
17986
17987 2007-03-24  Simon Josefsson  <simon@josefsson.org>
17988
17989         * hashcash.el (hashcash-generate-payment-async): Don't crash if
17990         hashcash-path is nil.  Don't call callback with incorrect number of
17991         parameters if val is 0.
17992
17993 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17994
17995         * message.el (message-required-news-headers):
17996         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
17997
17998 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
17999
18000         * tls.el (open-tls-stream): In handshake-waiting loop,
18001         don't wait more if there is output available to process.
18002
18003 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
18004
18005         * tls.el (tls-program): Doc fix.
18006
18007 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * message.el (message-generate-new-buffers): Change the meaning of the
18010         nil value; add `standard' to the choices; treat t as `unique'; improve
18011         doc string.
18012         (gnus-select-frame-set-input-focus): Autoload.
18013         (message-buffer-name): Search for the existing message buffer if
18014         message-generate-new-buffers is nil or `standard'; treat the value t of
18015         message-generate-new-buffers as `unique'.
18016         (message-pop-to-buffer): Raise the frame already displaying the message
18017         buffer; clear the echo area after querying.
18018         (message-setup): Pass the `continue' argument to compose-mail.
18019         (message-mail): Prefer `switch-function' if it is given; search for the
18020         existing message buffer if the `continue' argument is non-nil; pass
18021         continue and switch-function arguments to compose-mail by way of
18022         message-setup.
18023         (message-mail-other-window): Adjust argument of message-setup.
18024         (message-mail-other-frame): Ditto.
18025
18026 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
18029         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
18030         to turn font-lock on when turning gnus-message-citation-mode on.
18031
18032 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
18033
18034         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
18035         (mml-smime-function-alist): New variable; add epg as the backend.
18036         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
18037         mml-smime- functions instead.
18038         * mm-view.el: Require smime.
18039
18040 2007-03-05  Didier Verna  <didier@xemacs.org>
18041
18042         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
18043         instead of just inheritance for posting styles.
18044         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
18045
18046 2007-02-24  Chris Moore  <dooglus@gmail.com>
18047
18048         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
18049         * pgg-pgp.el (pgg-pgp-encrypt-region):
18050         * pgg-gpg.el (pgg-gpg-encrypt-region):
18051         Check pgg-encrypt-for-me if no other recipients.
18052
18053 2007-02-24  John Paul Wallington  <jpw@pobox.com>
18054
18055         * tls.el (tls-certtool-program): Fix custom type.
18056
18057 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
18060         and point-at-eol instead of line-(beginning|end)-position.
18061
18062         * assistant.el (assistant-parse-buffer): Ditto.
18063
18064         * netrc.el (netrc-parse-services): Ditto.
18065
18066 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
18067
18068         * mml2015.el (mml2015-epg-find-usable-key): New function.
18069         (mml2015-epg-sign): Use it.
18070         (mml2015-epg-encrypt): Use it.
18071
18072 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18073
18074         * message.el (message-make-in-reply-to): Quote name containing
18075         non-ASCII characters.  It will make the RFC2047 encoder cause an error
18076         if there are special characters.  Reported by NAKAJI Hiroyuki
18077         <nakaji@jp.freebsd.org>.
18078
18079 2007-02-27  Didier Verna  <didier@xemacs.org>
18080
18081         Include the group parameters as well as the topic ones in the
18082         inheritance filter process.
18083         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
18084         argument GROUP-PARAMS-LIST.
18085         * gnus-topic.el (gnus-group-topic-parameters): Use it.
18086
18087 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18088
18089         * nntp.el (nntp-never-echoes-commands)
18090         (nntp-open-connection-functions-never-echo-commands): New variables.
18091         (nntp-send-command): Use them.
18092
18093 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
18094
18095         * mml2015.el (mml2015-epg-verify): Simplify.
18096
18097 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18098
18099         * mml.el (mml-content-disposition-alist): New user option.
18100         (mml-content-disposition): New function.
18101         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
18102         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
18103
18104 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
18105
18106         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
18107         verification.
18108
18109 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18110
18111         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
18112         articles posted in the last 24 hours.
18113
18114 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
18115
18116         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
18117
18118 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
18119
18120         * nntp.el (nntp-send-command): Don't wait for echoes when
18121         nntp-open-ssl-stream is used.
18122
18123 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * gnus-cite.el (gnus-test-font-lock-add-keywords)
18126         (gnus-message-add-citation-keywords)
18127         (gnus-message-remove-citation-keywords): Remove.
18128         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
18129         directly, make the variables in font-lock-defaults buffer-local, add
18130         gnus-message-citation-keywords to them and then update the value of
18131         font-lock-keywords.
18132
18133 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18134
18135         * message.el (message-cite-original-1): Don't call
18136         gnus-article-highlight-citation.
18137
18138         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
18139         citations; fix line count.
18140
18141 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18142
18143         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
18144         (gnus-message-add-citation-keywords)
18145         (gnus-message-remove-citation-keywords): Use it; fix the emulating
18146         versions of font-lock-add-keywords and font-lock-remove-keywords to
18147         work with XEmacs correctly.
18148
18149 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18150
18151         * gnus-cite.el (gnus-cite-face-list): Set the values of
18152         gnus-message-max-citation-depth and gnus-message-citation-keywords.
18153         (gnus-message-max-citation-depth): Use defvar rather than defconst.
18154         (gnus-message-cite-prefix-regexp): New variable.
18155         (gnus-message-search-citation-line): Use it; protect against long
18156         citation prefix; fill match data with nil rather than 0 for XEmacs; set
18157         the 0th match data for Emacs.
18158         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
18159         (gnus-message-add-citation-keywords): Append keywords rather than
18160         prepending; emulate font-lock-add-keywords if it is not available.
18161         (gnus-message-remove-citation-keywords):
18162         Emulate font-lock-remove-keywords if it is not available.
18163
18164         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
18165
18166         * message.el (message-cite-prefix-regexp): Set the value of
18167         gnus-message-cite-prefix-regexp.
18168
18169 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18170
18171         * nnweb.el (nnweb-google-parse-1): Update parser.
18172
18173 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
18174
18175         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
18176
18177 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18178
18179         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18180         regexp.
18181
18182 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18183
18184         * uudecode.el (uudecode-string-to-multibyte): New function emulating
18185         string-to-multibyte.
18186         (uudecode-decode-region-internal): Use it.
18187
18188         * lpath.el: Fbind string-as-multibyte for XEmacs.
18189
18190 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18191
18192         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
18193         Fix custom choice.
18194
18195         * gnus-art.el (gnus-signature-limit): Fix custom choice.
18196
18197 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
18198
18199         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
18200
18201         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
18202         `write-region' to respect `mm-inhibit-file-name-handlers'.
18203
18204 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
18205
18206         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
18207         Use gnus-home-directory instead of "~/" or "$HOME".
18208
18209 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
18210
18211         * encrypt.el (encrypt-insert-file-contents): Add better prompt
18212         to mention filename.
18213         Add comments at beginning regarding usage.
18214         (encrypt-write-file-contents): Change interactive so a string is
18215         acceptable.  If the file has no associated model, show an error instead
18216         of a nonsense prompt.
18217
18218 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18219
18220         * spam.el (spam-bsfilter-ham-switch): Fix typo.
18221         Thanks to Yoshihiko Yamada for kind notification of this typo.
18222
18223 2007-01-12  Kenichi Handa  <handa@m17n.org>
18224
18225         * uudecode.el (uudecode-decode-region-internal): Make it work in a
18226         multibyte buffer.
18227
18228 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
18229
18230         * gnus-score.el (gnus-score-fast-scoring): New variable.
18231         (gnus-score-headers): Use it.
18232
18233         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
18234
18235         * message.el (message-cite-original-1):
18236         Call gnus-article-highlight-citation if requested.
18237         (message-make-from): Allow name and address as optional arguments.
18238
18239         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
18240
18241         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
18242         bugs to doc string.
18243         (gnus-button-alist): Add mid\\|message-id.
18244         (gnus-button-fetch-group): Extend for use in
18245         `browse-url-browser-function'.
18246         (gnus-button-url-regexp): Try to catch paired parentheses like in
18247         Wikipedia URLs.
18248
18249         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
18250         Suggested by Simon Krahnke <overlord@gmx.li>.
18251
18252 2007-01-13  Romain Francoise  <romain@orebokech.com>
18253
18254         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
18255         Update copyright.
18256
18257 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
18258
18259         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
18260
18261 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18262
18263         * gnus-registry.el (gnus-registry-unfollowed-groups)
18264         (gnus-registry-split-fancy-with-parent): Fix documentation.
18265
18266 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18267
18268         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
18269         from nnweb groups.
18270
18271 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18272
18273         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
18274         Xref urls.  Erase buffer before requesting head.
18275
18276         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18277
18278 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18279
18280         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
18281         customizable.
18282
18283 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
18284
18285         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
18286         no signing key is found.
18287         (mml2015-epg-encrypt): Ask user whether to skip or abort if
18288         no encrypting and/or signing key is found.
18289
18290 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18291
18292         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
18293
18294 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18295
18296         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
18297         headers read from disk with the ones newly found in the current search.
18298         This should no longer cause problems, because the article numbers in
18299         Gmane's `nov.php' output are ignored since the previous change.
18300
18301 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18302
18303         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
18304
18305 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18306
18307         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
18308         replace-regexp-in-string; bind url-version; fbind display-images-p and
18309         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
18310         find-face and set-itimer-function for Emacs; bind itimer-list for
18311         Emacs.
18312
18313         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
18314
18315 2007-01-01  Romain Francoise  <romain@orebokech.com>
18316
18317         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
18318
18319 2006-12-31  Steve Youngs  <steve@sxemacs.org>
18320
18321         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
18322         `define-minor-mode' macro definition expanded properly.
18323         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
18324         exclude it there.
18325
18326         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
18327         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
18328         `fboundp' test.
18329         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
18330         This is OK to autoload in (S)XEmacs now.
18331
18332 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18333
18334         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
18335         keystroke.
18336         (gnus-summary-limit-to-singletons): Fix typo.
18337
18338         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
18339         else fails.
18340
18341 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18342
18343         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
18344         docstring.
18345
18346         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
18347         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
18348         (gnus-summary-insert-dormant-articles): Fix typo in message.
18349
18350 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
18351
18352         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
18353         nil for XEmacs.
18354         (gnus-message-citation-mode): Don't autoload in XEmacs.
18355
18356         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
18357
18358 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
18359
18360         * nnimap.el (nnimap-expunge-search-string):
18361         Mention nnimap-search-uids-not-since-is-evil in docstring.
18362
18363 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
18364
18365         * spam.el: Revert to make-obsolete-variable because
18366         define-obsolete-variable-alias is not supported in Emacs 21.
18367
18368         * spam.el (spam-ifile-path, spam-ifile-database-path)
18369         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
18370         make-obsolete-variable.
18371         (spam-bsfilter-path, spam-bsfilter-program)
18372         (spam-spamassassin-path, spam-spamassassin-program)
18373         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
18374         Don't use "path" inappropriately.
18375         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
18376         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
18377         variable names.
18378
18379 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
18380
18381         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
18382         summary buffer.
18383
18384         * password.el (password-cache-remove): Use clear-string to burn
18385         password, if available.
18386
18387 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18388
18389         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
18390
18391         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
18392
18393         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
18394         (gnus-message-highlight-citation): Move defcustom here from
18395         gnus-cite.el.
18396         (gnus-message-citation-mode): Autoload.
18397
18398         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
18399         checks to make it compile with XEmacs.
18400         (gnus-message-citation-mode): New minor mode.
18401         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
18402         (gnus-message-highlight-citation): New variables.
18403         (gnus-message-search-citation-line)
18404         (gnus-message-add-citation-keywords)
18405         (gnus-message-remove-citation-keywords)
18406         (turn-on-gnus-message-citation-mode)
18407         (turn-off-gnus-message-citation-mode): New functions.
18408
18409 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
18410
18411         * gnus-cite.el: Enable highlighting of different citation levels in
18412         message-mode.
18413
18414 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
18415
18416         * message.el (message-make-fqdn): Fix comment.
18417         (message-bogus-system-names): Add ".local".
18418
18419         * spam.el (spam-ifile-path, spam-ifile-program)
18420         (spam-ifile-database-path, spam-ifile-database)
18421         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
18422         Don't use "path" inappropriately.
18423         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
18424         strings.
18425         (spam-check-ifile, spam-ifile-register-with-ifile)
18426         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
18427         Use new variable names.
18428
18429         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
18430         (gnus-treat-display-smileys): Simplify using
18431         gnus-image-type-available-p.
18432
18433         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
18434         available.
18435
18436         * gnus-xmas.el (gnus-xmas-image-type-available-p):
18437         Use `display-images-p' if available.
18438
18439 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
18442         one after turning on the buffer's multibyteness instead of decoding
18443         them directly in the unibyte buffer that causes unexpected conversion
18444         in Emacs 23 (unicode).
18445
18446 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18447
18448         * message.el (message-generate-hashcash): Fix custom type.
18449
18450 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18451
18452         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
18453
18454 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
18455
18456         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
18457         disconnect icons.  Add help text.
18458
18459 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
18460
18461         * spam.el (spam-extra-header-to-number): CRM114 spam score is
18462         negated to be consistent with the others we handle.
18463
18464 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18465
18466         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
18467         version of gnus-summary-buffer to something, so that we can use two
18468         article buffers at the same time.
18469
18470 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
18471
18472         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
18473         trigger all the extra headers.
18474         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
18475         sorting.
18476
18477 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18478
18479         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
18480         solid groups.
18481
18482 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
18483
18484         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
18485
18486 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
18487
18488         * legacy-gnus-agent.el: Add Copyright notice.
18489
18490 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
18491
18492         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
18493
18494 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18495
18496         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
18497
18498         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
18499         to make it work reliably in CVS Emacs.
18500         (gnus-summary-limit-strange-charsets-predicate)
18501         (gnus-summary-limit-to-predicate): New functions.
18502
18503 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
18504
18505         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
18506         specifying array size.
18507         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
18508         array if it is too small.
18509         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
18510         (gnus-sort-threads-loop): New function.
18511
18512 2006-12-06  Chris Moore  <dooglus@gmail.com>
18513
18514         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
18515         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
18516
18517 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
18518
18519         * mm-url.el (mm-url-predefined-programs): Call curl with correct
18520         options.
18521
18522 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18523
18524         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
18525         DOS-ing the recipient.
18526
18527         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
18528         the headers when creating the mapping to avoid mismappings.
18529         (nnweb-gmane-create-mapping): Always nix out old mapping.
18530
18531 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18532
18533         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
18534         and mm-verify-option to never.
18535
18536 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18537
18538         * message.el (message-signed-or-encrypted-p): New function.
18539         (message-forward-make-body): Use it.
18540
18541         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18542         Replace encode-coding-string with mm-encode-coding-string.
18543
18544 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18545
18546         * nneething.el (nneething-decode-file-name):
18547         Replace decode-coding-string with mm-decode-coding-string.
18548
18549         * gnus-int.el (gnus-open-server): Say failed server's name.
18550
18551 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18552
18553         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
18554         strings to a single string.  Quote `errors-file-name'.
18555         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
18556         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18557         Adjust calls.  Use `shell-quote-argument'.
18558
18559 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
18560
18561         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
18562         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
18563
18564         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
18565         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
18566         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
18567         (gnus-group-make-directory-group, gnus-group-transpose-groups):
18568         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
18569         (gnus-subscribe-newsgroup, gnus-1):
18570         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
18571         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
18572         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
18573         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
18574
18575 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18576
18577         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
18578         keystroke.
18579         (gnus-summary-limit-to-bodies): Implement headersp.
18580
18581 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18582
18583         * dns.el (query-dns): Protect against "Process dns deleted" strings.
18584
18585 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18586
18587         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
18588
18589 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18590
18591         * message.el (message-generate-hashcash): Expand range of values to
18592         include `opportunistic'.
18593         (message-send-mail): Use it.
18594
18595 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18596
18597         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
18598         and comment it.
18599
18600         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
18601
18602 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
18603
18604         * gnus-util.el (gnus-extract-address-components): Improve comment.
18605
18606 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18607
18608         * gnus-util.el (gnus-extract-address-components): Work with address in
18609         which the name portion contains @.
18610
18611         * lpath.el: Fbind custom-autoload.
18612
18613 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18614
18615         * gnus.el (gnus-start): Move custom group up.
18616         (gnus-select-method): Don't autoload, but make it available for
18617         `customize-variable'.
18618         (gnus-getenv-nntpserver): Don't autoload.
18619
18620 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
18621
18622         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
18623
18624 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18625
18626         * message.el (message-sendmail-extra-arguments): New variable.
18627         (message-send-mail-with-sendmail): Use it.
18628
18629 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18630
18631         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
18632         mm-with-unibyte-current-buffer to make string unibyte.
18633
18634         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
18635         mm-string-as-multibyte.
18636
18637 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
18638
18639         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
18640         Reported by Werner Koch <wk@gnupg.org>.
18641
18642 2006-11-14  Daiki Ueno  <ueno@p360>
18643
18644         * mml2015.el: Autoload epa-select-keys when compiling.
18645
18646 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18647
18648         * mml2015.el (mml2015-epg-sign): Save the signing keys in
18649         message-options.
18650         (mml2015-epg-encrypt): Save the recipient keys in message-options.
18651
18652 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
18653
18654         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
18655         EasyPG (< 0.0.6).
18656         (mml2015-always-trust): New user option.
18657         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
18658         prompt.
18659
18660 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18661
18662         * nntp.el (nntp-authinfo-force): New variable.
18663         (nntp-send-authinfo): Use it.
18664
18665 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
18666
18667         * message.el (message-strip-subject-encoded-words): Allow _not_ to
18668         decode encoded words.  Improve prompt.  Add comment about forwarding.
18669         (message-replacement-char): Move up.
18670
18671 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
18672
18673         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
18674         instead of gnus-intersection because arguments of gnus-sorted-nunion
18675         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
18676
18677 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
18678
18679         * message.el (message-strip-subject-encoded-words): Reformat prompt.
18680         (message-simplify-subject-functions):
18681         Enable message-strip-subject-encoded-words by default.
18682
18683 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
18684
18685         * message.el (message-strip-subject-encoded-words): New function.
18686         (message-simplify-subject-functions): New variable.
18687         (message-simplify-subject): Use it.  Fix typo in doc string.
18688         Support message-strip-subject-encoded-words.
18689
18690 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
18691
18692         * gnus-diary.el (gnus-diary-delay-format-function):
18693         * nndiary.el (nndiary-reminders):
18694         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
18695
18696 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18697
18698         * gnus-art.el (article-hide-boring-headers): Fetch date from
18699         gnus-original-article-buffer to avoid problems with localized date
18700         strings.
18701
18702 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
18705
18706 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
18707
18708         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18709         New variables.
18710         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18711         (mm-charset-synonym-alist): Move some entries to
18712         mm-codepage-iso-8859-list.
18713         (mm-charset-synonym-alist, mm-charset-override-alist):
18714         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18715
18716 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18717
18718         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
18719
18720 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18721
18722         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
18723         with Emacs 21 and XEmacs.
18724
18725 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
18726
18727         * spam.el (spam-parse-address): New function for better parsing,
18728         catching errors, etc.
18729         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
18730
18731 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18732
18733         * mm-view.el: Add interactive arg to html2text autoload.
18734
18735 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18736
18737         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
18738
18739 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
18740
18741         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
18742         New variables.
18743         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
18744         (mm-charset-synonym-alist): Move some entries to
18745         mm-codepage-iso-8859-list.
18746
18747         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
18748
18749 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
18750
18751         * message.el (message-citation-line-format)
18752         (message-insert-formated-citation-line): Fix implementation of %E, %N
18753         and %n according to the doc string.
18754
18755 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
18756
18757         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18758         Use car-safe to avoid bad parses.
18759
18760 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18761
18762         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
18763         names.
18764
18765         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
18766
18767 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
18770         header.
18771
18772         * message.el (message-draft-headers): Add Date.
18773         (message-headers-to-generate): Fix typo in docstring.
18774
18775         * nndraft.el (nndraft-required-headers): New variable.
18776         (nndraft-generate-headers): Use it.
18777
18778         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
18779
18780 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18781
18782         * gnus-registry.el (gnus-registry-wash-for-keywords)
18783         (gnus-registry-find-keywords): New functions to allow easy searching of
18784         articles that are in the registry.
18785
18786 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
18787
18788         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
18789         Use ietf-drums-parse-address instead of gnus-extract-address-components.
18790         Reported by Damien Elmes <damien@repose.cx>.
18791
18792 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18793
18794         * gnus.el (gnus-mime): Remove unused custom group.
18795
18796 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18797
18798         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
18799         "blank line" when searching for end of armor headers.
18800
18801 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18802
18803         * gmm-utils.el (gmm-write-region): Fix variable name.
18804
18805 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18806
18807         * gmm-utils.el (gmm-write-region): New function based on compatibility
18808         code from `mm-make-temp-file'.
18809
18810         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
18811
18812         * nnmaildir.el (nnmaildir--update-nov)
18813         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
18814         Use `gmm-write-region'.
18815
18816 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18817
18818         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
18819         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
18820
18821         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
18822
18823         * message.el (message-replacement-char): New variable.
18824         (message-fix-before-sending): Use it.
18825         (message-simplify-subject): New function to remove duplicate code.
18826         (message-reply, message-followup): Use it.
18827
18828         * gnus-sum.el (gnus-summary-make-menu-bar):
18829         Clarify gnus-summary-limit-to-articles.
18830
18831 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18832
18833         * gnus-util.el (gnus-with-local-quit): New macro.
18834
18835         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
18836
18837 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
18838
18839         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
18840         ignore non-string data.
18841
18842 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18843
18844         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
18845         non-string data (needs to be done in the registry too).
18846
18847 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18848
18849         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
18850         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
18851         (gnus-registry-split-fancy-with-parent)
18852         (gnus-registry-fetch-simplified-message-subject-fast)
18853         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
18854         Remove text properties on ingress into the registry and when it's saved.
18855         (gnus-registry-clean-empty-function): Fix bug with cleaning the
18856         registry from entries with no groups.
18857
18858 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18859
18860         * gnus-util.el (gnus-string-remove-all-properties): Add utility
18861         function to remove string properties.
18862
18863 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18864
18865         * gmm-utils.el (gmm): Adjust custom version.
18866
18867         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
18868         Adjust custom version.
18869
18870         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
18871
18872 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18873
18874         * gnus-art.el (gnus-insert-prev-page-button)
18875         (gnus-insert-next-page-button): Simplify.  Reformat.
18876
18877 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18878
18879         * gnus-art.el (gnus-insert-prev-page-button)
18880         (gnus-insert-next-page-button): Apply gnus-article-button-face.
18881
18882 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
18883
18884         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
18885
18886 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
18887
18888         * gnus-art.el (gnus-insert-mime-button)
18889         (gnus-insert-mime-security-button):
18890         Apply gnus-article-button-face to MIME and security buttons.
18891
18892 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
18893
18894         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
18895         readable.
18896
18897 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
18900
18901 2006-09-20  Steve Youngs  <steve@sxemacs.org>
18902
18903         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
18904         `browse-url-of-file' instead of `browse-url'.
18905
18906 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18907
18908         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
18909         regexp.  Articles containing quotation were cut prematurely.
18910
18911 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18912
18913         * message.el (message-cite-original-1): Use nobody by default for the
18914         value of From header.
18915         (message-reply): Ditto.
18916
18917 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
18918
18919         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
18920         to the gnus-info.  This fixes a bug of inline-PGP message verification.
18921         Reported by Michael Piotrowski <mxp@dynalabs.de>.
18922
18923 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
18924
18925         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
18926         mails in the doc string.  Add some URLs in comment.
18927         (pop3-movemail): Warn about pop3-leave-mail-on-server.
18928
18929 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18930
18931         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
18932         backslashes handling and the way to find boundaries of quoted strings.
18933
18934 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
18935
18936         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
18937         mml1991-encrypt-to-self is set and mml1991-signers is not set.
18938         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
18939         mml2015-encrypt-to-self is set and mml2015-signers is not set.
18940
18941 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18942
18943         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
18944         doc string.
18945         (gnus-button-regexp, gnus-button-last): Remove unused variables.
18946
18947 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18948
18949         * lpath.el: Fbind epg-check-configuration.
18950
18951 2006-09-06  Simon Josefsson  <jas@extundo.com>
18952
18953         * mml2015.el (mml2015-use): Doc fix, mention epg.
18954
18955 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18956
18957         * mml2015.el (mml2015-use): Default to epg, if available.
18958
18959 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
18960
18961         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
18962         message-sender.
18963         (mml1991-epg-encrypt): Ditto.
18964         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
18965         message-sender.
18966         (mml2015-epg-encrypt): Ditto.
18967
18968 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
18969
18970         * message.el (message-send-mail-with-sendmail): Look for sendmail in
18971         several common directories.
18972
18973 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
18974
18975         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
18976         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
18977
18978 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18979
18980         * gnus-art.el (article-decode-encoded-words): Make it fast.
18981
18982 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18983
18984         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
18985
18986         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
18987         in quoted string into `\'.
18988
18989 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
18992         Use standard-syntax-table.
18993
18994 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18995
18996         * gnus-art.el (gnus-decode-address-function): New variable.
18997         (article-decode-encoded-words): Use it to decode headers which are
18998         assumed to contain addresses.
18999         (gnus-mime-delete-part): Remove useless `or'.
19000
19001         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
19002         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
19003         (gnus-nov-parse-line): Use it to decode From header.
19004         (gnus-get-newsgroup-headers): Ditto.
19005         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
19006
19007         * mail-parse.el (mail-decode-encoded-address-region): New alias.
19008         (mail-decode-encoded-address-string): New alias.
19009
19010         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
19011         New function.
19012         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
19013         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
19014         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
19015         (rfc2047-decode-string): Ditto.
19016         (rfc2047-decode-address-region): New function.
19017         (rfc2047-decode-address-string): New function.
19018
19019 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
19020
19021         * message.el (message-caesar-buffer-body): Allow rotating headers.
19022
19023         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
19024
19025         * message.el (message-insert-formated-citation-line): Fix %f.
19026         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
19027
19028 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19029
19030         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
19031         (gnus-bookmark-mouse-available-p): New macro.
19032         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
19033         (gnus-bookmark-bmenu-show-infos): Use it.
19034         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
19035         (gnus-bookmark-bmenu-hide-infos): Ditto.
19036         (gnus-bookmark-remove-properties): New function.
19037         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
19038         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
19039         (gnus-bookmark-write-file): Bind coding-system-for-write.
19040         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
19041         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
19042         group before selecting it.
19043         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
19044         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
19045         quit-window if it is not available; use gnus-mouse-2 and bind it to
19046         gnus-bookmark-bmenu-select-by-mouse.
19047         (gnus-bookmark-show-details): Remove unused variable `details-list'.
19048         (gnus-bookmark-bmenu-select-by-mouse): New function.
19049
19050 2006-08-13  Romain Francoise  <romain@orebokech.com>
19051
19052         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
19053         space.
19054
19055 2006-08-10  Romain Francoise  <romain@orebokech.com>
19056
19057         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
19058         (dns-mode-soa-auto-increment-serial): New user option.
19059         (dns-mode-soa-maybe-increment-serial): New function.
19060         (dns-mode): Add the latter to `write-contents-functions'.
19061
19062 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19063
19064         * compface.el (uncompface): Use binary rather than raw-text-unix.
19065
19066 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19067
19068         * compface.el (uncompface): Make sure the eol conversion doesn't take
19069         place when communicating with the external programs.
19070         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19071
19072 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19073
19074         * nnheader.el (nnheader-insert-head): Fix typo in comment.
19075
19076 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19077
19078         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19079         Make it more robust by parsing author and date independently.
19080
19081 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
19084
19085 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
19086
19087         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
19088         first matching secret key.
19089         (mml2015-epg-encrypt): Ditto.
19090
19091         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
19092         first matching secret key.
19093         (mml1991-epg-encrypt): Ditto.
19094
19095         * mml2015.el (mml2015-encrypt-to-self): New user option.
19096         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
19097         mml2015-epg-encrypt-to-self is set.
19098
19099         * mml1991.el (mml1991-encrypt-to-self): New variable.
19100         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
19101         mml1991-epg-encrypt-to-self is set.
19102
19103         * mml2015.el (mml2015-signers): New user option.
19104         (mml2015-epg-sign): Reflect the value of mml2015-signers.
19105         (mml2015-epg-encrypt): Allow to select signing keys.
19106
19107         * mml1991.el (mml1991-signers): New variable.
19108         (mml1991-epg-sign): Reflect the value of mml1991-signers.
19109         (mml1991-epg-encrypt): Allow to select signing keys.
19110
19111 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19112
19113         * nnheader.el (nnheader-insert-head): Make it work even if the file
19114         uses CRLF for the line-break code.
19115
19116 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
19117
19118         * mml2015.el: Require mml-sec instead of password.
19119         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
19120         (mml2015-cache-passphrase): Inherit the default value from
19121         mml-secure-cache-passphrase.
19122         (mml2015-passphrase-cache-expiry): Inherit the default value from
19123         mml-secure-passphrase-cache-expiry.
19124
19125         * mml1991.el: Require mml-sec instead of password.
19126         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
19127         (mml1991-cache-passphrase): Inherit the default value from
19128         mml-secure-cache-passphrase.
19129         (mml1991-passphrase-cache-expiry): Inherit the default value from
19130         mml-secure-passphrase-cache-expiry.
19131
19132         * mml-sec.el: Require password.
19133         (mml-secure-verbose): New user option.
19134         (mml-secure-cache-passphrase): New user option.
19135         (mml-secure-passphrase-cache-expiry): New user option.
19136
19137 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
19138             Andreas Vögele  <andreas@altroot.de>   (tiny change)
19139
19140         * pgg-def.el (pgg-truncate-key-identifier):
19141         Truncate the key ID to 8 letters from the end.
19142
19143 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19144
19145         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
19146         workaround for the url package included with Emacs.
19147
19148         * nnweb.el (nnweb-google-create-mapping): Update regexp.
19149
19150 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19151
19152         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
19153         correctly.  This fixes a bug caused by the 2006-05-12 change.
19154
19155 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
19156
19157         * nnmail.el (nnmail-article-group): If splitting raises an error, give
19158         some information about the error when saying that the `bogus' mail
19159         group will be used.
19160
19161 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
19162
19163         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
19164         string.
19165
19166 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
19167
19168         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
19169
19170 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19171
19172         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
19173
19174 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19175
19176         * mml1991.el (mml1991-function-alist): Add epg.
19177         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
19178         (mml1991-epg-encrypt): New functions.
19179
19180 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
19181
19182         * mml2015.el (mml2015-verbose): New variable.
19183         (mml2015-cache-passphrase): Ditto.
19184         (mml2015-passphrase-cache-expiry): Ditto.
19185         (mml2015-function-alist): Add epg.
19186         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
19187         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
19188         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
19189         New functions.
19190
19191 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19192
19193         * message.el (message-cite-original-1): Preserve region when removing
19194         quoted text due to X-No-Archive in order to avoid bogus attribution
19195         when citing multiple messages.
19196
19197 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19198
19199         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
19200         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
19201
19202 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
19203
19204         * gnus-diary.el (gnus-user-format-function-d)
19205         (gnus-user-format-function-D): Autoload.
19206
19207         * imap.el (Commentary): Fix typo.
19208
19209         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
19210         2006-04-22 contribution.
19211
19212 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19213
19214         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19215         It didn't really fix the bogosity I'm seeing with solid web groups.
19216
19217 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19218
19219         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
19220         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
19221         created using server names.  If we use the feature without declaring
19222         it, Gnus does not properly manage server and group state.
19223
19224         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
19225         bound.
19226
19227 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19228
19229         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
19230         looking up the method using GROUP's prefix before inventing a new one.
19231         It is used on killed/unknown groups in various places where returning
19232         an all-new method isn't expected by the caller.
19233
19234         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
19235         and match semantics of gnus-group-real-prefix.
19236
19237 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
19238
19239         * nnmail.el (nnmail-broken-references-mailers): New variable.
19240         (nnmail-ignore-broken-references): New function generalizing
19241         nnmail-fix-eudora-headers.
19242         (nnmail-fix-eudora-headers): Now obsolete.
19243
19244         * gnus-art.el (gnus-button-handle-custom):
19245         Support `customize-apropos*'.
19246
19247 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19248
19249         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
19250
19251         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
19252         articles.
19253
19254 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
19255
19256         * message.el (message-cite-reply-above): New variable.
19257         (message-yank-original): Use it.
19258
19259 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19260
19261         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
19262
19263 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
19264
19265         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
19266         as read.
19267
19268         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
19269
19270 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
19271
19272         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
19273         (gnus-bookmark-default-file): Use gnus-directory.
19274         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
19275         Remove "*" in doc string.
19276         (gnus-bookmark-write-file): Simplify.
19277         (gnus-bookmark-maybe-sort-alist): Use `when'.
19278         (gnus-bookmark-get-bookmark): Fix typo in doc string.
19279         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
19280         Add FIXME about Emacs 21 and XEmacs compatibility.
19281         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
19282         compatibility.
19283         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
19284         compatibility.
19285         (gnus-bookmark-menu-heading): Fix version.
19286
19287 2006-06-19  Bastien Guerry  <bzg@altern.org>
19288
19289         * gnus-bookmark.el: New file.
19290
19291 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19292
19293         * message.el (message-syntax-checks): Doc fix.
19294
19295 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19296
19297         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
19298         unsubscribed groups as if they were killed ones.  It causes duplicate
19299         entries in gnus-newsrc-alist.
19300
19301 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19302
19303         * message.el (message-syntax-checks): Doc fix.
19304         (message-send-mail): Add check for continuation headers.
19305         (message-check-news-header-syntax): Fix regexp used to check for
19306         continuation headers.
19307
19308 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19309
19310         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
19311
19312 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
19313
19314         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
19315
19316 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19317
19318         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
19319         default-truncate-lines.
19320
19321 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19322
19323         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
19324         to fill the utf-8 entry.
19325
19326         * lpath.el: Fbind unicode-precedence-list.
19327
19328 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19329
19330         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
19331
19332 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
19333
19334         * gnus-agent.el (directory-files-and-attributes): Move all the way
19335         forward (the third and final move).
19336         (gnus-agent-read-agentview): Trap reconstruction errors due to
19337         nonexistent directory.  Handle by returning nil.
19338
19339 2006-05-30  Didier Verna  <didier@xemacs.org>
19340
19341         * message.el (message-dont-reply-to-names): Update the custom type.
19342         * message.el (message-dont-reply-to-names): New defsubst: potentially
19343         convert a list of regexps into a single one.
19344         * message.el (message-get-reply-headers): Use it.
19345         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
19346
19347 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19348
19349         * gnus-agent.el (directory-files-and-attributes): Move forward.
19350
19351 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19352
19353         * gnus-ml.el (gnus-mailing-list-subscribe)
19354         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
19355         (gnus-mailing-list-message): Fix doc strings.
19356
19357 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19358
19359         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
19360         of doing it manually.
19361
19362 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
19363
19364         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
19365         comment.
19366
19367 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
19368
19369         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
19370         (gnus-agent-read-agentview): Fix handling of end-of-file error.
19371         (gnus-agent-read-local): All symbols allocated in my-obarray.
19372         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
19373         (gnus-agent-regenerate-group): Check numeric names to see if they are
19374         messages or groups.
19375         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
19376         better way of do this...)
19377
19378         * gnus-cache.el (gnus-agent-total-fetched-for):
19379         Ignore 'dummy.group' (there should be a better way of do this...)
19380
19381 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19382
19383         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
19384         (gnus-saved-headers): Ditto.
19385         (gnus-default-article-saver): Mention functions may have properties.
19386         (gnus-article-save): Override gnus-save-all-headers and
19387         gnus-saved-headers by :headers property which saver function may have.
19388         (gnus-summary-save-in-file): Add :headers property.
19389         (gnus-summary-write-to-file): Ditto.
19390
19391         * gnus-sum.el (gnus-summary-save-article): Bind
19392         gnus-prompt-before-saving to t when saving many articles in a file;
19393         always show all headers.
19394
19395         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
19396
19397 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
19398
19399         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
19400         marks.
19401
19402         * message.el (message-indent-citation): Add optional arguments to allow
19403         using it outside of message buffers.
19404
19405         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
19406         (gnus-article-treat-unfold-headers): Use it.
19407         (gnus-article-truncate-lines): New variable.
19408         (gnus-article-mode): Use it.
19409         (gnus-article-toggle-truncate-lines): New function.
19410
19411         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19412         Add gnus-article-toggle-truncate-lines.
19413
19414         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
19415         coding system in XEmacs, use binary.
19416
19417 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
19420         after-load-alist.
19421
19422         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
19423         this function should save decoded articles.
19424         (gnus-summary-write-to-file): Use property to specify this function
19425         should save decoded articles and specify gnus-summary-save-in-file
19426         should be used to save articles other than the first one when saving
19427         many articles.
19428         (gnus-summary-save-body-in-file): Use property to specify this
19429         function should save decoded articles.
19430         (gnus-summary-write-body-to-file): Use property to specify this
19431         function should save decoded articles and specify
19432         gnus-summary-save-body-in-file should be used to save articles other
19433         than the first one when saving many articles.
19434
19435         * gnus-sum.el (gnus-summary-save-article): Simplify.
19436
19437 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19438
19439         * gnus-art.el (gnus-default-article-saver):
19440         Add gnus-summary-write-body-to-file.
19441         (gnus-article-save-coding-system): Don't use coding system object
19442         in XEmacs.
19443         (gnus-read-save-file-name): Add optional `dir-var' argument which
19444         specifies directory in which files are saved; work even if optional
19445         `variable' argument is not specified.
19446         (gnus-summary-write-to-file): Read file name.
19447         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
19448         (gnus-summary-write-body-to-file): New function.
19449
19450         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
19451         (gnus-summary-local-variables): Add it.
19452         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
19453         (gnus-summary-save-article): Remove optional `decode' argument;
19454         determine whether to decode articles by the value of
19455         gnus-default-article-saver; when saving many files using
19456         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
19457         it first and use gnus-summary-save-in-file or
19458         gnus-summary-save-body-in-file thereafter unless
19459         gnus-prompt-before-saving is always; move point to article which
19460         will be saved.
19461         (gnus-summary-save-article-file): Revert.
19462         (gnus-summary-write-article-file): Revert.
19463         (gnus-summary-save-article-body-file): Revert.
19464         (gnus-summary-write-article-body-file): New function.
19465
19466 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19467
19468         * gnus-art.el (gnus-default-article-saver): Doc fix.
19469         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
19470         from gnus-summary-save-article-coding-system, and default to a
19471         certain coding system.
19472         (gnus-output-to-file): Add coding cookie and encode text according
19473         to gnus-article-save-coding-system; don't use mm-append-to-file.
19474
19475         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
19476         gnus-art.el and rename to gnus-article-save-coding-system.
19477         (gnus-summary-save-article): Require gnus-art; don't show all
19478         headers if it decodes articles; don't add coding cookie here;
19479         don't bind mm-text-coding-system-for-write.
19480         (gnus-summary-save-article-file): Save decoded articles.
19481         (gnus-summary-write-article-file): When saving many files, use
19482         gnus-summary-write-to-file first and gnus-summary-save-in-file
19483         thereafter unless gnus-prompt-before-saving is always.
19484         (gnus-summary-save-article-body-file): Save decoded articles.
19485
19486         * lpath.el: Fbind select-safe-coding-system for XEmacs.
19487
19488 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19489
19490         * nnrss.el (nnrss-check-group): Bind hash-index.
19491
19492 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
19493
19494         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
19495         its hash index.  Store this hash in `nnrss-group-data'.
19496         (nnrss-read-group-data): Update accordingly.
19497
19498 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19499
19500         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
19501         entry.
19502
19503         * gnus-sum.el (gnus-summary-make-menu-bar):
19504         Add gnus-article-browse-html-article.
19505
19506 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
19507
19508         * gnus-sum.el (gnus-summary-mime-map):
19509         Add gnus-article-browse-html-article.
19510
19511         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
19512
19513 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
19514
19515         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
19516         suitable coding systems in customize.
19517
19518 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
19519
19520         * mail-source.el (mail-sources): Fix custom type.
19521
19522 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19523
19524         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
19525         (gnus-summary-expire-articles-now): Shorten prompt.
19526
19527         * gmm-utils.el (wid-edit): Require.
19528         (defun-gmm): Rename from `gmm-defun-compat'.
19529         (gmm-image-search-load-path): Use it.
19530         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
19531
19532 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19533
19534         * gnus-sum.el (gnus-summary-save-article-coding-system):
19535         New variable.
19536         (gnus-summary-save-article): Add optional `decode' argument.
19537         If it is set and gnus-summary-save-article-coding-system is non-nil,
19538         save decoded article.
19539         (gnus-summary-write-article-file): Save decoded article if
19540         gnus-summary-save-article-coding-system is non-nil.
19541
19542         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
19543         type.
19544
19545 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19546
19547         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
19548
19549 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19550
19551         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
19552         first to test gnus-single-article-buffer which may be buffer-local.
19553
19554         * gnus-sum.el (gnus-summary-setup-buffer):
19555         Make gnus-single-article-buffer buffer-local and nil in ephemeral
19556         group; make gnus-article-buffer, gnus-article-current, and
19557         gnus-original-article-buffer always buffer-local.
19558         (gnus-summary-exit): Kill article buffer belonging to ephemeral
19559         group.
19560         (gnus-handle-ephemeral-exit): Don't move to next summary line.
19561
19562 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
19563
19564         * nnml.el (nnml-request-compact-group): Compressed files might not
19565         have .gz extension.
19566
19567 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19568
19569         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
19570         (mm-copy-to-buffer): Use with-current-buffer.
19571         (mm-display-part): Simplify.
19572         (mm-inlinable-p): Add optional arg `type'.
19573
19574 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19575
19576         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
19577         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
19578         Try harder to show the attachment internally or externally using
19579         gnus-mime-view-part-as-type.
19580
19581 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
19582
19583         * message.el (message-from-style, message-signature-separator)
19584         (message-user-organization-file, message-send-mail-function)
19585         (message-citation-line-function, message-yank-prefix)
19586         (message-indent-citation-function, message-signature)
19587         (message-signature-file, message-signature-insert-empty-line):
19588         Remove autoloads.
19589
19590         * gnus-art.el (gnus-buttonized-mime-types):
19591         Remove "multipart/signed".  Revert 2006-04-26 change.
19592
19593 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19594
19595         * gnus.el (gnus-version-number): Bump version.
19596
19597 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19598
19599         * gnus.el: No Gnus v0.5 is released.
19600
19601 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19602
19603         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
19604         fetching articles by message-id.
19605
19606 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19607
19608         * message.el (hashcash): Require hashcash as normal.
19609
19610         * ecomplete.el (ecomplete-highlight-match-line):
19611         Use point-at-eol.
19612         (ecomplete-highlight-match-line): Use `highlight', because that
19613         face exists in both Emacs and XEmacs.
19614
19615         * message.el (message-display-abbrev): Use point-at-bol.
19616
19617         * mail-source.el: Don't require timer/timer-funcs.
19618
19619         * gnus-async.el: Ditto.
19620
19621         * password.el: Ditto.
19622
19623         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
19624
19625         * mm-url.el: Ditto.
19626
19627         * gnus-xmas.el: Don't require timer-funcs.
19628
19629         * mm-util.el: Require timer/timer-funcs.
19630
19631 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19632
19633         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
19634         Close.
19635
19636 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
19639         unibyte after clear-decrypt function runs.
19640
19641         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
19642         returns as a unibyte string.
19643
19644 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19645
19646         * lpath.el: Revert.
19647
19648         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
19649         (pgg-gpg-process-sentinel): Revert.
19650
19651         * pgg-pgp.el (pgg-pgp-process-region): Revert.
19652         (pgg-pgp-lookup-key): Revert.
19653
19654         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
19655         (pgg-pgp5-lookup-key): Revert.
19656
19657         * pgg.el (pgg-fetch-key): Revert.
19658
19659 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19660
19661         * lpath.el: Fbind string-as-multibyte for XEmacs.
19662
19663         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
19664         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
19665         (mml1991-pgg-encrypt): Ditto.
19666
19667         * pgg-gpg.el (pgg-string-to-multibyte): New function.
19668         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
19669         a multibyte buffer.
19670
19671         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
19672         (pgg-pgp-lookup-key): Ditto.
19673
19674         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
19675         (pgg-pgp5-lookup-key): Ditto.
19676
19677         * pgg.el (pgg-fetch-key): Ditto.
19678
19679 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
19680
19681         * message.el (message-user-organization-file): Check several
19682         locations of the organization file.
19683
19684         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
19685         Add gnus-article-view-part-as-type.
19686
19687         * gnus-art.el (gnus-article-view-part-as-type): New function.
19688
19689         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
19690         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
19691
19692         * mml.el: Simplify autoload.
19693         (mml-mode): defvar dnd-protocol-alist instead of using
19694         symbol-value.
19695         (mml-default-directory): New variable.
19696         (mml-minibuffer-read-file): Use it.
19697         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
19698
19699         * message.el (message-citation-line-format): New variable.
19700         (message-insert-formated-citation-line): New function.
19701         (message-citation-line-function):
19702         Add `message-insert-formated-citation-line' to custom type.
19703
19704         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
19705         to doc string.
19706
19707         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
19708         depending on mm-verify-option.
19709
19710 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19711
19712         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
19713         binding pgg-* variables; reimplement the section which prevents
19714         MIME header from being signed.
19715         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
19716         pgg-text-mode; remove a blank line at the top of body.
19717
19718         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
19719         lines at the top of body; use gnus-newsgroup-charset if there's no
19720         Charset header.
19721
19722 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19723
19724         * message.el (message-self-insert-commands): Doc fix.
19725
19726         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
19727         (mm-uu-pgp-encrypted-test): Ditto.
19728         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
19729         between header and body; return application/pgp-encrypted handle
19730         if decryption failed; decode decrypted body by charset.
19731
19732         * mm-decode.el (mm-automatic-display): Don't make application/pgp
19733         element match to application/pgp-*.
19734
19735 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
19736
19737         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
19738         HTML.
19739
19740 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19741
19742         * mail-source.el (mail-source-call-script): Message the error
19743         string.
19744
19745 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19746
19747         * gnus-util.el (gnus-byte-compile): Use it.
19748
19749 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
19750
19751         * gnus-util.el (kill-empty-logs): New function.
19752
19753 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19754
19755         * message.el (message-mail-alias-type): Doc fix.
19756         (message-mail-alias-type-p): New function.
19757         (message-send): Use it.
19758         (message-mode): Ditto.
19759         (message-strip-forbidden-properties): Ditto.
19760
19761         * ecomplete.el (ecomplete-database-file-coding-system):
19762         New variable.
19763         (ecomplete-save): Use it.
19764         (ecomplete-setup): Use it.
19765
19766 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19767
19768         * message.el (message-self-insert-commands): New variable.
19769         (message-strip-forbidden-properties): Use it.
19770
19771 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19772
19773         * message.el (message-put-addresses-in-ecomplete): Use a regexp
19774         that doesn't make XEmacs choke.
19775
19776 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
19777
19778         * gnus-util.el (gnus-replace-in-string):
19779         Prefer replace-regexp-in-string over of replace-in-string.
19780
19781 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19782
19783         * gnus-util.el (gnus-select-frame-set-input-focus):
19784         Use select-frame-set-input-focus if it is available in XEmacs; use
19785         definition defined in Emacs 22 for old Emacsen.
19786
19787         * dgnushack.el: Autoload unmorse-region for XEmacs.
19788
19789         * lpath.el: Bind cursor-in-non-selected-windows and
19790         select-frame-set-input-focus for XEmacs.
19791
19792 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19793
19794         * mm-view.el (mm-inline-text): Use equal instead of equalp.
19795
19796 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
19797
19798         * gnus-registry.el (gnus-registry-cache-save): Remove text
19799         properties when saving via the temp buffer.
19800
19801 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19802
19803         * message.el (message-generate-hashcash): Honor custom type.
19804
19805 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19806
19807         * message.el (message-generate-hashcash): Default to non-nil when
19808         hashcash is found.
19809
19810         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
19811         (gnus-refer-thread-limit): Increase default to 500.
19812
19813         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
19814
19815         * flow-fill.el (fill-flowed): Allow delete-space.
19816
19817 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19818
19819         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19820         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
19821         Remove autoloads.
19822
19823 2006-04-18  Simon Josefsson  <jas@extundo.com>
19824
19825         * message.el (message-generate-hashcash): Default to.
19826
19827 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19828
19829         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19830         concatenating segments rather than before concatenating them.
19831
19832 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19833
19834         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
19835
19836 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19837
19838         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
19839
19840         * message.el (message-forward-make-body-plain):
19841         Allow message-forward-ignored-headers to be a list.
19842         (message-remove-ignored-headers): Factor out into function.
19843         (message-forward-make-body-mml): Use it.
19844
19845         * imap.el (imap-quote-specials): New function.
19846         (imap-login-auth): Quote specials.
19847
19848         * rfc2231.el (rfc2231-parse-string): Remove dead code.
19849         (rfc2231-parse-string): Allow concatanation of parameters that
19850         aren't contiguous.  The test case is
19851           (mail-header-parse-content-type "message/external-body;
19852             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
19853             access-type=LOCAL-FILE;
19854             name*1*=plugh%2fhello-sailor%2fbing.pdf")
19855
19856 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19857
19858         * nntp.el (nntp-accept-process-output): Return the value of
19859         `nnheader-accept-process-output'.
19860
19861 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19862
19863         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
19864         (gnus-button-alist): Recognize more diff formats.
19865         (gnus-button-patch): Strip directory.
19866
19867 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
19868
19869         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
19870         Emacs 22 when setting focus.
19871
19872 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19873
19874         * gnus-art.el (gnus-article-treat-types): Do treatment of
19875         text/x-verbatim parts.
19876         (gnus-button-patch): New command.
19877
19878         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
19879         addresses that contain invalid characters.
19880
19881 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19882
19883         * message.el (message-put-addresses-in-ecomplete):
19884         Use gnus-replace-in-string.
19885         (message-is-yours-p): Use the more correct
19886         mail-header-parse-address instead of
19887         mail-extract-address-components.
19888         (message-put-addresses-in-ecomplete): Fix typo.
19889
19890         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
19891         keystroke.
19892
19893         * gnus-art.el (gnus-treatment-function-alist): Change order of
19894         newsgroups/generic header folding to avoid double-folding.
19895
19896         * message.el (message-hidden-headers): Add X-Draft-From.
19897
19898         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
19899         New command.
19900         (gnus-summary-repeat-search-article-backward): New command.
19901
19902         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
19903         groups in the parent topic.
19904
19905 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
19906
19907         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
19908         (spam-extra-header-to-number): Return the CRM114 number as a
19909         number instead of a string.
19910
19911 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19912
19913         * gnus-art.el (gnus-face-properties-alist): Move here from
19914         gnus-fun.
19915
19916         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
19917
19918 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19919
19920         * message.el (message-strip-forbidden-properties): Only display on
19921         self-insert-command.
19922
19923         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
19924         reindent.
19925         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
19926
19927 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
19928
19929         * smiley.el (smiley-style): Fix typo.
19930
19931 2006-03-23  Kenichi Handa  <handa@m17n.org>
19932
19933         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
19934         instead of set-buffer-multibyte.
19935
19936 2006-03-23  Kenichi Handa  <handa@m17n.org>
19937
19938         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
19939         buffer and then decode the buffer text if necessary.
19940         (rfc2231-encode-string): Be sure to work on multibyte buffer at
19941         first, and after mm-encode-body, change the buffer to unibyte.
19942
19943 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19944
19945         * hashcash.el (hashcash-insert-payment-async-2):
19946         Use message-goto-eoh instead of doing it manually.
19947         (mail-add-payment): Use message-narrow-to-header instead of trying
19948         to do the same itself.
19949
19950         * message.el (message-hidden-headers): Add Face.
19951
19952         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
19953         reparenting code.
19954         (gnus-summary-reparent-children): Refactored out code.
19955         (gnus-summary-thread-map): New keystroke.
19956         (gnus-summary-reparent-children): Make into command.
19957
19958         * smiley.el (smiley-style): Default to `medium' if using a large
19959         font.
19960
19961         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
19962         does it itself.
19963
19964         * message.el (message-point-in-header-p): Simplify definition.
19965
19966 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19967
19968         * nnagent.el (nnagent-request-set-mark): Silence log file
19969         writing.
19970         (nnagent-request-set-mark): Use write-region instead of
19971         append-to-file.
19972
19973         * gnus-sum.el (gnus-read-header): Fudge article number if using a
19974         strange select method.
19975
19976         * ecomplete.el (ecomplete-display-matches): Get highlightling
19977         right.
19978         (ecomplete-display-matches): Use literals.
19979         (ecomplete-display-matches): Disable message logging.
19980
19981         * message.el (message-display-abbrev): Small optimization.
19982
19983         * ecomplete.el (ecomplete-display-matches): Allow automatic
19984         display.
19985
19986         * message.el (message-strip-forbidden-properties):
19987         Display abbrevs.
19988         (message-display-abbrev): Get automatic display right.
19989
19990         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
19991         keystrokes.
19992
19993 2006-04-13  Romain Francoise  <romain@orebokech.com>
19994
19995         TODO: Backport to v5-10!
19996
19997         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
19998         Move here (and rename) from gnus-registry.el.
19999
20000         * gnus-registry.el: Require gnus-util.
20001         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
20002
20003 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20004
20005         * gnus-group.el (gnus-group-catchup-current):
20006         Change if-then-else-if-then-else into cond.
20007         (gnus-group-catchup): Indent.
20008         (group-name-at-point): New function.
20009         (gnus-fetch-group): Provide default from thing at point.
20010
20011 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20012
20013         * message.el (message-display-abbrev): Fix regexp.
20014
20015         * ecomplete.el (ecomplete-highlight-match-line):
20016         Reimplement choosing.
20017         (ecomplete-highlight-match-line): Fix up code rewrite, remove
20018         dead variables.
20019
20020         * message.el (message-newline-and-indent): Remove debugging.
20021         (message-display-abbrev): Use new implementation.
20022
20023 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
20024
20025         * gnus-art.el (gnus-article-mode):
20026         Set cursor-in-non-selected-windows to nil.
20027
20028         * smiley.el: Revert previous change.
20029         (smiley-data-directory): defvar it before using it in the
20030         defcustom of `smiley-style'.
20031
20032 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20033
20034         * message.el (message-newline-and-indent): New function.
20035
20036         * ecomplete.el: Implement more bits.
20037
20038         * message.el (message-put-addresses-in-ecomplete): Clean up the
20039         string.
20040
20041         * ecomplete.el (ecomplete-add-item): Chop off decimals.
20042
20043         * gnus-sum.el (gnus-summary-save-parts):
20044         Bind gnus-summary-save-parts-counter and use it to make unique file
20045         names.
20046
20047         * gnus-art.el (gnus-ignored-headers): Add some more headers.
20048
20049         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
20050         parameter to say whether to actually parse the individual
20051         addresses.
20052
20053         * message.el (message-put-addresses-in-ecomplete): New function.
20054         (ecomplete): Require.
20055         (message-mail-alias-type): Add ecomplete as an option.
20056
20057 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
20058
20059         * flow-fill.el (fill-flowed): Remove trailing space from blank
20060         quoted lines.
20061
20062 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20063
20064         * smiley.el (smiley-style): Move definition later to avoid a
20065         compilation warning.
20066
20067 2006-04-12  Kenichi Handa  <handa@m17n.org>
20068
20069         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
20070         buffer and then decode the buffer text if necessary.
20071         (rfc2231-encode-string): Be sure to work on multibyte buffer at
20072         first, and after mm-encode-body, change the buffer to unibyte.
20073         Use mm-disable-multibyte instead of set-buffer-multibyte.
20074
20075 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20076
20077         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
20078         Content-Type header instead of Content-Disposition header.
20079         (gnus-mime-inline-part): Ditto.
20080         (gnus-mime-view-part-as-charset): Ignore charset that the part
20081         specifies.
20082
20083         * mm-decode.el (mm-display-part): Work with external parts and
20084         usual parts similarly.
20085
20086         * mm-extern.el (mm-inline-external-body): Use mm-display-part
20087         instead of gnus-display-mime.
20088
20089         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
20090         instead of with-temp-buffer.
20091
20092         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
20093         tag to summarized topics part in order to encode non-ASCII text.
20094
20095 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20096
20097         * smiley.el (smiley-style): New variable.
20098         (smiley-directory): New function.
20099         (smiley-data-directory): Derive from `smiley-style' using
20100         `smiley-directory'.
20101         (smiley-regexp-alist): Add new entries.
20102
20103         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
20104         (gnus-article-browse-delete-temp): Add :version.
20105
20106 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
20107
20108         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
20109         the sieve region.
20110
20111 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20112
20113         * gnus.el (gnus-version-number): Bump version.
20114
20115 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
20116
20117         * gnus.el: No Gnus v0.4 is released.
20118
20119 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20120
20121         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
20122         layout.
20123
20124         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
20125         unknown charset.
20126
20127         * message.el (message-header-synonyms): Add Original-To to the
20128         default.
20129
20130         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
20131         optional parameter.
20132
20133 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
20134
20135         * gnus-fun.el (gnus): Require it for gnus-directory.
20136
20137 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20138
20139         * gnus-fun.el (gnus-face-properties-alist): Add :version.
20140
20141 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20142
20143         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
20144
20145 2006-04-05  Simon Josefsson  <jas@extundo.com>
20146
20147         * password.el (password-reset): New function.
20148
20149 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
20150
20151         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
20152         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
20153
20154 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20155
20156         * nnweb.el (nnweb-google-create-mapping): Update regexp.
20157         Some whitespace was matched into the url, which broke browsing hits
20158         > 100 when mm-url-use-external was nil.
20159
20160 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20161
20162         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20163         Check gnus-extra-headers for 'Newsgroups.
20164
20165         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
20166         bound.
20167
20168 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
20169
20170         * pgg-gpg.el: Clean up process buffers every time gpg processes
20171         complete.
20172
20173 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
20174
20175         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20176         doc string.
20177
20178 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
20179
20180         * pgg-gpg.el (pgg-gpg-process-filter)
20181         (pgg-gpg-wait-for-completion): Check if buffer is alive.
20182
20183         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
20184         lines, temporary fix.
20185
20186 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20187
20188         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
20189
20190 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
20191
20192         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
20193         default-enable-multibyte-characters.  This reverts the change from
20194         revision 6.17 which is no longer necessary because the passphrase
20195         is sent separately now.  GnuPG messages are unreadable under
20196         multibyte locales with default-enable-multibyte-characters set to
20197         nil.
20198
20199 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
20200
20201         * message.el (message-tool-bar-gnome): Move "spell".
20202
20203 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
20204
20205         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
20206         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
20207         instead.
20208
20209 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
20210
20211         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20212         Improve newsgroups handling for NNTP overviews which don't include
20213         Newsgroups.
20214
20215 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20216
20217         * message.el (message-resend): Bind message-generate-hashcash to nil.
20218
20219 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20220
20221         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
20222         when searching for already-paid recipients.
20223
20224 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
20225
20226         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
20227         passphrases when it is not needed.
20228         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
20229         passphrase stuff from gpg, should only be necessary when you use
20230         gpg with a smartcard.
20231
20232 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20233
20234         * mml.el (mml-insert-mime): Ignore cached contents of
20235         message/external-body part.
20236
20237         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
20238         (mm-insert-part): Ditto.
20239
20240 2006-03-23  Simon Josefsson  <jas@extundo.com>
20241
20242         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
20243         Reiner.
20244         (pgg-gpg-use-agent-p): Use it again.
20245
20246 2006-03-23  Simon Josefsson  <jas@extundo.com>
20247
20248         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
20249         older emacsen.
20250         (pgg-gpg-use-agent-p): Don't use it.
20251
20252 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
20253
20254         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
20255         if we can.
20256
20257 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
20258
20259         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
20260         (pgg-gpg-update-agent): New function.
20261         (pgg-gpg-use-agent-p): New function.
20262         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
20263         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
20264         (pgg-gpg-sign-region): Use it.
20265
20266 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20267
20268         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
20269         Reported by Ralf Wachinger <rwachinger@gmx.de>.
20270
20271 2006-03-21  Simon Josefsson  <jas@extundo.com>
20272
20273         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
20274         <wilde@sha-bang.de>.
20275         (pgg-gpg-use-agent): New variable.
20276         (pgg-gpg-process-region): Use it.
20277         (pgg-gpg-encrypt-region): Likewise.
20278         (pgg-gpg-encrypt-symmetric-region): Likewise.
20279         (pgg-gpg-decrypt-region): Likewise.
20280         (pgg-gpg-sign-region): Likewise.
20281         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
20282
20283 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20284
20285         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
20286
20287         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20288         Add comment on version.
20289
20290 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
20291
20292         * smiley.el: Add missing test smiley.
20293
20294 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20295
20296         * mm-decode.el (mm-with-part): New macro.
20297         (mm-get-part): Use it; work with message/external-body as well.
20298         (mm-save-part): Treat name and filename equally.
20299
20300         * mm-extern.el (mm-extern-cache-contents): New function.
20301         (mm-inline-external-body): Use it; force the part to be displayed;
20302         move undisplayer added to the cached handle to the parent.
20303
20304         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
20305         (gnus-mime-view-part-as-type): Work with message/external-body.
20306
20307         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
20308
20309 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20310
20311         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
20312         images in image-load-path.  [Sync with image.el, revision 1.60, in
20313         Emacs.]
20314
20315 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20316
20317         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
20318         path rather than symbol.  Always return list of directories.
20319         Guarantee that image directory comes first.  [Sync with image.el,
20320         revision 1.59, in Emacs.]
20321
20322         * message.el (message-make-tool-bar): Adjust to new API of
20323         `gmm-image-load-path-for-library'.
20324
20325         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20326
20327         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20328
20329 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20330
20331         * gnus-art.el (gnus-article-only-boring-p):
20332         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
20333         intangible text.
20334         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
20335
20336 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
20337
20338         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
20339         Use `defun' instead of `gmm-defun-compat'.
20340
20341 2006-03-14  Simon Josefsson  <jas@extundo.com>
20342
20343         * message.el (message-unique-id): Don't use message-number-base36
20344         if (user-uid) is a float.
20345         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
20346
20347 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20348
20349         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
20350
20351         * gnus-art.el (gnus-mime-display-single): Make sure there is an
20352         empty line between a part and a message part.
20353
20354 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
20355
20356         * smiley.el: Add more test smileys.
20357         (smiley-data-directory, smiley-regexp-alist)
20358         (gnus-smiley-file-types): Fix doc strings.
20359         (smiley-update-cache): Clear smiley-cached-regexp-alist before
20360         adding new elements.
20361         (smiley-mouse-map): Unused code.  Make it a comment.
20362
20363 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20364
20365         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
20366         scan latest NoCeM messages instead of old ones.
20367         (gnus-nocem-check-article): Fix regexps so as to match to PGP
20368         delimiters that are recently used.
20369         (gnus-nocem-load-cache): Add autoload cookie.
20370
20371         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
20372
20373         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
20374         level which is larger than gnus-use-nocem is specified.
20375
20376         * gnus-group.el (gnus-group-get-new-news): Ditto.
20377
20378 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
20379
20380         * gnus-util.el (gnus-tool-bar-update): New function.
20381
20382         * gnus-group.el (gnus-group-update-tool-bar): New variable.
20383         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
20384
20385         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
20386
20387         * gnus-group.el (gnus-group-redraw-when-idle)
20388         (gnus-group-redraw-check): Remove.
20389         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
20390
20391 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20392
20393         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
20394         if optional last element is specified in splits (FIELD VALUE...).
20395
20396 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
20397
20398         * message.el (message-make-tool-bar): Rename gmm-image-load-path
20399         to gmm-image-load-path-for-library.  Call with no-error argument.
20400         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
20401
20402         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20403
20404         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
20405
20406         * gmm-utils.el (gmm-image-load-path): Remove alias.
20407
20408 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
20409
20410         * gmm-utils.el (gmm-image-load-path): Add alias.
20411
20412         * nnml.el (nnml-generate-nov-databases-directory): Rename from
20413         nnml-generate-nov-databases-1.
20414         (nnml-generate-nov-databases): Use it.
20415         (nnml-generate-nov-databases-directory): Document no-active
20416         argument.
20417
20418         * gmm-utils.el (gmm-image-load-path-for-library): Return single
20419         directory if path is t.  Add no-error.
20420
20421         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
20422         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20423
20424         * gnus-art.el (gnus-article-browse-delete-temp-files):
20425         Simplify resetting gnus-article-browse-html-temp-list.
20426
20427         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
20428         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
20429         Add example to docstring.  Rename local variables.  Move error
20430         checks to default case in cond and simplify.
20431
20432 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20433
20434         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
20435         handle is multipart when calling it recursively.
20436         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
20437
20438 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
20439
20440         * nnimap.el (nnimap-request-update-info-internal): Optimize.
20441         Don't `gnus-uncompress-range' to avoid excessive memory usage.
20442
20443 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20444
20445         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
20446         is loaded.
20447
20448         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
20449         loaded.
20450
20451 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20452
20453         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
20454         to "Emacs 23 (unicode)" in doc string.
20455
20456         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
20457         "Emacs 23 (unicode)" in comment.
20458
20459 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20460
20461         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
20462
20463         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
20464         characters 160 through 255 in Emacs 23.
20465
20466 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20467
20468         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
20469         gnus-article-browse-html-temp.
20470         (gnus-article-browse-delete-temp): Make it customizable.
20471         Add `file'.  Adjust doc string.
20472         (gnus-article-browse-delete-temp-files): Add argument.
20473         Allow query for each file.  Adjust doc string.
20474         (gnus-article-browse-html-parts):
20475         Add `gnus-article-browse-delete-temp-files' to
20476         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
20477
20478 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
20479
20480         * gnus-art.el (gnus-article-browse-html-temp)
20481         (gnus-article-browse-delete-temp): New variables.
20482         (gnus-article-browse-delete-temp-files): New function.
20483         (gnus-article-browse-html-parts): Use it.
20484
20485 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
20486
20487         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
20488
20489         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
20490         string.
20491
20492         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
20493         gnus-summary-insert-new-articles when unplugged.
20494         Remove gnus-summary-search-article-forward.
20495
20496         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
20497         display-visual-class instead of display-color-cells.
20498
20499 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20500
20501         * dgnushack.el: Autoload customize-group for XEmacs.
20502
20503         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
20504         message/* containing non-ASCII text properly.
20505
20506 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
20507
20508         * message.el: Require gmm-utils, remove autoloads.
20509         (message-tool-bar): Set default based on
20510         gmm-tool-bar-style.
20511         (message-tool-bar-gnome): Add gmm-customize-mode.
20512
20513         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
20514         gmm-tool-bar-style.
20515         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
20516
20517         * gnus-group.el (gnus-group-tool-bar): Set default based on
20518         gmm-tool-bar-style.
20519         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20520
20521         * gmm-utils.el (gmm-image-directory): Rename variable from
20522         gmm-image-load-path.
20523         (gmm-image-load-path): Use gmm-image-directory.
20524         (gmm-customize-mode): New function.
20525         (gmm-tool-bar-style): New variable.
20526
20527         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
20528         gnus-group-redraw-line-number.
20529         (gnus-group-redraw-check): Simplify.
20530         (gnus-group-tool-bar-update): Remove redraw check.
20531         (gnus-group-make-tool-bar): Add redraw check.
20532
20533 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
20534
20535         * gnus-art.el (gnus-button): Add missing parentheses.
20536
20537 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20538
20539         * lpath.el: Fbind line-number-at-pos.
20540
20541 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20542
20543         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
20544
20545 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20546
20547         * gnus-art.el (gnus-button): New face.
20548         (gnus-article-button-face): Use it.
20549
20550         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20551         Add gnus-summary-next-page.  Re-order.
20552
20553         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
20554         next-node are now included.
20555         (gnus-group-redraw-line-number): New internal variable.
20556         (gnus-group-redraw-check): Helper function for updating the tool
20557         bar.
20558         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
20559
20560         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
20561
20562         * spam.el (spam-spamassassin-score-regexp): New internal variable.
20563         (spam-extra-header-to-number, spam-check-spamassassin-headers):
20564         Use it to match format of Spamassassin 3.0 and later.
20565         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
20566         (spam-check-bogofilter)
20567         (spam-bogofilter-register-with-bogofilter): Fix args of
20568         `gnus-error' calls.
20569
20570 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
20571
20572         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
20573         unnecessary interaction when sending queued mails.
20574         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
20575
20576 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
20577
20578         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
20579         first or last are nil.
20580
20581 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
20582
20583         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
20584
20585 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20586
20587         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
20588
20589 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20590
20591         * dns.el (query-dns): Protect more against buggy tcp output.
20592
20593 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20594
20595         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
20596         nov.php.
20597
20598 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20599
20600         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
20601         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
20602         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
20603         output on the server side.
20604         (nnweb-google-create-mapping): Update regexps and add some
20605         progress indication.
20606
20607 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
20608
20609         * gnus-group.el (gnus-group-tool-bar-gnome):
20610         Fix gnus-agent-toggle-plugged.  Re-order icons.
20611         (gnus-group-tool-bar-gnome):
20612         Add gnus-group-{prev,next}-unread-group.
20613         (gnus-group-tool-bar-gnome): Re-order icons.
20614
20615         * gnus-sum.el (gnus-summary-tool-bar-gnome):
20616         Move gnus-summary-insert-new-articles.
20617
20618         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
20619         Fix comments.
20620
20621         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
20622         also available in Emacs 21.3.
20623
20624         * message.el (message-fix-before-sending): Change "Emacs 22" to
20625         "Emacs 23 (unicode)" in comment.
20626
20627         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
20628         "Emacs 23 (unicode)" in comment.
20629
20630         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
20631         comment.
20632         (mm-coding-system-p): Add comment about no-MULE XEmacs.
20633
20634         * mm-view.el (mm-fill-flowed): Add :version.
20635
20636 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20637
20638         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
20639         and load-path.
20640
20641 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
20642
20643         * message.el: Autoload gmm-image-load-path.
20644         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
20645         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
20646         consitency.
20647
20648         * gmm-utils.el (gmm-image-load-path): Also search in
20649         "../etc/images".  Don't set gmm-image-load-path if we don't find
20650         the image.
20651
20652 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20653
20654         * gmm-utils.el (gmm-image-load-path): Don't make
20655         `gmm-image-load-path' include subdirectories which the second arg
20656         `image' might specify.
20657
20658         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
20659         subdirectory to icon file names.
20660
20661         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
20662
20663 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20664
20665         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
20666         gmm-image-load-path calls.
20667
20668         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20669
20670         * message.el (message-make-tool-bar): Ditto.
20671
20672         * mml.el (mml-preview): Add comment concerning tool bar icons.
20673
20674         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
20675         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
20676
20677         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
20678         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
20679
20680         * message.el (message-tool-bar-gnome): Use new icon names.
20681         (message-make-tool-bar): Use `gmm-image-load-path'.
20682
20683         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
20684         New functions from MH-E.
20685         (gmm-image-load-path): New variable from MH-E.
20686         (gmm-image-load-path): New function from MH-E.  Add arguments
20687         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
20688         *-image-load-path-called-flag.
20689
20690 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
20691
20692         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
20693
20694 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
20695
20696         * nnimap.el (nnimap-request-move-article): Change folder back to
20697         source group before deleting.
20698
20699 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
20700
20701         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
20702
20703         * gnus-art.el (mm-url-insert-file-contents-external):
20704         Autoload mm-url.
20705
20706         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
20707
20708 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20709
20710         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
20711         coding system which mm-charset-to-coding-system returns for a
20712         given charset is valid.
20713
20714 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
20715
20716         * html2text.el (html2text-remove-tag-list):
20717         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
20718
20719 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
20720
20721         * gnus-cus.el: Revert 2005-10-17 change.
20722
20723 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20724
20725         * gnus-art.el (article-strip-banner):
20726         Call article-really-strip-banner only when the regexp match is made.
20727
20728 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20729
20730         * gnus-art.el (article-strip-banner):
20731         Use gnus-extract-address-components instead of
20732         mail-header-parse-addresses to make it work with non-ASCII text;
20733         remove mail-encode-encoded-word-string.
20734
20735         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
20736         values which are surrounded with \"...\"; make it never cause a
20737         Lisp error; give up parsing of parameters if it failed in
20738         extracting type.
20739
20740 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
20741
20742         * smime.el (smime-cert-by-ldap-1): Fix bug where
20743         `smime-ldap-search' returns results without userCertificates.
20744
20745 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20746
20747         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
20748
20749 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20750
20751         * spam.el (spam-check-spamassassin-headers): Adapt format for
20752         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
20753         <ari@mbf.ocn.ne.jp>.
20754         (spam-list-of-processors): Add spam-use-gmane.
20755
20756 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20757
20758         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
20759         make-temp-file; make it work with XEmacs as well.
20760
20761         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
20762         mm-make-temp-file.
20763
20764         * mm-decode.el (mm-display-external): Use the 3rd arg of
20765         mm-make-temp-file.
20766         (mm-create-image-xemacs): Ditto.
20767
20768 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20769
20770         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
20771         with message-narrow-to-headers.
20772         (gnus-draft-setup): Narrow to header to run message-fetch-field.
20773         (gnus-draft-check-draft-articles): New function.
20774         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
20775
20776 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20777
20778         * gnus-art.el (gnus-article-browse-html-parts):
20779         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
20780         Don't use suffix argument for mm-make-temp-file for Emacs 21
20781         compatibility.  Remove useless `format'.
20782
20783 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20784
20785         * nnweb.el (nnweb-google-wash-article): Update regexps.
20786         (nnweb-group-alist): Use defvoo instead of defvar.
20787
20788 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20789
20790         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
20791         re-loading nn* modules.
20792
20793 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
20794
20795         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
20796         for `tool-bar-mode' and don't check it's default-value.
20797
20798         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
20799
20800         * message.el (message-make-tool-bar): Ditto.
20801
20802         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
20803         `substring'.  Shorten tmp-file name.
20804
20805         * gnus.el: Remove bogus comment.
20806
20807 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
20808
20809         * gnus-art.el (gnus-article-browse-html-parts): New function.
20810         (gnus-article-browse-html-article): New function for viewing html
20811         articles with a browser.
20812
20813 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
20814
20815         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
20816         in elisp.
20817         (pgg-gpg-encrypt-symmetric-region): Ditto.
20818         (pgg-gpg-sign-region): Ditto.
20819
20820         * pgg-def.el (pgg-text-mode): New variable.
20821
20822         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
20823         (mml2015-pgg-encrypt): Ditto.
20824
20825         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
20826         (mml1991-pgg-encrypt): Ditto.
20827
20828 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20829
20830         * nnfolder.el (nnfolder-insert-newsgroup-line):
20831         Use message-make-date instead of current-time-string.
20832
20833         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
20834         to gnus-decoded which mm-uu might set.
20835
20836 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20837
20838         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
20839         don't decode quoted parameters; remove misimported Emacs code.
20840         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20841         (rfc2231-decode-encoded-string): Don't use split-string which
20842         behaves differently according to Emacs version; use
20843         mm-decode-coding-region to convert charset to coding-system.
20844         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20845         (rfc2231-encode-string): Remove misimported Emacs code.
20846
20847 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20848
20849         * gnus-art.el (article-decode-charset): Don't use ignore-errors
20850         when calling mail-header-parse-content-type.
20851         (article-de-quoted-unreadable): Ditto.
20852         (article-de-base64-unreadable): Ditto.
20853         (article-wash-html): Ditto.
20854
20855         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
20856         calling mail-header-parse-content-type and
20857         mail-header-parse-content-disposition.
20858         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
20859         mail-header-parse-content-type.
20860
20861         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
20862         insert charset and format parameters; encode description after
20863         inserting it to buffer.
20864         (mml-insert-parameter): Fold lines properly even if a parameter is
20865         segmented into two or more lines; change the max column to 76.
20866
20867         * rfc1843.el (rfc1843-decode-article-body): Don't use
20868         ignore-errors when calling mail-header-parse-content-type.
20869
20870         * rfc2231.el (rfc2231-parse-string): Return at least type if
20871         possible; don't cause an error even if it fails in parsing of
20872         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20873         (rfc2231-encode-string): Don't break lines at the beginning, leave
20874         it to mml-insert-parameter.
20875
20876         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
20877         calling mail-header-parse-content-type.
20878
20879 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
20880
20881         * spam-report.el (spam-report-gmane-use-article-number):
20882         Improve doc string.
20883         (spam-report-gmane-internal): Check if a suitable header was found
20884         in the article.
20885
20886 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20887
20888         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
20889         (rfc2231-encode-string): Make param*=value always begin with LWSP.
20890
20891 2006-02-05  Romain Francoise  <romain@orebokech.com>
20892
20893         Update copyright notices of all files in the gnus directory.
20894
20895 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20896
20897         * nnweb.el (nnweb-request-group): Avoid growing overview files.
20898
20899 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20900
20901         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
20902         segmented lines of parameter value to cope with Thunderbird 1.5
20903         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
20904         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20905         (rfc2231-encode-string): Don't make lines exceeding 76 column.
20906
20907 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
20908
20909         * mml.el (mml-generate-mime-1): Correct the order of inline signed
20910         parts.
20911
20912 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20913
20914         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
20915         there's only one active file for all servers.
20916         (nnweb-request-scan): Make sure nnweb-articles is initialized on
20917         solid groups.  Gnus might have used a FAST request to select the group.
20918         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
20919         and nnweb-search redundantly in the active file.
20920         (nnweb-request-list): Don't list bogus groups.  There can only be one.
20921         (nnweb-request-create-group): Don't use ARGS.
20922         (nnweb-possibly-change-server, nnweb-request-group): Remove some
20923         initializations.  Let nnoo do the work.
20924
20925 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20926
20927         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
20928         Say the part has been decoded.
20929
20930         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
20931
20932 2006-01-31  Kevin Ryde  <user42@zip.com.au>
20933
20934         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
20935         mailcap-viewer-test-cache when there's no 'test clause, since that
20936         will invert the meaning of a "nil" test previously determined by
20937         mailcap-mailcap-entry-passes-test.
20938
20939 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20940
20941         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
20942         compiling.
20943
20944         * gnus-sum.el: Ditto.
20945
20946         * message.el: Don't bind tool-bar-map when compiling.
20947
20948 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
20949
20950         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
20951
20952 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
20953
20954         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
20955         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
20956         current Google Groups.
20957
20958 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
20959
20960         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
20961         and tool-bar-mode.
20962
20963         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
20964         and tool-bar-mode.
20965
20966         * message.el (message-tool-bar-update): Simplify.
20967         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
20968
20969         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
20970         gnus-summary-buffer.
20971         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
20972         gnus-summary-reply.
20973
20974         * gmm-utils.el (gmm): Add :version.
20975
20976 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20977
20978         * Makefile.in (clean): New rule.
20979         (distclean): Use it.
20980
20981 2006-01-26  Steve Youngs  <steve@sxemacs.org>
20982
20983         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
20984         Don't autoload.
20985
20986 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20987
20988         * gmm-utils.el (gmm-verbose): Add :group.
20989
20990 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
20991
20992         * message.el: Change some comments WRT tool-bars.
20993
20994         * gnus-sum.el (gnus-summary-tool-bar)
20995         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
20996         (gnus-summary-tool-bar-zap-list): New variables.
20997         (gnus-summary-make-tool-bar): Complete rewrite using
20998         `gmm-tool-bar-from-list'.
20999
21000         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
21001         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
21002         New variables.
21003         (gnus-group-make-tool-bar): Complete rewrite using
21004         `gmm-tool-bar-from-list'.
21005         (gnus-group-tool-bar-update): New function.
21006
21007         * message.el (message-mode-field-menu): Add "Show hidden Headers".
21008
21009 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21010
21011         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
21012         is dissected into a single part of which the type is the same as
21013         the given one; decode charset.
21014
21015 2006-01-21  Kevin Ryde  <user42@zip.com.au>
21016
21017         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
21018         into alists as symbol not string, since that's what
21019         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
21020         look for.
21021
21022 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
21023
21024         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
21025         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
21026
21027         * message.el (message-tool-bar-gnome): Use gmm-ignore.
21028
21029 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21030
21031         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
21032         (gnus-xmas-mime-security-button-menu): New function.
21033
21034         * gnus-art.el (gnus-mime-security-button-commands): New variable.
21035         (gnus-mime-security-button-menu): New definition.
21036         (gnus-mime-security-button-map): Use them.
21037         (gnus-mime-security-button-menu): New function.
21038         (gnus-insert-mime-security-button): Addition to help echo.
21039         (gnus-mime-security-run-function, gnus-mime-security-save-part)
21040         (gnus-mime-security-pipe-part): New functions.
21041
21042         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
21043         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
21044
21045         * mm-decode.el (mm-handle-set-disposition): Remove.
21046         (mm-handle-set-description): Remove.
21047
21048 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21049
21050         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
21051         (mm-w3m-standalone-supports-m17n-p): New function.
21052         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
21053         w3m usage.
21054
21055         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
21056         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
21057
21058 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
21059
21060         * message.el (message-tool-bar-zap-list):
21061         Use gmm-tool-bar-zap-list as custom type.
21062         (message-tool-bar-update): New function.
21063         (message-tool-bar, message-tool-bar-gnome)
21064         (message-tool-bar-retro): Add message-tool-bar-update.
21065         (message-tool-bar-gnome): Add flyspell-buffer.
21066
21067         * gnus-util.el (gnus-error): Describe `args'.
21068
21069         * gmm-utils.el (gmm-error): Describe `args'.
21070         (gmm-tool-bar-zap-list): New widget.
21071         (gmm-tool-bar-from-list): Improve description of `zap-list'.
21072
21073 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21074
21075         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
21076         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
21077         the number of recursive calls.
21078
21079         * mm-decode.el (mm-handle-set-disposition): New macro.
21080         (mm-handle-set-description): New macro.
21081
21082 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21083
21084         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
21085         encoding.
21086
21087 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21088
21089         * message.el (message-tool-bar-zap-list, message-tool-bar)
21090         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
21091         (message-tool-bar-local-item-from-menu): Remove.
21092         (message-tool-bar-map): Replace by `message-make-tool-bar'.
21093         (message-make-tool-bar): New function.
21094         (message-mode): Use `message-make-tool-bar'.
21095
21096         * gmm-utils.el: New file.
21097         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
21098         (gmm-lazy): New widget copied from `nnmail.el'.
21099         (gmm-tool-bar-from-list): New function for creating customizable
21100         tool bars.
21101         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
21102         output.
21103         (gmm): Add :prefix to defgroup.
21104
21105 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
21106
21107         * gmm-utils.el (gmm-widget-p): New function.
21108
21109 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
21110
21111         * mml.el (mml-attach-file): Describe `description' in doc string.
21112         (mml-menu): Add Emacs MIME manual and PGG manual.
21113
21114 2006-01-20  Richard M. Stallman  <rms@gnu.org>
21115
21116         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
21117
21118 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
21119
21120         * nntp.el (nntp-end-of-line): Doc fix.
21121
21122 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
21123
21124         * imap.el (imap-open): Handle case where buffer is a buffer
21125         object.
21126
21127 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21128
21129         * gnus-delay.el (gnus-delay): Don't autoload.
21130         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21131         to be re-loaded when customizing the `gnus-delay' group.
21132
21133 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
21134
21135         * message.el (message-insert-citation-line): Use newlines.
21136
21137 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21138
21139         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21140         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
21141         these routines, so the passphrase can be managed externally and
21142         passed in to the system.
21143         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21144         pgg-add-passphrase-to-cache function.
21145
21146         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21147         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
21148         these routines, so the passphrase can be managed externally and
21149         passed in to the system.
21150         (pgg-pgp5-sign-region): Use new name of
21151         pgg-add-passphrase-to-cache function.
21152
21153 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
21154
21155         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21156         part of the decoded armor to find the key-identifier.
21157         (pgg-gpg-lookup-key-owner): New function to return the
21158         human-readable identifier of a key owner.
21159         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
21160         itself.
21161         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21162         the key value) if we have a key and can match it against a secret
21163         key.  Also, added a note pointing out fact that the prompt only
21164         indicates the first matching key.
21165
21166         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
21167         pgg-decrypt-region.
21168         (pgg-add-passphrase-to-cache): Rename from
21169         `pgg-add-passphrase-cache' to reduce confusion (all callers
21170         changed).
21171         (pgg-remove-passphrase-from-cache): Rename from
21172         `pgg-remove-passphrase-cache' to reduce confusion (all callers
21173         changed).
21174         (pgg-read-passphrase, pgg-add-passphrase-cache)
21175         (pgg-remove-passphrase-cache): Add informative docstrings.
21176         (pgg-decrypt): Convey provided passphrase in subordinate call to
21177         pgg-decrypt-region.
21178
21179 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
21180
21181         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21182         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21183         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21184         'passphrase' argument, so the passphrase can be managed externally
21185         and then passed in to the system.
21186
21187         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21188         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
21189         so the passphrase cache can be used reliably with identifiers
21190         besides a pgp packet's key id.
21191
21192         * pgg-gpg.el (pgg-gpg-encrypt-region)
21193         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
21194         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
21195         these routines, so the passphrase can be managed externally and
21196         passed in to the system.
21197
21198         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21199         'notruncate' argument, so the passphrase cache can be used
21200         reliably with identifiers besides a pgp packet's key id.
21201
21202 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
21203
21204         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21205         symmetric encryption.
21206         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21207         encrypted session key.
21208         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21209         message ask for the passphrase in a proper way.
21210
21211         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21212         New user commands for symmetric encryption.
21213
21214 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21215
21216         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
21217
21218         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
21219
21220 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
21221
21222         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
21223
21224 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21225
21226         * mm-decode.el (mm-inlined-types): Add application/pgp.
21227         (mm-automatic-display): Ditto.
21228
21229         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
21230         part as text.
21231
21232 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21233
21234         * nnrss.el: Update copyright.
21235         (nnrss-opml-import): Query whether to subscribe to each entry.
21236
21237         * gnus-art.el:
21238         * gnus-sum.el:
21239         * gnus-xmas.el:
21240         * messagexmas.el:
21241         * mm-uu.el:
21242         * mm-view.el: Update copyright.
21243
21244 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
21245
21246         * message.el (message-info): New function.
21247         (message-mode-menu): Add it.
21248         Update copyright.
21249
21250         * ChangeLog: Fix and update copyright.
21251
21252 2006-01-13  Romain Francoise  <romain@orebokech.com>
21253
21254         * message.el (message-forward-subject-name-subject): Prefer the
21255         address to 'nowhere' if the sender has no name.
21256         Fix typo.  Update copyright year.
21257
21258 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21259
21260         * gnus-art.el (article-wash-html):
21261         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
21262         (gnus-article-wash-html-with-w3m-standalone): New function.
21263
21264         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
21265         mm-inline-text-html-render-with-w3m-standalone.
21266         (mm-text-html-washer-alist): Map w3m-standalone to
21267         gnus-article-wash-html-with-w3m-standalone.
21268         (mm-inline-text-html-render-with-w3m-standalone): New function.
21269
21270 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21271
21272         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
21273         Improve LaTeX.
21274
21275 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21276
21277         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
21278         (nnrss-request-article): Render text/plain parts as HTML.
21279
21280         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
21281         the buffer.
21282
21283 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
21284
21285         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
21286         custom definition of `gnus-posting-styles'.
21287
21288         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
21289         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
21290
21291 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21292
21293         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
21294         Use nntp for bug archive.
21295
21296 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21297
21298         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
21299         parts.
21300         (nnrss-normalize-date): New function converts ISO 8601 date into
21301         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21302         (nnrss-check-group): Use it.
21303
21304 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21305
21306         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
21307
21308         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
21309         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
21310         (nnrss-insert-w3): Ditto.
21311
21312 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21313
21314         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
21315         the articles to be forwarded including the case where neither a
21316         number of articles nor a region is specified.
21317
21318 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21319
21320         * nnrss.el (nnrss-request-article): Fix last change; fill
21321         text/plain parts.
21322
21323 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21324
21325         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
21326         in text/plain part.
21327         (nnrss-check-group): Don't add excessive newline to dc:subject.
21328
21329 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
21330
21331         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
21332         article.
21333
21334 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
21335
21336         * nnml.el: Don't require gnus-bcklg.  Autoload it.
21337         (nnml-use-compressed-files, nnml-save-mail): Support other
21338         comression programs such as bzip2.
21339
21340 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21341
21342         * dns.el (query-dns): Make sure we check the buffer size before
21343         removing tcp headers.
21344
21345 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21346
21347         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
21348         remove MIME buttons associated with multipart/alternative parts.
21349         (gnus-mime-display-alternative): Tag buttons using `article-type'
21350         text property.
21351
21352         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
21353         associated with multipart/alternative parts.
21354
21355         * gnus-art.el (gnus-signature-separator): Fix custom type.
21356
21357         * mm-decode.el (mm-inlined-types): Fix custom type.
21358         (mm-keep-viewer-alive-types): Ditto.
21359         (mm-automatic-display): Ditto.
21360         (mm-attachment-override-types): Ditto.
21361         (mm-inline-override-types): Ditto.
21362         (mm-automatic-external-display): Ditto.
21363
21364 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
21365
21366         * spam-report.el (spam-report-user-mail-address)
21367         (spam-report-user-agent): New variables.
21368         (spam-report-url-ping-plain): Use spam-report-user-agent.
21369
21370 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
21371
21372         * gnus-art.el (gnus-button-handle-custom): Do not just use
21373         `customize-apropos' for any "M-x customize-*" button but the
21374         function called for.  Accept both the function name and its
21375         argument in order to achieve this.
21376         (gnus-button-alist): Remove support for "custom:" URL's.
21377         Pass function name to `gnus-button-handle-custom' in case of "M-x
21378         customize-*" buttons.
21379
21380 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21381
21382         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
21383         multipart/alternative and add xref to mm-discouraged-alternatives
21384         in doc string.
21385
21386         * mm-decode.el (mm-discouraged-alternatives): Add xref to
21387         gnus-buttonized-mime-types in doc string.
21388
21389 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
21390
21391         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
21392         Suggest image/.* in the doc string.
21393
21394 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
21395
21396         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
21397         message-marks (Debian bug#342521).
21398
21399 2005-12-12  Simon Josefsson  <jas@extundo.com>
21400
21401         * password.el (password-read-from-cache): Add.
21402         (password-read): Use it.
21403
21404 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21405
21406         * rfc2047.el (rfc2047-charset-to-coding-system):
21407         Recognize us-ascii as a MIME charset.
21408
21409         * mm-bodies.el (mm-decode-content-transfer-encoding):
21410         Protect against the case where the 2nd arg TYPE is nil.
21411
21412 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21413
21414         * pop3.el (pop3-stream-type): Fix custom version.
21415
21416         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
21417
21418 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21419
21420         * mm-decode.el (mm-display-external): Add missing cdr.
21421
21422 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21423
21424         * mm-decode.el (mm-display-external): Use nametemplate (defined in
21425         RFC1524) if it is in mailcap or add a suffix according to
21426         mailcap-mime-extensions when generating a temp filename; postpone
21427         deleting a temp file for 2 seconds for some wrappers, shell
21428         scripts, and so on, which might exit right after having started a
21429         viewer command as a background job.
21430
21431 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21432
21433         * nntp.el (nntp-marks-directory): Fix custom group.
21434
21435         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
21436         steps when < 10.
21437
21438         * gnus-start.el (gnus-no-server-1):
21439         Mention `gnus-level-default-subscribed' in doc string.
21440
21441 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21442
21443         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
21444         parens.
21445
21446 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21447
21448         * gnus-xmas.el (gnus-use-toolbar): Revert.
21449         (gnus-xmas-setup-toolbar): Use global default-toolbar if
21450         gnus-use-toolbar is default.
21451
21452         * messagexmas.el (message-use-toolbar): Revert.
21453         (message-setup-toolbar): Use global default-toolbar if
21454         message-use-toolbar is default.
21455
21456 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21457
21458         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
21459         according to default-toolbar-visible-p.
21460
21461         * messagexmas.el (message-use-toolbar): Ditto.
21462
21463 2005-11-26  Dave Love  <fx@gnu.org>
21464
21465         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
21466         (tls-program, tls-success): Provide openssl alternative.
21467
21468         * starttls.el: Doc fixes.
21469         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
21470         SERVICE to PORT.
21471
21472         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
21473         port null or service name.
21474         (starttls-negotiate): Autoload.
21475
21476 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21477
21478         * message.el (message-kill-to-signature): Fix interactive spec.
21479
21480 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21481
21482         * pop3.el (pop3-open-server): Recognize a string as a service name.
21483
21484 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
21485
21486         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
21487
21488 2005-11-23  Dave Love  <fx@gnu.org>
21489
21490         Add pop3s, pop3/starttls.
21491
21492         * pop3.el (pop3-authentication-scheme): Clarify doc.
21493         (open-tls-stream, starttls-open-stream): Autoload.
21494         (pop3-stream-type): New.
21495         (pop3-open-server): Use it.
21496
21497         * mail-source.el (mail-sources): Fix some :types.  Add stream type
21498         for POP.
21499         (mail-source-keyword-map): Add :stream for POP.
21500         (mail-source-fetch-pop): Use pop3-stream-type.
21501
21502 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21503
21504         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
21505         of current-time-string.
21506
21507 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
21508
21509         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
21510         date header.
21511
21512 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21513
21514         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
21515         it can seriously impact performance as it bypasses the agent's
21516         local caches.
21517
21518 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
21519
21520         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
21521         must be explicitly online rather than "not explicitly offline" for
21522         its flags to be synchronized.
21523
21524         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
21525         that gnus-uu-unmark-thread will function correctly.
21526
21527         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
21528         1024K is instead displayed as 1M.
21529
21530 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21531
21532         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
21533
21534 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
21535
21536         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
21537
21538 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
21539
21540         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
21541         error message to display actual error condition.
21542         (gnus-agent-save-local): Avoid saving symbols that are bound to
21543         nil as they simply result in a warning message in
21544         gnus-agent-read-local.
21545
21546 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21547
21548         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
21549         rather than make-variable-buffer-local for file-precious-flag.
21550
21551 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21552
21553         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
21554         for duplicates which are removed.  The invalid sort check then
21555         triggers a rescan after the sort as sorting may have moved
21556         duplicate entries such that they can be cheaply detected.
21557
21558 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21559
21560         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
21561
21562 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
21563
21564         * gnus-agent.el (gnus-agent-article-alist-save-format):
21565         Change internal variable to a custom variable.  Change default value
21566         from compressed(2) to uncompressed(1).
21567         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
21568         support for uncompressed agentview files.  Taken together, reading
21569         the agentview file should now be 6-7 times faster.
21570
21571 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
21572
21573         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
21574         as a buffer-local variable.  This avoids creating truncated
21575         dribble files as a result of a hang up, eg.
21576
21577 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
21578
21579         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
21580         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
21581         XEmacs.
21582
21583 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
21584
21585         * gnus-start.el (gnus-start-draft-setup):
21586         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
21587
21588         * gnus.el (gnus-splash): Change custom group.
21589         (gnus-group-get-parameter, gnus-group-parameter-value):
21590         Describe allow-list argument.
21591
21592         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
21593         string.
21594
21595 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
21596
21597         * gnus-art.el (gnus-default-article-saver): Add user-defined
21598         `function' to custom type.
21599
21600 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21601
21602         * imap.el (imap-open): Handle case where buffer is a buffer
21603         object.
21604
21605 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21606
21607         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
21608         long lines.
21609         (gnus-cache-delete-group): Wrap doc strings.
21610
21611         * gnus-agent.el (gnus-agent-rename-group)
21612         (gnus-agent-delete-group): Wrap doc strings.
21613
21614 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21615
21616         * messagexmas.el (message-use-toolbar): Change the valid values
21617         into default, top, bottom, left, and right.
21618         (message-toolbar-thickness): New variable.
21619         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
21620         well.
21621         (message-setup-toolbar): Make it work.
21622
21623         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
21624         (gnus-use-toolbar): Change the valid values into default, top,
21625         bottom, left, and right.
21626         (gnus-toolbar-thickness): New variable.
21627         (gnus-xmas-setup-toolbar): New function.
21628         (gnus-xmas-setup-group-toolbar): Use it.
21629         (gnus-xmas-setup-summary-toolbar): Use it.
21630
21631 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21632
21633         * gnus-start.el (gnus-1): Add "native" to
21634         gnus-predefined-server-alist.
21635
21636         * gnus.el (gnus-method-to-server): Don't add "native" to the
21637         lists here, because that leads to problems when
21638         gnus-select-method is bound.
21639
21640 2005-11-09  Simon Josefsson  <jas@extundo.com>
21641
21642         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
21643         use (not sort-by-date) instead.
21644
21645 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21646
21647         * gnus-delay.el (gnus-delay-group): Don't autoload.
21648         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
21649         to be re-loaded when customizing the `gnus-delay' group.
21650
21651 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21652
21653         * message.el: Revert last changes.
21654         (message-insert-citation-line): Use newlines.
21655
21656 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21657
21658         * message.el (message-courtesy-message)
21659         (message-mark-insert-begin, message-mark-insert-end)
21660         (message-elide-ellipsis, message-cancel-message)
21661         (message-add-header, message-change-subject)
21662         (message-cross-post-followup-to-header)
21663         (message-cross-post-insert-note, message-reduce-to-to-cc)
21664         (message-widen-reply, message-delete-not-region)
21665         (message-kill-to-signature, message-insert-signature)
21666         (message-insert-importance-high, message-insert-importance-low)
21667         (message-insert-or-toggle-importance)
21668         (message-insert-disposition-notification-to)
21669         (message-indent-citation, message-yank-original)
21670         (message-cite-original-without-signature, message-cite-original)
21671         (message-insert-citation-line, message-position-on-field)
21672         (message-fix-before-sending, message-send-mail-partially)
21673         (message-send-mail, message-send-mail-with-sendmail)
21674         (message-send-mail-with-qmail, message-send-news)
21675         (message-check-news-header-syntax, message-generate-headers)
21676         (message-insert-courtesy-copy, message-fill-address)
21677         (message-fill-header, message-shorten-references)
21678         (message-setup-1, message-cancel-news)
21679         (message-forward-make-body-plain, message-forward-make-body-mime)
21680         (message-forward-make-body-mml, message-encode-message-body)
21681         (message-forward-make-body-digest-plain)
21682         (message-forward-make-body-digest-mime)
21683         (message-use-alternative-email-as-from): Insert `hard-newline'
21684         instead of ordinary newlines.
21685
21686 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21687
21688         * message.el (message-generate-headers): Downcase the argument
21689         given to message-check-element.
21690
21691 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
21692
21693         * nntp.el (nntp-authinfo-rejected): New error condition.
21694         (nntp-wait-for): Use new error condition to signal authentication
21695         error.
21696         (nntp-retrieve-data): Rethrow new error condition to break out of
21697         recursive call to nntp-send-authinfo.
21698
21699 2005-11-08  Romain Francoise  <romain@orebokech.com>
21700
21701         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
21702         (gnus-summary-exit-map): Bind to `Z p'.
21703         (gnus-summary-make-menu-bar): Add menu item.
21704
21705 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
21706
21707         * gnus-art.el (gnus-article-treat-custom): Add `first'.
21708         (gnus-treat-*): Add `first' in all doc strings.
21709
21710         * gnus-group.el (gnus-group-compact-group): Fix typo.
21711
21712 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21713
21714         * gnus.el (gnus-parameters-case-fold-search): New variable.
21715         (gnus-parameters-get-parameter): Use it.
21716
21717         * gnus-score.el (gnus-home-score-file): Doc fix.
21718
21719 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
21720
21721         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
21722
21723 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21724
21725         * mm-util.el (mm-special-display-p): New function.
21726
21727         * mml.el (mml-preview): Use it; doc fix.
21728
21729 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
21730
21731         * imap.el (imap-open): Handle case where buffer is a buffer object.
21732
21733 2005-10-29  Romain Francoise  <romain@orebokech.com>
21734
21735         * message.el (message-fix-before-sending): Fix comment.
21736
21737 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21738
21739         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
21740
21741 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
21742
21743         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
21744         Used in gnus-score.el.
21745
21746 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
21747
21748         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
21749
21750 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
21751
21752         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
21753         whitespace removed in revision 7.8.  Use concatenated string to
21754         protect trailing whitespace.
21755
21756 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
21757
21758         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
21759         (nnimap-request-expire-articles): Use it to avoid sending 'UID
21760         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
21761         Courier IMAP ("some version from 2004").  Mostly based on similar
21762         code in the same function.
21763
21764 2005-10-26  Didier Verna  <didier@xemacs.org>
21765
21766         * gnus-group.el (gnus-group-compact-group): Invalidate original
21767         article buffer.
21768         * gnus-srvr.el (gnus-server-compact-server): Ditto.
21769         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
21770         NOV database and in article itself.
21771         Invalidate article backlog.
21772
21773 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21774
21775         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
21776
21777 2005-10-26  Simon Josefsson  <jas@extundo.com>
21778
21779         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
21780         part of 2004-07-25 change.
21781
21782 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21783
21784         * message.el (message-display-completion-list): New function.
21785         (message-expand-group): Use it; make sure the Completions buffer
21786         is modifiable.
21787 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21788
21789         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
21790         user-mail-name is an empty string.
21791
21792 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21793
21794         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
21795         depending on gnus-score-decay-constant.
21796
21797         * encrypt.el (encrypt-insert-file-contents)
21798         (encrypt-write-file-contents): Don't use `gnus-message'.
21799
21800         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
21801         arguments.
21802         (mm-uu-type-alist): Add message-marks and insert-marks.
21803         Pass arguments to mm-uu-verbatim-marks-extract.
21804         (mm-uu-hide-markers): New variable.
21805         (mm-uu-extract): Use face similar to `gnus-cite-3'.
21806
21807         * gnus-fun.el (gnus-convert-image-to-x-face-command)
21808         (gnus-convert-image-to-face-command): Use "convert" by default to
21809         allow other input image formats.
21810         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
21811         accordingly.
21812
21813 2005-10-23  Simon Josefsson  <jas@extundo.com>
21814
21815         * imap.el (imap-gssapi-program): Align command line parameters
21816         with latest GNU SASL.
21817         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
21818
21819 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21820
21821         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
21822         HTML.
21823         (nnslashdot-request-article): Ditto.
21824
21825         * lpath.el (featurep): Add nobreak-char-display.
21826
21827 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
21828
21829         * mail-source.el (mail-source-fetch-pop): Require pop3.
21830         (mail-source-check-pop): Ditto.
21831
21832 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21833
21834         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
21835         errors.
21836
21837 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
21838
21839         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
21840         (gnus-treat-strip-leading-blank-lines): Improve doc string.
21841
21842         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
21843
21844         * mm-bodies.el (mm-decode-string):
21845         Call `mm-charset-to-coding-system' with allow-override argument.
21846
21847 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21848
21849         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
21850         (rfc2047-charset-to-coding-system): New function.
21851         (rfc2047-decode-encoded-words): New function.
21852         (rfc2047-decode-region): Use them.
21853         (rfc2047-decode-cte): Remove.
21854         (rfc2047-parse-and-decode): Remove.
21855         (rfc2047-decode): Remove.
21856
21857 2005-10-15  Kenichi Handa  <handa@m17n.org>
21858
21859         * rfc2047.el (rfc2047-decode-cte): New function.
21860         (rfc2047-decode-region): Change the way to decode successive
21861         encoded-words: decode B- or Q-encoding in each encoded-word,
21862         concatenate them, and decode it as charset.
21863
21864 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21865
21866         * lpath.el: Fbind codepage-setup for XEmacs.
21867
21868 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21869
21870         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
21871         widget-move-and-invoke.
21872         (gnus-custom-mode): Use gnus-custom-map.
21873
21874 2005-10-15  Bill Wohler  <wohler@newt.com>
21875
21876         * message.el (message-tool-bar-map): Rename image file from
21877         mail_send to mail/send.
21878
21879 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21880
21881         * message.el (message-expand-group): Pass the common
21882         prefix substring of completion to `display-completion-list'.
21883
21884 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
21885
21886         * mml-sec.el (mml-secure-method): New internal variable.
21887         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
21888         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
21889         New functions using mml-secure-method.
21890
21891         * mml.el (mml-mode-map): Add key bindings for those functions.
21892         (mml-menu): Simplify security menu entries.  Suggested by Jesper
21893         Harder <harder@myrealbox.com>.
21894         (mml-attach-file, mml-attach-buffer, mml-attach-external):
21895         Goto end of message if point is the headers of the message.
21896
21897         * message.el (message-in-body-p): New function.
21898
21899         * assistant.el: Autoload gnus-util and netrc.
21900
21901         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
21902         Use `mm-charset-override-alist' only when decoding.
21903
21904         * mm-bodies.el (mm-decode-body):
21905         Call `mm-charset-to-coding-system' with allow-override argument.
21906
21907         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
21908         `filename' from Content-Disposition if Content-Type doesn't
21909         provide `name'.
21910         (gnus-mime-view-part-as-type): Set default instead of
21911         initial-input.
21912
21913 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21914
21915         * format-spec.el (format-spec): Propagate text properties of % spec.
21916
21917 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21918
21919         * gnus-art.el (gnus-treat-predicate): Add `first'.
21920
21921 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21922
21923         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
21924         (mm-charset-override-alist): New variable.
21925         (mm-charset-to-coding-system): Use it.
21926         (mm-codepage-setup): New helper function.
21927         (mm-charset-eval-alist): New variable.
21928         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
21929         Warn about unknown charsets.
21930
21931         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
21932
21933 2005-10-04  David Hansen  <david.hansen@gmx.net>
21934
21935         * nnrss.el (nnrss-request-article): Add support for the comments tag.
21936         (nnrss-check-group): Ditto.
21937
21938 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21939
21940         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
21941         Rename x-gnus-verbatim to x-verbatim.
21942         (mm-uu-type-alist): Fix regexp for verbatim-marks.
21943
21944         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
21945         x-verbatim.
21946
21947         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
21948
21949         * gnus-util.el (gnus-remove-duplicates): Remove.
21950
21951         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
21952         instead of gnus-remove-duplicates.
21953
21954         * message.el (message-remove-duplicates): Remove.
21955         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
21956         message-remove-duplicates.
21957
21958         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
21959         available, else use implementation from `delete-dups'.
21960
21961         * message.el (message-insert-expires): New function.
21962         (message-mode-map): Add key binding.
21963         (message-mode-field-menu): Add menu entry.
21964         (message-mode): Document it.
21965         (message-make-expires-date): Use `message-make-date'.
21966
21967 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
21968
21969         * message.el (message-make-expires-date): New function.
21970
21971 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21972
21973         * Makefile.in (list-installed-shadows): New entry.
21974         (install): Use it.
21975         (remove-installed-shadows): New entry.
21976
21977         * dgnushack.el (dgnushack-default-load-path): New variable.
21978         (dgnushack-find-lisp-shadows): New function.
21979         (dgnushack-remove-lisp-shadows): New function.
21980
21981 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21982
21983         * Makefile.in (install-el-elc): New entry.
21984         (install): Use it so that .el files are necessarily installed.
21985
21986 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21987
21988         * time-date.el: Autoload parse-time-string, XEmacs needs it.
21989
21990 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21991
21992         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
21993         function rather than the diff-mode.el package.
21994         (mm-display-external): Use with-current-buffer.
21995         (mm-viewer-completion-map, mm-viewer-completion-map):
21996         Move initialization inside declaration.
21997
21998 2005-09-29  Simon Josefsson  <jas@extundo.com>
21999
22000         * spam.el: Load hashcash when compiling, to avoid warnings.
22001         Don't autoload mail-check-payment.
22002         (spam-check-hashcash): Define unconditionally, since hashcash.el
22003         is part of Gnus now.  Ignore errors from payment checking.
22004
22005 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
22006
22007         * message.el (message-bold-region, message-unbold-region):
22008         Rename from `bold-region' and `unbold-region'.
22009
22010         * message.el: Remove useless autoloads.
22011
22012 2005-09-28  Simon Josefsson  <jas@extundo.com>
22013
22014         * message.el (message-use-idna): Default to t.
22015         (message-use-idna): Test whether encoding works too.  Doc fix.
22016
22017 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22018
22019         * nntp.el (nntp-warn-about-losing-connection): Remove.
22020
22021 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
22022
22023         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
22024         customizable.  Change default value.
22025         (mm-uu-diff-groups-regexp): Change default value.
22026         (mm-uu-type-alist): Add doc string.
22027         (mm-uu-configure): Add doc string.  Make it interactive.
22028         (mm-uu-tex-groups-regexp): New variable.
22029         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
22030         (mm-uu-type-alist): Add LaTeX documents.
22031         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
22032         of "text/verbatim".
22033         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
22034
22035         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
22036         instead of "text/verbatim".
22037
22038         * message.el (message-mark-inserted-region)
22039         (message-mark-insert-file): Use slrn style marks when called with
22040         prefix argument.
22041
22042 2005-09-27  Simon Josefsson  <jas@extundo.com>
22043
22044         * message.el (message-idna-to-ascii-rhs-1): Reformat.
22045
22046 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
22047
22048         * message.el (message-remove-duplicates): New function.
22049         Implementation borrowed from `gnus-remove-duplicates'.
22050         (message-idna-to-ascii-rhs): Also encode idna addresses in
22051         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22052         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
22053         only ask about the same idna domain once per header and also tell
22054         in what header to replace the idna domain.
22055
22056         * gnus-art.el (article-decode-idna-rhs): Also decode idna
22057         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
22058         (article-decode-idna-rhs): Fix regexp so that all idna-address in
22059         a header is decoded and not just the last one.
22060
22061 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22062
22063         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
22064         has been decoded.
22065
22066         * mm-decode.el (mm-automatic-display): Add text/verbatim.
22067         (mm-insert-part): Don't modify text if it has been decoded.
22068
22069         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
22070         decoded.
22071
22072         * mm-view.el (mm-inline-text): Don't strip text props unless
22073         decoding enriched or richtext parts.
22074
22075 2005-09-25  Romain Francoise  <romain@orebokech.com>
22076
22077         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
22078         * gnus-start.el (gnus-subscribe-interactively):
22079         * gnus-uu.el (gnus-uu-grab-articles):
22080         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
22081         space.
22082
22083 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22084
22085         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
22086         * mm-view.el (mm-view-pkcs7-decrypt):
22087         * gnus-sum.el (gnus-summary-limit-to-extra)
22088         (gnus-summary-respool-article, gnus-read-move-group-name):
22089         * gnus-score.el (gnus-summary-increase-score):
22090         * gnus-util.el (gnus-completing-read-with-default):
22091         * gnus-art.el (gnus-read-save-file-name)
22092         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
22093         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
22094         * message.el (message-check-news-header-syntax):
22095         Follow convention for reading with the minibuffer.
22096
22097 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
22098
22099         * spam-report.el (spam-report-url-ping-plain):
22100         Use gnus-extended-version as User-Agent.
22101
22102         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
22103         default value is nil.
22104
22105         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
22106         (mm-uu-verbatim-marks-extract): New function.
22107         (mm-uu-extract): New face.
22108         (mm-uu-copy-to-buffer): Use it.
22109
22110         * spam-report.el (spam-report-gmane-ham): Rename from
22111         `spam-report-gmane-unspam'.
22112         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
22113         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
22114
22115         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
22116         Autoload.
22117         (spam-report-gmane-unregister-routine):
22118         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
22119
22120 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
22121
22122         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
22123         (spam-report-gmane-unregister-routine): Add support for gmane
22124         unregistration.
22125
22126         * spam-report.el (spam-report-gmane-unspam)
22127         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
22128         (spam-report-gmane): Change to take a single article and do unspam
22129         registration.
22130
22131 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22132
22133         * mm-url.el (mm-url-decode-entities): Fix regexp.
22134
22135 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22136
22137         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
22138         default to nil, to be able to use Gnus at all.  If the default
22139         switches to something else, then the function should be fixed not
22140         be exceedingly slow.
22141
22142 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
22143
22144         * gnus-start.el (gnus-activate-group): If the server is nil, don't
22145         fail hard.
22146
22147         * spam-report.el: Add better Keywords line.
22148
22149         * spam.el: Add Maintainer and better Keywords line.
22150
22151 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22152
22153         * gnus-art.el (gnus-article-replace-part)
22154         (gnus-mime-replace-part): New functions.
22155         (gnus-mime-action-alist, gnus-mime-button-commands)
22156         (gnus-mime-save-part-and-strip): Add file argument.
22157         (gnus-article-part-wrapper): Add interactive argument.
22158
22159         * gnus-sum.el (gnus-summary-mime-map):
22160         Add `gnus-article-replace-part'.
22161
22162 2005-09-19  Didier Verna  <didier@xemacs.org>
22163
22164         The nnml compaction feature:
22165         * nnml.el (nnml-request-compact-group): New function.
22166         * nnml.el (nnml-request-compact): New function.
22167         * gnus-int.el (gnus-request-compact-group): New function.
22168         * gnus-int.el (gnus-request-compact): New function.
22169         * gnus-group.el (gnus-group-compact-group): New function.
22170         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
22171         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
22172         * gnus-srvr.el (gnus-server-compact-server): New function.
22173         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
22174         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
22175
22176 2005-09-18  Deepak Goel  <deego@gnufans.org>
22177
22178         * sieve.el (sieve-help): Fix `message' call: first arg should be a
22179         format spec.
22180
22181 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22182
22183         * gnus.el (gnus-group-startup-message): Bind image-load-path.
22184
22185 2005-09-15  Romain Francoise  <romain@orebokech.com>
22186
22187         * message.el (message-fill-paragraph): Clarify docstring.
22188
22189 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22190
22191         * gnus-art.el (gnus-mime-display-part): Protect against broken
22192         MIME messages.
22193
22194 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22195
22196         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
22197         before parsing header.
22198
22199 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
22200
22201         * html2text.el (html2text-replace-list): Add new entities.
22202
22203 2005-09-11  Romain Francoise  <romain@orebokech.com>
22204
22205         * message.el (message-alternative-emails): Improve docstring.
22206         (message-setup-1): Call `message-use-alternative-email-as-from'
22207         after `message-setup-hook' to give it precedence over posting
22208         styles, etc.
22209         (message-use-alternative-email-as-from): Add docstring.
22210         Remove the original From header if present.
22211
22212         * nnml.el (nnml-compressed-files-size-threshold): New variable.
22213         (nnml-save-mail): Use it.
22214
22215         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
22216         articles.  Add new argument `silent'.
22217         (gnus-uu-mark-all): Report the total number of marked articles.
22218
22219 2005-09-10  Romain Francoise  <romain@orebokech.com>
22220
22221         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
22222         (gnus-uu-mark-series): Likewise.
22223
22224 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
22225
22226         * spam-report.el (spam-report-gmane): Fix generation of spam
22227         report URL.
22228
22229 2005-09-10  Simon Josefsson  <jas@extundo.com>
22230
22231         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
22232         t, based on discussion on the ding list with Robert Epprecht
22233         <epprecht@solnet.ch>.
22234
22235 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
22236
22237         * spam-report.el (spam-report-gmane): Make it work without
22238         X-Report-Spam header.  Gmane now only provides Archived-At.
22239         This is only used if `spam-report-gmane-use-article-number' is nil.
22240         (spam-report-gmane-spam-header): Remove.  Not used anymore.
22241
22242         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
22243         make `gnus-summary-sort-by-recipient' work with threading.
22244
22245         * nnweb.el (nnweb-google-wash-article): Print a message if article
22246         is not available.
22247
22248 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22249
22250         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
22251         change.  Decode text/* parts content before displaying.
22252
22253 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
22254
22255         * mml-smime.el: Remove defvar of gnus-extract-address-components.
22256
22257 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22258
22259         * mm-view.el (mm-display-inline-fontify): Disable support modes.
22260
22261         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
22262         url-package-name, url-package-version,
22263         w3m-cid-retrieve-function-alist, w3m-current-buffer,
22264         w3m-display-inline-images, and w3m-minor-mode-map.
22265
22266 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
22267
22268         * message.el (message-tab-body-function): Fix mismatched custom type.
22269
22270         * gnus.el (gnus-group-change-level-function): Ditto.
22271
22272         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
22273
22274         * gnus-art.el (gnus-signature-limit)
22275         (gnus-article-mime-part-function): Ditto.
22276
22277 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22278
22279         * mml.el (mml-mode): Silence the byte compiler.
22280
22281         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
22282         using `(sit-for 0)' before moving the point to the specified part;
22283         skip unbuttonized parts.
22284         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
22285         return to the summary window if gnus-auto-select-part is non-nil.
22286
22287 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
22288
22289         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
22290         New variables.
22291         (mml-dnd-attach-file, mml-mode): Use them.
22292
22293         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
22294         Make fetching article by MID work again for Google Groups.
22295         Add FIXME concerning gnus-group-make-web-group.
22296
22297         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
22298         Don't depend on Gnus by using mail-extract-address-components if
22299         gnus-extract-address-components is not bound.
22300
22301 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22302
22303         * gnus-art.el (gnus-mime-display-security): Don't display the
22304         signature, but only the signed part.
22305
22306 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22307
22308         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
22309
22310         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
22311         list, not listp.
22312
22313 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
22314
22315         * mm-encode.el (mm-encode-content-transfer-encoding):
22316         Likewise when encoding.
22317
22318         * mm-bodies.el (mm-decode-content-transfer-encoding):
22319         De-canonicalize CRLF for all text content types, not just
22320         text/plain.
22321
22322 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22323
22324         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
22325         valid article; point arrow and cursor at the MIME button.
22326
22327 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
22330         Suggested by Dan Christensen <jdc@uwo.ca>.
22331
22332         * mm-decode.el (mm-save-part): Enable change of prompt.
22333
22334 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
22335
22336         * gnus-msg.el (gnus-inews-add-send-actions):
22337         Make `message-post-method' lambda parameter ARG `&optional'.
22338
22339 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22340
22341         * gnus-sum.el (gnus-summary-mime-map):
22342         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
22343         gnus-article-jump-to-part.
22344
22345         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
22346         (gnus-article-edit-part): Use it.
22347         (gnus-article-part-wrapper): Add no-handle argument.
22348         (gnus-article-save-part-and-strip, gnus-article-delete-part):
22349         New functions.
22350
22351 2005-08-29  Romain Francoise  <romain@orebokech.com>
22352
22353         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
22354         docstring.
22355         (gnus-face-from-file): Likewise.
22356
22357 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
22358
22359         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
22360         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
22361         non-nil.
22362         (gnus-auto-select-part): New variable.
22363         (gnus-article-jump-to-part): New function.
22364         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
22365         (gnus-mime-delete-part): Allow selecting specified part after
22366         deleting or stripping parts.
22367         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
22368         part if argument is bogus.
22369
22370 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22371
22372         * gnus-art.el (w3m-minor-mode-map):
22373         * gnus-spec.el (gnus-newsrc-file-version):
22374         * gnus-util.el (nnmail-active-file-coding-system)
22375         (gnus-original-article-buffer, gnus-user-agent):
22376         * gnus.el (gnus-ham-process-destinations)
22377         (gnus-parameter-ham-marks-alist)
22378         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
22379         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
22380         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
22381         * mm-decode.el (gnus-current-window-configuration):
22382         * mm-extern.el (gnus-article-mime-handles):
22383         * mm-url.el (url-current-object, url-package-name)
22384         (url-package-version):
22385         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
22386         (smime-keys, w3m-cid-retrieve-function-alist)
22387         (w3m-current-buffer, w3m-display-inline-images)
22388         (w3m-minor-mode-map):
22389         * mml-smime.el (gnus-extract-address-components):
22390         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
22391         (gnus-newsrc-hashtb, message-default-charset)
22392         (message-deletable-headers, message-options)
22393         (message-posting-charset, message-required-mail-headers)
22394         (message-required-news-headers):
22395         * mml1991.el (mc-pgp-always-sign):
22396         * mml2015.el (mc-pgp-always-sign):
22397         * nnheader.el (nnmail-extra-headers):
22398         * rfc1843.el (gnus-decode-encoded-word-function)
22399         (gnus-decode-header-function, gnus-newsgroup-name):
22400         * spam-stat.el (gnus-original-article-buffer): Add defvars.
22401
22402 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
22403
22404         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
22405         the end of the date treatments.
22406
22407 2005-08-15  Simon Josefsson  <jas@extundo.com>
22408
22409         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
22410         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
22411         Capello and Romain Francoise.
22412         (pgg-fetch-key-function): Remove, not used?
22413         (pgg-insert-url-with-w3): Require url, to get
22414         url-insert-file-contents regardless of where it is defined.
22415
22416 2005-08-13  Romain Francoise  <romain@orebokech.com>
22417
22418         * message.el (message-cite-original-1): New function.
22419         (message-cite-original): Use it.
22420         (message-cite-original-without-signature): Ditto.
22421
22422 2005-08-08  Romain Francoise  <romain@orebokech.com>
22423
22424         * message.el (message-yank-empty-prefix): New variable.
22425         (message-indent-citation): Use it.
22426         (message-cite-original-without-signature): Respect X-No-Archive.
22427
22428 2005-08-08  Simon Josefsson  <jas@extundo.com>
22429
22430         * pgg.el: Autoload url-insert-file-contents instead of loading
22431         w3/url.
22432         (pgg-insert-url-with-w3): Don't load url here.
22433
22434 2005-08-07  Jesper Harder  <harder@phys.au.dk>
22435
22436         * message.el (message-kill-to-signature): Don't insert newline at
22437         bol.
22438         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
22439
22440 2005-08-06  Romain Francoise  <romain@orebokech.com>
22441
22442         * message.el (message-user-fqdn): Fix typo in docstring.
22443
22444 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
22445
22446         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
22447
22448         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
22449
22450 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22451
22452         * mm-bodies.el (mm-encode-body): Use coding system rather than
22453         charset to encode text.
22454
22455         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
22456         number of charsets if utf-8 is available (XEmacs).
22457
22458 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
22459
22460         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
22461         taken from `gnus-button-mid-or-mail-regexp'.
22462         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
22463         (gnus-button-alist): Improve regexp for domain part of the MIDs
22464         for news:localpart@domain buttons.
22465         (gnus-button-ctan-directory-regexp): Update.
22466
22467 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22468
22469         * sieve-manage.el (sieve-manage-interactive-login):
22470         Use make-local-variable rather than make-variable-buffer-local.
22471         (sieve-manage-open): Ditto.
22472         (sieve-manage-authenticate): Ditto.
22473
22474         * mml.el (mml-generate-mime-1): Make the content type default to
22475         text/plain if the filename is not specified.
22476
22477 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22478
22479         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
22480         instead of insert-buffer.
22481
22482         * message.el (message-yank-original): Ditto; set the mark at the
22483         end of the yanked message.
22484
22485 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22486
22487         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
22488         lines to scroll rather than to stop it.
22489
22490         * mml.el (mml-generate-default-type): Add doc string.
22491         (mml-generate-mime-1): Use mm-default-file-encoding or make it
22492         default to application/octet-stream when determining the content
22493         type if it is not specified for the part or the mml contents; add
22494         a comment about mml-generate-default-type.
22495
22496 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
22497
22498         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
22499         make it default to application/octet-stream when determining the
22500         content type if it is not specified for the external contents.
22501
22502 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22503
22504         * rfc2231.el (rfc2231-parse-string): Take care that not only a
22505         segmented parameter but also other parameters might be there.
22506
22507 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22508
22509         * mm-decode.el (mm-display-external): Delete temp file, directory
22510         and buffer immediately if the external process is exited.
22511
22512 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22513
22514         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
22515         fewer lines than that of scroll-margin.
22516         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
22517
22518 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22519
22520         * gnus-art.el (gnus-article-next-page): Revert.
22521         (gnus-article-beginning-of-window): New macro.
22522         (gnus-article-next-page-1): Use it.
22523         (gnus-article-prev-page): Ditto.
22524         (gnus-article-edit-part): Use insert-buffer-substring instead of
22525         insert-buffer.
22526         (gnus-article-edit-exit): Ditto.
22527
22528         * gnus-util.el (gnus-beginning-of-window): Remove.
22529         (gnus-end-of-window): Remove.
22530
22531         * lpath.el: Don't bind header-line-format and scroll-margin.
22532
22533 2005-07-25  Simon Josefsson  <jas@extundo.com>
22534
22535         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
22536         to have the url package without w3.  Reported by Daiki Ueno
22537         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
22538
22539 2005-07-20  Didier Verna  <didier@xemacs.org>
22540
22541         * gnus-diary.el: Remove the description comment (nndiary is now
22542         properly documented in the Gnus manual).
22543         Fix the spelling of "Back End".
22544         * nndiary.el: Ditto.
22545         Fix the copyright notice.
22546
22547 2005-07-18  Romain Francoise  <romain@orebokech.com>
22548
22549         * gnus-sum.el (gnus-summary-to-prefix)
22550         (gnus-summary-newsgroup-prefix): New variables.
22551         (gnus-summary-from-or-to-or-newsgroups): Use them.
22552
22553 2005-07-17  Romain Francoise  <romain@orebokech.com>
22554
22555         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
22556         space as it's generally not especially interesting to the user.
22557
22558 2005-07-16  Romain Francoise  <romain@orebokech.com>
22559
22560         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
22561         nil to avoid prompting and file modification if one of the
22562         messages at the top of the nnfolder file contains a copyright
22563         notice.
22564         Update copyright notice.
22565
22566         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
22567         instead of `current-time-string' as the latter creates a time
22568         string that is not RFC 2822 compliant (it lacks the zone).
22569         Update copyright notice.
22570
22571 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22572
22573         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
22574         for text/rtf.  Display default in prompt.  Pass default for M-n.
22575
22576         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
22577
22578 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22579
22580         * gnus-msg.el (gnus-button-mailto):
22581         Remove save-selected-window-window hackery because it relies on
22582         save-selected-window internals.
22583
22584 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22585
22586         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
22587         (gnus-article-next-page-1): Use gnus-beginning-of-window.
22588         (gnus-article-prev-page): Ditto.
22589
22590         * gnus-util.el (gnus-beginning-of-window): New function.
22591         (gnus-end-of-window): New function.
22592
22593         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
22594
22595 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
22596
22597         * gnus-score.el (gnus-score-edit-all-score):
22598         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
22599         gnus-message.
22600
22601 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22602
22603         * gnus-msg.el (gnus-button-mailto):
22604         Remove save-selected-window-window hackery because it relies on
22605         save-selected-window internals.
22606
22607 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22608
22609         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
22610         add-minor-mode.
22611         (gnus-binary-mode): Ditto.
22612
22613         * gnus-topic.el (gnus-topic-mode): Ditto.
22614
22615 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
22616
22617         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
22618         (gnus-article-prev-page): Take scroll-margin into consideration.
22619
22620 2005-07-04  Lute Kamstra  <lute@gnu.org>
22621
22622         Update FSF's address in GPL notices.
22623
22624 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
22625
22626         * gnus.el (gnus-exit):
22627         * gnus-group.el (gnus-group-icons):
22628         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
22629
22630         * gnus-nocem.el (gnus-nocem):
22631         * message.el (message-various, message-buffers, message-sending)
22632         (message-interface, message-forwarding, message-insertion)
22633         (message-headers, message-news, message-mail):
22634         * pgg-gpg.el (pgg-gpg):
22635         * pgg-parse.el (pgg-parse):
22636         * pgg-pgp.el (pgg-pgp):
22637         * pgg-pgp5.el (pgg-pgp5):
22638         * pop3.el (pop3): Finish `defgroup' description with period.
22639
22640 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22641
22642         * gnus-art.el (article-display-face): Improve the efficiency.
22643         (article-display-x-face): Ditto; remove gray x-face stuff.
22644
22645 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22646
22647         * gnus-art.el (article-display-face): Correct the position in
22648         which Faces are inserted.
22649
22650 2005-06-29  Didier Verna  <didier@xemacs.org>
22651
22652         * gnus-art.el (article-display-face): Display faces in correct
22653         order.
22654
22655 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22656
22657         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
22658         (gnus-fill-real-hashtb): Use hash table instead of obarray.
22659         (gnus-nocem-check-article): Fetch the Type header.
22660         (gnus-nocem-message-wanted-p): Fix the way to examine types.
22661         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
22662         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
22663         make sure gnus-nocem-hashtb is initialized.
22664         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
22665         (gnus-nocem-unwanted-article-p): Ditto.
22666
22667         * pgg.el (pgg-verify): Return the verification result.
22668
22669 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22670
22671         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
22672         is ascii.
22673
22674 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
22675
22676         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
22677         `show-nonbreak-escape'.
22678
22679 2005-06-23  Lute Kamstra  <lute@gnu.org>
22680
22681         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
22682
22683         * dig.el (dig-mode):
22684         * smime.el (smime-mode): Use gnus-run-mode-hooks.
22685
22686 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
22687
22688         * nnimap.el (nnimap-split-download-body): Fix spellings.
22689
22690 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
22691
22692         * gnus-art.el (gnus-article-encrypt-body):
22693         * gnus-cus.el (gnus-score-customize):
22694         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
22695         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
22696
22697 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
22698
22699         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
22700         header by looking for magic "MII" at the beginning.
22701
22702 2005-06-16  Miles Bader  <miles@gnu.org>
22703
22704         * gnus-xmas.el (gnus-xmas-group-startup-message):
22705         Use renamed gnus-splash face.
22706
22707         * assistant.el (assistant-field): Remove "-face" suffix from face name.
22708         (assistant-field-face): New backward-compatibility alias for renamed
22709         face.
22710         (assistant-render-text): Use renamed assistant-field face.
22711
22712         * spam.el (spam): Remove "-face" suffix from face name.
22713         (spam-face): New backward-compatibility alias for renamed face.
22714         (spam-face, spam-initialize): Use renamed spam face.
22715
22716         * message.el (message-header-to, message-header-cc)
22717         (message-header-subject, message-header-newsgroups)
22718         (message-header-other, message-header-name)
22719         (message-header-xheader, message-separator, message-cited-text)
22720         (message-mml): Remove "-face" suffix from face names.
22721         (message-header-to-face, message-header-cc-face)
22722         (message-header-subject-face, message-header-newsgroups-face)
22723         (message-header-other-face, message-header-name-face)
22724         (message-header-xheader-face, message-separator-face)
22725         (message-cited-text-face, message-mml-face):
22726         New backward-compatibility aliases for renamed faces.
22727         (message-font-lock-keywords): Use renamed message faces.
22728
22729         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
22730         (sieve-test-commands, sieve-tagged-arguments):
22731         Remove "-face" suffix from face names.
22732         (sieve-control-commands-face, sieve-action-commands-face)
22733         (sieve-test-commands-face, sieve-tagged-arguments-face):
22734         New backward-compatibility aliases for renamed faces.
22735         (sieve-control-commands-face, sieve-action-commands-face)
22736         (sieve-test-commands-face, sieve-tagged-arguments-face):
22737         Use renamed sieve faces.
22738
22739         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
22740         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
22741         (gnus-group-news-3-empty, gnus-group-news-4)
22742         (gnus-group-news-4-empty, gnus-group-news-5)
22743         (gnus-group-news-5-empty, gnus-group-news-6)
22744         (gnus-group-news-6-empty, gnus-group-news-low)
22745         (gnus-group-news-low-empty, gnus-group-mail-1)
22746         (gnus-group-mail-1-empty, gnus-group-mail-2)
22747         (gnus-group-mail-2-empty, gnus-group-mail-3)
22748         (gnus-group-mail-3-empty, gnus-group-mail-low)
22749         (gnus-group-mail-low-empty, gnus-summary-selected)
22750         (gnus-summary-cancelled, gnus-summary-high-ticked)
22751         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
22752         (gnus-summary-high-ancient, gnus-summary-low-ancient)
22753         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
22754         (gnus-summary-low-undownloaded)
22755         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
22756         (gnus-summary-low-unread, gnus-summary-normal-unread)
22757         (gnus-summary-high-read, gnus-summary-low-read)
22758         (gnus-summary-normal-read, gnus-splash):
22759         Remove "-face" suffix from face names.
22760         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
22761         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
22762         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
22763         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
22764         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
22765         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
22766         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
22767         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
22768         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
22769         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
22770         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
22771         (gnus-summary-selected-face, gnus-summary-cancelled-face)
22772         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
22773         (gnus-summary-normal-ticked-face)
22774         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
22775         (gnus-summary-normal-ancient-face)
22776         (gnus-summary-high-undownloaded-face)
22777         (gnus-summary-low-undownloaded-face)
22778         (gnus-summary-normal-undownloaded-face)
22779         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
22780         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
22781         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
22782         (gnus-splash-face):
22783         New backward-compatibility aliases for renamed faces.
22784         (gnus-group-startup-message): Use renamed gnus faces.
22785
22786         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
22787         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
22788         (gnus-server-agent): Remove "-face" suffix from face names.
22789         (gnus-server-agent-face, gnus-server-opened-face)
22790         (gnus-server-closed-face, gnus-server-denied-face)
22791         (gnus-server-offline-face):
22792         New backward-compatibility aliases for renamed faces.
22793         (gnus-server-agent-face, gnus-server-opened-face)
22794         (gnus-server-closed-face, gnus-server-denied-face)
22795         (gnus-server-offline-face): Use renamed gnus faces.
22796
22797         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
22798         Remove "-face" suffix from face names.
22799         (gnus-picon-xbm-face, gnus-picon-face):
22800         New backward-compatibility aliases for renamed faces.
22801
22802         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
22803         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
22804         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
22805         (gnus-cite-11): Remove "-face" suffix from face names.
22806         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
22807         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
22808         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
22809         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
22810         New backward-compatibility aliases for renamed faces.
22811         (gnus-cite-attribution-face, gnus-cite-face-list)
22812         (gnus-article-boring-faces): Use renamed gnus faces.
22813
22814         * gnus-art.el (gnus-signature, gnus-header-from)
22815         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
22816         (gnus-header-content): Remove "-face" suffix from face names.
22817         (gnus-signature-face, gnus-header-from-face)
22818         (gnus-header-subject-face, gnus-header-newsgroups-face)
22819         (gnus-header-name-face, gnus-header-content-face):
22820         New backward-compatibility aliases for renamed faces.
22821         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
22822
22823         * gnus-sum.el (gnus-summary-selected-face)
22824         (gnus-summary-highlight): Use renamed gnus faces.
22825         * gnus-group.el (gnus-group-highlight): Likewise.
22826
22827 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22828
22829         * gnus-sieve.el (gnus-sieve-article-add-rule):
22830         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
22831         * spam-stat.el (spam-stat-buffer-change-to-spam)
22832         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
22833
22834         * message.el (message-is-yours-p):
22835         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
22836
22837 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22838
22839         * mm-view.el (mm-inline-text): Withdraw the last change.
22840
22841 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22842
22843         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
22844         executing enriched-decode.
22845
22846 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22847
22848         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
22849         charset of tar files.
22850
22851 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22852
22853         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
22854
22855 2005-06-04  Lute Kamstra  <lute@gnu.org>
22856
22857         * nnfolder.el (nnfolder-read-folder): Make sure that undo
22858         information is never recorded.
22859
22860 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22861
22862         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
22863
22864 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22865
22866         * pop3.el (pop3-apop): Run md5 in the binary mode.
22867
22868         * starttls.el (starttls-set-process-query-on-exit-flag):
22869         Use eval-and-compile.
22870
22871 2005-05-31  Simon Josefsson  <jas@extundo.com>
22872
22873         * smime.el (smime-replace-in-string): Define.
22874         (smime-cert-by-ldap-1): Use it.
22875
22876 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
22877
22878         * gnus-art.el (article-display-x-face): Replace
22879         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22880
22881         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
22882         set-process-query-on-exit-flag or process-kill-without-query.
22883
22884         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
22885         loop instead of replace-regexp.
22886
22887         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
22888         instead of process-kill-without-query if it is available.
22889
22890         * lpath.el: Fbind ldap-search-entries.
22891
22892         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
22893         instead of find-file-hooks if it is available.
22894
22895         * mml1991.el: Bind pgg-default-user-id when compiling.
22896
22897         * mml2015.el: Bind pgg-default-user-id when compiling.
22898
22899         * nndraft.el (nndraft-request-associate-buffer):
22900         Use write-contents-functions instead of write-contents-hooks if it is
22901         available.
22902
22903         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
22904         instead of find-file-hooks if it is available.
22905
22906         * nntp.el (nntp-open-connection): Replace
22907         process-kill-without-query by gnus-set-process-query-on-exit-flag.
22908         (nntp-open-ssl-stream): Ditto.
22909         (nntp-open-tls-stream): Ditto.
22910
22911         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
22912         set-process-query-on-exit-flag or process-kill-without-query.
22913         (starttls-open-stream-gnutls): Use it instead of
22914         process-kill-without-query.
22915         (starttls-open-stream): Ditto.
22916
22917 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
22918
22919         * smime.el (smime-cert-by-ldap-1): Don't use
22920         replace-regexp-in-string.
22921
22922 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
22923
22924         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
22925
22926         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
22927         in PEM format.  Adjust to the XEmacs compatibility.
22928
22929 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
22930
22931         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
22932         by `string-to-number'.
22933         * gnus-agent.el (gnus-agent-regenerate-group)
22934         (gnus-agent-fetch-articles): Ditto.
22935         * gnus-art.el (gnus-button-fetch-group): Ditto.
22936         * gnus-cache.el (gnus-cache-generate-active)
22937         (gnus-cache-articles-in-group): Ditto.
22938         * gnus-group.el (gnus-group-set-current-level)
22939         (gnus-group-insert-group-line): Ditto.
22940         * gnus-score.el (gnus-score-set-expunge-below)
22941         (gnus-score-set-mark-below, gnus-summary-score-effect)
22942         (gnus-summary-score-entry): Ditto.
22943         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
22944         (gnus-soup-pack): Ditto.
22945         * gnus-spec.el (gnus-xmas-format): Ditto.
22946         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
22947         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
22948         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
22949         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
22950         * nndb.el (nndb-get-remote-expire-response): Ditto.
22951         * nndiary.el (nndiary-parse-schedule-value)
22952         (nndiary-string-to-number, nndiary-request-replace-article)
22953         (nndiary-request-article): Ditto.
22954         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
22955         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
22956         * nneething.el (nneething-make-head): Ditto.
22957         * nnfolder.el (nnfolder-request-article)
22958         (nnfolder-retrieve-headers): Ditto.
22959         * nnheader.el (nnheader-file-to-number): Ditto.
22960         * nnkiboze.el (nnkiboze-request-article): Ditto.
22961         * nnmail.el (nnmail-process-unix-mail-format)
22962         (nnmail-process-babyl-mail-format): Ditto.
22963         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
22964         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
22965         (nnmh-request-create-group, nnmh-request-list-1)
22966         (nnmh-request-group, nnmh-request-article): Ditto.
22967         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
22968         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
22969         * nnsoup.el (nnsoup-make-active): Ditto.
22970         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
22971         * nntp.el (nntp-find-group-and-number)
22972         (nntp-retrieve-headers-with-xover): Ditto.
22973         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
22974         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
22975         (pgg-format-key-identifier): Ditto.
22976         * pop3.el (pop3-last, pop3-stat): Ditto.
22977         * qp.el (quoted-printable-decode-region): Ditto.
22978
22979         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
22980         of concat.
22981
22982 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22983
22984         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
22985
22986         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
22987
22988         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
22989
22990         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
22991
22992         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
22993
22994         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
22995
22996         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
22997         (gnus-carpal-mode): Ditto.
22998
22999         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
23000         (gnus-browse-mode): Ditto.
23001
23002         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
23003
23004         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
23005
23006 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23007
23008         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
23009
23010 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23011
23012         * gnus-util.el (gnus-run-mode-hooks): New function.
23013
23014         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
23015
23016         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
23017         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
23018
23019 2005-05-27  Lute Kamstra  <lute@gnu.org>
23020
23021         * dns-mode.el (dns-mode): Specify customization group.
23022
23023 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23024
23025         * gnus-agent.el (gnus-agent-make-mode-line-string):
23026         Use mode-line-highlight as mouse-face.
23027
23028 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23029
23030         * canlock.el (canlock): Change the parent group to news.
23031
23032         * deuglify.el (gnus-outlook-deuglify): Add :group.
23033
23034         * dig.el (dig): Add :group.
23035
23036         * dns-mode.el (dns-mode): Add :group.
23037
23038         * encrypt.el (encrypt): Add :group.
23039
23040         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
23041         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
23042         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
23043         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
23044         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
23045
23046         * gnus-diary.el (gnus-diary): Add :group.
23047
23048         * gnus.el (gnus-group-news-1-face): Add :group.
23049         (gnus-group-news-1-empty-face): Ditto.
23050         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
23051         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
23052         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
23053         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
23054         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
23055         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
23056         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
23057         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
23058         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
23059         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
23060         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
23061         (gnus-summary-high-ticked-face): Ditto.
23062         (gnus-summary-low-ticked-face): Ditto.
23063         (gnus-summary-normal-ticked-face): Ditto.
23064         (gnus-summary-high-ancient-face): Ditto.
23065         (gnus-summary-low-ancient-face): Ditto.
23066         (gnus-summary-normal-ancient-face): Ditto.
23067         (gnus-summary-high-undownloaded-face): Ditto.
23068         (gnus-summary-low-undownloaded-face): Ditto.
23069         (gnus-summary-normal-undownloaded-face): Ditto.
23070         (gnus-summary-high-unread-face): Ditto.
23071         (gnus-summary-low-unread-face): Ditto.
23072         (gnus-summary-normal-unread-face): Ditto.
23073         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
23074         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
23075
23076         * hashcash.el (hashcash): New custom group.
23077         (hashcash-default-payment): Add :group.
23078         (hashcash-payment-alist): Ditto.
23079         (hashcash-default-accept-payment): Ditto.
23080         (hashcash-accept-resources): Ditto.
23081         (hashcash-path): Ditto.
23082         (hashcash-extra-generate-parameters): Ditto.
23083         (hashcash-double-spend-database): Ditto.
23084         (hashcash-in-news): Ditto.
23085
23086         * message.el (message-minibuffer-local-map): Add :group.
23087
23088         * netrc.el (netrc): Add :group.
23089
23090         * sieve-manage.el (sieve-manage-log): Add :group.
23091         (sieve-manage-default-user): Diito.
23092         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
23093         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
23094         (sieve-manage-authenticators): Ditto.
23095         (sieve-manage-authenticator-alist): Ditto.
23096         (sieve-manage-default-port): Ditto.
23097
23098         * sieve-mode.el (sieve-control-commands-face): Add :group.
23099         (sieve-action-commands-face): Ditto.
23100         (sieve-test-commands-face): Ditto.
23101         (sieve-tagged-arguments-face): Ditto.
23102
23103         * smime.el (smime): Add :group.
23104
23105         * spam-report.el (spam-report): Add :group.
23106
23107         * spam.el (spam, spam-face): Add :group.
23108
23109 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23110
23111         * nntp.el (nntp-next-result-arrived-p): Some news servers may
23112         return \n.\n.\n at the end of articles.  Protect against that.
23113         (nntp-with-open-group): Allow debugging.
23114
23115         * nnheader.el (mail-header-set-extra): Make into a function
23116         because I just could't understand how to quote the list properly.
23117
23118         * dns.el (query-dns-cached): New function.
23119
23120 2005-05-26  Lute Kamstra  <lute@gnu.org>
23121
23122         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
23123
23124 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23125
23126         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
23127
23128         * gnus-art.el: Don't autoload mail-extract-address-components.
23129
23130         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
23131         eval-and-compile to evaluate it.
23132
23133         * hashcash.el: Don't autoload executable-find.
23134
23135         * nndb.el: Don't declare the nndb back end two or more times; don't
23136         autoload news-reply-mode, news-setup, cancel-timer and telnet.
23137
23138         * nntp.el: Autoload format-spec instead of format; use
23139         eval-and-compile to evaluate autoload forms.
23140
23141 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
23142
23143         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
23144
23145 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23146
23147         * gnus.el (gnus-version-number): Bump version.
23148
23149 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23150
23151         * gnus.el: No Gnus v0.3 is released.
23152
23153 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23154
23155         * lpath.el (featurep): Bind show-nonbreak-escape.
23156
23157 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23158
23159         * gnus-art.el (gnus-article-edit-part): Disable undo.
23160
23161 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23162
23163         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
23164         gnus-article-date-lapsed-new-header is t if date timer is active;
23165         skip headers in which the original date value is empty.
23166         (gnus-article-save-original-date): Redefine it as a macro.
23167         (gnus-display-mime): Use it.
23168
23169 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23170
23171         * gnus-art.el (article-date-ut): Support converting date in
23172         forwarded parts as well.
23173         (gnus-article-save-original-date): New function.
23174         (gnus-display-mime): Use it.
23175
23176 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
23177
23178         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
23179         enclosure element of <item>.
23180
23181 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
23182
23183         * message.el (message-kill-buffer-query): Rename from
23184         `message-kill-buffer-query-if-modified'.  Add :version.
23185
23186 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23187
23188         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
23189         window layout.
23190
23191 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23192
23193         * mml.el: Autoload dnd when compiling.
23194
23195 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
23196
23197         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
23198         x-dnd-*.
23199
23200 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23201
23202         * qp.el (quoted-printable-encode-region): Save excursion.
23203
23204 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
23205
23206         * message.el (message-kill-buffer-query-if-modified): Add new variable
23207         so the user can kill a modified message buffer quickly.
23208         (message-kill-buffer): Use it.
23209
23210 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23211
23212         * lpath.el: Fbind display-time-event-handler; don't fbind
23213         string-to-multibyte.
23214
23215         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
23216
23217 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23218
23219         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
23220         contained in text because xml.el decodes entities) with LFs.
23221
23222 2005-04-11  Lute Kamstra  <lute@gnu.org>
23223
23224         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
23225         differently.
23226
23227 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23228
23229         * mm-util.el (mm-detect-coding-region): Typo.
23230
23231 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23232
23233         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
23234
23235 2005-04-06  Deepak Goel  <deego@gnufans.org>
23236
23237         * spam-stat.el (spam-stat-score-buffer): Add a call to a
23238         user-function allow user modifications of the scores.
23239         (spam-stat-score-buffer-user): New function, to allow
23240         user-computed modifications to the score.
23241         (spam-stat-score-buffer-user-functions): List of additional
23242         scoring functions.
23243         (spam-stat-error-holder): Global temporary error holder.
23244         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
23245         variable.
23246
23247 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
23248
23249         * gnus-registry.el (gnus-registry-clean-empty-function)
23250         (gnus-registry-trim, gnus-registry-fetch-groups)
23251         (gnus-registry-delete-group): Groups that match
23252         `gnus-registry-ignored-groups' are removed from the registry
23253         entries, not just ignored for splitting.  This helps clean up the
23254         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
23255         to get all the groups a message ID is in.
23256
23257         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
23258         (spam-stat-split-fancy): Change "threshhold" to "threshold".
23259         (spam-stat-score-buffer-user-functions): Add :number custom type.
23260
23261 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23262
23263         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
23264         argument in XEmacs.
23265
23266         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
23267         (nnrss-request-group): Decode group name first.
23268         (nnrss-request-article): Make a text/plain article if mml-to-mime
23269         failed.
23270         (nnrss-get-encoding): Return a compatible encoding according to
23271         nnrss-compatible-encoding-alist.
23272         (nnrss-find-el): Use consp instead of listp.
23273         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
23274
23275 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23276
23277         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
23278         which Emacs 20 doesn't support.
23279         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
23280
23281 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
23282
23283         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
23284         silence the byte compiler inside the defun.
23285
23286         * gnus-demon.el (parse-time-string): Add autoload.
23287
23288         * gnus-delay.el (parse-time-string): Add autoload.
23289
23290         * gnus-art.el (parse-time-string): Add autoload.
23291
23292         * nnultimate.el (parse-time): Require for `parse-time-string'.
23293
23294 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
23295
23296         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
23297
23298         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
23299
23300         * smime.el (smime-ldap-host-list): Add :version.
23301
23302 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
23303
23304         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
23305         pass it to `gnus-browse-read-group'.
23306         (gnus-browse-read-group): Add NUMBER argument and pass it to
23307         `gnus-group-read-ephemeral-group'.
23308
23309         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
23310         argument and pass it to `gnus-group-read-group'.
23311
23312 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
23313
23314         * mm-util.el (mm-xemacs-find-mime-charset): Only call
23315         mm-xemacs-find-mime-charset-1 if we have the mule feature
23316         available at runtime.
23317
23318 2005-03-25  Werner Lemberg  <wl@gnu.org>
23319
23320         * nnmaildir.el: Replace `illegal' with `invalid'.
23321
23322 2005-03-23  Lute Kamstra  <lute@gnu.org>
23323
23324         * time-date.el: Add comment on time value formats.
23325         Don't require parse-time.
23326         (with-decoded-time-value): New macro.
23327         (encode-time-value): New function.
23328         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23329         (days-to-time): Return a valid time value when arg is huge.
23330         (time-since): Use time-subtract.
23331         (time-to-number-of-days): Use time-to-seconds.
23332
23333 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23334
23335         * gnus-start.el (gnus-display-time-event-handler):
23336         Check display-time-timer at runtime rather than only at load time
23337         in case display-time-mode is turned off in the mean time.
23338
23339 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
23340
23341         * nnimap.el (nnimap-open-connection): Print which authinfo file is
23342         used.
23343
23344         * nneething.el (nneething-map-file-directory): Derive from
23345         `gnus-directory'.
23346
23347         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
23348         the To/Cc button.
23349
23350 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
23351
23352         * nnmaildir.el (nnmaildir-request-accept-article):
23353         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
23354
23355 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23356
23357         * gnus-async.el: Require timer-funcs at compile time when in
23358         XEmacs for `run-with-idle-timer'.
23359
23360 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
23361
23362         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
23363         autoloaded function.
23364
23365 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23366
23367         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
23368
23369 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
23370
23371         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
23372
23373 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23374
23375         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
23376         Add gnus-expert-user to default.
23377
23378 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
23379
23380         * nnimap.el (nnimap-open-server): Ditto.
23381
23382         * imap.el (imap-authenticate): Fix typo.
23383
23384 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
23385
23386         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
23387         buffer (since IMAP server might return FETCH response out of
23388         order, and the nntp buffer must be sorted).
23389
23390 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
23391
23392         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
23393         comparison on string.
23394
23395         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
23396         (gnus-agent-score): Rename category keywords to match gnus-cus.
23397         (gnus-agent-summary-fetch-series): Modify to protect against
23398         gnus-agent-summary-fetch-group clearing processable flags.
23399         (gnus-agent-synchronize-group-flags): Update live group buffer as
23400         synchronization may occur due to the user toggle the plugged
23401         status.
23402         (gnus-agent-fetch-group-1): Clear downloadable flag when article
23403         successfully downloaded.
23404         (gnus-agent-expire-group-1): Avoid using markers when the overview
23405         is in ascending order; greatly improves performance.
23406         (gnus-agent-regenerate-group):
23407         Use gnus-agent-synchronize-group-flags to reset read status in both
23408         gnus and server.
23409         (gnus-agent-update-files-total-fetched-for): Fix initial size.
23410
23411 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23412
23413         * message.el: Don't autoload former message-utils variables.
23414         (message-strip-subject-trailing-was): Change doc string.
23415
23416         * nnweb.el: Fixes for `gnus-group-make-web-group'.
23417         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
23418         (nnweb-google-search): Add "hl=en" here.
23419         (nnweb-google-parse-1, nnweb-google-create-mapping):
23420         Don't hardcode URL.
23421
23422 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
23423
23424         * message.el (message-get-reply-headers, message-followup):
23425         Mention related variables `message-use-followup-to' and
23426         `message-use-mail-followup-to', in the information buffer.
23427
23428         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
23429         of broken groups(-beta).google.com.
23430
23431 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
23432
23433         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
23434         parameter to invoked gnus-request-move-article; remove the
23435         redundant gnus-sum-hint-move-is-internal variable; apply the marks
23436         all at once instead of once per article.
23437         (gnus-summary-remove-process-mark): Accept a list of articles as
23438         well as a single article for processing.
23439
23440         * gnus-int.el (gnus-request-move-article): Add move-is-internal
23441         parameter.
23442
23443         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
23444
23445         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
23446
23447         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
23448         parameter.
23449
23450         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
23451         parameter.
23452
23453         * nnimap.el (nnimap-request-move-article): Add move-is-internal
23454         parameter and remove the gnus-sum-hint-move-is-internal variable.
23455
23456         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
23457         parameter.
23458
23459         * nndraft.el (nndraft-request-move-article): Add move-is-internal
23460         parameter.
23461
23462         * nndiary.el (nndiary-request-move-article): Add move-is-internal
23463         parameter.
23464
23465         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
23466
23467         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
23468         parameter.
23469
23470         * nnagent.el (nnagent-request-move-article): Add move-is-internal
23471         parameter.
23472
23473 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23474
23475         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
23476         a more conservative way.
23477
23478 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23479
23480         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
23481         buffer, so it moves the window's cursor.
23482
23483 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
23484
23485         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
23486         `mm-dissect-multipart' and receive the from field as an (optional)
23487         argument from `mm-dissect-multipart'.
23488         (mm-dissect-multipart): Receive the from field as an argument and
23489         pass it on when we call `mm-dissect-buffer' on MIME parts.
23490         Fixes verification/decryption of signed/encrypted MIME parts.
23491
23492 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
23493
23494         * gnus-sum.el (gnus-summary-move-article):
23495         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
23496         whatever it calls (right now, only nnimap-request-move article
23497         respects it).
23498
23499         * nnimap.el (nnimap-request-move-article):
23500         When gnus-sum-hint-move-is-internal is set, don't do the extra
23501         nnimap-request-article.
23502
23503 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23504
23505         * nnheader.el (nnheader-find-file-noselect): Add doc string.
23506
23507         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
23508         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
23509
23510         * gnus-sum.el (gnus-summary-caesar-message):
23511         Apply `gnus-treat-article' after rotation.
23512
23513         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
23514         doc string.
23515
23516 2005-02-22  Simon Josefsson  <jas@extundo.com>
23517
23518         * encrypt.el (encrypt-password-cache-expiry): Remove (use
23519         `password-cache-expiry' instead).  Reported by Arne Jørgensen
23520         <arne@arnested.dk>.
23521         (encrypt): Add password-cache and password-cache-expiry as group
23522         members.
23523
23524 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
23525
23526         * smime.el (smime-ldap-host-list): Doc fix.
23527         (smime-ask-passphrase): Use `password-read-and-add' to read (and
23528         cache) password.
23529         (smime-sign-region): Use it.
23530         (smime-decrypt-region): Use it.
23531         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
23532         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
23533         fails.
23534         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
23535         certificate from DER to PEM format rather than calling openssl.
23536
23537         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
23538
23539         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
23540         for signing/encryption.
23541
23542         * mml.el (mml-parse-1): Use them.
23543
23544 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
23545
23546         * nnrss.el (nnrss-verbose): Remove.
23547         (nnrss-request-group): Use `nnheader-message' instead.
23548
23549 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
23550
23551         * nnrss.el (nnrss-verbose): New variable.
23552         (nnrss-request-group): Make it say nnrss is requesting a group.
23553
23554 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
23555
23556         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
23557         Handle news URL with given port correctly.
23558
23559 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23560
23561         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
23562         containing special characters.
23563
23564         * gnus-sum.el (gnus-summary-edit-article): Ditto.
23565
23566         * mml.el (mime-to-mml): Ditto.
23567
23568         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
23569         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
23570         (rfc2047-decode-region): Quote decoded words containing special
23571         characters when rfc2047-quote-decoded-words-containing-tspecials
23572         is non-nil.
23573
23574 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
23575
23576         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
23577
23578         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
23579
23580 2005-02-15  Simon Josefsson  <jas@extundo.com>
23581
23582         * nnimap.el (nnimap-debug): Doc fix.
23583
23584         * imap.el (imap-debug): Doc fix.
23585
23586 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23587
23588         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
23589
23590 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
23591
23592         * gnus.el (spam-contents): Improve docs for spam-contents
23593         parameter in its variable incarnation.
23594
23595 2005-02-14  Simon Josefsson  <jas@extundo.com>
23596
23597         * smime-ldap.el: Use require instead of load-library for ldap.
23598         (smime-ldap-search): Indent.
23599         (smime-ldap-search-internal): Shorten line.
23600
23601         * smime.el (smime-cert-by-dns): Add doc-string.
23602         (smime-cert-by-ldap-1): Indent.
23603
23604         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
23605         mml-smime-get-dns-ldap.
23606         (mml-smime-encrypt-query): Use new function.  Default to ldap.
23607
23608 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
23609
23610         * smime.el: Require smime-ldap.
23611         (smime-ldap-host-list): New variable.
23612         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
23613
23614         * mml-smime.el (mml-smime-encrypt-query): New function.
23615         (mml-smime-encrypt-query): Use it.
23616
23617         * smime-ldap.el: New file.
23618
23619 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23620
23621         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
23622
23623 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
23624
23625         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
23626         argument in doc string.  Make query for type more clear.
23627
23628 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
23629
23630         * gnus.el (gnus-group-startup-message): Search for gnus images in
23631         etc/images/gnus.
23632         * mm-util.el (mm-image-load-path): Likewise.
23633         * smiley.el (smiley-data-directory): Search for smilies in
23634         etc/images/smilies.
23635
23636 2005-02-09  Kim F. Storm  <storm@cua.dk>
23637
23638         Change Emacs release version from 21.4 to 22.1 throughout.
23639         Change Emacs development version from 21.3.50 to 22.0.50.
23640
23641 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23642
23643         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
23644
23645         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
23646         non-Mule XEmacs as well.
23647         (mm-decompress-buffer): Signal an error intentionally if it does
23648         not decompress compressed data because auto-compression-mode is
23649         disabled.
23650
23651 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
23652
23653         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
23654         an ID in the registry even if it has no groups.
23655
23656 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23657
23658         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
23659         merge it into mm-decompress-buffer.
23660         (gnus-mime-copy-part): Use the MIME part charset, the value which
23661         a user specified or gnus-newsgroup-charset for decoding, like
23662         gnus-mime-inline-part does; set buffer-file-coding-system to tell
23663         save-buffer what was used.  Suggested by Kevin Ryde
23664         <user42@zip.com.au>.
23665         (gnus-mime-inline-part): Allow the name parameter as well as the
23666         filename parameter; force decompressing of compressed data; always
23667         display contents being not decoded as unibyte.
23668
23669         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
23670         as well as the filename parameter.
23671
23672         * mm-util.el (mm-decompress-buffer):
23673         Merge gnus-mime-jka-compr-maybe-uncompress.
23674         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
23675         of compressed data.
23676
23677 2005-02-08  Simon Josefsson  <jas@extundo.com>
23678
23679         * imap.el (imap-log): Doc fix.
23680
23681 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23682
23683         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
23684         the coding cookies; decompress compressed parts.
23685
23686         * mml.el (mml-generate-mime-1): Add the charset parameter according
23687         to the value which a user specified manually or the coding cookie.
23688
23689         * mm-util.el (mm-string-to-multibyte): New function.
23690         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
23691         (mm-coding-system-to-mime-charset): New function.
23692         (mm-decompress-buffer): New function.
23693         (mm-find-buffer-file-coding-system): New function.
23694
23695         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
23696         (mm-display-inline-fontify): Rewrite for decoding and decompressing
23697         parts.
23698
23699 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23700
23701         * mm-view.el (mm-display-inline-fontify): Decode a part according
23702         to the charset parameter.
23703
23704 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23705
23706         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
23707         prefix arg is neither nil nor a number, as info specifies.
23708
23709 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23710
23711         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
23712         timestamps.
23713
23714 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
23715
23716         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
23717         groups error checking and notify user.
23718
23719 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
23720
23721         * message.el (message-send-mail-function): Check existence of
23722         sendmail-program first before using default value
23723         `message-send-mail-with-sendmail'.  Otherwise use more generic
23724         `smtpmail-send-it'.
23725
23726 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23727
23728         * nntp.el (nntp-request-update-info): Always return nil.
23729
23730 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23731
23732         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
23733
23734 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23735
23736         * message.el (message-beginning-of-line): Change the behavior when
23737         invoked between BOL and : so that it first moves backward.
23738
23739 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23740
23741         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
23742         article buffer when editing of the article is discarded.
23743         (gnus-article-prepare): Revert.
23744
23745 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23746
23747         * gnus-art.el (gnus-article-prepare):
23748         Remove message-strip-forbidden-properties from the local hook.
23749
23750 2005-01-27  Simon Josefsson  <jas@extundo.com>
23751
23752         * password.el (password-cache-add): Only start one timer per key.
23753         Reported by Derek Atkins <warlord@MIT.EDU>.
23754
23755 2005-01-26  Steve Youngs  <steve@sxemacs.org>
23756
23757         * run-at-time.el: Remove.  It is no longer needed as
23758         timer-funcs.el in the xemacs-base package has a working version of
23759         `run-at-time'.
23760
23761         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
23762
23763         * password.el: Require timer-funcs instead of run-at-time in
23764         XEmacs.
23765         Remove `password-run-at-time' macro.
23766         (password-cache-add): Use `run-at-time' instead of
23767         `password-run-at-time'.
23768
23769         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
23770         Remove `nnheader-cancel-function-timers' alias,
23771         `cancel-function-timers' exists in XEmacs in timer-funcs.
23772
23773         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
23774         for `run-with-idle-timer'.
23775
23776         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
23777         for `run-at-time'.
23778
23779         * mm-url.el: Require timer-funcs at compile time when in XEmacs
23780         for `with-timeout'.
23781
23782         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
23783         the same as for XEmacs 21.4.
23784         No need to ignore `run-with-idle-timer', this function exists in
23785         XEmacs now in timer-funcs.el in the xemacs-base package.
23786         (dgnushack-compile): No need to delete
23787         run-at-time.el from the list of files to compile because it
23788         doesn't exist anymore.
23789
23790 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23791
23792         * mml.el (mml-generate-mime-1): Convert string into unibyte when
23793         inserting " *mml*" buffer's contents into a unibyte temp buffer.
23794
23795 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
23796
23797         * mail-source.el (mail-source-fetch-imap): Search for ^From case
23798         sensitively.
23799
23800 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
23801
23802         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
23803
23804 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23805
23806         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
23807         which will be inserted according to the multibyteness of a buffer
23808         rather than the type of contents.  Suggested by ARISAWA Akihiro
23809         <ari@mbf.ocn.ne.jp>.
23810
23811         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
23812         of string which old xml.el may return rather than a string.
23813
23814 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23815
23816         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
23817
23818 2005-01-16  Simon Josefsson  <jas@extundo.com>
23819
23820         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
23821         idn/idna.el isn't available.
23822         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
23823         <michael@waxrat.com>.
23824
23825         * hashcash.el: Remove non-FSF copyright header.
23826
23827         * hashcash.el (hashcash-extra-generate-parameters): New variable.
23828         (hashcash-generate-payment): Use it.
23829         (hashcash-generate-payment-async): Use it.
23830
23831 2005-01-15  Simon Josefsson  <jas@extundo.com>
23832
23833         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
23834         Suggested by Raymond Scholz <ray-2005@zonix.de>.
23835
23836         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
23837         gnus-summary-idna-message.
23838         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
23839         (gnus-summary-idna-message): New function.
23840
23841 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
23842
23843         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
23844         gnus-novice-user.
23845
23846 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23847
23848         * nnrss.el (nnrss-request-delete-group): Delete entries in
23849         nnrss-group-alist as well.
23850         (nnrss-save-server-data): Insert newline.
23851
23852 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
23853
23854         * gnus.el (gnus-user-agent): Use list of symbols instead of
23855         symbols.  Display full version number for (S)XEmacs.
23856         Optionally display (S)XEmacs codename.
23857
23858         * gnus-util.el (gnus-emacs-version): Update for new
23859         `gnus-user-agent'.
23860
23861         * gnus-msg.el (gnus-extended-version): Make it possible to omit
23862         Gnus version.
23863
23864 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23865
23866         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
23867         which is unreadable in some setups.
23868
23869 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23870
23871         * gnus-spec.el (gnus-update-format-specifications): Flush the
23872         group format spec cache if it doesn't support decoded group names.
23873
23874 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
23875
23876         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
23877         Allow to apply decay on score files matching a regexp.
23878
23879 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23880
23881         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
23882         compatibility in %g and %c.
23883
23884 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23885
23886         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
23887         name for only %g and %c.
23888         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
23889         of gnus-tmp-group to decoded group name.
23890         (gnus-group-make-rss-group): Exclude `/'s from group names.
23891
23892 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23893
23894         * nnrss.el (nnrss-get-encoding): Fix regexp.
23895
23896 2004-12-27  Simon Josefsson  <jas@extundo.com>
23897
23898         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
23899         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
23900         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
23901
23902 2004-12-17  Kim F. Storm  <storm@cua.dk>
23903
23904         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
23905
23906         * gnus-sum.el (gnus-summary-mode-map): Likewise.
23907
23908 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23909
23910         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
23911
23912 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23913
23914         * nnrss.el: Require rfc2047 and mml.
23915         (nnrss-file-coding-system): New variable.
23916         (nnrss-format-string): Redefine it as an inline function.
23917         (nnrss-decode-group-name): New function.
23918         (nnrss-string-as-multibyte): Remove.
23919         (nnrss-retrieve-headers): Decode group name; don't use
23920         nnrss-format-string.
23921         (nnrss-request-group): Decode group name.
23922         (nnrss-request-article): Decode group name; allow a Message-ID as
23923         well as an article number; don't use nnrss-format-string; encode a
23924         Message-ID string which may contain non-ASCII characters; use
23925         mml-to-mime to compose a MIME article.
23926         (nnrss-request-expire-articles): Decode group name.
23927         (nnrss-request-delete-group): Decode group name.
23928         (nnrss-fetch): Clarify error message.
23929         (nnrss-read-server-data): Use insert-file-contents instead of load;
23930         bind file-name-coding-system; use multibyte buffer.
23931         (nnrss-save-server-data): Bind coding-system-for-write to the
23932         value of nnrss-file-coding-system; bind file-name-coding-system;
23933         add coding cookie.
23934         (nnrss-read-group-data): Use insert-file-contents instead of load;
23935         bind file-name-coding-system; use multibyte buffer.
23936         (nnrss-save-group-data): Bind coding-system-for-write to the
23937         value of nnrss-file-coding-system; bind file-name-coding-system.
23938         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
23939         make it work with non-ASCII text.
23940         (nnrss-find-el): Make it work with old xml.el as well.
23941
23942 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
23943
23944         * nnrss.el (nnrss-get-encoding): New function.
23945         (nnrss-fetch): Use unibyte buffer initially; bind
23946         coding-system-for-read while performing mm-url-insert; remove ^Ms;
23947         decode contents according to the encoding attribute.
23948         (nnrss-save-group-data): Add coding cookie.
23949         (nnrss-mime-encode-string): New function.
23950         (nnrss-check-group): Use it to encode subject and author.
23951
23952 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
23953
23954         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
23955         imaginary variable.
23956
23957 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23958
23959         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
23960         correctly even if there are wide characters.
23961
23962 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
23963
23964         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
23965         downcased symbol names; make a new cache instead of reusing
23966         bbdb-hashtable.
23967
23968 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23969
23970         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
23971         concatenating segments rather than before concatenating them.
23972         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
23973
23974         * message.el (message-get-reply-headers): Bind `extra'.
23975
23976 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23977
23978         * message.el (message-extra-wide-headers): New variable.
23979         (message-get-reply-headers): Use it.
23980
23981 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23982
23983         * gnus-agent.el (gnus-agent-group-path): Decode group name.
23984         (gnus-agent-group-pathname): Ditto.
23985
23986         * gnus-cache.el (gnus-cache-file-name): Decode group name.
23987
23988         * gnus-group.el (gnus-group-make-group): Decode group name.
23989         (gnus-group-make-rss-group): Register the group data after opening
23990         the nnrss group.
23991
23992 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
23993
23994         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
23995         by expiry now get marked as read.
23996
23997 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23998
23999         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
24000
24001 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
24002
24003         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
24004         unify Latin characters in XEmacs.
24005         (mm-find-mime-charset-region): Use it.
24006
24007 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24008
24009         * gnus-util.el (gnus-delete-directory): New function.
24010
24011         * gnus-agent.el (gnus-agent-delete-group): Use it.
24012
24013         * gnus-cache.el (gnus-cache-delete-group): Use it.
24014
24015 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24016
24017         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
24018         names.
24019
24020 2004-12-16  Simon Josefsson  <jas@extundo.com>
24021
24022         * hashcash.el (hashcash-payment-alist): Fix custom :type.
24023
24024 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24025
24026         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
24027
24028         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
24029         (gnus-group-set-current-level): Decode group name.
24030
24031 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
24032
24033         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
24034         failed.
24035
24036 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24037
24038         * gnus-group.el (gnus-group-delete-group): Decode group name.
24039         (gnus-group-make-rss-group): Encode group name.
24040         (gnus-group-catchup-current): Decode group name.
24041         (gnus-group-kill-group): Decode group name.
24042
24043 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24044
24045         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
24046
24047 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24048
24049         * gnus-group.el (gnus-group-make-rss-group):
24050         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
24051
24052         * gnus-start.el (gnus-setup-news): Honor user's setting to
24053         gnus-message-archive-method.  Suggested by Lute Kamstra
24054         <lute@gnu.org>.
24055
24056 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
24057
24058         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
24059         global counterparts of the buffer-local variables.
24060
24061 2004-11-16  Romain Francoise  <romain@orebokech.com>
24062
24063         * gnus-sum.el (gnus-summary-exit): Don't clear the global
24064         counterparts of the buffer-local variables.
24065
24066 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24067
24068         * message.el (message-forbidden-properties): Fix typo in doc
24069         string.
24070
24071 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
24072
24073         * gnus-util.el (gnus-replace-in-string): Add doc string.
24074
24075         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
24076         to avoid problems when splitting mails with many recipients.
24077
24078 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24079
24080         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
24081         pop-to-buffer, covered by the subsequent gnus-configure-windows.
24082
24083 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
24084
24085         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
24086         if there is no hashtable in memory or file modification time is
24087         newer than cached timestamp.
24088
24089 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
24090
24091         * gnus-sum.el (gnus-summary-limit-to-recipient):
24092         Implement not-matching option.
24093
24094 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
24095
24096         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
24097         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
24098         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
24099         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
24100         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
24101         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
24102
24103 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24104
24105         * message.el (message-forward-make-body-mml): Remove headers
24106         according to message-forward-ignored-headers if a message is decoded.
24107
24108 2004-12-02  Romain Francoise  <romain@orebokech.com>
24109
24110         * message.el (message-forward-make-body-plain): Always remove
24111         headers according to message-forward-ignored-headers.
24112
24113 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
24114
24115         * spam.el (spam-summary-prepare-exit): Remove the
24116         gnus-summary-limit pop for now, it has problems with ham marks for
24117         me.
24118
24119 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
24120
24121         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
24122         correctly.
24123
24124 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
24125
24126         * format-spec.el (format-spec): Message the char.
24127
24128 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
24129
24130         * gnus-art.el (gnus-split-methods): Reformat comments.
24131
24132         * spam.el (spam-summary-prepare-exit): Remove article limits
24133         before exiting the summary buffer.
24134
24135 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24136
24137         * lpath.el: Remove bbdb-create-internal, bbdb-records,
24138         spam-BBDB-register-routine and spam-enter-ham-BBDB.
24139
24140         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
24141         order to silence the byte compiler.
24142
24143         * spam.el: Fix the way to silence the byte compiler, which
24144         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
24145         bbdb-search-simple, spam-BBDB-register-routine,
24146         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24147         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
24148         spam-stat-buffer-is-spam, spam-stat-load,
24149         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
24150         spam-stat-save and spam-stat-split-fancy.
24151
24152 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24153
24154         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
24155         which may confuse users.
24156         (canlock-password-for-verify): Ditto.
24157
24158         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
24159
24160         * gnus-art.el (gnus-emphasis-alist): Ditto.
24161
24162         * gnus-registry.el (gnus-registry-max-entries): Ditto.
24163
24164         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
24165
24166         * gnus-start.el (gnus-save-killed-list): Ditto.
24167
24168         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
24169         (gnus-sum-thread-tree-root): Ditto.
24170         (gnus-sum-thread-tree-false-root): Ditto.
24171         (gnus-sum-thread-tree-single-indent): Ditto.
24172
24173         * message.el (message-courtesy-message): Ditto.
24174         (message-archive-note): Ditto.
24175         (message-subscribed-address-file): Ditto.
24176         (message-user-fqdn): Ditto.
24177
24178         * spam-report.el (spam-report-gmane-regex): Ditto.
24179
24180         * spam.el (spam-blackhole-good-server-regex): Ditto.
24181
24182 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24183
24184         * mml.el (mml-preview): Widen the message buffer before copying
24185         the contents to the preview buffer; sort headers before previewing.
24186
24187         * message.el (message-hidden-headers): Fix the way to avoid a bug
24188         in the `repeat' widget in Emacs 21.3 or earlier.
24189
24190 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24191
24192         * message.el (message-hidden-headers): Default to "^References:".
24193         Improve customization type.  Suggested by Reiner Steib
24194         <Reiner.Steib@gmx.de>.
24195
24196 2004-11-25  Romain Francoise  <romain@orebokech.com>
24197
24198         * message.el (message-strip-forbidden-properties): Remove check for
24199         obsolete `message-hidden' text property, hidden headers are not
24200         accessible in the buffer anymore.
24201
24202 2004-11-22  Romain Francoise  <romain@orebokech.com>
24203
24204         * message.el (message-header-format-alist): Add `From' in list
24205         so that it can be sorted.
24206         (message-fix-before-sending): Widen and sort headers before
24207         sending.
24208         (message-hide-headers): Use narrowing to hide headers by moving
24209         them to the top of the buffer and narrowing to the region
24210         underneath.
24211
24212 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24213
24214         * message.el (message-strip-forbidden-properties):
24215         Bind buffer-read-only (etc) to nil.
24216
24217 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24218
24219         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
24220         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
24221
24222 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
24223
24224         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
24225
24226 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24227
24228         * dns.el (query-dns): Use sit-for to time instead of
24229         accept-process-output, since that doesn't seem to work on udp
24230         sockets.
24231
24232 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24233
24234         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
24235
24236 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
24237
24238         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
24239         doc string.  Improve doc string.
24240
24241 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24242
24243         * nntp.el (nntp-request-update-info): Return nil if
24244         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
24245         may not call gnus-activate-group which uselessly issues the GROUP
24246         commands for all nntp groups and wastes time.  Reported by Romain
24247         Francoise <romain@orebokech.com>.
24248
24249         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
24250
24251 2004-11-15  Simon Josefsson  <jas@extundo.com>
24252
24253         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
24254         headers separately.
24255         (gnus-button-openpgp): New function, inspired by Jochen Küpper
24256         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
24257
24258 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
24259
24260         * gnus-start.el (gnus-convert-old-newsrc):
24261         Assign legacy-gnus-agent to 5.10.7.
24262
24263 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24264
24265         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
24266         start of the lines.
24267
24268 2004-11-14  Magnus Henoch  <mange@freemail.hu>
24269
24270         * hashcash.el (hashcash-default-payment): Change default to 20.
24271         (hashcash-default-accept-payment): Change default to 20.
24272         (hashcash-process-alist): New variable.
24273         (hashcash-generate-payment-async): Add.
24274         (hashcash-already-paid-p): Add.
24275         (hashcash-insert-payment): Don't generate payments twice.
24276         (hashcash-insert-payment-async): Add.
24277         (hashcash-insert-payment-async-2): Add.
24278         (hashcash-cancel-async): Add.
24279         (hashcash-wait-async): Add.
24280         (hashcash-processes-running-p): Add.
24281         (hashcash-wait-or-cancel): Add.
24282         (mail-add-payment): New optional argument.  Conditionally start
24283         asynchronous calculation.
24284         (mail-add-payment-async): Add.
24285
24286         * message.el (message-send-mail): Wait for asynchronous hashcash
24287         results.  Don't clobber existing X-Hashcash headers.
24288         (message-setup-1): Call mail-add-payment-async when
24289         message-generate-hashcash is non-nil.
24290
24291 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
24292
24293         * message.el (message-use-alternative-email-as-from): Examine the
24294         From header as well; use message-make-from in order to include a
24295         user's full name.
24296
24297 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24298
24299         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
24300         default; improve customization type.
24301         (gnus-emphasis-custom-with-format): New macro.
24302         (gnus-emphasis-custom-value-to-external): New function.
24303         (gnus-emphasis-custom-value-to-internal): New function.
24304
24305 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24306
24307         * dns.el (query-dns): Resolve reverse addresses.
24308
24309 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24310
24311         * gnus-group.el (gnus-group-get-new-news): Use it.
24312
24313         * gnus-start.el (gnus-check-reasonable-setup): New function.
24314
24315 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24316
24317         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
24318         "Args out of range" error.  Reported by Arnaud Giersch
24319         <arnaud.giersch@free.fr>.
24320
24321 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
24322
24323         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
24324
24325 2004-11-04  Richard M. Stallman  <rms@gnu.org>
24326
24327         * spam.el (spam group): Add :version.
24328
24329         * pgg-def.el (pgg group): Add :version.
24330
24331 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24332
24333         * gnus-art.el (gnus-article-edit-article): Don't associate the
24334         article buffer with a draft file.  This is a temporary measure
24335         against the 2004-08-22 change to gnus-article-edit-mode.
24336
24337 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
24338
24339         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
24340         (html2text-format-tags): Remove unused variable `attr'.
24341
24342 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
24343
24344         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
24345
24346         * tls.el (tls-process-connection-type, tls-success)
24347         (tls-certtool-program): Add :version.
24348
24349         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
24350         (starttls-extra-arguments, starttls-process-connection-type)
24351         (starttls-connect, starttls-failure, starttls-success): Add :version.
24352
24353         * spam-stat.el (spam-stat): Add :version.
24354
24355         * sieve.el (sieve): Add :version.
24356
24357         * sha1.el (sha1): Add :version.
24358         (sha1-use-external): Remove redundant version.
24359
24360         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
24361         (nnmail-cache-ignore-groups, nnmail-spool-hook)
24362         (nnmail-split-fancy-match-partial-words)
24363         (nnmail-split-lowercase-expanded): Add :version.
24364
24365         * nndiary.el (nndiary): Add :version.
24366
24367         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
24368
24369         * mml-sec.el (mml-default-sign-method)
24370         (mml-default-encrypt-method, mml-signencrypt-style-alist):
24371         Add :version.
24372
24373         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
24374
24375         * mm-url.el (mm-url-use-external, mm-url-program)
24376         (mm-url-arguments): Add :version.
24377
24378         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
24379         (mm-attachment-file-modes, mm-decrypt-option)
24380         (mm-w3m-safe-url-regexp): Add :version.
24381
24382         * message.el (message-cite-prefix-regexp)
24383         (message-sendmail-envelope-from, message-minibuffer-local-map)
24384         (message-user-fqdn, message-completion-alist): Add :version.
24385
24386         * gnus-win.el (gnus-configure-windows-hook)
24387         (gnus-use-frames-on-any-display): Add :version.
24388
24389         * gnus-art.el (gnus-article-address-banner-alist)
24390         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
24391         (gnus-treat-from-picon, gnus-treat-mail-picon)
24392         (gnus-treat-x-pgp-sig): Add :version.
24393
24394         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
24395         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
24396         (gnus-summary-article-delete-hook)
24397         (gnus-summary-display-while-building): Add :version.
24398
24399         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
24400         (gnus-get-top-new-news-hook): Add :version.
24401
24402         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
24403         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
24404
24405         * gnus-registry.el (gnus-registry): Add :version.
24406
24407         * gnus-spec.el (gnus-use-correct-string-widths)
24408         (gnus-make-format-preserve-properties): Add :version.
24409
24410         * gnus.el (gnus-group-charter-alist)
24411         (gnus-group-fetch-control-use-browse-url)
24412         (gnus-install-group-spam-parameters): Add :version.
24413
24414         * gnus-diary.el (gnus-diary): Add :version.
24415
24416         * gnus-delay.el (gnus-delay): Add :version.
24417
24418         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
24419         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
24420         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
24421         Add :version.
24422
24423         * gnus-agent.el (gnus-agent-max-fetch-size)
24424         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
24425         (gnus-agent-prompt-send-queue): Add :version.
24426
24427         * deuglify.el (gnus-outlook-deuglify): Add :version.
24428
24429         * html2text.el: Beautify code.  Improve doc strings.
24430         Some checkdoc cleanup.
24431         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
24432
24433 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
24434
24435         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
24436
24437 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
24438
24439         * gnus-registry.el (gnus-registry-hashtb): Create the registry
24440         when package is loaded.
24441
24442         * spam.el (spam-summary-score-preferred-header): Add global preference
24443         for people who want to override the default SpamAssassin over
24444         Bogofilter preference (when both are set).
24445         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
24446         (spam-user-format-function-S):
24447         Check spam-summary-score-preferred-header.
24448         (spam-extra-header-to-number): Add X-Bogosity header parsing.
24449         (spam-user-format-function-S): Format the score correctly.
24450
24451 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
24452
24453         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
24454         signature file.  Suggested by Manoj Srivastava
24455         <srivasta@golden-gryphon.com>.
24456
24457         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
24458         iso-2022-jp even in the Japanese language environment.
24459         Suggested by Jason Rumney <jasonr@gnu.org>.
24460
24461 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24462
24463         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
24464         use the same characters as the dummy marks; make it free from
24465         getting affected by the language environment.
24466         (gnus-summary-read-group-1): Update mark positions only when the
24467         format spec is updated.
24468
24469         * gnus-spec.el (gnus-update-format-specifications): Return a list
24470         of updated types.
24471
24472 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24473
24474         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
24475         of boundp to check if display-warning is available.
24476
24477 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
24478
24479         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
24480
24481 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24482
24483         * nnspool.el (nnspool-spool-directory): Use news-path if the
24484         news-directory variable is not bound.
24485
24486         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
24487         function instead of display-warning if it is not available.
24488
24489 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
24490
24491         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
24492         v5-10: Use `point-at-bol'.
24493
24494 2004-10-26  Simon Josefsson  <jas@extundo.com>
24495
24496         * hashcash.el: Fix URL in comment, reported by Cheng Gao
24497         <chenggao@gmail.com>.
24498
24499 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
24500
24501         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
24502         instead.
24503
24504 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
24505
24506         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
24507         to remove a server from the nnimap-server-buffer-alist.
24508         (nnimap-open-connection, nnimap-close-server): Use it.
24509
24510         * gnus-encrypt.el: Remove file in favor of encrypt.el.
24511
24512 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24513
24514         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
24515         running the major-mode function.
24516
24517 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24518
24519         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
24520         dummy marks in the right way.
24521
24522 2004-10-18  David Edmondson  <dme@dme.org>
24523
24524         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
24525         excessively.
24526
24527 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
24528
24529         * gnus-util.el (gnus-split-references): Accept a nil references
24530         string and go on blissfully.
24531
24532         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
24533         cases where the references string is non-nil but has no references.
24534
24535         * encrypt.el: Add autoload tags.
24536
24537         * spam.el (spam-resolve-registrations-routine): Remove article
24538         from unregistration list too.  Reported by David Hanak
24539         <dhanak@isis.vanderbilt.edu>
24540
24541 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
24542
24543         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
24544         nil.  Change custom type.
24545
24546 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
24547
24548         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
24549
24550         * gnus-sum.el (gnus-summary-move-article): Use it.
24551
24552 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
24553
24554         * encrypt.el: Add autoload cookies.
24555
24556         * spam.el (spam-backend-article-list-property)
24557         (spam-backend-get-article-todo-list)
24558         (spam-backend-put-article-todo-list)
24559         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
24560         Resolve registrations separately.
24561         (spam-register-routine): Format comments.
24562         (spam-unregister-routine, spam-register-routine): Always call with
24563         specific-articles, no default list.
24564         (spam-summary-prepare-exit): Use the spam-classifications function.
24565
24566         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
24567         gnus-encrypt.el.
24568
24569         * encrypt.el: Copied from gnus-encrypt.el.
24570
24571         * gnus-encrypt.el: Commented that it's obsolete.
24572
24573 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24574
24575         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
24576         (gnus-score-save): Use it.
24577
24578         * message.el (message-bury): Use `window-dedicated-p'.
24579
24580 2004-10-15  Simon Josefsson  <jas@extundo.com>
24581
24582         * pop3.el (top-level): Don't require nnheader.
24583         (pop3-read-timeout): Add.
24584         (pop3-accept-process-output): Add.
24585         (pop3-read-response, pop3-retr): Use it.
24586
24587 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
24588
24589         * spam.el (spam-register-routine): Move comment.
24590         (spam-verify-bogofilter): Use 'unknown for the initial
24591         spam-bogofilter-valid state, not 'never.
24592
24593         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
24594         for netrc-machine.
24595
24596         * nnimap.el (nnimap-open-connection):
24597         Use netrc-machine-user-or-password.
24598
24599 2004-10-17  Richard M. Stallman  <rms@gnu.org>
24600
24601         * gnus-registry.el (gnus-registry-unload-hook):
24602         Set as a variable with add-hook.
24603
24604         * nnspool.el (nnspool-spool-directory): Use news-directory instead
24605         of news-path.
24606
24607         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
24608
24609         * spam.el: Delete duplicate `provide'.
24610         (spam-unload-hook): Set as a variable with add-hook.
24611
24612 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
24613
24614         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
24615         in the doc string.
24616
24617         * message.el (message-ignored-news-headers)
24618         (message-ignored-supersedes-headers)
24619         (message-ignored-resent-headers)
24620         (message-forward-ignored-headers): Improve custom type.
24621
24622 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24623
24624         * message.el (message-tokenize-header): Fix 2004-09-06 change
24625         which used point-min in the wrong place.
24626
24627 2004-10-12  Simon Josefsson  <jas@extundo.com>
24628
24629         * tls.el (tls-certtool-program): New variable.
24630         (tls-certificate-information): New function, based on
24631         ssl-certificate-information.
24632
24633 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24634
24635         * compface.el: Move the version of ELisp-based uncompface program
24636         to the contrib directory because of the copyright problem.
24637
24638 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24639
24640         * message.el (message-kill-buffer): Raise the current frame.
24641
24642 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
24643
24644         * gnus-sum.el: Mention that multibyte characters don't work as marks.
24645
24646         * gnus.el (message-y-or-n-p): Autoload.
24647
24648         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
24649         (pop3-password-required, pop3-authentication-scheme)
24650         (pop3-leave-mail-on-server): Make customizable.
24651         (pop3): New custom group.
24652         (pop3-retr): Remove `sleep-for' statements.
24653         Suggested by Dave Love <fx@gnu.org>.
24654
24655         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
24656         Windows/DOS.
24657
24658         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24659         (imap-parse-body): Fix incorrect use of `assert'.
24660         Suggested by Dave Love <fx@gnu.org>.
24661
24662         * mml.el (mml-minibuffer-read-disposition): Require match.
24663         Suggested by Dave Love <fx@gnu.org>.
24664
24665 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
24666
24667         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
24668         doc string.
24669
24670 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24671
24672         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
24673
24674 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24675
24676         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
24677         instead of calling `mm-insert-inline', to decode text/* parts
24678         before displaying them.
24679
24680 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24681
24682         * mm-uu.el (mm-uu-text-plain-type): New variable.
24683         (mm-uu-pgp-signed-extract-1): Use it.
24684         (mm-uu-pgp-encrypted-extract-1): Use it.
24685         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
24686         bind mm-uu-text-plain-type with that value.
24687         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
24688         mm-uu-dissect.
24689
24690 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24691
24692         * gnus-group.el (gnus-update-group-mark-positions):
24693         * gnus-sum.el (gnus-update-summary-mark-positions):
24694         * message.el (message-check-news-body-syntax):
24695         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
24696         of string-as-multibyte.
24697
24698 2004-10-05  Juri Linkov  <juri@jurta.org>
24699
24700         * gnus-group.el (gnus-update-group-mark-positions):
24701         * gnus-sum.el (gnus-update-summary-mark-positions):
24702         * message.el (message-check-news-body-syntax):
24703         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
24704         8-bit unibyte values to a multibyte string for search functions.
24705
24706 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24707
24708         * mm-uu.el (mm-uu-dissect): Allow optional arg.
24709         (mm-uu-dissect-text-parts): New function.
24710
24711         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
24712         dissect text parts.
24713
24714         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
24715         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
24716
24717         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
24718
24719         * gnus-topic.el (gnus-topic-hierarchical-parameters):
24720         Use gnus-current-topics instead of gnus-current-topic.
24721
24722 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
24723
24724         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
24725
24726 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
24727
24728         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
24729         where appropriate.
24730
24731         * nnml.el (nnml-generate-active-info): do.
24732
24733         * nndiary.el (nndiary-generate-active-info): do.
24734
24735         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
24736         (gnus-topic-move): do.
24737
24738         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
24739         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
24740
24741         * gnus-srvr.el (gnus-server-prepare)
24742         (gnus-server-open-all-servers): do.
24743
24744         * gnus-msg.el (gnus-summary-cancel-article)
24745         (gnus-summary-resend-message)
24746         (gnus-summary-mail-crosspost-complaint): do.
24747
24748         * gnus-move.el (gnus-change-server): do.
24749
24750         * gnus-group.el (gnus-group-unmark-all-groups)
24751         (gnus-group-set-current-level): do.
24752
24753 2004-10-04  Simon Josefsson  <jas@extundo.com>
24754
24755         * message.el (message-generate-hashcash): Doc fix.
24756
24757 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
24758
24759         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
24760         avoid infinite recursion via gnus-get-function.
24761
24762 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
24763
24764         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
24765
24766         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
24767
24768         * nnmail.el (nnmail-split-history): do.
24769
24770         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
24771         (nnml-request-delete-group): do.
24772
24773         * nnslashdot.el (nnslashdot-read-groups): do.
24774
24775         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
24776         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
24777
24778         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
24779         (nnspool-sift-nov-with-sed): Use last.
24780         (nnspool-retrieve-headers-with-nov): Use mapc.
24781         (nnspool-request-newgroups): Use dolist.
24782         (nnspool-request-group): Use last.
24783
24784         * nntp.el (nntp-read-server-type): Use dolist.
24785
24786         * nnvirtual.el (nnvirtual-create-mapping)
24787         (nnvirtual-update-read-and-marked): Use dolist.
24788         (nnvirtual-convert-headers): Simplify.
24789
24790 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24791
24792         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24793         Add support for sync'ing tick marks.
24794
24795 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24796
24797         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
24798         there's no visible header.
24799
24800 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
24801
24802         * gnus-agent.el (gnus-agent-synchronize-group-flags):
24803         When necessary, pass full group name to gnus-request-set-marks.
24804
24805 2004-10-01  Simon Josefsson  <jas@extundo.com>
24806
24807         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
24808         acroread.
24809
24810 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24811
24812         * spam-report.el (spam-report-gmane): Fix interactive.
24813
24814         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
24815
24816         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
24817         when writing file.
24818         (gnus-agent-synchronize-flags): Don't default to being
24819         interactive.
24820
24821 2004-09-30  Simon Josefsson  <jas@extundo.com>
24822
24823         * message.el (message-generate-hashcash): Add.
24824         (message-send-mail): Use it, call mail-add-payment.
24825
24826 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
24827
24828         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
24829
24830 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
24831
24832         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
24833         gnus-requst-update-info with explicit code to sync the in-memory
24834         info read flags with the marks being sync'd to the backend.
24835
24836         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
24837
24838 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24839
24840         * spam.el (spam-verify-bogofilter): Add new function.
24841         (spam-check-bogofilter)
24842         (spam-bogofilter-register-with-bogofilter): Use it.
24843         (spam-verify-bogofilter): Add small fixes.
24844
24845 2004-09-28  Simon Josefsson  <jas@extundo.com>
24846
24847         * hashcash.el (hashcash-generate-payment): Revert.
24848
24849 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
24850
24851         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24852         Use gnus-extract-references instead of gnus-split-references.
24853
24854         * gnus-util.el (gnus-extract-references): Add new function, analogous
24855         to gnus-split-references but extracts only the message-ID without
24856         anything extra.
24857
24858         * hashcash.el (hashcash-generate-payment)
24859         (hashcash-check-payment): Do the right thing if hashcash-path is
24860         nil (because the hashcash program could not be found).
24861
24862         * spam.el (spam-use-hashcash): Remove comment.
24863
24864 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
24865
24866         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24867         (gnus-cache-enter-article, gnus-cache-remove-article)
24868         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
24869
24870         * gnus-async.el (gnus-async-prefetch-remove-group): do.
24871
24872         * gnus-art.el (article-hide-boring-headers)
24873         (article-translate-strings, article-display-face)
24874         (gnus-article-mime-match-handle-first)
24875         (gnus-article-highlight-headers)
24876         (gnus-article-add-buttons-to-head): do.
24877
24878 2004-09-27  Simon Josefsson  <jas@extundo.com>
24879
24880         * hashcash.el: New version, from
24881         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
24882         ../contrib/.
24883
24884 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24885
24886         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
24887
24888 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
24889
24890         * gnus-dup.el (gnus-dup-open): Use mapc.
24891         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
24892
24893         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
24894         Reported by Stefan Wiens <s.wi@gmx.net>.
24895
24896         * gnus.el (gnus-shutdown): Use dolist.
24897
24898         * gnus-undo.el (gnus-undo): Use mapc.
24899
24900         * nnrss.el (nnrss-generate-active): do.
24901
24902         * message.el (message-cite-original-without-signature)
24903         (message-cite-original): Use mapc.
24904         (message-do-actions, message-make-forward-subject): Use dolist.
24905
24906 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24907
24908         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
24909         deletion to remove entire duplicate line.  Fixes merged article
24910         number bug.
24911
24912 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
24913
24914         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
24915         servers that are offline.  Avoids having gnus-agent-toggle-plugged
24916         first ask if you want to open a server and then, even when you
24917         responded with no, asking if you want to synchronize the server's
24918         flags.
24919         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
24920         multi-line expressions.
24921         (gnus-agent-synchronize-group-flags): New internal function.
24922         Updates marks in memory (in the info structure) AND in the
24923         backend.
24924
24925         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
24926
24927         * nnagent.el (nnagent-request-set-mark):
24928         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
24929         method, to ensure that synchronization updates marks in the
24930         backend and in the info (in memory) structure.
24931
24932 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24933
24934         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
24935         convention fully; don't miss the root article of a thread; make
24936         the X-Draft-From header with correct article numbers.
24937
24938 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
24939
24940         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
24941         unless plugged.  Disable the agent so that an open failure causes
24942         an error.
24943
24944         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
24945         Revert 2004-09-21 change.  The backend must be opened while
24946         synchronizing flags even when the backend stores the flags
24947         locally.
24948
24949 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
24950
24951         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
24952         in `header' match.  Reported by Svend Tollak Munkejord.
24953
24954         * message.el (message-cite-original): Fix use of
24955         `message-cite-articles-with-x-no-archive'.
24956
24957 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24958
24959         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
24960         (gnus-window-to-buffer): Ditto.
24961
24962         * mml.el (mml-preview-buffer): New variable.
24963         (mml-preview): Manage window layout with gnus-buffer-configuration.
24964
24965         * gnus-msg.el (gnus-setup-message): Put article numbers into the
24966         X-Draft-From header even if those articles aren't quoted.
24967
24968 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
24969
24970         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
24971         (gnus-request-set-mark, gnus-request-update-mark): Use new
24972         g-s-t-u-l-m to decide to use backend even when unplugged.
24973
24974 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24975
24976         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
24977         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
24978
24979 2004-09-20  Simon Josefsson  <jas@extundo.com>
24980
24981         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
24982         "utf-16-le".
24983
24984 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24985
24986         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
24987
24988 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
24989
24990         * uudecode.el (uudecode-use-external): Add :version.
24991
24992         * smime.el (smime-CA-file, smime-encrypt-cipher)
24993         (smime-dns-server): Add :version.
24994
24995         * smiley.el (gnus-smiley-file-types): Add :version.
24996
24997         * sha1.el (sha1-use-external): Add :version.
24998
24999         * pgg-def.el (pgg-query-keyserver): Add :version.
25000
25001         * nnmail.el (nnmail-fancy-expiry-targets)
25002         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
25003         Add :version.
25004
25005         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
25006         (nnimap-retrieve-groups-asynchronous): Add :version.
25007         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
25008
25009         * mml.el (mml-content-disposition-parameters)
25010         (mml-insert-mime-headers-always): Add :version.
25011
25012         * mm-util.el (mm-coding-system-priorities): Add :version.
25013
25014         * mm-decode.el (mm-inline-text-html-with-images)
25015         (mm-keep-viewer-alive-types, mm-external-terminal-program)
25016         (mm-verify-option): Add :version.
25017         (mm-text-html-renderer): Change :version.
25018
25019         * message.el (message-fcc-externalize-attachments)
25020         (message-required-headers, message-draft-headers)
25021         (message-subject-trailing-was-query)
25022         (message-subject-trailing-was-ask-regexp)
25023         (message-subject-trailing-was-regexp, message-mark-insert-begin)
25024         (message-mark-insert-end, message-archive-header)
25025         (message-archive-note, message-cross-post-default)
25026         (message-cross-post-note, message-followup-to-note)
25027         (message-cross-post-note-function, message-use-mail-followup-to)
25028         (message-subscribed-address-functions)
25029         (message-subscribed-address-file, message-subscribed-addresses)
25030         (message-subscribed-regexps, message-allow-no-recipients)
25031         (message-yank-cited-prefix, message-signature-insert-empty-line)
25032         (message-hidden-headers, message-hierarchical-addresses)
25033         (message-mail-user-agent, message-use-idna)
25034         (message-valid-fqdn-regexp)
25035         (message-strip-special-text-properties, message-header-synonyms)
25036         (message-beginning-of-line, message-tab-body-function): Add :version.
25037         (message-insert-canlock, message-wide-reply-confirm-recipients):
25038         Change :version.
25039
25040         * mail-source.el (mail-source-ignore-errors): Add :group, :type
25041         and :version.
25042         (mail-source-delete-old-incoming-confirm)
25043         (mail-source-movemail-program): Add :version.
25044
25045         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
25046         (gnus-agent-cache, gnus-agent): Change :version.
25047
25048         * gnus-util.el (gnus-use-byte-compile): Change :version.
25049
25050         * gnus-sum.el (gnus-summary-make-false-root-always)
25051         (gnus-summary-default-high-score)
25052         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
25053         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
25054         (gnus-read-all-available-headers, gnus-article-emulate-mime)
25055         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
25056         (gnus-sum-thread-tree-single-indent)
25057         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
25058         (gnus-sum-thread-tree-leaf-with-other)
25059         (gnus-sum-thread-tree-single-leaf): Add :version.
25060         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
25061         (gnus-article-loose-mime): Change :version.
25062
25063         * gnus-start.el (gnus-backup-startup-file)
25064         (gnus-save-startup-file-via-temp-buffer): Add :version.
25065
25066         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
25067         (gnus-server-offline-face): Add :version.
25068
25069         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
25070
25071         * gnus-msg.el (gnus-gcc-externalize-attachments)
25072         (gnus-debug-files, gnus-debug-exclude-variables)
25073         (gnus-discouraged-post-methods): Change :version.
25074         (gnus-confirm-mail-reply-to-news)
25075         (gnus-confirm-treat-mail-like-news): Add :version.
25076
25077         * gnus-int.el (gnus-server-unopen-status): Add :version.
25078
25079         * gnus-group.el (gnus-group-jump-to-group-prompt)
25080         (gnus-large-ephemeral-newsgroup)
25081         (gnus-fetch-old-ephemeral-headers): Add :version.
25082
25083         * gnus-fun.el (gnus-x-face-directory)
25084         (gnus-convert-pbm-to-x-face-command)
25085         (gnus-convert-image-to-x-face-command)
25086         (gnus-convert-image-to-face-command): Add :version.
25087
25088         * gnus-delay.el (gnus-delay-default-hour): Add :version.
25089
25090         * gnus-cite.el (gnus-cite-blank-line-after-header)
25091         (gnus-article-boring-faces): Add :version.
25092
25093         * gnus-art.el (gnus-buttonized-mime-types)
25094         (gnus-inhibit-mime-unbuttonizing)
25095         (gnus-treat-display-face)
25096         (gnus-treat-body-boundary): Change :version.
25097         (gnus-body-boundary-delimiter, gnus-picon-databases)
25098         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
25099         (gnus-treat-date-english, gnus-treat-fold-headers)
25100         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
25101         (gnus-treat-mail-picon, gnus-treat-wash-html)
25102         (gnus-article-encrypt-protocol)
25103         (gnus-use-idna, gnus-article-over-scroll)
25104         (gnus-mime-display-multipart-alternative-as-mixed)
25105         (gnus-mime-display-multipart-related-as-mixed)
25106         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
25107         (gnus-ctan-url, gnus-button-ctan-handler)
25108         (gnus-button-handle-ctan-bogus-regexp)
25109         (gnus-button-ctan-directory-regexp)
25110         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
25111         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
25112         (gnus-button-man-level, gnus-button-emacs-level)
25113         (gnus-button-message-level, gnus-button-browse-level): Add :version.
25114
25115         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
25116         (gnus-agent-go-online): Change :version.
25117         (gnus-agent-expire-unagentized-dirs)
25118         (gnus-agent-auto-agentize-methods): Add :version.
25119
25120         * flow-fill.el (fill-flowed-display-column)
25121         (fill-flowed-encode-column): Add :version.
25122
25123         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
25124         (gnus-outlook-deuglify-unwrap-max)
25125         (gnus-outlook-deuglify-cite-marks)
25126         (gnus-outlook-deuglify-unwrap-stop-chars)
25127         (gnus-outlook-deuglify-no-wrap-chars)
25128         (gnus-outlook-deuglify-attrib-cut-regexp)
25129         (gnus-outlook-deuglify-attrib-verb-regexp)
25130         (gnus-outlook-deuglify-attrib-end-regexp)
25131         (gnus-outlook-display-hook): Add :version.
25132
25133         * binhex.el (binhex-use-external): Add :version.
25134
25135 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
25136
25137         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
25138         and `invisible'.
25139
25140 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
25141
25142         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
25143         in gnus-registry-trim.
25144
25145 2004-09-13  Simon Josefsson  <jas@extundo.com>
25146
25147         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
25148
25149         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
25150
25151         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
25152         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25153         <yamaoka@jpl.org>.
25154         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
25155         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
25156         <yamaoka@jpl.org>.
25157
25158         * sieve.el (sieve-manage-mode): Ditto.
25159
25160 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
25161
25162         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
25163
25164 2004-09-11  Simon Josefsson  <jas@extundo.com>
25165
25166         * dns-mode.el: Add.
25167
25168         * mm-view.el (mm-display-dns-inline): Add.
25169
25170         * mm-decode.el (mm-inline-media-tests): Add text/dns.
25171         (mm-automatic-display): Ditto.
25172
25173         * mailcap.el (mailcap-mime-data): Add text/dns.
25174         (mailcap-mime-extensions): Map .soa to text/dns.
25175
25176 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
25177
25178         * gnus-art.el (article-decode-mime-words, article-babel)
25179         (gnus-article-highlight-signature, gnus-article-add-buttons)
25180         (gnus-signature-toggle): Remove unnecessary bindings of
25181         `inhibit-read-only' inherited from v5.10 merge.
25182
25183 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25184
25185         * nntp.el (nntp): New customization group.
25186         (nntp-authinfo-file): Add customization group.
25187
25188         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
25189
25190         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
25191
25192         * gnus.el (to-address, to-list, subscribed)
25193         (large-newsgroup-initial): Ditto.
25194
25195         * flow-fill.el (fill-flowed-display-column)
25196         (fill-flowed-encode-column): Ditto.
25197
25198 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25199
25200         * message.el (message-tokenize-header, message-send-mail-with-qmail):
25201         Use point-min rather than 1.
25202         (message-send-mail): Use buffer-size rather than point-max.
25203
25204         * gnus-sum.el (gnus-summary-search-article-forward):
25205         Signal a specific `search-failed' rather than a generic `error'.
25206
25207         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
25208         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
25209         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
25210
25211 2004-09-10  Simon Josefsson  <jas@extundo.com>
25212
25213         * nndb.el (require): Remove tcp and duplicate cl.
25214
25215 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25216
25217         * gnus-agent.el (directory-files-and-attributes): Move forward.
25218
25219 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25220
25221         * gnus-agent.el (directory-files-and-attributes):
25222         Optionally defined to support XEmacs.
25223
25224 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
25225
25226         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
25227         to avoid run-time CL dependencies.
25228         (gnus-agent-unfetch-articles): New function.
25229         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
25230         article numbers even when local .overview file is missing.
25231         (gnus-agent-read-article-number): New function.  Only accepts
25232         27-bit article numbers.
25233         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
25234         Use gnus-agent-read-article-number.
25235         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
25236         from backend while recognizing that article numbers in .overview
25237         must be valid.
25238         (gnus-agent-update-files-total-fetched-for):
25239         Use directory-files-and-attributes to improve performance.
25240         * gnus-int.el (gnus-request-move-article):
25241         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
25242         improve performance.
25243
25244         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
25245         some users confused by references to .newsrc when they only have a
25246         .newsrc.eld file.
25247         (gnus-convert-mark-converter-prompt)
25248         (gnus-convert-converter-needs-prompt): Fix use of property list.
25249         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
25250         New function.  Used internally to only display 'gnus converting
25251         files' message when actually necessary.
25252
25253         * gnus-sum.el (): Remove (require 'gnus-agent) as required
25254         methods now autoloaded.
25255
25256 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25257
25258         * gnus-sum.el (gnus-summary-insert-subject): Remove list
25259         identifiers.
25260
25261 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
25262
25263         * gnus-picon.el: Fix indentation and closing parenthesis.
25264
25265 2004-09-01  Simon Josefsson  <jas@extundo.com>
25266
25267         * message.el (message-canlock-generate): Require sha1, not
25268         sha1-el.  (Can we get rid of this require altogether?  It is ugly
25269         to require within a function.  Sadly, if sha1.el isn't loaded, the
25270         let binding in m-c-g will hide the defcustom definition, which is
25271         bad.)
25272
25273         * canlock.el: Require sha1, not sha1-el.
25274
25275         * message.el: Don't autoload sha1 (there is a autoload cookie in
25276         sha1.el).
25277
25278         * sha1-el.el: Rename to sha1.el.
25279
25280 2004-08-30  Juanma Barranquero  <lektu@terra.es>
25281
25282         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
25283
25284 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25285
25286         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
25287
25288 2004-08-30  Kim F. Storm  <storm@cua.dk>
25289
25290         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
25291
25292         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
25293         Add :group 'nnimap.
25294
25295 2004-08-30  Andreas Schwab  <schwab@suse.de>
25296
25297         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
25298         ?* and ?\;.
25299
25300         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
25301         and ?\' to symbol instead of whitespace.
25302
25303 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25304
25305         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
25306
25307         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
25308         instead of re-search-forward.
25309
25310         * gnus-uu.el (gnus-uu-save-article): Ditto.
25311         (gnus-uu-post-encode-uuencode): Ditto.
25312
25313         * html2text.el (html2text-clean-list-items): Ditto.
25314         (html2text-clean-dtdd): Ditto.
25315         (html2text-format-tags): Ditto.
25316
25317         * message.el (message-send-mail-with-sendmail): Fix regexp.
25318         (message-fill-field-general): Use search-forward instead of
25319         re-search-forward.
25320         (unbold-region): Ditto.
25321
25322         * nnrss.el (nnrss-request-article): Ditto.
25323
25324         * nnslashdot.el (nnslashdot-request-article): Ditto.
25325
25326         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25327
25328         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
25329         "Unrecognized menu descriptor" error in XEmacs.
25330
25331 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
25332
25333         * gnus-sum.el (gnus-read-header): Don't remove a header for the
25334         parent article of a sparse article in the thread hashtb.
25335
25336 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
25337
25338         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
25339         (nnmail-expand-newtext): Lowercase expanded entries if
25340         nnmail-split-lowercase-expanded is non-nil.
25341
25342 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25343
25344         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
25345
25346         * gnus-group.el (gnus-group-line-format-alist): Convert the value
25347         of gnus-tmp-news-method into string under XEmacs.  It will be
25348         passed to gnus-correct-length which takes only a string argument.
25349
25350 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25351
25352         * gnus-util.el (gnus-bind-print-variables): New macro.
25353         (gnus-prin1): Use it.
25354         (gnus-prin1-to-string): Use it.
25355         (gnus-pp): New function.
25356         (gnus-pp-to-string): New function.
25357
25358         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
25359         Replace pp-to-string with gnus-pp-to-string.
25360         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
25361         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
25362         * gnus-msg.el (gnus-debug): Ditto.
25363         * gnus-score.el (gnus-score-save): Ditto.
25364         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
25365         gnus-pp-to-string.
25366         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
25367         with gnus-pp.
25368         * score-mode.el (gnus-score-pretty-print): Ditto.
25369         * webmail.el (webmail-debug): Ditto.
25370
25371 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25372
25373         * gnus-art.el (article-display-face, article-display-x-face):
25374         Use buffer-read-only.
25375
25376 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25377
25378         * gnus-art.el (article-hide-list-identifiers):
25379         Bind inhibit-read-only as t.
25380
25381 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
25382
25383         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
25384
25385 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25386
25387         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
25388         (gnus-narrow-to-page): Don't assume point-min == 1.
25389         (gnus-article-edit-mode): Derive from message-mode.
25390
25391         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
25392         point-min == 1.
25393
25394         * imap.el (imap-parse-address-list, imap-parse-body-ext):
25395         Disable incorrect use of `assert'.
25396
25397         * message.el (message-mode): Set comment-start-skip.
25398
25399
25400 2004-08-22  Sam Steingold  <sds@gnu.org>
25401
25402         * pop3.el (pop3-leave-mail-on-server): New user variable.
25403         (pop3-movemail): Delete mail only when it is nil.
25404
25405 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
25406
25407         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
25408
25409         * mml.el (mml-preview): Use `pop-to-buffer'.
25410
25411         * message.el (message-goto-mail-followup-to): Insert after "To".
25412         (message-carefully-insert-headers): Add comment.
25413
25414         * gnus.el: Remove unused variable `gnus-article-check-size'.
25415
25416         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
25417
25418         * gnus-art.el (gnus-button-alist):
25419         Improve `gnus-button-handle-library' entry.
25420
25421 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
25422
25423         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
25424         Use downcase, since XEmacs capitalizes error messages differently.
25425
25426 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
25427
25428         * nntp.el: Add (require 'gnus) due to reference to
25429         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
25430
25431 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
25432
25433         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
25434         Bind `mm-fill-flowed'.
25435
25436         * mm-decode.el (mm-dissect-singlepart): Check it.
25437
25438 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
25439
25440         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
25441         'imap' for netrc parsing.
25442
25443 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
25444
25445         * mailcap.el (mailcap-mime-data): Mark as risky.
25446
25447 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25448
25449         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
25450         may be included in the encoded word.
25451         (rfc2047-encode): Don't append a space if the encoded word
25452         includes close parenthesis.
25453
25454 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25455
25456         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
25457         of text within parentheses.
25458
25459 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
25460
25461         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
25462         (gnus-encrypt-write-file-contents): Make the password key the file
25463         name PLUS the cipher, not just the cipher.  Also remove failed
25464         passwords from the cache.
25465
25466 2004-08-06  Simon Josefsson  <jas@extundo.com>
25467
25468         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
25469         Doc fix.
25470
25471 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25472
25473         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
25474         LWSP.
25475
25476 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
25477
25478         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25479         Try to append in-reply-to: data to the references: header.
25480
25481         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
25482         (netrc-parse): Use gnus-encrypt.el functions.
25483
25484         * gnus-encrypt.el: Add new file for encryption support; currently
25485         does only a few GPG ciphers and an internal XOR cipher.
25486
25487         * password.el: Add comments on using password-read-and-add.
25488         (password-read-and-add): Add function to read and add the
25489         password to the cache at once.
25490
25491 2004-07-28  Simon Josefsson  <jas@extundo.com>
25492
25493         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
25494         parameter (but don't use it, for now).
25495
25496         * imap.el (imap-ssl-open): Use imap-process-connection-type,
25497         instead of hard coding to nil.
25498
25499 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25500
25501         * mm-view.el (mm-inline-image-emacs): Open lines under an image
25502         as mm-inline-image-xemacs does.
25503
25504 2004-07-26  Simon Josefsson  <jas@extundo.com>
25505
25506         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
25507         Revert part of 2004-07-17 change below.
25508
25509 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25510
25511         * rfc2047.el (rfc2047-encode-region): Don't infloop.
25512         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25513
25514 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25515
25516         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
25517         quotes that actually start with ">" at the beginning of the
25518         lines.
25519
25520 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25521
25522         * rfc2047.el (rfc2047-encode-region): Fix last change.
25523         (rfc2047-encode-parameter): Remove useless concat.
25524
25525 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25526
25527         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
25528         encode special characters; fix some kind of misconfigured headers;
25529         signal a real error if debug-on-quit or debug-on-error is non-nil.
25530         (rfc2047-encode-max-chars): New variable.
25531         (rfc2047-encode-1): Use it.
25532         (rfc2047-encode-parameter): New function.
25533
25534         * mml.el (mml-insert-parameter): Remove an excessive space.
25535
25536 2004-07-17  Simon Josefsson  <jas@extundo.com>
25537
25538         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
25539         Kai Grossjohann <kai@emptydomain.de>.
25540         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
25541         (gnus-group-make-menu-bar): Ditto.
25542
25543         * gnus-util.el (gnus-group-server): Add.
25544
25545 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
25546
25547         * message.el (message-clone-locals): Clone sendmail and smtp
25548         variables.
25549
25550 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25551
25552         * rfc2047.el (rfc2047-encode-region): Fix last change.
25553
25554 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25555
25556         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
25557         characters as non-special.
25558
25559 2004-07-09  Simon Josefsson  <jas@extundo.com>
25560
25561         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
25562         Users will lose all flag changes made while unplugged with
25563         e.g. nntp unless flag synchronization happens, thus `nil' is not a
25564         good default.  See numerous reports on ding mailing list.
25565
25566 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25567
25568         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
25569         add generate-head-function and generate-article-function to the
25570         rfc822-forward entry.
25571         (nndoc-rfc822-forward-generate-article): New function.
25572         (nndoc-rfc822-forward-generate-head): New function.
25573
25574         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
25575
25576 2004-07-06  Dan Christensen  <jdc@uwo.ca>
25577
25578         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
25579         respect display group parameter and gnus-summary-expunge-below.
25580         (gnus-articles-to-read): Remove unused reference to display group
25581         parameter.
25582
25583 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25584
25585         * nnheader.el (nnheader-uniquify-message-id): New experimental
25586         variable.
25587         (nnheader-nov-read-message-id): Use it.
25588
25589         * spam-report.el (spam-report-gmane): Add interactive.
25590
25591 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
25592
25593         * mm-encode.el (mm-content-transfer-encoding-defaults):
25594         Use qp-or-base64 for the application/* types.
25595
25596 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
25597
25598         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
25599
25600 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
25601
25602         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
25603         trim value.
25604
25605 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25606
25607         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
25608         New macro and function.
25609         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
25610
25611 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25612
25613         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
25614         after-load-alist.
25615
25616 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25617
25618         * gnus-group.el (gnus-group-get-new-news-this-group):
25619         Don't update info that isn't there.
25620
25621 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
25622
25623         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
25624         entry.
25625
25626 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
25627
25628         * mm-view.el (mm-inline-render-with-function): Use multibyte
25629         buffer; decode html source by charset.
25630
25631         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
25632
25633         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
25634         Mule-UCS is loaded under XEmacs.
25635         (mm-mime-mule-charset-alist): Avoid duplicated entries.
25636
25637 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
25638
25639         * nnheader.el (nnheader-max-head-length): Increase to 8192.
25640
25641 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25642
25643         * mm-util.el (mm-coding-system-p): Return a coding-system.
25644         (mm-mime-mule-charset-alist): Use shift_jis instead of
25645         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
25646         entries for the mime charsets iso-2022-jp-3 and shift_jis.
25647         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
25648         instead of japanese-shift-jis and iso-latin-1 respectively in
25649         order to share the default value with both Emacs and XEmacs-mule.
25650         (mm-mule-charset-to-mime-charset):
25651         Make mm-coding-system-priorities effective.
25652         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
25653         while predicating of candidates upon the priorities.
25654
25655 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
25656
25657         * gnus-sum.el (gnus-summary-make-menu-bar):
25658         Add gnus-uu-invert-processable.
25659
25660         * gnus.el: Autoload gnus-uu-invert-processable.
25661
25662 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25663
25664         * mm-util.el (mm-with-multibyte-buffer): New macro.
25665
25666         * rfc2047.el (rfc2047-encode-string): Use it.
25667         (rfc2047-encode-region): Move point to the end of the region after
25668         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
25669
25670 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25671
25672         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
25673         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
25674
25675 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25676
25677         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
25678         (gnus-cite-parse): Ignore quoted envelope From_.
25679         Suggested by Karl Chen <quarl@nospam.quarl.org>.
25680
25681 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
25682
25683         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
25684         invalid addresses.
25685
25686 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
25687
25688         * spam.el: Change section markers, revise TODO list.
25689         (spam-backends): Make new master list of all installed backends.
25690         (spam-summary-exit-behavior): Add new variable to determine how
25691         messages moves are done at summary exit.
25692         (spam-move-spam-nonspam-groups-only)
25693         (spam-process-ham-in-nonham-groups)
25694         (spam-process-ham-in-spam-groups): Remove variables, the
25695         spam-summary-exit-behavior variable should be used to manage this
25696         behavior.
25697         (spam-old-ham-articles, spam-old-spam-articles): Remove.
25698         (spam-old-articles): Add variable, replacing spam-old-ham-articles
25699         and spam-old-spam-articles.
25700         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
25701         Add empty variables, placeholders for the backends they represent.
25702         (spam-set-difference): Move, unchanged.
25703         (spam-list-of-processors): Declare OBSOLETE, not used anymore
25704         unless the user has a processor variable.
25705         (spam-classifications, spam-classification-valid-p)
25706         (spam-backend-properties, spam-backend-property-valid-p)
25707         (spam-backend-function-type-valid-p)
25708         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
25709         (spam-report-articles-gmane, spam-report-articles-resend):
25710         Remove functions, they are not needed.
25711         (spam-install-backend-super, spam-backend-list)
25712         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
25713         (spam-backend-function, spam-backend-ham-registration-function)
25714         (spam-backend-spam-registration-function)
25715         (spam-backend-ham-unregistration-function)
25716         (spam-backend-spam-unregistration-function)
25717         (spam-backend-statistical-p, spam-backend-mover-p)
25718         (spam-install-backend-alias, spam-install-checkonly-backend)
25719         (spam-install-mover-backend, spam-install-nocheck-backend)
25720         (spam-install-backend, spam-install-statistical-backend)
25721         (spam-install-statistical-checkonly-backend): Add backend installation
25722         support.
25723         (spam-summary-prepare-exit): Rewrite to use the new backend code.
25724         (spam-group-processor-p): Use the new backend code and respect the
25725         summary exit behavior.
25726         (spam-mark-spam-as-expired-and-move-routine): Remove.
25727         (spam-summary-prepare): Change to use the new spam-old-articles
25728         variable.
25729         (spam-copy-or-move-routine, spam-copy-spam-routine)
25730         (spam-move-spam-routine, spam-copy-ham-routine)
25731         (spam-move-ham-routine): Add code to copy/move ham or spam.
25732         (spam-fetch-field-fast): Improve doc and code, plus allow the
25733         'number request.
25734         (spam-list-of-checks, spam-list-of-statistical-checks):
25735         Remove variables.
25736         (spam-split, spam-find-spam): Use the new backend code.
25737         (spam-registration-functions): Remove variable.
25738         (spam-unregister-routine): Add convenience wrapper.
25739         (spam-log-undo-registration, spam-register-routine)
25740         (spam-log-processing-to-registry)
25741         (spam-log-unregistration-needed-p): Rename "check" to "backend"
25742         where possible.
25743         (spam-check-gmane-xref, spam-check-regex-headers)
25744         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
25745         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
25746         (spam-check-bogofilter-headers, spam-check-spamoracle)
25747         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
25748         (spam-check-crm114-headers): Use the spam-split-group that
25749         spam-split prepares, no need to determine it every time.
25750
25751         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
25752         to the nnheader-parse-naked-head call.
25753
25754         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
25755
25756         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
25757         the nnheader-nov-read-message-id call.
25758
25759 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
25760
25761         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
25762         gnus-activate-group twice.  Suggested by Markus Peter
25763         <warp@spin.de>.
25764
25765 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
25766
25767         * gnus-art.el (gnus-article-time-format): Exchange the order of
25768         day and month in the default value; fix customization type.
25769         (article-date-ut): Use add-text-properties.
25770         (article-make-date-line): Use message-make-date instead of
25771         current-time-string.
25772
25773         * message.el (message-fetch-field): Don't use set-text-properties.
25774         (message-make-date): Simplify.
25775
25776         * messagexmas.el (message-xmas-make-date): New function.
25777         (message-xmas-redefine): Defalias message-make-date to it.
25778
25779 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25780
25781         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
25782         (rfc2047-encode-region): Treat text within parentheses as special;
25783         show the original text when error has occurred.
25784
25785         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
25786         already-computed method to gnus-activate-group.
25787
25788         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
25789         same select-methods identical Lisp objects.
25790
25791         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
25792         object when modifying the info.
25793
25794 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25795
25796         * gnus-srvr.el (gnus-server-set-info): Remove the server from
25797         gnus-opened-servers since it has never been opened with the new
25798         configuration yet.
25799
25800 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25801
25802         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
25803         arg to nnheader-generate-fake-message-id.
25804
25805 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
25806
25807         * nnheader.el (nnheader-generate-fake-message-id): Accept a
25808         number and build a fake message ID localized to a group and
25809         article number (so it's repeatable from that point on).
25810         (nnheader-fake-message-id-p): Change regex to accomodate new fake
25811         ID format.
25812
25813         * gnus-sum.el (gnus-get-newsgroup-headers):
25814         Call nnheader-generate-fake-message-id with the article number.
25815
25816 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
25817
25818         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
25819         end-of-buffer.
25820
25821 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25822
25823         * message.el (message-ignored-supersedes-headers): Add Approved.
25824
25825 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
25826
25827         * rfc2047.el (rfc2047-encode-message-header): Remove useless
25828         goto-char.
25829         (rfc2047-encode): Fold the line before encoding.
25830
25831 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25832
25833         * rfc2047.el (rfc2047-encode-message-header): Disabled header
25834         folding -- not all headers can be folded, and this should be done
25835         by the message composition mode.  Probably.  I think.
25836
25837 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25838
25839         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
25840         fast.
25841
25842         * gnus-ems.el (gnus-remove-image): Don't use
25843         message-text-with-property; remove only the image found first.
25844
25845         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
25846         found first.
25847
25848 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
25849
25850         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
25851
25852 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25853
25854         * message.el (message-text-with-property): Make it fast and accept
25855         optional arguments.
25856         (message-strip-forbidden-properties): Use it.
25857         (message-fix-before-sending): Follow the m-t-w-p change.
25858
25859         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
25860
25861 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25862
25863         * gnus-art.el (article-hide-headers): Don't change the buffer
25864         mistakenly when performing mml-preview even if
25865         gnus-single-article-buffer is nil.
25866
25867 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
25868
25869         * message.el (message-expand-name-databases): New user option.
25870         (message-expand-name): Use it.
25871
25872 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
25873
25874         * spam.el (spam-report-articles-resend)
25875         (spam-report-resend-register-routine): Allow ham reporting.
25876         (spam-report-resend-register-ham-routine): Add wrapper.
25877         (spam-registration-functions): Add ham resending functions.
25878         (spam-list-of-processors): Add ham resend processor.
25879
25880         * gnus.el (ham-resend-to): Add new group parameter.
25881         (spam-process): Add ham resend option.
25882
25883         * spam-report.el (spam-report-resend): Allow reporting ham.
25884         (spam-report-resend-ham): Add wrapper.
25885
25886 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25887
25888         * message.el (message-cite-articles-with-x-no-archive):
25889         New variable.
25890         (message-cite-original): Use it.
25891
25892 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25893
25894         * message.el (message-cite-original): Respect X-No-Archive.
25895
25896 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25897
25898         * gnus-art.el (article-hide-headers): Refer to the values for
25899         gnus-ignored-headers and gnus-visible-headers in the summary
25900         buffer since a user may have set them as group parameters.
25901
25902 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
25903
25904         * assistant.el (assistant-node-name): Add convenience function.
25905         (assistant-render-text, assistant-render-node): Add error handling,
25906         plus handle multiple next nodes.
25907         (assistant-find-next-node): Comment out for now.
25908         (assistant-find-next-nodes): Add function, returns list of next
25909         nodes.
25910
25911 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
25912
25913         * mail-source.el (mail-source-directory): Fix doc-string.
25914
25915 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
25916
25917         * assistant.el (assistant-render-text, assistant-eval): Add :set
25918         widget type, which is different because it takes and returns a
25919         list.  Much hilarity ensues.
25920
25921 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
25922
25923         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
25924
25925         * gnus-group.el (gnus-group-get-new-news-this-group):
25926         Add doc-string.
25927
25928         * gnus-start.el (gnus-activate-group): Add doc-string.
25929
25930 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
25931
25932         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
25933
25934 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
25935
25936         * assistant.el (assistant-render-text): Try to add a :set
25937         widget, more to come.
25938
25939         * spam.el (spam-group-spam-contents-p): Handle empty groupname
25940         strings.
25941         (spam-report-articles-resend)
25942         (spam-register-routine): Do registration iff any articles warrant
25943         it.
25944         (spam-summary-prepare-exit): Change log message for nil group
25945         destinations.
25946
25947 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
25948
25949         * spam.el (spam-report-resend-register-routine):
25950         Allow spam-report-resend-to to be a group parameter or a global value.
25951
25952 2004-05-26  Simon Josefsson  <jas@extundo.com>
25953
25954         * starttls.el: Merge with my GNUTLS based starttls.el.
25955         (starttls-gnutls-program, starttls-use-gnutls)
25956         (starttls-extra-arguments, starttls-process-connection-type)
25957         (starttls-connect, starttls-failure, starttls-success):
25958         New variables.
25959         (starttls-program, starttls-extra-args): Doc fix.
25960         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
25961         New functions.
25962         (starttls-negotiate, starttls-open-stream):
25963         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
25964         function if it is set.
25965
25966 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25967
25968         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
25969         structured fields.
25970
25971 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25972
25973         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
25974
25975 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
25976
25977         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
25978         Add variable.
25979         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
25980         assigning the spam-mark to new messages.
25981
25982 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
25983
25984         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
25985
25986 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25987
25988         * dgnushack.el: Autoload customize-set-variable for XEmacs.
25989
25990         * rfc2047.el (rfc2047-encodable-p): Don't move point.
25991         (rfc2047-decode): Treat the ascii coding-system as raw-text by
25992         default.
25993
25994 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
25995
25996         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
25997         correct data.
25998
25999 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
26000
26001         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
26002         (spam-group-processor-p): Fix function.
26003         (spam-group-processor-multiple-p)
26004         (spam-group-spam-processor-report-gmane-p)
26005         (spam-group-spam-processor-report-resend-p)
26006         (spam-group-spam-processor-bogofilter-p)
26007         (spam-group-spam-processor-blacklist-p)
26008         (spam-group-spam-processor-ifile-p)
26009         (spam-group-ham-processor-ifile-p)
26010         (spam-group-spam-processor-spamoracle-p)
26011         (spam-group-spam-processor-crm114-p)
26012         (spam-group-ham-processor-bogofilter-p)
26013         (spam-group-spam-processor-stat-p)
26014         (spam-group-ham-processor-stat-p)
26015         (spam-group-ham-processor-whitelist-p)
26016         (spam-group-ham-processor-BBDB-p)
26017         (spam-group-ham-processor-spamoracle-p)
26018         (spam-group-ham-processor-copy-p): Remove functions with some
26019         prejudice against unneeded code.
26020         (spam-report-articles-resend)
26021         (spam-report-resend-register-routine): Allow the group/topic
26022         spam-resend-to value to override spam-report-resend-to.
26023         (spam-summary-prepare-exit): Invoke spam-group-processor-p
26024         properly now.
26025
26026         * gnus.el (spam-resend-to): Add group/topic parameter.
26027         (spam-process): Move the OBSOLETE processors to the end of the
26028         choices.
26029
26030 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
26031
26032         * spam-report.el (spam-report-resend-to, spam-report-resend):
26033         Start with resend-to set to nil, and then ask the user if necessary.
26034         (spam-report-resend): spam-report-resend takes a list of articles, not
26035         separate article numbers.
26036
26037 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26038
26039         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
26040         addition to emacs-w3m.
26041
26042 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26043
26044         * assistant.el (assistant-authinfo-data): New function.
26045         (assistant-eval): Eval for entire assistant.
26046
26047         * netrc.el (netrc-services-file): New variable.
26048         (netrc-parse-services): New function.
26049         (netrc-find-service-name): New function.
26050         (netrc-find-service-number): New function.
26051         (netrc-port-equal): New function.
26052         (netrc-machine): Use it.
26053
26054         * nnimap.el (nnimap-open-connection): Use netrc.
26055
26056         * gnus-util.el (gnus-netrc-get): Remove aliases.
26057
26058         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
26059
26060         * assistant.el (wid-edit): Fix compilation.
26061
26062         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
26063
26064 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
26065
26066         * gnus-util.el (gnus-set-file-modes): New function.  (small
26067         patch).
26068
26069 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26070
26071         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
26072
26073         * assistant.el (assistant-render-node): Fix up rendering and
26074         read-only text.
26075         (assistant-render-node): Reset.
26076         (assistant-make-read-only): Not sticky.
26077
26078 2004-05-20  Danny Siu  <dsiu@adobe.com>
26079
26080         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
26081         centered even when gnus-auto-center-summary is t.
26082
26083 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26084
26085         * dns.el (dns-get-txt-answer): New function.
26086         (dns-read-txt): Ditto.
26087         (query-dns): Use it.
26088
26089 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
26090
26091         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
26092         active for foreign groups even if the group level is higher than
26093         the specified value.
26094
26095 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26096
26097         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
26098         non-active groups.
26099
26100         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
26101
26102 2004-05-20  Magnus Henoch  <mange@freemail.hu>
26103
26104         * dns.el (dns-read-type): Add support for SVR.  (small patch)
26105
26106 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
26107
26108         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
26109         (spam-crm114-header, spam-crm114-spam-switch)
26110         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
26111         (spam-crm114-positive-spam-header)
26112         (spam-crm114-database-directory, spam-list-of-processors)
26113         (spam-group-spam-processor-crm114-p)
26114         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
26115         (spam-generic-score, spam-list-of-checks)
26116         (spam-list-of-statistical-checks, spam-registration-functions)
26117         (spam-check-crm114-headers, spam-crm114-score)
26118         (spam-check-crm114, spam-crm114-register-with-crm114)
26119         (spam-crm114-register-spam-routine)
26120         (spam-crm114-unregister-spam-routine)
26121         (spam-crm114-register-ham-routine)
26122         (spam-crm114-unregister-ham-routine): Add CRM114 support.
26123
26124 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
26125
26126         * gnus.el: Add spam-use-crm114.
26127
26128         * spam.el (spam-list-of-processors, spam-registration-functions):
26129         Add spam-use-resend.
26130         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
26131         (spam-report-articles-gmane): Add doc fix.
26132         (spam-report-articles-resend, spam-report-resend-register-routine):
26133         Add wrappers around spam-report-resend-to.
26134
26135         * spam-report.el (spam-report-resend-to, spam-report-resend):
26136         Add support for resending spam.
26137         (spam-report-gmane): Fix line length >80.
26138
26139         * gnus.el (spam-process): Add spam-use-resend.
26140
26141 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26142
26143         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
26144         number of processed spam messages.
26145         (spam-ham-copy-or-move-routine): Return the number of processed
26146         ham messages.
26147         (spam-summary-prepare-exit): Use the above values to decide
26148         whether status messages should be displayed.
26149
26150 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
26151
26152         * rfc2047.el (rfc2047-encode-function-alist): Rename from
26153         `rfc2047-encoding-function-alist' in order to avoid conflicting
26154         with the old version.
26155         (rfc2047-encode-region): Concatenate words containing non-ASCII
26156         characters in structured fields; don't encode space-delimited
26157         ASCII words even in unstructured fields; don't break words at
26158         char-category boundaries.
26159         (rfc2047-encode-1): New function.
26160         (rfc2047-encode): Use it; encode text so that it occupies the
26161         maximum width within 76-column; work correctly on Q encoding for
26162         iso-2022-* charsets.
26163         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
26164         sure not to break a line just after the header name.
26165         (rfc2047-b-encode-region): Remove.
26166         (rfc2047-b-encode-string): New function.
26167         (rfc2047-q-encode-region): Remove.
26168         (rfc2047-q-encode-string): New function.
26169
26170         * mm-util.el (mm-replace-in-string): New function.
26171
26172 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26173
26174         * gnus-msg.el (gnus-inews-make-draft-meta-information):
26175         Really get it right.
26176         (gnus-inews-make-draft): Really.
26177
26178 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
26179
26180         * nnmh.el (nnmh-request-list-1): Don't check the link count
26181         before descending.  (small patch)
26182
26183 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26184
26185         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
26186         stuff.
26187
26188         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
26189         Match on real group name.
26190
26191         * gnus-art.el (gnus-signature-limit): Doc fix.
26192
26193         * gnus-msg.el (gnus-inews-make-draft): Quote list.
26194
26195         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
26196
26197 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
26198
26199         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
26200         isn't a string.
26201
26202 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26203
26204         * gnus-draft.el (gnus-draft-send):
26205         Bind rfc2047-encode-encoded-words.
26206
26207         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
26208         (rfc2047-encodable-p): Say that =? needs encoding.
26209         (rfc2047-encode-encoded-words): New variable.
26210
26211         * gnus-group.el (gnus-group-select-group): Doc fix.
26212
26213         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
26214
26215         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
26216         to nil.
26217
26218         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
26219
26220         * nnheader.el (nnheader-get-lines-and-char): New function.
26221
26222 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
26223
26224         * gnus-msg.el (gnus-summary-followup-with-original):
26225         Document yanking of region when active.
26226
26227 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26228
26229         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
26230         groups if the group level is higher than the specified value.
26231
26232 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26233
26234         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
26235         (gnus-group-jump-to-group): Add prefix argument using
26236         `gnus-group-jump-to-group-prompt'.  Query before jumping to
26237         non-active group.
26238
26239         * compface.el (uncompface): Be verbose when changing
26240         `uncompface-use-external'.
26241
26242         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
26243         handle manual section.
26244
26245 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26246
26247         * gnus-art.el (gnus-button-alist): Revert previous change.
26248
26249 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26250
26251         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
26252
26253 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26254
26255         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
26256         whether backend can accept message.
26257
26258         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
26259
26260 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
26261
26262         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26263         Avoid creating directory when nntp-marks-is-evil is true.
26264         Reported by Reiner Steib.
26265
26266 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
26267
26268         * gnus-picon.el (gnus-picon-insert-glyph):
26269         Add optional `nostring' argument.
26270
26271 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26272
26273         * gnus-picon.el (gnus-picon-style): New variable.
26274         (gnus-picon-transform-address): Support `gnus-picon-style'.
26275
26276 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26277
26278         * message.el (message-fill-field): Return point.
26279         (message-generate-headers): Go to end of field.
26280
26281         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
26282         stuff for non-living groups.
26283
26284 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
26285
26286         * gnus-art.el (gnus-article-followup-with-original)
26287         (gnus-article-reply-with-original): gnus-mark-active-p ->
26288         gnus-region-active-p.
26289
26290 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
26291
26292         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
26293         only when there is spam or ham to be processed.
26294
26295 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26296
26297         * mail-source.el (mail-source-delete-crash-box): Refactor.
26298         (mail-source-fetch): Use it.
26299         (mail-source-fetch-file): Ditto.
26300         (mail-source-fetch-directory): Run postscript in loop.
26301         (mail-source-fetch-pop): Delete.
26302         (mail-source-fetch-maildir): Ditto.
26303         (mail-source-fetch-imap): Ditto.
26304
26305         * imap.el (imap-authenticators): Comment out sasl.
26306
26307         * message.el (message-skip-to-next-address): New function.
26308         (message-fill-header-address): Refactor.
26309         (message-fill-address): Use it.
26310         (message-delete-address): Use it.
26311         (message-fill-header-general): Refactor.
26312         (message-fill-field-address): Rename.
26313         (message-narrow-to-field): Find the start of the header.
26314         (message-header-format-alist): Don't pre-fill.
26315         (message-fill-header): Remove.
26316         (message-insert-header): New function.
26317         (message-shorten-references): Use it.
26318
26319         * rfc2047.el (rfc2047-field-value): Strip props.
26320
26321         * mail-parse.el (mail-header-make-address): New alias.
26322
26323         * ietf-drums.el (ietf-drums-make-address): New function.
26324
26325         * imap.el: Add compiler directives.
26326
26327         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
26328
26329         * gnus-art.el (article-decode-idna-rhs): Don't use
26330         message-idna-inside-rhs-p.
26331
26332 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26333
26334         * message.el (message-idna-inside-rhs-p): Remove.
26335         (message-idna-to-ascii-rhs-1): Use proper address parsing.
26336
26337         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
26338         false positives.
26339
26340 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
26341
26342         * imap.el (imap-sasl-make-mechanisms): Use sasl.
26343
26344 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26345
26346         * nneething.el (nneething-file-name): Don't create spurious
26347         files.
26348
26349         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
26350         (gnus-inews-do-gcc): Remove sleep.
26351
26352         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
26353         part under point.
26354
26355         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
26356         (gnus-agent-regenerate-group): Using nil messages aren't valid.
26357
26358 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
26359
26360         * spam.el (spam-summary-prepare-exit): Fix (length).
26361
26362 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
26363
26364         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
26365         as expired without moving it" message when there are spam
26366         messages left.
26367
26368 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
26369
26370         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
26371         header is not nil.
26372
26373 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
26374
26375         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
26376         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
26377         (nntp-marks-changed-p): New arg SERVER.
26378         (nntp-request-update-info): Adjust caller.
26379
26380 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
26381
26382         * nntp.el (nntp-save-marks): Pass missing arg.
26383
26384 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
26385
26386         * nntp.el: Support marks.
26387         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
26388         (nntp-marks-modtime, nntp-marks-directory): New variables.
26389         (nntp-request-set-mark, nntp-request-update-info)
26390         (nntp-possibly-create-directory, nntp-marks-changed-p)
26391         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
26392         New functions.
26393
26394 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
26395
26396         * gnus-xmas.el (gnus-xmas-select-lowest-window)
26397         (gnus-xmas-redefine): Rename.
26398
26399         * gnus-score.el (gnus-score-insert-help):
26400         Use gnus-select-lowest-window.
26401
26402         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
26403         appt-select-lowest-window and rename to gnus-select-lowest-window.
26404
26405         * gnus.el: do.
26406
26407 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26408
26409         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
26410         encodings of MIME-encoded words, in order to improve
26411         interoperability with several broken MUAs.
26412
26413 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26414
26415         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
26416         tags, only when charsets are not specified in headers.
26417         (mm-inline-text-html-render-with-w3m): Ditto.
26418
26419         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
26420         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
26421
26422 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26423
26424         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
26425         instead of MIME-decoded from fields when checking
26426         `gnus-article-address-banner-alist'.
26427
26428 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
26429
26430         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
26431         description rather than subject.
26432
26433 2004-05-02  Steve Youngs  <steve@youngs.au.com>
26434
26435         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
26436
26437 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26438
26439         * gnus.el (gnus-version-number): Bump.
26440
26441 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26442
26443         * gnus.el: No Gnus v0.2 is released.
26444
26445 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26446
26447         * gnus-agent.el (gnus-agent-read-agentview):
26448         Inline gnus-uncompress-range.
26449
26450 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26451
26452         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
26453         `exec-installed-p'.
26454
26455 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
26456
26457         * gnus.el (spam-process, spam-autodetect-methods):
26458         Add bsfilter and bsfilter-headers.
26459
26460         * spam.el (spam-bsfilter): New customize group.
26461         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
26462         (spam-bsfilter-header, spam-bsfilter-probability-header)
26463         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
26464         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
26465         (spam-bsfilter-database-directory): New options.
26466         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
26467         (spam-list-of-statistical-checks, spam-registration-functions):
26468         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
26469         (spam-bsfilter-score): New command.
26470         (spam-check-bsfilter-headers, spam-check-bsfilter)
26471         (spam-bsfilter-register-with-bsfilter)
26472         (spam-bsfilter-register-spam-routine)
26473         (spam-bsfilter-unregister-spam-routine)
26474         (spam-bsfilter-register-ham-routine)
26475         (spam-bsfilter-unregister-ham-routine): New functions.
26476         (spam-generic-score): Support bsfilter; Accept an optional argument
26477         to recalcurate spam score even if scoring header has already been
26478         added.
26479         (spam-bogofilter-score, spam-spamassassin-score): Accept an
26480         optional argument to recalcurate spam score even if scoring header
26481         has already been added.
26482
26483 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
26484
26485         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
26486         strings!  Reported by David D. Smith <davidsmith@acm.org>.
26487         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
26488         link is missing.
26489
26490 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
26491
26492         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
26493         (html2text-get-attr): Rewrite.
26494
26495         * message.el (message-setup-1): Remove redundant put-text-property
26496         on mail-header-separator.
26497
26498 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
26499
26500         * gnus-registry.el (gnus-registry-cache-whitespace)
26501         (gnus-registry-action, gnus-registry-spool-action)
26502         (gnus-registry-split-fancy-with-parent): Change message levels
26503         from 5 to 3 or 7, as needed.
26504
26505         * spam.el (spam-summary-prepare-exit)
26506         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
26507         (spam-split, spam-find-spam, spam-log-undo-registration)
26508         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
26509         level from 5 to 6.
26510
26511 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26512
26513         * gnus-ems.el: Autoload appt-select-lowest-window (revert
26514         2004-03-04 change).
26515
26516 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
26517
26518         * sieve-manage.el (sieve-manage-open):
26519         * nnweb.el (nnweb-insert-html):
26520         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
26521         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
26522         * nnspool.el (nnspool-request-group):
26523         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
26524         * nnml.el (nnml-request-update-info):
26525         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
26526         (nnmh-request-create-group, nnmh-update-gnus-unreads):
26527         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
26528         (nnimap-request-set-mark):
26529         * nnfolder.el (nnfolder-request-update-info):
26530         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
26531         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
26532         * gnus-uu.el (gnus-uu-find-articles-matching):
26533         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
26534         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
26535         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
26536         * gnus-nocem.el (gnus-nocem-scan-groups):
26537         * gnus-int.el (gnus-start-news-server):
26538         * gnus-group.el (gnus-group-make-kiboze-group)
26539         (gnus-group-browse-foreign-server):
26540         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
26541         Use mapc when appropriate.
26542
26543 2004-04-22  Dan Christensen  <jdc@uwo.ca>
26544             Adam Sjøgren  <asjo@koldfront.dk>
26545             Wes Hardaker  <wes@hardakers.net>
26546             Michael Shields  <shields@msrl.com>
26547
26548         * spam.el (spam-necessary-extra-headers): Get the extra headers we
26549         may need for spam sorting and scoring.
26550         (spam-user-format-function-S): Add user format function suitable for
26551         general use.
26552         (spam-article-sort-by-spam-status): Add sorting function for summary
26553         sorting.
26554         (spam-extra-header-to-number): Add function to get a score from a
26555         header.
26556         (spam-summary-score): Add function to get a numeric score from the
26557         headers.
26558         (spam-generic-score): Fix function doc, was in wrong place.
26559         (spam-initialize): Take symbols when it's run, and install the
26560         extra headers that spam-necessary-extra-headers thinks we need.
26561
26562 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
26563
26564         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
26565         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
26566
26567 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
26568
26569         * gnus-sum.el (gnus-set-global-variables)
26570         (gnus-build-all-threads, gnus-get-newsgroup-headers)
26571         (gnus-article-get-xrefs, gnus-summary-best-group)
26572         (gnus-summary-next-article, gnus-summary-enter-digest-group)
26573         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
26574         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
26575         Use with-current-buffer.
26576
26577 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
26578
26579         * spam.el (spam-summary-prepare-exit): Simplify logic.
26580         (spam-fetch-article-header): Read the article header if it's not
26581         available.
26582         (spam-list-articles): Simplify logic.
26583         (spam-filelist-register-routine): Fix bug with unregister-list.
26584
26585         * gnus-registry.el: Fix comments at beginning.
26586
26587 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
26588
26589         * message.el (message-cater-to-broken-inn): Remove.
26590         (message-shorten-references): Make sure the total folded length of
26591         References is shorter than 998 characters to cater to a bug in INN
26592         2.3.  Also, don't pretend that references aren't folded -- this
26593         hasn't worked for a while.
26594
26595 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26596
26597         * gnus-agent.el (gnus-agentize):
26598         gnus-agent-send-mail-real-function no longer set to current value
26599         of message-send-mail-function but rather a lambda that calls
26600         message-send-mail-function.  The change makes the agent real-time
26601         responsive to user changes to message-send-mail-function.
26602
26603 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26604
26605         * legacy-gnus-agent.el
26606         (gnus-agent-convert-to-compressed-agentview): Fix typos with
26607         help from Florian Weimer <fw@deneb.enyo.de>
26608
26609 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26610
26611         * nnmail.el (nnmail-cache-insert): Revert last change.
26612
26613 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
26614
26615         * nnmail.el (nnmail-cache-insert): Always check whether
26616         nnmail-cache-ignore-groups matches a group name.
26617
26618 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
26619
26620         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
26621         (spam-find-spam, spam-log-processing-to-registry)
26622         (spam-log-registered-p, spam-log-unregistration-needed-p)
26623         (spam-log-undo-registration): Use gnus-message instead of
26624         gnus-error, none of these errors are fatal.
26625
26626         * gnus-registry.el (gnus-registry-clean-empty-function)
26627         (gnus-registry-clean-empty): Remove only empty entries without
26628         extra data.
26629
26630 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
26631
26632         * spam-stat.el (spam-stat-buffer-change-to-spam)
26633         (spam-stat-buffer-change-to-non-spam): Change (error) to
26634         (gnus-message 8) invocation.
26635
26636 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26637
26638         * nntp.el (nntp-via-netcat-command): New variable.
26639         (nntp-via-netcat-switches): New variable.
26640         (nntp-open-via-rlogin-and-netcat): New function.
26641         (nntp-open-connection-function): Doc fix.
26642         (nntp-telnet-command): Doc fix.
26643         (nntp-end-of-line): Doc fix.
26644         (nntp-via-rlogin-command): Doc fix.
26645         (nntp-via-user-name): Doc fix.
26646         (nntp-via-address): Doc fix.
26647
26648 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26649
26650         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
26651         error in Emacs 21.1.
26652
26653 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
26654
26655         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
26656
26657 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26658
26659         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
26660         (gnus-agent-with-refreshed-group): New macro.
26661         (gnus-agent-rename-group): New function.
26662         (gnus-agent-delete-group): New function.
26663         (gnus-agent-save-group-info): Use gnus-command-method when
26664         `method' parameter is nil.  Don't write nil entries into the
26665         active file.
26666         (gnus-agent-get-group-info): New function.
26667         (gnus-agent-fetch-articles):
26668         Use gnus-agent-update-files-total-fetched-for to increment disk space
26669         used.
26670         (gnus-agent-fetch-headers, gnus-agent-save-alist):
26671         Use gnus-agent-update-view-total-fetched-for to increment disk space
26672         used.
26673         (gnus-agent-get-local): Add optional parameters to avoid calling
26674         gnus-group-real-name and gnus-find-method-for-group.
26675         (gnus-agent-set-local): Delete stored entry if either min, or max,
26676         are nil.
26677         (gnus-agent-fetch-session): Reworded error/quit messages.
26678         On quit, use gnus-agent-regenerate-group to record existance of any
26679         articles fetched to disk before the quit occurred.
26680         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
26681         gnus-agent-update-view-total-fetched-for, and
26682         gnus-agent-update-files-total-fetched-for to decrement disk space
26683         used.
26684         (gnus-agent-retrieve-headers):
26685         Use gnus-agent-update-view-total-fetched-for to increment disk space
26686         used.
26687         (gnus-agent-regenerate-group): Replace gnus-group-update-group
26688         with gnus-agent-update-files-total-fetched-for to decrement disk
26689         space and fresh group buffer.
26690         (gnus-agent-inhibit-update-total-fetched-for): New variable.
26691         (gnus-agent-need-update-total-fetched-for): New variable.
26692         (gnus-agent-update-files-total-fetched-for): New function.
26693         (gnus-agent-update-view-total-fetched-for): New function.
26694         (gnus-agent-total-fetched-for): New function.
26695
26696         * gnus-cache.el (gnus-cache-save-buffers):
26697         Use gnus-cache-update-overview-total-fetched-for to change disk space
26698         used by this group.
26699         (gnus-cache-possibly-enter-article):
26700         Use gnus-cache-update-file-total-fetched-for to increment disk space
26701         used by this group.
26702         (gnus-cache-possibly-remove-article):
26703         Use gnus-cache-update-file-total-fetched-for to decrement disk space
26704         used by this group.
26705         (gnus-cache-generate-nov-databases): Purge total fetched cache.
26706         (gnus-cache-rename-group): New function.
26707         (gnus-cache-delete-group): New function.
26708         (gnus-cache-inhibit-update-total-fetched-for): New variable.
26709         (gnus-cache-need-update-total-fetched-for): New variable.
26710         (gnus-cache-with-refreshed-group): New macro.
26711         (gnus-cache-update-file-total-fetched-for): New function.
26712         (gnus-cache-update-overview-total-fetched-for): New function.
26713         (gnus-cache-rename-group-total-fetched-for): New function.
26714         (gnus-cache-delete-group-total-fetched-for): New function.
26715         (gnus-cache-total-fetched-for): New function.
26716
26717         * gnus-group.el: Require gnus-sum and autoload functions to
26718         resolve warnings when gnus-group.el compiled alone.
26719         (gnus-group-line-format): Document new %F.
26720         (size of Fetched data) group line format; identifies disk space
26721         used by agent and cache.
26722         (gnus-group-line-format-alist): Define new F format.
26723         (gnus-total-fetched-for): New function.
26724         (gnus-group-delete-group): No longer update
26725         gnus-cache-active-altered as gnus-request-delete-group now keeps
26726         the cache in sync.
26727         (gnus-group-list-active): Let the agent store a server's active
26728         list if currently plugged.
26729
26730         * gnus-int.el (gnus-request-delete-group):
26731         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
26732         local disk in sync with the server.
26733         (gnus-request-rename-group):
26734         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
26735         local disk in sync with the server.
26736
26737         * gnus-start.el (gnus-get-unread-articles):
26738         Cosmetic simplification to logic.
26739
26740         * gnus-util.el (gnus-rename-file): New function.
26741
26742 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
26743
26744         * mm-util.el (mm-image-load-path): Handle nil in load-path.
26745
26746 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
26747
26748         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
26749         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
26750
26751 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
26752
26753         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
26754         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
26755
26756 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
26757
26758         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
26759
26760 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
26761
26762         * spam.el (spam-set-difference): Add function to replace
26763         gnus-set-difference in spam.el.
26764         (spam-summary-prepare-exit): Use spam-set-difference.
26765
26766 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
26767
26768         * gnus-registry.el (gnus-registry-cache-file): Update to use
26769         gnus-dribble-directory OR gnus-home-directory OR ~.
26770         (gnus-registry-split-fancy-with-parent): Fix doc.
26771
26772 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
26773
26774         * message.el (message-exchange-point-and-mark):
26775         Use message-mark-active-p.  Suggested by Jesper Harder
26776         <harder@ifa.au.dk>.
26777
26778 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
26779
26780         * message.el (message-exchange-point-and-mark): Don't activate
26781         region if it was inactive.  Suggested by Hiroshi Fujishima
26782         <pooh@nature.tsukuba.ac.jp>.
26783
26784 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26785
26786         * gnus-art.el (article-display-face): Display Faces in the same
26787         order as X-Faces.
26788
26789 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
26790
26791         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
26792
26793 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
26794
26795         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
26796         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
26797         (gnus-article-mime-hierarchy): Remove.
26798         (gnus-article-mime-hierarchy-next): Remove.
26799         (gnus-article-mode): Revert 2004-03-19 change.
26800         (gnus-article-setup-buffer): Revert 2004-03-19 change.
26801         (gnus-insert-mime-button): Revert 2004-03-19 change.
26802         (gnus-mime-accumulate-hierarchy): Remove.
26803         (gnus-mime-enter-multipart): Remove.
26804         (gnus-mime-leave-multipart): Remove.
26805         (gnus-mime-display-part): Revert 2004-03-19 change.
26806         (gnus-mime-display-alternative): Revert 2004-03-19 change.
26807
26808         * mml.el (mml-preview): Revert 2004-03-19 change.
26809
26810 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
26811
26812         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
26813
26814 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26815
26816         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
26817         t while entering a file name using the mm-with-multibyte macro.
26818         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
26819
26820         * mm-util.el (mm-with-multibyte): New macro.
26821
26822 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
26823
26824         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
26825         New user option.
26826         (gnus-mime-multipart-functions): Doc and customization fix.
26827         (gnus-article-mime-hierarchy): New variable.
26828         (gnus-article-mime-hierarchy-next): New variable.
26829         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
26830         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
26831         gnus-article-mime-hierarchy-next to nil.
26832         (gnus-insert-mime-button): Show hierarchy numbers.
26833         (gnus-mime-accumulate-hierarchy): New function.
26834         (gnus-mime-enter-multipart): New function.
26835         (gnus-mime-leave-multipart): New function.
26836         (gnus-mime-display-part): Recompute hierarchical MIME structure.
26837         (gnus-mime-display-alternative): Show hierarchy numbers.
26838
26839         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
26840         gnus-article-mime-hierarchy-next to nil.
26841
26842 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
26843
26844         * dns.el: Don't require gnus-xmas.
26845
26846 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
26847
26848         * mml.el (mml-generate-mime-1): Don't use format=flowed with
26849         inline PGP.
26850         (mml-menu): Disable mml-quote-region if mark is inactive.
26851
26852 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
26853
26854         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
26855         when the group's active is not available.
26856
26857 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
26858
26859         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
26860         error.
26861
26862 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
26863
26864         * imap.el (imap-store-password): New variable.
26865         (imap-interactive-login): Use it.
26866         Suggested by Mark Plaksin <happy@mcplaksin.org>.
26867
26868 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26869
26870         * gnus-art.el (gnus-article-read-summary-keys): Restore new
26871         window-start and hscroll to summary window.
26872
26873 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26874
26875         * gnus-start.el (gnus-convert-old-newsrc): Only write the
26876         conversion message to newsrc-dribble when an actual conversion is
26877         performed.
26878
26879 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
26880
26881         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
26882
26883 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
26884
26885         * mm-decode.el (mm-complicated-handles): New function reviving
26886         former definition of mm-multiple-handles.
26887
26888         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
26889         (gnus-mime-delete-part): Use it.
26890
26891 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26892
26893         * gnus-agent.el (gnus-agent-read-local):
26894         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
26895         avoid the implicit assumption that they will always be equal.
26896         (gnus-agent-save-local): Bind buffer-file-coding-system, not
26897         coding-system-for-write, as the with-temp-file macro first prints
26898         to a buffer then saves the buffer.
26899
26900 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
26901
26902         * gnus-art.el (gnus-article-edit-part): New function.
26903         (gnus-mime-save-part-and-strip): Use it; do query instead of
26904         signaling an error; don't use mm-multiple-handles.
26905         (gnus-mime-delete-part): Ditto.
26906
26907 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26908
26909         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
26910         old file versions.
26911         (gnus-group-prepare-hook): Remove function that converted list
26912         form of gnus-agent-expire-days to group properties.
26913
26914         * gnus-int.el: Autoload gnus-agent-regenerate-group.
26915         (gnus-request-accept-article): Re-indented.
26916
26917         * gnus-start.el (gnus-convert-old-newsrc): Registered new
26918         converters to handle old agent file formats.  Add logic for a
26919         "backup before upgrading warning".
26920         (gnus-convert-mark-converter-prompt): Developers can mark
26921         functions as needing (default), or not needing,
26922         gnus-convert-old-newsrc's "backup before upgrading warning".
26923         (gnus-convert-converter-needs-prompt): Tests whether the user
26924         should be protected from potentially irreversable changes by the
26925         function.
26926
26927         * legacy-gnus-agent.el: New.  Provides converters that are only
26928         loaded when gnus-convert-old-newsrc needs to call them.
26929
26930 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26931
26932         * mail-source.el (mail-source-touch-pop): Doc fix.
26933
26934         * message.el (message-smtpmail-send-it): Doc fix.
26935
26936 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
26937
26938         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
26939
26940         * nnmail.el (nnmail-split-fancy): do.
26941
26942         * gnus-kill.el (gnus-kill, gnus-execute): do.
26943
26944 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
26945
26946         * gnus-sum.el (gnus-widget-reversible-match)
26947         (gnus-widget-reversible-to-internal)
26948         (gnus-widget-reversible-to-external): New functions.
26949         (gnus-widget-reversible): New widget.
26950         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
26951
26952 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
26953
26954         * gnus-sum.el (gnus-thread-sort-functions)
26955         (gnus-article-sort-functions): Document `(not F)' items.
26956
26957 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
26958
26959         * spam.el (spam-use-gmane-xref): Add new backend.
26960         (spam-gmane-xref-spam-group): Add variable to control the name of the
26961         Gmane spam group.
26962         (spam-blackhole-servers, spam-blackhole-good-server-regex)
26963         (spam-regex-headers-spam, spam-regex-headers-ham)
26964         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
26965         (spam-list-of-checks): Add spam-use-gmane-xref to list of
26966         backends and checks.
26967         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
26968
26969         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
26970         an autodetect method.
26971
26972 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
26973
26974         * gnus-int.el (gnus-request-accept-article): Inform the agent that
26975         articles are being added to a group.
26976         (gnus-request-replace-article): Inform the agent that articles
26977         need to be uncached as the cached contents are no longer valid.
26978
26979 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
26980
26981         * binhex.el: Don't autoload executable-find.
26982
26983         * canlock.el: Don't autoload mail-fetch-field.
26984
26985         * dgnushack.el: Autoload c-mode for XEmacs.
26986
26987         * gnus-ems.el: Don't autoload appt-select-lowest-window.
26988
26989         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
26990         rmail-dont-reply-to and rmail-output.
26991
26992         * gnus-score.el: Don't autoload ffap-string-at-point.
26993
26994         * gnus-setup.el: Don't autoload sc-cite-original.
26995
26996         * imap.el: Don't autoload base64-decode-string,
26997         base64-encode-string and md5.
26998
26999         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
27000         and rmail-msg-restore-non-pruned-header.
27001
27002         * mm-decode.el: Don't autoload executable-find.
27003
27004         * mm-url.el: Don't autoload executable-find.
27005
27006         * mm-view.el: Don't autoload diff-mode.
27007
27008         * nndb.el: Don't autoload news-reply-mode, news-setup,
27009         cancel-timer and telnet.
27010
27011         * password.el: Don't autoload run-at-time for Emacs.
27012
27013         * sha1-el.el: Don't autoload executable-find.
27014
27015         * sieve-mode.el: Don't autoload c-mode.
27016
27017         * uudecode.el: Don't autoload executable-find.
27018
27019 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27020
27021         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
27022         (gnus-agent-possibly-alter-active): Avoid null in numeric
27023         comparison.
27024         (gnus-agent-set-local): Refuse to save null in local object table.
27025         (gnus-agent-regenerate-group): The REREAD parameter can now be a
27026         list of articles that will be marked as unread.
27027
27028 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
27029
27030         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
27031
27032 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
27033
27034         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
27035         language tags.
27036
27037 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
27038
27039         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
27040         Don't bind "obarray".
27041
27042         * gnus-sum.el (gnus-thread-sort-functions):
27043         Add `gnus-thread-sort-by-most-recent-number' and
27044         `gnus-thread-sort-by-most-recent-date'.
27045         Reported by Kai Grossjohann <kai@emptydomain.de>.
27046
27047 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
27048
27049         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
27050
27051 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27052
27053         * gnus-cus.el (gnus-agent-customize-category):
27054         Remove ignore-errors macro reference that required cl to be loaded at
27055         run-time.
27056
27057         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
27058         single-interval range of the form (min . max).  Previously the
27059         range had to look like ((min . max)).  Likewise, return
27060         (min . max) rather than ((min . max)).
27061         (gnus-range-map): Use gnus-range-normalize to accept
27062         single-interval range.
27063
27064         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
27065         the cache, but not the agent, now appear with their usual face.
27066
27067         * dgnushack.el (loaddir): New variable that is bound to the
27068         directory containing the dgnushack.el file.  Use loaddir, rather
27069         than srcdir, to update load-path.  Change lets dgnushack compile
27070         code in directories other than GNUS/lisp.
27071
27072 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
27073
27074         * lpath.el: Don't bind w3m-safe-url-regexp.
27075
27076         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
27077         w3m-safe-url-regexp variable buffer-local.
27078
27079         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27080
27081 2004-02-27  Simon Josefsson  <jas@extundo.com>
27082
27083         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
27084         gnus-group-real-prefix.
27085         (gnus-summary-move-article): Use it, instead of
27086         gnus-group-real-prefix.
27087
27088 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27089
27090         * lpath.el: Bind w3m-safe-url-regexp.
27091
27092         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
27093         w3m-safe-url-regexp variable buffer-local and set it as the value
27094         of mm-w3m-safe-url-regexp.
27095
27096         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
27097
27098         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
27099         parsing gnus-posting-styles when the message is not for replying.
27100
27101         * dgnushack.el: Autoload sgml-mode for XEmacs.
27102
27103         * nnrss.el (nnrss-opml-export):
27104         Use mm-set-buffer-file-coding-system instead of
27105         set-buffer-file-coding-system.
27106
27107 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
27108
27109         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
27110         of checkdoc.el).
27111         * nnrss.el: do.
27112         * gnus-mlspl.el: do.
27113         * gnus-ml.el: do.
27114         * gnus-srvr.el: do.
27115
27116         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
27117
27118 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
27119
27120         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
27121         Corrections to custom-manual links.
27122
27123         * gnus-art.el (gnus-article): Ditto.
27124
27125         * mm-decode.el (mime-display, mime-security): Ditto.
27126
27127 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27128
27129         * flow-fill.el: Typo.
27130
27131 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
27132
27133         * spam-wash.el: New file.
27134
27135 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
27136
27137         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
27138
27139 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
27140
27141         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
27142         to be run with new-articles as LIST1, not LIST2.
27143         (spam-registration-functions): Add spam-use-ham-copy as a nil
27144         registration backend.
27145
27146 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
27147
27148         * spam-stat.el (spam-stat-washing-hook): New option.
27149         (spam-stat-buffer-words): Use it.
27150         (spam-stat-process-directory, spam-stat-test-directory):
27151         Use insert-file-contents-literally.
27152         (spam-stat-coding-system): New variable.
27153         (spam-stat-load, spam-stat-save): Use it.
27154
27155 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27156
27157         * spam-report.el (spam-report-plug-agent):
27158         Quote spam-report-url-to-file and spam-report-url-ping-plain.
27159
27160 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
27161
27162         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
27163         Allow / in mailto URLs.
27164
27165 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
27166
27167         * spam-report.el (spam-report-process-queue): Fix interactive use.
27168         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
27169         (spam-report-unplug-agent): Doc fixes.
27170         (spam-report-url-ping-mm-url, spam-report-url-to-file)
27171         (spam-report-agentize, spam-report-deagentize): Autoload.
27172
27173 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
27174
27175         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
27176
27177         * message.el (message-setup-fill-variables): Add mml tags to
27178         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
27179         <ajk@iu.edu>.
27180         (message-mode): Don't modify paragraph-separate there.
27181
27182 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
27183
27184         * compface.el (uncompface-use-external): Default to undecided.
27185         (uncompface-use-external-threshold): New variable.
27186         (uncompface-float-time): New macro.
27187         (uncompface): Determine whether to use the external decoder if
27188         uncompface-use-external is undecided.
27189
27190 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27191
27192         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
27193         after images.
27194
27195         * gnus-art.el (gnus-mime-display-single): Remove dead code.
27196
27197 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
27198
27199         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
27200
27201         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
27202
27203         * gnus-sum.el (gnus-summary-limit-to-age)
27204         (gnus-summary-limit-children): do.
27205
27206         * gnus-int.el (gnus-request-scan): do.
27207
27208         * gnus-group.el (gnus-group-suspend): do.
27209
27210         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
27211
27212         * gnus-cite.el (gnus-cite-parse-attributions): do.
27213
27214         * gnus-agent.el (gnus-summary-set-agent-mark)
27215         (gnus-agent-regenerate-group): do.
27216
27217         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
27218
27219         * binhex.el (binhex-decode-region-internal): do.
27220
27221 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27222
27223         * gnus-fun.el (gnus-face-properties-alist): New user option.
27224         (gnus-display-x-face-in-from): Use it.
27225
27226         * gnus-art.el (article-display-face): Ditto.
27227
27228         * compface.el (uncompface-use-external): Default to nil.
27229
27230 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
27231
27232         * nntp.el (nntp-erase-buffer): New function.
27233         (nntp-retrieve-data, nntp-send-command)
27234         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
27235         (nntp-possibly-change-group): Use it.
27236
27237         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
27238         Use with-current-buffer.
27239
27240 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
27241
27242         * compface.el: Merge the ELisp-based uncompface program.
27243         (compface): New customization group.
27244         (uncompface-use-external): New user option.
27245         (uncompface): Call uncompface-internal if uncompface-use-external
27246         is nil.
27247         (uncompface-internal): New function.  Note that there are also
27248         some other functions and variables added for this function.
27249
27250 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
27251
27252         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
27253         if necessary.
27254
27255 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
27256
27257         * spam-report.el (spam-report-unplug-agent)
27258         (spam-report-plug-agent, spam-report-deagentize)
27259         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
27260         Add support for the Agent in spam-report: when unplugged, report to a
27261         file; when plugged, submit all the requests.
27262
27263         * spam.el (spam-register-routine): Fix message about
27264         registration.
27265
27266 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
27267
27268         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
27269         dependencies.
27270         (rfc2047-encode): Use it.
27271
27272         * gnus-art.el (gnus-button-marker-list): Move before first
27273         reference.
27274
27275         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
27276         (imap-parse-body): Fix format string mismatch.
27277
27278         * gnus-score.el (gnus-summary-increase-score): do.
27279
27280         * nnrss.el (nnrss-close): New function.
27281
27282 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
27283
27284         * nnrss.el (nnrss-make-filename): New function.
27285         (nnrss-request-delete-group, nnrss-read-server-data)
27286         (nnrss-save-server-data, nnrss-read-group-data)
27287         (nnrss-save-group-data): Use it.
27288         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
27289         (nnrss-read-server-data, nnrss-read-group-data): Use load.
27290         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
27291
27292 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
27293
27294         * mml.el (mml-compute-boundary-1): Don't uncompress files.
27295
27296 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
27297
27298         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
27299         files.
27300
27301         * message.el (message-generate-headers-first): Don't quote nil
27302         and t in docstrings.
27303
27304         * imap.el (imap-id): do.
27305
27306         * gnus-agent.el (gnus-agent-consider-all-articles)
27307         (gnus-agent-queue-mail): do.
27308
27309 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
27310
27311         * spam-report.el (spam-report-process-queue): New function.
27312         Process requests from `spam-report-requests-file'.
27313         (spam-report-process-queue): Doc fix.
27314
27315 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
27316
27317         * spam.el (spam-register-routine)
27318         (spam-log-processing-to-registry, spam-log-registered-p)
27319         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27320         Change "check" to "spam-check" for semi-clarity.
27321
27322 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
27323
27324         * pop3.el: Require nnheader.
27325
27326         * mml-smime.el: Require cl.  Autoload message-fetch-field.
27327
27328         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
27329
27330         * gnus-picon.el: Require cl.
27331
27332         * gnus-fun.el: Require gnus-ems and gnus-util.
27333
27334         * gnus.el (gnus-method-to-server): Move defsubst before first use.
27335
27336         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
27337
27338         * gnus-art.el (gnus-article-edit-mode): Define before first
27339         reference.
27340
27341 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
27342
27343         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
27344         (gnus-uu-post-encoded): Use point-at-bol.
27345
27346         * gnus-topic.el (gnus-group-active-topic-p): do.
27347
27348         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
27349
27350         * gnus-group.el (gnus-group-kill-region): do.
27351
27352         * gnus-art.el (article-date-ut): do.
27353
27354         * message.el (message-fetch-field): Remove redundant
27355         case-fold-search binding.
27356         (message-narrow-to-field): Simplify.
27357
27358 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
27359
27360         * spam.el (spam-directory): Derive from `gnus-directory'.
27361
27362         * spam-report.el (spam-report-url-to-file)
27363         (spam-report-requests-file): New function and variable for offline
27364         reporting.
27365         (spam-report-url-ping-function): Add `spam-report-url-to-file'
27366         and user defined function.
27367         (spam-report-url-ping-mm-url): Remove doubled slash.
27368
27369 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
27370
27371         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
27372
27373 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
27374
27375         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
27376         Fix format string mismatch.
27377
27378         * sieve.el (sieve-deactivate-all): do.
27379
27380         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
27381
27382         * nnlistserv.el (nnlistserv-kk-wash-article): do.
27383
27384         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
27385
27386         * mm-bodies.el (mm-7bit-chars): Don't include \r.
27387
27388 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
27389
27390         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
27391         the list of checks.
27392
27393 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
27394
27395         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
27396         padding.
27397
27398 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
27399
27400         * mm-view.el (mm-fill-flowed): New variable.
27401         (mm-inline-text): Use it.
27402
27403 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
27404
27405         * spam.el (spam-spamassassin-register-ham-routine)
27406         (spam-spamassassin-register-spam-routine): Fix function names.
27407
27408 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
27409
27410         * gnus.el (gnus-tmp-grouplens): Remove.
27411         (gnus-summary-line-format): Remove grouplens.
27412
27413         * gnus-group.el (gnus-group-line-format): Ditto.
27414
27415         * gnus-spec.el (gnus-format-specs): Ditto.
27416         (gnus-update-format-specifications): Flush the group format spec
27417         cache if there's the grouplens stuff.
27418         (gnus-parse-simple-format): Replace %l with the empty string.
27419
27420 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
27421
27422         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
27423         omission.
27424
27425 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
27426
27427         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
27428         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
27429
27430 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
27431
27432         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
27433         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
27434         New macros and functions.
27435         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
27436         Handle > NLINK_MAX messages.
27437         * nnmaildir.el (nnmaildir-request-set-mark):
27438         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
27439
27440 2004-01-25  Alex Schroeder  <alex@gnu.org>
27441
27442         * spam-stat.el (spam-stat-process-directory-age): New option.
27443         (spam-stat-process-directory): Use it.
27444
27445 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
27446
27447         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
27448         (spam-stat-save): Accept prefix argument.
27449
27450 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
27451
27452         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
27453         links" error.
27454
27455 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
27456
27457         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
27458         the rest of the and/or forms.
27459
27460 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27461
27462         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
27463         compatibility with old .newsrc.eld files.
27464
27465         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
27466
27467         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
27468
27469         * gnus-start.el (gnus-1): do.
27470
27471         * gnus-group.el (gnus-group-line-format-alist): do.
27472
27473         * gnus.el (gnus-use-grouplens, gnus-visual): do.
27474
27475         * gnus-gl.el: Remove.
27476
27477 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27478
27479         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
27480         marks consisting of a single range {for example, (3 . 5)} rather
27481         than a list of a single range { ((3 . 5)) }.
27482
27483 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
27484
27485         * spam-stat.el (spam-stat-store-gnus-article-buffer):
27486         Use with-current-buffer.
27487         (spam-stat-store-current-buffer): Use insert-buffer-substring to
27488         avoid consing a string.
27489
27490         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
27491         Remove obsolete entries for big5 and gb2312.
27492
27493 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27494
27495         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
27496         uncompressed list.
27497
27498 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
27499
27500         * spam-stat.el (spam-stat-strip-xref): New function.
27501         (spam-stat-process-directory): Use it.
27502
27503         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
27504         here -- it's done in message-fetch-field.
27505
27506 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
27507
27508         * gnus-agent.el (gnus-agent-queue-mail)
27509         (gnus-agent-prompt-send-queue): New variables.
27510         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
27511         * gnus-draft.el (gnus-group-send-queue): Pass the group name
27512         "nndraft:queue" along to gnus-draft-send.
27513         Use gnus-agent-prompt-send-queue.
27514         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
27515         is "nndraft:queue".  Suggested by Gaute Strokkenes
27516         <gs234@srcf.ucam.org>
27517
27518         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
27519         (agent-enable-undownloaded-faces): Add.
27520         (gnus-agent-cat-groups): Use eval-and-compile, not
27521         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
27522         method of gnus-agent-cat-groups even when the buffer has been
27523         evaled.
27524         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
27525         delete gnus-agent-save-active-1.
27526         (gnus-agent-save-groups): Delete.  Identical to
27527         gnus-agent-save-active.
27528         (gnus-agent-write-active): No longer adjust agent's copy of active
27529         file as agent's adjustments are now stored in their own
27530         file.  Remove optional parameter.
27531         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
27532         servers.  Add use of min/max range limits from server's local
27533         file.
27534         (gnus-agent-save-alist): Remove unused optional argument.
27535         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
27536         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
27537         (gnus-agent-set-local): A per-server file that keeps min/max range
27538         limits for articles known to the agent.  Provides a fast mechanism
27539         for altering many active ranges.
27540         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
27541         active file (local makes it unnecessary).
27542         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
27543
27544         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
27545         (agent-enable-undownloaded-faces): Add.
27546
27547         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
27548         disable it when sending to "nndraft:queue".
27549         (gnus-group-send-queue): Add safety check to avoid sending queue
27550         when unplugged.
27551
27552         * gnus-group.el (gnus-group-catchup): Use new
27553         gnus-sequence-of-unread-articles, not
27554         gnus-list-of-unread-articles, to avoid exhausting memory with huge
27555         numbers of articles.  Use gnus-range-map to avoid having to
27556         uncompress the unread list.
27557         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
27558         Fix invalid ange-ftp reference.
27559
27560         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
27561         (gnus-sorted-range-intersection): Intersection of two ranges
27562         without requiring that they first be uncompressed.
27563
27564         * gnus-start.el (gnus-activate-group): Unless blocked by the
27565         caller, possibly expand the active range to include both cached
27566         and agentized articles.
27567         (gnus-convert-old-newsrc): Rewrote in anticipation of having
27568         multiple version-dependent converters.
27569         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
27570         gnus-agent-save-active.
27571         (gnus-save-newsrc-file): Save dirty agent range limits.
27572
27573         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
27574         gnus-agent-possibly-alter-active.
27575         (gnus-adjust-marked-articles): Faster handling of simple lists.
27576
27577 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
27578
27579         * spam-stat.el (spam-stat-test-directory): New optional argument
27580         displays a list of files detected.  Suggested by Andrew Cohen
27581         <cohen@andy.bu.edu>.
27582         (spam-stat-buffer-words-with-scores): Don't narrow and change
27583         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
27584
27585 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
27586
27587         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
27588         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
27589         (spam-spamassassin-arguments)
27590         (spam-spamassassin-spam-flag-header)
27591         (spam-spamassassin-positive-spam-flag-header)
27592         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
27593         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
27594         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
27595         (spam-list-of-processors, spam-list-of-checks)
27596         (spam-list-of-statistical-checks, spam-registration-functions)
27597         (spam-check-spamassassin-headers, spam-check-spamassassin)
27598         (spam-spamassassin-score)
27599         (spam-spamassassin-register-with-sa-learn)
27600         (spam-spamassassin-register-spam-routine)
27601         (spam-spamassassin-register-ham-routine)
27602         (spam-assassin-register-spam-routine)
27603         (spam-assassin-register-ham-routine): Add SpamAssassin support.
27604         (spam-bogofilter-score): Fix to show article before scoring.
27605
27606 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
27607
27608         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
27609         default scoring function.
27610         (spam-generic-score): Call spam-spamassassin-score if
27611         spam-use-spamassassin or spam-use-spamassassin-headers is on;
27612         spam-bogofilter-score otherwise.
27613
27614         * gnus.el (spam-process, spam-autodetect-methods):
27615         Add spamassassin and spamassassin-headers.
27616
27617 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
27618
27619         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
27620         Suppress unnecessary messages.
27621
27622 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
27623
27624         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
27625         make-hash-table.
27626
27627 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
27628
27629         * canlock.el (base64-encode-string): Don't autoload it.
27630
27631 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
27632
27633         * run-at-time.el: Remove useless (require 'itimer),
27634         eval-and-compile and (featurep 'xemacs).
27635
27636 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
27637
27638         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
27639         GROUP is a virtual group.
27640
27641 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
27642
27643         * gnus.el: Autoload `message-y-or-n-p'.
27644
27645 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
27646
27647         * pgg-parse.el: Remove unnecessary (require 'custom).
27648
27649         * pgg-def.el: do.
27650
27651         * nnmail.el: do.
27652
27653         * gnus-undo.el: do.
27654
27655         * gnus-picon.el: do.
27656
27657         * gnus-util.el: do.
27658
27659 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
27660
27661         * gnus-sum.el (gnus-pick-line-number): Add autoload.
27662
27663 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
27664
27665         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
27666         handle, as well as a list.
27667
27668         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
27669         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
27670         (mm-w3m-cid-retrieve): Simplify.
27671
27672 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
27673
27674         * message.el (message-kill-to-signature): Allow prefix arg to
27675         specify number of lines to keep before signature.
27676
27677 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
27678
27679         * message.el (message-kill-to-signature): Change docstring.
27680
27681 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
27682
27683         * canlock.el: Always require sha1-el.
27684         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
27685
27686         * message.el: Autoload sha1 only when compiling.
27687
27688         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
27689         eudc-expand-inline for XEmacs.
27690
27691 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27692
27693         * message.el (message-canlock-generate): Require sha1-el.
27694
27695 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
27696
27697         * message.el (message-expand-name): Silence the byte compiler.
27698
27699         * lpath.el: Add detect-coding-system.
27700
27701         * dgnushack.el (dgnushack-compile): Remove obsolete check for
27702         cus-edit.
27703
27704 2004-01-13  Simon Josefsson  <jas@extundo.com>
27705
27706         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
27707         Invoke gnus-score-mode.
27708         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
27709
27710         * gnus-range.el (gnus-compress-sequence): Doc fix.
27711         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
27712
27713 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27714
27715         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
27716
27717 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
27718
27719         * spam.el (spam-get-article-as-string): Update to use
27720         gnus-request-article-this-buffer, much simpler.
27721         (spam-get-article-as-buffer): Remove.
27722
27723 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
27724
27725         * message.el (message-expand-name): Use EUDC if the user uses that.
27726
27727 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
27728
27729         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
27730         character for the encoding to avoid consing a string.
27731
27732         * rfc2047.el (rfc2047-decode-string): Don't cons a string
27733         unnecessarily.
27734
27735         * mm-util.el (mm-replace-chars-in-string): Remove.
27736
27737         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
27738         of mm-replace-chars-in-string.
27739
27740 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
27741
27742         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
27743
27744         * mm-util.el (mm-subst-char-in-string): Support inplace.
27745
27746         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
27747         a new string in every iteration.  Use shy groups.
27748
27749 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
27750
27751         * gnus-srvr.el (gnus-browse-unsubscribe-group):
27752         * gnus-soup.el (gnus-soup-group-brew):
27753         * gnus-msg.el (gnus-put-message):
27754         * gnus-move.el (gnus-group-move-group-to-server):
27755         * gnus-kill.el (gnus-batch-score):
27756         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
27757         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
27758         (gnus-group-update-group, gnus-group-read-group)
27759         (gnus-group-make-group, gnus-group-make-help-group)
27760         (gnus-group-make-archive-group, gnus-group-make-directory-group)
27761         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
27762         (gnus-group-sort-by-unread, gnus-group-catchup)
27763         (gnus-group-unsubscribe-group, gnus-group-kill-group)
27764         (gnus-group-yank-group, gnus-group-set-info)
27765         (gnus-group-list-groups):
27766         * gnus.el (gnus-generate-new-group-name):
27767         * gnus-delay.el (gnus-delay-send-queue):
27768         * nnvirtual.el (nnvirtual-catchup-group):
27769         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
27770         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
27771         (gnus-group-prepare-topics, gnus-topic-check-topology):
27772         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
27773         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
27774         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
27775         (gnus-group-make-articles-read):
27776         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
27777         (gnus-group-change-level, gnus-kill-newsgroup)
27778         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
27779         (gnus-get-unread-articles, gnus-make-articles-unread)
27780         (gnus-make-ascending-articles-unread): Use accessor
27781         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
27782         to get group information for improved readability.
27783
27784
27785 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27786
27787         * gnus-art.el (article-decode-mime-words, article-babel)
27788         (gnus-article-highlight-signature, gnus-article-add-buttons)
27789         (gnus-signature-toggle): Use gnus-with-article-buffer.
27790
27791         * gnus-art.el (gnus-article-highlight-headers)
27792         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
27793
27794         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
27795         (gnus-article-set-globals, gnus-request-article-this-buffer)
27796         (gnus-button-message-id, gnus-article-maybe-hide-headers)
27797         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
27798         (gnus-mime-display-alternative): Use with-current-buffer.
27799
27800 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27801
27802         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
27803         also under 80 char limit, and call gnus-error if needed.
27804         (spam-fetch-article-header): Fix - it was a
27805         buffer-local variable (gnus-newsgroup-data).
27806         (spam-find-spam): Use spam-generate-fake-headers, forget about
27807         spam-insert-fake-headers.
27808         (spam-insert-fake-headers): Remove.
27809
27810 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27811
27812         * deuglify.el (gnus-article-outlook-unwrap-lines)
27813         (gnus-outlook-rearrange-article)
27814         (gnus-outlook-repair-attribution-outlook)
27815         (gnus-outlook-repair-attribution-block)
27816         (gnus-outlook-repair-attribution-other): Remove redundant
27817         save-excursion.
27818
27819 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
27820
27821         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
27822         (spam-fetch-field-subject-fast)
27823         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
27824         (spam-fetch-article-header): Add functions to deal with Gnus
27825         internals for fast retrieval of article header data.
27826         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
27827
27828 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
27829
27830         * pop3.el (pop3-md5): Remove.
27831         (pop3-apop): Replace pop3-md5 with md5.
27832
27833         * mm-bodies.el: base64 is always built-in.
27834
27835         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
27836         Use with-current-buffer.
27837
27838 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27839
27840         * canlock.el (canlock-insert-header): Remove excessive grouping in
27841         regexp.
27842
27843         * gnus-sum.el (gnus-summary-read-document): Ditto.
27844
27845         * gnus-uu.el (gnus-uu-part-number): Ditto.
27846
27847         * html2text.el (html2text-remove-tags): Ditto.
27848         (html2text-format-tags): Ditto.
27849         (html2text-format-single-elements): Ditto.
27850
27851         * mml.el (mml-parse-1): Ditto.
27852
27853 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27854
27855         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
27856
27857         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
27858
27859         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
27860
27861         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
27862
27863 2003-11-15  Simon Josefsson  <jas@extundo.com>
27864
27865         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
27866         (pgg-gpg-lookup-key): Use regexp match instead of
27867         split-string (split-string is different between emacs 21.2 and
27868         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
27869
27870 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
27871
27872         * gnus-art.el (gnus-mime-view-all-parts)
27873         (gnus-article-part-wrapper, gnus-article-view-part):
27874         Use with-current-buffer.
27875
27876 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27877
27878         * spam.el (spam-disable-spam-split-during-ham-respool)
27879         (spam-spamoracle-database, spam-cache-lookups)
27880         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
27881         (spam-group-ham-mark-p, spam-group-spam-mark-p)
27882         (spam-group-ham-marks, spam-group-spam-marks)
27883         (spam-group-spam-contents-p, spam-group-ham-contents-p)
27884         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
27885         also add spam-use-blackholes to the statistical checks.
27886         (spam-fetch-field-fast): Add interface to fetching fields, may
27887         become a macro.
27888         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27889         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
27890         (spam-insert-fake-headers): Fake an article when needed.
27891         (spam-find-spam): Fake article when possible.
27892         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
27893         (spam-check-bogofilter-headers): Use message-fetch-field instead
27894         of nnmail-fetch-field.
27895
27896 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
27897
27898         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
27899
27900 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
27901
27902         * spam.el (spam-split): Do not require spam-use-CHECK to be
27903         enabled if that check is passed to spam-split explicitly; also
27904         fix so 'spam doesn't get converted to spam-split-group when
27905         spam-split-symbolic-return is t.
27906         (spam-find-spam): Find registrations of the article and use those
27907         instead of re-running spam-split to find the spam/ham
27908         classification of the article.
27909         (spam-log-processing-to-registry, spam-log-registered-p)
27910         (spam-log-unregistration-needed-p, spam-log-undo-registration):
27911         Use gnus-error instead of gnus-message.
27912         (spam-log-registration-type): Add function to determine the
27913         classification of a message based on registry entries; will
27914         return nil if both 'spam and 'ham are found.
27915         (spam-check-BBDB): Expand all the BBDB macros here so we can have
27916         a reasonably fast local cache without the loading errors.
27917         (spam-cache-lookups): Set to t by default.
27918         (spam-find-spam): Don't try to guess spam-cache-lookups.
27919         (spam-enter-whitelist, spam-enter-blacklist): Clear the
27920         spam-caches entry.
27921         (spam-filelist-build-cache, spam-filelist-check-cache):
27922         Fix caching of whitelist/blacklist entries.
27923         (spam-check-whitelist, spam-check-blacklist):
27924         Invoke spam-from-listed-p with a type, not a cache variable.
27925         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
27926
27927 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27928
27929         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
27930
27931         * nnmail.el (nnmail-split-fancy): do.
27932
27933         * mml.el (mml-parse): do.
27934
27935         * gnus-score.el (gnus-enter-score-words-into-hashtb)
27936         (gnus-score-adaptive): do.
27937
27938 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27939
27940         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
27941         (gnus-mime-button-map): Don't set keymap parent.
27942         (gnus-button-ctan-directory-regexp): Use shy grouping.
27943         (gnus-prev-page-map): Don't set keymap parent.
27944         (gnus-prev-page-map): Remove duplicated one.
27945         (gnus-next-page-map): Don't set keymap parent.
27946         (gnus-mime-security-button-map): Ditto.
27947
27948         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
27949         version number.
27950
27951         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
27952
27953 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27954
27955         * canlock.el (canlock-sha1-function): Remove.
27956         (canlock-sha1-function-for-verify): Remove.
27957         (canlock-openssl-program): Remove.
27958         (canlock-openssl-args): Remove.
27959         (canlock-ignore-errors): Remove.
27960         (canlock-sha1-with-openssl): Remove.
27961         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
27962         (canlock-verify): Don't use canlock-ignore-errors.
27963
27964         * sha1-el.el (sha1-string-external): Make it can return a string
27965         in binary form.
27966         (sha1-region-external): Ditto.
27967         (sha1-string-internal): Ditto.
27968         (sha1-region-internal): Ditto.
27969         (sha1-region): Ditto.
27970         (sha1-string): Ditto.
27971         (sha1): Ditto.
27972
27973 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27974
27975         * spam.el (spam-report-articles-gmane): New command.
27976
27977 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
27978
27979         * gnus.el: Don't make unnecessary *Group* buffer when loading.
27980
27981         * run-at-time.el (run-at-time-saved): Remove.
27982         (run-at-time): Doc fix.
27983
27984 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
27985
27986         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
27987         (gnus-summary-limit-map): Add it.
27988         (gnus-summary-make-menu-bar): do.
27989
27990 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
27991
27992         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
27993         Make attempt at some caching support (done for BBDB only now).
27994         (spam-find-spam): Set spam-cache-lookups if there are more than 2
27995         addresses to be checked.
27996         (spam-clear-cache-BBDB): Add function, to be invoked by
27997         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
27998         (spam-check-BBDB): Check and use the caches, if
27999         spam-cache-lookups is on, remove superfluous (provide).
28000
28001 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
28002
28003         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
28004
28005 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
28006
28007         * run-at-time.el (run-at-time-saved): Move to after the definition
28008         of `run-at-time'.
28009
28010         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
28011
28012 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28013
28014         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
28015         mm-w3m-local-map-property.
28016
28017         * mm-view.el (mm-w3m-mode-map): Remove.
28018         (mm-w3m-local-map-property): Remove.
28019         (mm-inline-text-html-render-with-w3m): Don't use
28020         mm-w3m-local-map-property.
28021
28022 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28023
28024         * run-at-time.el: New file.
28025
28026         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
28027         under Emacs.
28028
28029         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
28030         of gnus-set-text-properties.
28031
28032         * gnus-uu.el (gnus-uu-save-article): Ditto.
28033
28034         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
28035
28036         * gnus-cite.el (gnus-cite-parse): Ditto.
28037
28038         * gnus-art.el (gnus-button-push): Use set-text-properties instead
28039         of gnus-.
28040
28041         * gnus-xmas.el (run-at-time): Require run-at-time.
28042
28043         * gnus.el: Change calls to nnheader-run-at-time and
28044         password-run-at-time throughout to use run-at-time directly.
28045
28046         * password.el: Remove definition of run-at-time.
28047
28048         * nnheaderxm.el: Remove definition of run-at-time.
28049
28050 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
28051
28052         * mml.el (mml-minibuffer-read-disposition): Show attachment type
28053         in prompt.
28054
28055 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28056
28057         * messagexmas.el (message-xmas-redefine): Alias
28058         `message-make-caesar-translation-table' to
28059         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
28060         version.
28061
28062         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
28063         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
28064         `gnus-xmas-set-text-properties'.
28065         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
28066         `gnus-xmas-completing-read'.
28067         (gnus-xmas-completing-read): Removed.
28068         (gnus-xmas-open-network-stream): Removed.
28069
28070         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
28071         XEmacs version.
28072
28073         * dns.el (dns-make-network-process): Use `open-network-stream'
28074         instead of `gnus-xmas-open-network-stream'.
28075
28076         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
28077
28078         * .cvsignore: Add auto-autoloads.el, custom-load.el.
28079
28080 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28081
28082         * gnus-art.el (gnus-mime-display-alternative)
28083         (gnus-insert-mime-button, gnus-insert-mime-security-button)
28084         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
28085         Don't use gnus-local-map-property.
28086
28087         * gnus-util.el (gnus-local-map-property): Remove.
28088
28089         * mm-view.el (mm-view-pkcs7-decrypt):
28090         Replace gnus-completing-read-maybe-default with completing-read.
28091
28092         * gnus-util.el (gnus-completing-read): do.
28093         (gnus-completing-read-maybe-default): Remove.
28094
28095 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
28096
28097         * password.el: Only autoload `run-at-time' if not XEmacs.
28098         Only autoload the itimer functions if XEmacs.
28099
28100 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28101
28102         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
28103         XEmacsen.
28104
28105         * dgnushack.el: Autoload executable-find for XEmacs.
28106
28107 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
28108
28109         * gnus-art.el (gnus-read-string): Remove.
28110         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
28111         read-string.
28112
28113 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
28114
28115         * netrc.el: Autoload password-read.
28116         (netrc): Add configuration group.
28117         (netrc-encoding-method, netrc-openssl-path):
28118         Add variables for encoding and decoding of files with symmetric
28119         ciphers.
28120         (netrc-encode): Add assistant function to encode a file with
28121         netrc-encoding-method.
28122         (netrc-parse): Add interactive parameter, added optional
28123         decoding if netrc-encoding-method is non-nil but otherwise
28124         behavior is standard.
28125         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
28126         Do s/encode/encrypt/ everywhere.
28127
28128         * spam.el: Remove executable-find autoload.
28129
28130 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28131
28132         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
28133
28134         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
28135
28136 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
28137
28138         * gnus-art.el (gnus-treat-ansi-sequences)
28139         (article-treat-ansi-sequences): New variable and function.
28140         Suggested by Dan Jacobson <jidanni@jidanni.org>.
28141
28142         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
28143         Use it.
28144
28145 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
28146
28147         * mm-util.el (mm-quote-arg): Remove.
28148
28149         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
28150         shell-quote-argument.
28151
28152         * gnus-uu.el (gnus-uu-command): do.
28153
28154         * gnus-sum.el (gnus-summary-insert-pseudos): do.
28155
28156         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
28157         with make-char.
28158
28159         * mm-util.el (mm-make-char): Remove.
28160
28161         * mml.el (mml-mode): Replace gnus-add-minor-mode with
28162         add-minor-mode.
28163
28164         * gnus-undo.el (gnus-undo-mode): do.
28165
28166         * gnus-topic.el (gnus-topic-mode): do.
28167
28168         * gnus-sum.el (gnus-dead-summary-mode): do.
28169
28170         * gnus-start.el (gnus-slave-mode): do.
28171
28172         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
28173
28174         * gnus-ml.el (gnus-mailing-list-mode): do.
28175
28176         * gnus-gl.el (gnus-grouplens-mode): do.
28177
28178         * gnus-draft.el (gnus-draft-mode): do.
28179
28180         * gnus-dired.el (gnus-dired-mode): do.
28181
28182         * gnus-ems.el (gnus-add-minor-mode): Remove.
28183
28184         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28185         Replace gnus-char-width with char-width.
28186
28187         * gnus-ems.el (gnus-char-width): Remove.
28188
28189         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
28190         Replace gnus-char-width with char-width.
28191
28192         * gnus-ems.el (gnus-char-width): Remove.
28193
28194         * spam-stat.el (with-syntax-table): Remove with-syntax-table
28195         definition.
28196         Remove Emacs 20 hash table compatibility code.
28197
28198         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
28199         20 compatibility code.
28200
28201         * spam.el (spam-point-at-eol): Replace with point-at-eol.
28202
28203         * smime.el (smime-point-at-eol): Replace with point-at-eol.
28204
28205         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
28206         Replace with point-at-{eol,bol}.
28207
28208         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
28209
28210         * imap.el (imap-point-at-eol): Replace with point-at-eol.
28211
28212         * flow-fill.el (fill-flowed-point-at-bol)
28213         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
28214
28215         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
28216         Replace with point-at-{eol,bol} throughout all files.
28217
28218 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
28219
28220         * ntlm.el (ntlm-string-as-unibyte): New macro.
28221         (ntlm-build-auth-response): Use it.
28222
28223         Remove Emacs 20 stuff:
28224         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
28225         (butlast, mapc, remove): Remove the compiler macros.
28226         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
28227         of delq and copy-sequence.
28228         * gnus-art.el (popup-menu): Remove the compiler macro.
28229         * nnmail.el (nnmail-split-fancy): Don't support customizing with
28230         Emacs 20.
28231
28232 2004-01-05  Simon Josefsson  <jas@extundo.com>
28233
28234         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
28235         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
28236         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
28237         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
28238         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
28239         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
28240         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
28241         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
28242         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
28243         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
28244         ntlm-string-permute, string-lshift into ntlm-string-lshift,
28245         string-xor into ntlm-string-xor.
28246         Suggested by Jesper Harder <harder@myrealbox.com>.
28247
28248         * ntlm.el: Don't include poem.
28249
28250         * md4.el (print-int32, print-string-hexa): Remove.
28251         Suggested by Jesper Harder <harder@myrealbox.com>.
28252
28253         * sasl-ntlm.el, ntlm.el, md4.el: New files.
28254
28255         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
28256         probably breaks emacs with DL patch, but do we care? Is anyone
28257         still using the DL stuff?)
28258
28259         * sieve-manage.el: Use the password package.
28260         (sieve-manage-read-passwd): Remove.
28261         (sieve-manage-interactive-login): Use password.  Re-add
28262         condition-case around loop.
28263
28264         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
28265         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
28266         Use the password package.
28267
28268 2003-02-19  Simon Josefsson  <jas@extundo.com>
28269
28270         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
28271         token.
28272
28273 2002-08-07  Simon Josefsson  <jas@extundo.com>
28274
28275         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
28276         (sieve-manage-authenticators)
28277         (sieve-manage-authenticator-alist): Add some SASL mechs.
28278         (sieve-sasl-auth): New function.
28279         (sieve-manage-cram-md5-auth)
28280         (sieve-manage-plain-auth): Rewrite using SASL library.
28281         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
28282         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
28283         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
28284         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
28285
28286 2004-01-05  Simon Josefsson  <jas@extundo.com>
28287
28288         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
28289         New files.
28290
28291 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28292
28293         * gnus-group.el (gnus-no-groups-message): Update.
28294
28295         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
28296
28297 2003-11-09  Simon Josefsson  <jas@extundo.com>
28298
28299         * imap.el: Support for ID IMAP extension (RFC 2971).
28300         (imap-local-variables): Add imap-id.
28301         (imap-id): New variable.
28302         (imap-id): New function.
28303         (imap-parse-response): Parse untagged ID response.
28304         * nnimap.el (nnimap-id): New variable.
28305         (nnimap-open-connection): Use it.
28306
28307 2003-12-28  Simon Josefsson  <jas@extundo.com>
28308
28309         * gnus-score.el (gnus-score-edit-all-score): New.
28310         * gnus-group.el (gnus-group-score-map): Bind it to W e.
28311
28312 2004-01-04  Simon Josefsson  <jas@extundo.com>
28313
28314         * password.el: Add.
28315
28316 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
28317
28318         * dns.el (dns-query-types): Fix typo.
28319         (dns-query-types): New function.
28320         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
28321         PTR and SOA replies, see RFC 1035.
28322
28323 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28324
28325         * gnus.el (gnus-logo-color-style): Change colors to `no'.
28326
28327         * Move to Changelog.2.
28328
28329 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28330
28331         * gnus.el (gnus-version-number): Bump version.
28332
28333 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28334
28335         * gnus.el: No Gnus v0.1 is released.
28336
28337 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
28338
28339         * gnus.el: No Gnus v0.0 is released.
28340
28341 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28342
28343         * gnus.el (gnus-version-number): Bump.
28344         (gnus-version): No.
28345
28346 See ChangeLog.2 for earlier changes.
28347
28348   Copyright (C) 2004-2015 Free Software Foundation, Inc.
28349
28350   This file is part of GNU Emacs.
28351
28352   GNU Emacs is free software: you can redistribute it and/or modify
28353   it under the terms of the GNU General Public License as published by
28354   the Free Software Foundation, either version 3 of the License, or
28355   (at your option) any later version.
28356
28357   GNU Emacs is distributed in the hope that it will be useful,
28358   but WITHOUT ANY WARRANTY; without even the implied warranty of
28359   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28360   GNU General Public License for more details.
28361
28362   You should have received a copy of the GNU General Public License
28363   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
28364
28365 ;; Local Variables:
28366 ;; coding: utf-8
28367 ;; fill-column: 79
28368 ;; add-log-time-zone-rule: t
28369 ;; End: